The project is to analyse the @WeRateDogs data from its Twitter Account up to the period of August, 2017. Data for these analyses are sourced programmatically using python's libraries and gotten from three sources: the first is the twitter-archive-enhanced dataset already supplied by Udacity, the second will be scraped from a web url and the third using Twitter's API.
#Importing the required python libraries to programmatically gather the data
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
from timeit import default_timer as timer
import json
#First dataset from Udacity
twitter = pd.read_csv("downloads/twitter-archive-enhanced.csv")
twitter
| tweet_id | in_reply_to_status_id | in_reply_to_user_id | timestamp | source | text | retweeted_status_id | retweeted_status_user_id | retweeted_status_timestamp | expanded_urls | rating_numerator | rating_denominator | name | doggo | floofer | pupper | puppo | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 892420643555336193 | NaN | NaN | 2017-08-01 16:23:56 +0000 | <a href="http://twitter.com/download/iphone" r... | This is Phineas. He's a mystical boy. Only eve... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/892420643... | 13 | 10 | Phineas | None | None | None | None |
| 1 | 892177421306343426 | NaN | NaN | 2017-08-01 00:17:27 +0000 | <a href="http://twitter.com/download/iphone" r... | This is Tilly. She's just checking pup on you.... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/892177421... | 13 | 10 | Tilly | None | None | None | None |
| 2 | 891815181378084864 | NaN | NaN | 2017-07-31 00:18:03 +0000 | <a href="http://twitter.com/download/iphone" r... | This is Archie. He is a rare Norwegian Pouncin... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/891815181... | 12 | 10 | Archie | None | None | None | None |
| 3 | 891689557279858688 | NaN | NaN | 2017-07-30 15:58:51 +0000 | <a href="http://twitter.com/download/iphone" r... | This is Darla. She commenced a snooze mid meal... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/891689557... | 13 | 10 | Darla | None | None | None | None |
| 4 | 891327558926688256 | NaN | NaN | 2017-07-29 16:00:24 +0000 | <a href="http://twitter.com/download/iphone" r... | This is Franklin. He would like you to stop ca... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/891327558... | 12 | 10 | Franklin | None | None | None | None |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 2351 | 666049248165822465 | NaN | NaN | 2015-11-16 00:24:50 +0000 | <a href="http://twitter.com/download/iphone" r... | Here we have a 1949 1st generation vulpix. Enj... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/666049248... | 5 | 10 | None | None | None | None | None |
| 2352 | 666044226329800704 | NaN | NaN | 2015-11-16 00:04:52 +0000 | <a href="http://twitter.com/download/iphone" r... | This is a purebred Piers Morgan. Loves to Netf... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/666044226... | 6 | 10 | a | None | None | None | None |
| 2353 | 666033412701032449 | NaN | NaN | 2015-11-15 23:21:54 +0000 | <a href="http://twitter.com/download/iphone" r... | Here is a very happy pup. Big fan of well-main... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/666033412... | 9 | 10 | a | None | None | None | None |
| 2354 | 666029285002620928 | NaN | NaN | 2015-11-15 23:05:30 +0000 | <a href="http://twitter.com/download/iphone" r... | This is a western brown Mitsubishi terrier. Up... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/666029285... | 7 | 10 | a | None | None | None | None |
| 2355 | 666020888022790149 | NaN | NaN | 2015-11-15 22:32:08 +0000 | <a href="http://twitter.com/download/iphone" r... | Here we have a Japanese Irish Setter. Lost eye... | NaN | NaN | NaN | https://twitter.com/dog_rates/status/666020888... | 8 | 10 | None | None | None | None | None |
2356 rows × 17 columns
#Second dataset scraping from a web url
import requests
url = "https://d17h27t6h515a5.cloudfront.net/topher/2017/August/599fd2ad_image-predictions/image-predictions.tsv"
response = requests.get(url)
with open("image-predictions.tsv",mode="wb")as file:
file.write(response.content)
twit_predictions = pd.read_csv("image-predictions.tsv", sep="\t")
twit_predictions
| tweet_id | jpg_url | img_num | p1 | p1_conf | p1_dog | p2 | p2_conf | p2_dog | p3 | p3_conf | p3_dog | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 666020888022790149 | https://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg | 1 | Welsh_springer_spaniel | 0.465074 | True | collie | 0.156665 | True | Shetland_sheepdog | 0.061428 | True |
| 1 | 666029285002620928 | https://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg | 1 | redbone | 0.506826 | True | miniature_pinscher | 0.074192 | True | Rhodesian_ridgeback | 0.072010 | True |
| 2 | 666033412701032449 | https://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg | 1 | German_shepherd | 0.596461 | True | malinois | 0.138584 | True | bloodhound | 0.116197 | True |
| 3 | 666044226329800704 | https://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg | 1 | Rhodesian_ridgeback | 0.408143 | True | redbone | 0.360687 | True | miniature_pinscher | 0.222752 | True |
| 4 | 666049248165822465 | https://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg | 1 | miniature_pinscher | 0.560311 | True | Rottweiler | 0.243682 | True | Doberman | 0.154629 | True |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 2070 | 891327558926688256 | https://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg | 2 | basset | 0.555712 | True | English_springer | 0.225770 | True | German_short-haired_pointer | 0.175219 | True |
| 2071 | 891689557279858688 | https://pbs.twimg.com/media/DF_q7IAWsAEuuN8.jpg | 1 | paper_towel | 0.170278 | False | Labrador_retriever | 0.168086 | True | spatula | 0.040836 | False |
| 2072 | 891815181378084864 | https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg | 1 | Chihuahua | 0.716012 | True | malamute | 0.078253 | True | kelpie | 0.031379 | True |
| 2073 | 892177421306343426 | https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg | 1 | Chihuahua | 0.323581 | True | Pekinese | 0.090647 | True | papillon | 0.068957 | True |
| 2074 | 892420643555336193 | https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg | 1 | orange | 0.097049 | False | bagel | 0.085851 | False | banana | 0.076110 | False |
2075 rows × 12 columns
#Installing tweepy to account
!pip install tweepy
Requirement already satisfied: tweepy in c:\users\hp\anaconda3\lib\site-packages (4.10.0) Requirement already satisfied: requests<3,>=2.27.0 in c:\users\hp\anaconda3\lib\site-packages (from tweepy) (2.28.0) Requirement already satisfied: oauthlib<4,>=3.2.0 in c:\users\hp\anaconda3\lib\site-packages (from tweepy) (3.2.0) Requirement already satisfied: requests-oauthlib<2,>=1.2.0 in c:\users\hp\anaconda3\lib\site-packages (from tweepy) (1.3.1) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\hp\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (1.26.4) Requirement already satisfied: idna<4,>=2.5 in c:\users\hp\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (2.10) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\hp\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (2.0.12) Requirement already satisfied: certifi>=2017.4.17 in c:\users\hp\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (2020.12.5)
import tweepy consumer_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx" consumer_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" access_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
auth = tweepy.OAuthHandler(consumer_key, consumer_secret) auth.set_access_token(access_token, access_secret) api = tweepy.API(auth, wait_on_rate_limit = True)
tweet_ids=list(twitter.tweet_id)
tweet = api.get_status(tweet_ids[0], tweet_mode='extended')
print(tweet)
Status(_api=<tweepy.api.API object at 0x0000021D7E28FA90>, _json={'created_at': 'Tue Aug 01 16:23:56 +0000 2017', 'id': 892420643555336193, 'id_str': '892420643555336193', 'full_text': "This is Phineas. He's a mystical boy. Only ever appears in the hole of a donut. 13/10 https://t.co/MgUWQ76dJU", 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 892420639486877696, 'id_str': '892420639486877696', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'url': 'https://t.co/MgUWQ76dJU', 'display_url': 'pic.twitter.com/MgUWQ76dJU', 'expanded_url': 'https://twitter.com/dog_rates/status/892420643555336193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 528, 'resize': 'fit'}, 'small': {'w': 540, 'h': 528, 'resize': 'fit'}, 'large': {'w': 540, 'h': 528, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 892420639486877696, 'id_str': '892420639486877696', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'url': 'https://t.co/MgUWQ76dJU', 'display_url': 'pic.twitter.com/MgUWQ76dJU', 'expanded_url': 'https://twitter.com/dog_rates/status/892420643555336193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 528, 'resize': 'fit'}, 'small': {'w': 540, 'h': 528, 'resize': 'fit'}, 'large': {'w': 540, 'h': 528, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7009, 'favorite_count': 33810, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, created_at=datetime.datetime(2017, 8, 1, 16, 23, 56, tzinfo=datetime.timezone.utc), id=892420643555336193, id_str='892420643555336193', full_text="This is Phineas. He's a mystical boy. Only ever appears in the hole of a donut. 13/10 https://t.co/MgUWQ76dJU", truncated=False, display_text_range=[0, 85], entities={'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 892420639486877696, 'id_str': '892420639486877696', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'url': 'https://t.co/MgUWQ76dJU', 'display_url': 'pic.twitter.com/MgUWQ76dJU', 'expanded_url': 'https://twitter.com/dog_rates/status/892420643555336193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 528, 'resize': 'fit'}, 'small': {'w': 540, 'h': 528, 'resize': 'fit'}, 'large': {'w': 540, 'h': 528, 'resize': 'fit'}}}]}, extended_entities={'media': [{'id': 892420639486877696, 'id_str': '892420639486877696', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'url': 'https://t.co/MgUWQ76dJU', 'display_url': 'pic.twitter.com/MgUWQ76dJU', 'expanded_url': 'https://twitter.com/dog_rates/status/892420643555336193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 528, 'resize': 'fit'}, 'small': {'w': 540, 'h': 528, 'resize': 'fit'}, 'large': {'w': 540, 'h': 528, 'resize': 'fit'}}}]}, source='Twitter for iPhone', source_url='http://twitter.com/download/iphone', in_reply_to_status_id=None, in_reply_to_status_id_str=None, in_reply_to_user_id=None, in_reply_to_user_id_str=None, in_reply_to_screen_name=None, author=User(_api=<tweepy.api.API object at 0x0000021D7E28FA90>, _json={'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, id=4196983835, id_str='4196983835', name='WeRateDogs®', screen_name='dog_rates', location='all our links ➜', description='Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', url='https://t.co/YPc2XqmwyC', entities={'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, protected=False, followers_count=9285564, friends_count=21, listed_count=7436, created_at=datetime.datetime(2015, 11, 15, 21, 41, 29, tzinfo=datetime.timezone.utc), favourites_count=146716, utc_offset=None, time_zone=None, geo_enabled=True, verified=True, statuses_count=15679, lang=None, contributors_enabled=False, is_translator=False, is_translation_enabled=False, profile_background_color='000000', profile_background_image_url='http://abs.twimg.com/images/themes/theme1/bg.png', profile_background_image_url_https='https://abs.twimg.com/images/themes/theme1/bg.png', profile_background_tile=False, profile_image_url='http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', profile_image_url_https='https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', profile_banner_url='https://pbs.twimg.com/profile_banners/4196983835/1617810473', profile_link_color='F5ABB5', profile_sidebar_border_color='000000', profile_sidebar_fill_color='000000', profile_text_color='000000', profile_use_background_image=False, has_extended_profile=False, default_profile=False, default_profile_image=False, following=True, follow_request_sent=False, notifications=False, translator_type='none', withheld_in_countries=[]), user=User(_api=<tweepy.api.API object at 0x0000021D7E28FA90>, _json={'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, id=4196983835, id_str='4196983835', name='WeRateDogs®', screen_name='dog_rates', location='all our links ➜', description='Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', url='https://t.co/YPc2XqmwyC', entities={'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, protected=False, followers_count=9285564, friends_count=21, listed_count=7436, created_at=datetime.datetime(2015, 11, 15, 21, 41, 29, tzinfo=datetime.timezone.utc), favourites_count=146716, utc_offset=None, time_zone=None, geo_enabled=True, verified=True, statuses_count=15679, lang=None, contributors_enabled=False, is_translator=False, is_translation_enabled=False, profile_background_color='000000', profile_background_image_url='http://abs.twimg.com/images/themes/theme1/bg.png', profile_background_image_url_https='https://abs.twimg.com/images/themes/theme1/bg.png', profile_background_tile=False, profile_image_url='http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', profile_image_url_https='https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', profile_banner_url='https://pbs.twimg.com/profile_banners/4196983835/1617810473', profile_link_color='F5ABB5', profile_sidebar_border_color='000000', profile_sidebar_fill_color='000000', profile_text_color='000000', profile_use_background_image=False, has_extended_profile=False, default_profile=False, default_profile_image=False, following=True, follow_request_sent=False, notifications=False, translator_type='none', withheld_in_countries=[]), geo=None, coordinates=None, place=None, contributors=None, is_quote_status=False, retweet_count=7009, favorite_count=33810, favorited=False, retweeted=False, possibly_sensitive=False, possibly_sensitive_appealable=False, lang='en')
tweet_ids = list(twitter.tweet_id)
len(tweet_ids)
# Query Twitter's API for JSON data for each tweet ID in the Twitter archive
count = 0
check_again_dict = {}
start = timer()
#save each tweets returned json as a new line in a .txt file
with open("tweet_json.txt", "w") as outfile:
for tweet_id in tweet_ids:
count+=1
print(str(count)+":"+str(tweet_id))
try:
tweet = api.get_status(tweet_id, tweet_mode='extended')
print (tweet._json)
json.dump(tweet._json,outfile)
outfile.write('\n')
except tweepy.errors.TweepyException as e:
print("check_again")
check_again_dict[tweet_id] = e
pass
end = timer()
print(end-start)
print(check_again_dict)
1:892420643555336193
{'created_at': 'Tue Aug 01 16:23:56 +0000 2017', 'id': 892420643555336193, 'id_str': '892420643555336193', 'full_text': "This is Phineas. He's a mystical boy. Only ever appears in the hole of a donut. 13/10 https://t.co/MgUWQ76dJU", 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 892420639486877696, 'id_str': '892420639486877696', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'url': 'https://t.co/MgUWQ76dJU', 'display_url': 'pic.twitter.com/MgUWQ76dJU', 'expanded_url': 'https://twitter.com/dog_rates/status/892420643555336193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 528, 'resize': 'fit'}, 'small': {'w': 540, 'h': 528, 'resize': 'fit'}, 'large': {'w': 540, 'h': 528, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 892420639486877696, 'id_str': '892420639486877696', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGKD1-bXoAAIAUK.jpg', 'url': 'https://t.co/MgUWQ76dJU', 'display_url': 'pic.twitter.com/MgUWQ76dJU', 'expanded_url': 'https://twitter.com/dog_rates/status/892420643555336193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 528, 'resize': 'fit'}, 'small': {'w': 540, 'h': 528, 'resize': 'fit'}, 'large': {'w': 540, 'h': 528, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7009, 'favorite_count': 33810, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2:892177421306343426
{'created_at': 'Tue Aug 01 00:17:27 +0000 2017', 'id': 892177421306343426, 'id_str': '892177421306343426', 'full_text': "This is Tilly. She's just checking pup on you. Hopes you're doing ok. If not, she's available for pats, snugs, boops, the whole bit. 13/10 https://t.co/0Xxu71qeIV", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 892177413194625024, 'id_str': '892177413194625024', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg', 'url': 'https://t.co/0Xxu71qeIV', 'display_url': 'pic.twitter.com/0Xxu71qeIV', 'expanded_url': 'https://twitter.com/dog_rates/status/892177421306343426/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1055, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1407, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 892177413194625024, 'id_str': '892177413194625024', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg', 'url': 'https://t.co/0Xxu71qeIV', 'display_url': 'pic.twitter.com/0Xxu71qeIV', 'expanded_url': 'https://twitter.com/dog_rates/status/892177421306343426/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1055, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1407, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5301, 'favorite_count': 29330, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
3:891815181378084864
{'created_at': 'Mon Jul 31 00:18:03 +0000 2017', 'id': 891815181378084864, 'id_str': '891815181378084864', 'full_text': 'This is Archie. He is a rare Norwegian Pouncing Corgo. Lives in the tall grass. You never know when one may strike. 12/10 https://t.co/wUnZnhtVJB', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 891815175371796480, 'id_str': '891815175371796480', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg', 'url': 'https://t.co/wUnZnhtVJB', 'display_url': 'pic.twitter.com/wUnZnhtVJB', 'expanded_url': 'https://twitter.com/dog_rates/status/891815181378084864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 891815175371796480, 'id_str': '891815175371796480', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg', 'url': 'https://t.co/wUnZnhtVJB', 'display_url': 'pic.twitter.com/wUnZnhtVJB', 'expanded_url': 'https://twitter.com/dog_rates/status/891815181378084864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3481, 'favorite_count': 22049, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
4:891689557279858688
{'created_at': 'Sun Jul 30 15:58:51 +0000 2017', 'id': 891689557279858688, 'id_str': '891689557279858688', 'full_text': 'This is Darla. She commenced a snooze mid meal. 13/10 happens to the best of us https://t.co/tD36da7qLQ', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 891689552724799489, 'id_str': '891689552724799489', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/DF_q7IAWsAEuuN8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF_q7IAWsAEuuN8.jpg', 'url': 'https://t.co/tD36da7qLQ', 'display_url': 'pic.twitter.com/tD36da7qLQ', 'expanded_url': 'https://twitter.com/dog_rates/status/891689557279858688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 891689552724799489, 'id_str': '891689552724799489', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/DF_q7IAWsAEuuN8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF_q7IAWsAEuuN8.jpg', 'url': 'https://t.co/tD36da7qLQ', 'display_url': 'pic.twitter.com/tD36da7qLQ', 'expanded_url': 'https://twitter.com/dog_rates/status/891689557279858688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7225, 'favorite_count': 36937, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
5:891327558926688256
{'created_at': 'Sat Jul 29 16:00:24 +0000 2017', 'id': 891327558926688256, 'id_str': '891327558926688256', 'full_text': 'This is Franklin. He would like you to stop calling him "cute." He is a very fierce shark and should be respected as such. 12/10 #BarkWeek https://t.co/AtUZn91f7f', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [129, 138]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 891327551943041024, 'id_str': '891327551943041024', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DF6hr6AVYAAZ8G8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF6hr6AVYAAZ8G8.jpg', 'url': 'https://t.co/AtUZn91f7f', 'display_url': 'pic.twitter.com/AtUZn91f7f', 'expanded_url': 'https://twitter.com/dog_rates/status/891327558926688256/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 540, 'resize': 'fit'}, 'large': {'w': 720, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 891327551943041024, 'id_str': '891327551943041024', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DF6hr6AVYAAZ8G8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF6hr6AVYAAZ8G8.jpg', 'url': 'https://t.co/AtUZn91f7f', 'display_url': 'pic.twitter.com/AtUZn91f7f', 'expanded_url': 'https://twitter.com/dog_rates/status/891327558926688256/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 540, 'resize': 'fit'}, 'large': {'w': 720, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 891327551947157504, 'id_str': '891327551947157504', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg', 'url': 'https://t.co/AtUZn91f7f', 'display_url': 'pic.twitter.com/AtUZn91f7f', 'expanded_url': 'https://twitter.com/dog_rates/status/891327558926688256/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 540, 'resize': 'fit'}, 'large': {'w': 720, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7760, 'favorite_count': 35311, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
6:891087950875897856
{'created_at': 'Sat Jul 29 00:08:17 +0000 2017', 'id': 891087950875897856, 'id_str': '891087950875897856', 'full_text': "Here we have a majestic great white breaching off South Africa's coast. Absolutely h*ckin breathtaking. 13/10 (IG: tucker_marlo) #BarkWeek https://t.co/kQ04fDDRmh", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [129, 138]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 891087942176911360, 'id_str': '891087942176911360', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DF3HwyEWsAABqE6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF3HwyEWsAABqE6.jpg', 'url': 'https://t.co/kQ04fDDRmh', 'display_url': 'pic.twitter.com/kQ04fDDRmh', 'expanded_url': 'https://twitter.com/dog_rates/status/891087950875897856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 899, 'resize': 'fit'}, 'large': {'w': 899, 'h': 899, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 891087942176911360, 'id_str': '891087942176911360', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DF3HwyEWsAABqE6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF3HwyEWsAABqE6.jpg', 'url': 'https://t.co/kQ04fDDRmh', 'display_url': 'pic.twitter.com/kQ04fDDRmh', 'expanded_url': 'https://twitter.com/dog_rates/status/891087950875897856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 899, 'resize': 'fit'}, 'large': {'w': 899, 'h': 899, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2601, 'favorite_count': 17811, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
7:890971913173991426
{'created_at': 'Fri Jul 28 16:27:12 +0000 2017', 'id': 890971913173991426, 'id_str': '890971913173991426', 'full_text': 'Meet Jax. He enjoys ice cream so much he gets nervous around it. 13/10 help Jax enjoy more things by clicking below\n\nhttps://t.co/Zr4hWfAs1H https://t.co/tVJBRMnhxl', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Zr4hWfAs1H', 'expanded_url': 'https://gofundme.com/ydvmve-surgery-for-jax', 'display_url': 'gofundme.com/ydvmve-surgery…', 'indices': [117, 140]}], 'media': [{'id': 890971906207338496, 'id_str': '890971906207338496', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DF1eOmZXUAALUcq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF1eOmZXUAALUcq.jpg', 'url': 'https://t.co/tVJBRMnhxl', 'display_url': 'pic.twitter.com/tVJBRMnhxl', 'expanded_url': 'https://twitter.com/dog_rates/status/890971913173991426/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 890971906207338496, 'id_str': '890971906207338496', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DF1eOmZXUAALUcq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DF1eOmZXUAALUcq.jpg', 'url': 'https://t.co/tVJBRMnhxl', 'display_url': 'pic.twitter.com/tVJBRMnhxl', 'expanded_url': 'https://twitter.com/dog_rates/status/890971913173991426/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1663, 'favorite_count': 10363, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
8:890729181411237888
{'created_at': 'Fri Jul 28 00:22:40 +0000 2017', 'id': 890729181411237888, 'id_str': '890729181411237888', 'full_text': "When you watch your owner call another dog a good boy but then they turn back to you and say you're a great boy. 13/10 https://t.co/v0nONBcwxq", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 890729118844600320, 'id_str': '890729118844600320', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DFyBag_UQAAhhBC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFyBag_UQAAhhBC.jpg', 'url': 'https://t.co/v0nONBcwxq', 'display_url': 'pic.twitter.com/v0nONBcwxq', 'expanded_url': 'https://twitter.com/dog_rates/status/890729181411237888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1328, 'resize': 'fit'}, 'medium': {'w': 1084, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 614, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 890729118844600320, 'id_str': '890729118844600320', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DFyBag_UQAAhhBC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFyBag_UQAAhhBC.jpg', 'url': 'https://t.co/v0nONBcwxq', 'display_url': 'pic.twitter.com/v0nONBcwxq', 'expanded_url': 'https://twitter.com/dog_rates/status/890729181411237888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1328, 'resize': 'fit'}, 'medium': {'w': 1084, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 614, 'h': 680, 'resize': 'fit'}}}, {'id': 890729118848892928, 'id_str': '890729118848892928', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DFyBahAVwAAhUTd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFyBahAVwAAhUTd.jpg', 'url': 'https://t.co/v0nONBcwxq', 'display_url': 'pic.twitter.com/v0nONBcwxq', 'expanded_url': 'https://twitter.com/dog_rates/status/890729181411237888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15752, 'favorite_count': 56864, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
9:890609185150312448
{'created_at': 'Thu Jul 27 16:25:51 +0000 2017', 'id': 890609185150312448, 'id_str': '890609185150312448', 'full_text': "This is Zoey. She doesn't want to be one of the scary sharks. Just wants to be a snuggly pettable boatpet. 13/10 #BarkWeek https://t.co/9TwLuAGH0b", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [113, 122]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 890609177319665665, 'id_str': '890609177319665665', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/DFwUU__XcAEpyXI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFwUU__XcAEpyXI.jpg', 'url': 'https://t.co/9TwLuAGH0b', 'display_url': 'pic.twitter.com/9TwLuAGH0b', 'expanded_url': 'https://twitter.com/dog_rates/status/890609185150312448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 890609177319665665, 'id_str': '890609177319665665', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/DFwUU__XcAEpyXI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFwUU__XcAEpyXI.jpg', 'url': 'https://t.co/9TwLuAGH0b', 'display_url': 'pic.twitter.com/9TwLuAGH0b', 'expanded_url': 'https://twitter.com/dog_rates/status/890609185150312448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3620, 'favorite_count': 24522, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
10:890240255349198849
{'created_at': 'Wed Jul 26 15:59:51 +0000 2017', 'id': 890240255349198849, 'id_str': '890240255349198849', 'full_text': 'This is Cassie. She is a college pup. Studying international doggo communication and stick theory. 14/10 so elegant much sophisticate https://t.co/t1bfwz5S2A', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 890240245463175168, 'id_str': '890240245463175168', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DFrEyVuW0AAO3t9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFrEyVuW0AAO3t9.jpg', 'url': 'https://t.co/t1bfwz5S2A', 'display_url': 'pic.twitter.com/t1bfwz5S2A', 'expanded_url': 'https://twitter.com/dog_rates/status/890240255349198849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 890240245463175168, 'id_str': '890240245463175168', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DFrEyVuW0AAO3t9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFrEyVuW0AAO3t9.jpg', 'url': 'https://t.co/t1bfwz5S2A', 'display_url': 'pic.twitter.com/t1bfwz5S2A', 'expanded_url': 'https://twitter.com/dog_rates/status/890240255349198849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6098, 'favorite_count': 27959, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
11:890006608113172480
{'created_at': 'Wed Jul 26 00:31:25 +0000 2017', 'id': 890006608113172480, 'id_str': '890006608113172480', 'full_text': 'This is Koda. He is a South Australian deckshark. Deceptively deadly. Frighteningly majestic. 13/10 would risk a petting #BarkWeek https://t.co/dVPW0B0Mme', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [121, 130]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 890006600089468928, 'id_str': '890006600089468928', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/DFnwSY4WAAAMliS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFnwSY4WAAAMliS.jpg', 'url': 'https://t.co/dVPW0B0Mme', 'display_url': 'pic.twitter.com/dVPW0B0Mme', 'expanded_url': 'https://twitter.com/dog_rates/status/890006608113172480/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 890006600089468928, 'id_str': '890006600089468928', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/DFnwSY4WAAAMliS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFnwSY4WAAAMliS.jpg', 'url': 'https://t.co/dVPW0B0Mme', 'display_url': 'pic.twitter.com/dVPW0B0Mme', 'expanded_url': 'https://twitter.com/dog_rates/status/890006608113172480/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}, {'id': 890006600093753345, 'id_str': '890006600093753345', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/DFnwSY5XYAEwtc5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFnwSY5XYAEwtc5.jpg', 'url': 'https://t.co/dVPW0B0Mme', 'display_url': 'pic.twitter.com/dVPW0B0Mme', 'expanded_url': 'https://twitter.com/dog_rates/status/890006608113172480/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6153, 'favorite_count': 27031, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
12:889880896479866881
{'created_at': 'Tue Jul 25 16:11:53 +0000 2017', 'id': 889880896479866881, 'id_str': '889880896479866881', 'full_text': 'This is Bruno. He is a service shark. Only gets out of the water to assist you. 13/10 terrifyingly good boy https://t.co/u1XPQMl29g', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 889880888800096258, 'id_str': '889880888800096258', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/DFl99B1WsAITKsg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFl99B1WsAITKsg.jpg', 'url': 'https://t.co/u1XPQMl29g', 'display_url': 'pic.twitter.com/u1XPQMl29g', 'expanded_url': 'https://twitter.com/dog_rates/status/889880896479866881/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 895, 'h': 971, 'resize': 'fit'}, 'large': {'w': 895, 'h': 971, 'resize': 'fit'}, 'small': {'w': 627, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 889880888800096258, 'id_str': '889880888800096258', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/DFl99B1WsAITKsg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFl99B1WsAITKsg.jpg', 'url': 'https://t.co/u1XPQMl29g', 'display_url': 'pic.twitter.com/u1XPQMl29g', 'expanded_url': 'https://twitter.com/dog_rates/status/889880896479866881/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 895, 'h': 971, 'resize': 'fit'}, 'large': {'w': 895, 'h': 971, 'resize': 'fit'}, 'small': {'w': 627, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4166, 'favorite_count': 24566, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
13:889665388333682689
{'created_at': 'Tue Jul 25 01:55:32 +0000 2017', 'id': 889665388333682689, 'id_str': '889665388333682689', 'full_text': "Here's a puppo that seems to be on the fence about something haha no but seriously someone help her. 13/10 https://t.co/BxvuXk0UCm", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 889665366129029120, 'id_str': '889665366129029120', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/DFi579UWsAAatzw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFi579UWsAAatzw.jpg', 'url': 'https://t.co/BxvuXk0UCm', 'display_url': 'pic.twitter.com/BxvuXk0UCm', 'expanded_url': 'https://twitter.com/dog_rates/status/889665388333682689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1350, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 889665366129029120, 'id_str': '889665366129029120', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/DFi579UWsAAatzw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFi579UWsAAatzw.jpg', 'url': 'https://t.co/BxvuXk0UCm', 'display_url': 'pic.twitter.com/BxvuXk0UCm', 'expanded_url': 'https://twitter.com/dog_rates/status/889665388333682689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1350, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8349, 'favorite_count': 42059, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
14:889638837579907072
{'created_at': 'Tue Jul 25 00:10:02 +0000 2017', 'id': 889638837579907072, 'id_str': '889638837579907072', 'full_text': "This is Ted. He does his best. Sometimes that's not enough. But it's ok. 12/10 would assist https://t.co/f8dEDcrKSR", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 889638825424826374, 'id_str': '889638825424826374', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DFihzFfXsAYGDPR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFihzFfXsAYGDPR.jpg', 'url': 'https://t.co/f8dEDcrKSR', 'display_url': 'pic.twitter.com/f8dEDcrKSR', 'expanded_url': 'https://twitter.com/dog_rates/status/889638837579907072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 889638825424826374, 'id_str': '889638825424826374', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DFihzFfXsAYGDPR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFihzFfXsAYGDPR.jpg', 'url': 'https://t.co/f8dEDcrKSR', 'display_url': 'pic.twitter.com/f8dEDcrKSR', 'expanded_url': 'https://twitter.com/dog_rates/status/889638837579907072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 889638825424809984, 'id_str': '889638825424809984', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DFihzFfXcAAMRKN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFihzFfXcAAMRKN.jpg', 'url': 'https://t.co/f8dEDcrKSR', 'display_url': 'pic.twitter.com/f8dEDcrKSR', 'expanded_url': 'https://twitter.com/dog_rates/status/889638837579907072/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3715, 'favorite_count': 23672, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
15:889531135344209921
{'created_at': 'Mon Jul 24 17:02:04 +0000 2017', 'id': 889531135344209921, 'id_str': '889531135344209921', 'full_text': "This is Stuart. He's sporting his favorite fanny pack. Secretly filled with bones only. 13/10 puppared puppo #BarkWeek https://t.co/y70o6h3isq", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [109, 118]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 889531127467266049, 'id_str': '889531127467266049', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DFg_2PVW0AEHN3p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFg_2PVW0AEHN3p.jpg', 'url': 'https://t.co/y70o6h3isq', 'display_url': 'pic.twitter.com/y70o6h3isq', 'expanded_url': 'https://twitter.com/dog_rates/status/889531135344209921/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 889531127467266049, 'id_str': '889531127467266049', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DFg_2PVW0AEHN3p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFg_2PVW0AEHN3p.jpg', 'url': 'https://t.co/y70o6h3isq', 'display_url': 'pic.twitter.com/y70o6h3isq', 'expanded_url': 'https://twitter.com/dog_rates/status/889531135344209921/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1881, 'favorite_count': 13352, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
16:889278841981685760
{'created_at': 'Mon Jul 24 00:19:32 +0000 2017', 'id': 889278841981685760, 'id_str': '889278841981685760', 'full_text': "This is Oliver. You're witnessing one of his many brutal attacks. Seems to be playing with his victim. 13/10 fr*ckin frightening #BarkWeek https://t.co/WpHvrQedPb", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [129, 138]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 889278779352338437, 'id_str': '889278779352338437', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/889278779352338437/pu/img/VlbFB3v8H8VwzVNY.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/889278779352338437/pu/img/VlbFB3v8H8VwzVNY.jpg', 'url': 'https://t.co/WpHvrQedPb', 'display_url': 'pic.twitter.com/WpHvrQedPb', 'expanded_url': 'https://twitter.com/dog_rates/status/889278841981685760/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 889278779352338437, 'id_str': '889278779352338437', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/889278779352338437/pu/img/VlbFB3v8H8VwzVNY.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/889278779352338437/pu/img/VlbFB3v8H8VwzVNY.jpg', 'url': 'https://t.co/WpHvrQedPb', 'display_url': 'pic.twitter.com/WpHvrQedPb', 'expanded_url': 'https://twitter.com/dog_rates/status/889278841981685760/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 5935, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/889278779352338437/pu/pl/IfTYoaAW0nRVGj_G.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/889278779352338437/pu/vid/180x320/3GlIRAJBsw-sfUcI.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4443, 'favorite_count': 22116, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
17:888917238123831296
{'created_at': 'Sun Jul 23 00:22:39 +0000 2017', 'id': 888917238123831296, 'id_str': '888917238123831296', 'full_text': 'This is Jim. He found a fren. Taught him how to sit like the good boys. 12/10 for both https://t.co/chxruIOUJN', 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 888917229776945152, 'id_str': '888917229776945152', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/DFYRgsOUQAARGhO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFYRgsOUQAARGhO.jpg', 'url': 'https://t.co/chxruIOUJN', 'display_url': 'pic.twitter.com/chxruIOUJN', 'expanded_url': 'https://twitter.com/dog_rates/status/888917238123831296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 888917229776945152, 'id_str': '888917229776945152', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/DFYRgsOUQAARGhO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFYRgsOUQAARGhO.jpg', 'url': 'https://t.co/chxruIOUJN', 'display_url': 'pic.twitter.com/chxruIOUJN', 'expanded_url': 'https://twitter.com/dog_rates/status/888917238123831296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3760, 'favorite_count': 25638, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
18:888804989199671297
{'created_at': 'Sat Jul 22 16:56:37 +0000 2017', 'id': 888804989199671297, 'id_str': '888804989199671297', 'full_text': 'This is Zeke. He has a new stick. Very proud of it. Would like you to throw it for him without taking it. 13/10 would do my best https://t.co/HTQ77yNQ5K', 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 888804981515575296, 'id_str': '888804981515575296', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/DFWra-3VYAA2piG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFWra-3VYAA2piG.jpg', 'url': 'https://t.co/HTQ77yNQ5K', 'display_url': 'pic.twitter.com/HTQ77yNQ5K', 'expanded_url': 'https://twitter.com/dog_rates/status/888804989199671297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 888804981515575296, 'id_str': '888804981515575296', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/DFWra-3VYAA2piG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFWra-3VYAA2piG.jpg', 'url': 'https://t.co/HTQ77yNQ5K', 'display_url': 'pic.twitter.com/HTQ77yNQ5K', 'expanded_url': 'https://twitter.com/dog_rates/status/888804989199671297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 888804981515534336, 'id_str': '888804981515534336', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/DFWra-3UwAAafeP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFWra-3UwAAafeP.jpg', 'url': 'https://t.co/HTQ77yNQ5K', 'display_url': 'pic.twitter.com/HTQ77yNQ5K', 'expanded_url': 'https://twitter.com/dog_rates/status/888804989199671297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3535, 'favorite_count': 22463, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
19:888554962724278272
{'created_at': 'Sat Jul 22 00:23:06 +0000 2017', 'id': 888554962724278272, 'id_str': '888554962724278272', 'full_text': "This is Ralphus. He's powering up. Attempting maximum borkdrive. 13/10 inspirational af https://t.co/YnYAFCTTiK", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 888554915546542081, 'id_str': '888554915546542081', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/DFTH_OiUMAE-k4M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFTH_OiUMAE-k4M.jpg', 'url': 'https://t.co/YnYAFCTTiK', 'display_url': 'pic.twitter.com/YnYAFCTTiK', 'expanded_url': 'https://twitter.com/dog_rates/status/888554962724278272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1016, 'resize': 'fit'}, 'small': {'w': 680, 'h': 432, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 762, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 888554915546542081, 'id_str': '888554915546542081', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/DFTH_OiUMAE-k4M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFTH_OiUMAE-k4M.jpg', 'url': 'https://t.co/YnYAFCTTiK', 'display_url': 'pic.twitter.com/YnYAFCTTiK', 'expanded_url': 'https://twitter.com/dog_rates/status/888554962724278272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1016, 'resize': 'fit'}, 'small': {'w': 680, 'h': 432, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 762, 'resize': 'fit'}}}, {'id': 888554915546537985, 'id_str': '888554915546537985', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/DFTH_OiUIAEZ7sd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFTH_OiUIAEZ7sd.jpg', 'url': 'https://t.co/YnYAFCTTiK', 'display_url': 'pic.twitter.com/YnYAFCTTiK', 'expanded_url': 'https://twitter.com/dog_rates/status/888554962724278272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 445, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1047, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 785, 'resize': 'fit'}}}, {'id': 888554915663986688, 'id_str': '888554915663986688', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/DFTH_O-UQAACu20.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFTH_O-UQAACu20.jpg', 'url': 'https://t.co/YnYAFCTTiK', 'display_url': 'pic.twitter.com/YnYAFCTTiK', 'expanded_url': 'https://twitter.com/dog_rates/status/888554962724278272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 742, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 989, 'resize': 'fit'}, 'small': {'w': 680, 'h': 420, 'resize': 'fit'}}}, {'id': 888554915664076800, 'id_str': '888554915664076800', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/DFTH_O-VoAA0M6k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFTH_O-VoAA0M6k.jpg', 'url': 'https://t.co/YnYAFCTTiK', 'display_url': 'pic.twitter.com/YnYAFCTTiK', 'expanded_url': 'https://twitter.com/dog_rates/status/888554962724278272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 958, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 719, 'resize': 'fit'}, 'small': {'w': 680, 'h': 407, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2877, 'favorite_count': 17315, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
20:888202515573088257
check_again
21:888078434458587136
{'created_at': 'Thu Jul 20 16:49:33 +0000 2017', 'id': 888078434458587136, 'id_str': '888078434458587136', 'full_text': "This is Gerald. He was just told he didn't get the job he interviewed for. A h*ckin injustice. 12/10 didn't want the job anyway https://t.co/DK7iDPfuRX", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 888078426338406400, 'id_str': '888078426338406400', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DFMWn56WsAAkA7B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFMWn56WsAAkA7B.jpg', 'url': 'https://t.co/DK7iDPfuRX', 'display_url': 'pic.twitter.com/DK7iDPfuRX', 'expanded_url': 'https://twitter.com/dog_rates/status/888078434458587136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 964, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1285, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 546, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 888078426338406400, 'id_str': '888078426338406400', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DFMWn56WsAAkA7B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFMWn56WsAAkA7B.jpg', 'url': 'https://t.co/DK7iDPfuRX', 'display_url': 'pic.twitter.com/DK7iDPfuRX', 'expanded_url': 'https://twitter.com/dog_rates/status/888078434458587136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 964, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1285, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 546, 'h': 680, 'resize': 'fit'}}}, {'id': 888078426338361344, 'id_str': '888078426338361344', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DFMWn56WAAAYUcB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFMWn56WAAAYUcB.jpg', 'url': 'https://t.co/DK7iDPfuRX', 'display_url': 'pic.twitter.com/DK7iDPfuRX', 'expanded_url': 'https://twitter.com/dog_rates/status/888078434458587136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1269, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 952, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 539, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2892, 'favorite_count': 19150, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
22:887705289381826560
{'created_at': 'Wed Jul 19 16:06:48 +0000 2017', 'id': 887705289381826560, 'id_str': '887705289381826560', 'full_text': "This is Jeffrey. He has a monopoly on the pool noodles. Currently running a 'boop for two' midweek sale. 13/10 h*ckin strategic https://t.co/PhrUk20Q64", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 887705281597243393, 'id_str': '887705281597243393', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DFHDQBbXgAEqY7t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFHDQBbXgAEqY7t.jpg', 'url': 'https://t.co/PhrUk20Q64', 'display_url': 'pic.twitter.com/PhrUk20Q64', 'expanded_url': 'https://twitter.com/dog_rates/status/887705289381826560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 900, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 887705281597243393, 'id_str': '887705281597243393', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DFHDQBbXgAEqY7t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFHDQBbXgAEqY7t.jpg', 'url': 'https://t.co/PhrUk20Q64', 'display_url': 'pic.twitter.com/PhrUk20Q64', 'expanded_url': 'https://twitter.com/dog_rates/status/887705289381826560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 900, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4533, 'favorite_count': 26626, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
23:887517139158093824
{'created_at': 'Wed Jul 19 03:39:09 +0000 2017', 'id': 887517139158093824, 'id_str': '887517139158093824', 'full_text': "I've yet to rate a Venezuelan Hover Wiener. This is such an honor. 14/10 paw-inspiring af (IG: roxy.thedoxy) https://t.co/20VrLAA8ba", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 887517108413886465, 'id_str': '887517108413886465', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/887517108413886465/pu/img/WanJKwssZj4VJvL9.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/887517108413886465/pu/img/WanJKwssZj4VJvL9.jpg', 'url': 'https://t.co/20VrLAA8ba', 'display_url': 'pic.twitter.com/20VrLAA8ba', 'expanded_url': 'https://twitter.com/dog_rates/status/887517139158093824/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 887517108413886465, 'id_str': '887517108413886465', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/887517108413886465/pu/img/WanJKwssZj4VJvL9.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/887517108413886465/pu/img/WanJKwssZj4VJvL9.jpg', 'url': 'https://t.co/20VrLAA8ba', 'display_url': 'pic.twitter.com/20VrLAA8ba', 'expanded_url': 'https://twitter.com/dog_rates/status/887517139158093824/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 5133, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/887517108413886465/pu/vid/240x240/Hs2yRQTiDSLa7M8C.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/887517108413886465/pu/vid/480x480/NpOg7nB9xklNcXr_.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/887517108413886465/pu/pl/SHwbyNo3VB-OSZVv.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9852, 'favorite_count': 40720, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
24:887473957103951883
{'created_at': 'Wed Jul 19 00:47:34 +0000 2017', 'id': 887473957103951883, 'id_str': '887473957103951883', 'full_text': 'This is Canela. She attempted some fancy porch pics. They were unsuccessful. 13/10 someone help her https://t.co/cLyzpcUcMX', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 887473949361045505, 'id_str': '887473949361045505', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/DFDw2tsUAAEw7XW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFDw2tsUAAEw7XW.jpg', 'url': 'https://t.co/cLyzpcUcMX', 'display_url': 'pic.twitter.com/cLyzpcUcMX', 'expanded_url': 'https://twitter.com/dog_rates/status/887473957103951883/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 405, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 715, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 900, 'h': 1510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 887473949361045505, 'id_str': '887473949361045505', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/DFDw2tsUAAEw7XW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFDw2tsUAAEw7XW.jpg', 'url': 'https://t.co/cLyzpcUcMX', 'display_url': 'pic.twitter.com/cLyzpcUcMX', 'expanded_url': 'https://twitter.com/dog_rates/status/887473957103951883/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 405, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 715, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 900, 'h': 1510, 'resize': 'fit'}}}, {'id': 887473949386227712, 'id_str': '887473949386227712', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/DFDw2tyUQAAAFke.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DFDw2tyUQAAAFke.jpg', 'url': 'https://t.co/cLyzpcUcMX', 'display_url': 'pic.twitter.com/cLyzpcUcMX', 'expanded_url': 'https://twitter.com/dog_rates/status/887473957103951883/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15025, 'favorite_count': 60195, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
25:887343217045368832
{'created_at': 'Tue Jul 18 16:08:03 +0000 2017', 'id': 887343217045368832, 'id_str': '887343217045368832', 'full_text': 'You may not have known you needed to see this today. 13/10 please enjoy (IG: emmylouroo) https://t.co/WZqNqygEyV', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 887343120832229379, 'id_str': '887343120832229379', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/887343120832229379/pu/img/6HSuFrW1lzI_9Mht.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/887343120832229379/pu/img/6HSuFrW1lzI_9Mht.jpg', 'url': 'https://t.co/WZqNqygEyV', 'display_url': 'pic.twitter.com/WZqNqygEyV', 'expanded_url': 'https://twitter.com/dog_rates/status/887343217045368832/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 887343120832229379, 'id_str': '887343120832229379', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/887343120832229379/pu/img/6HSuFrW1lzI_9Mht.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/887343120832229379/pu/img/6HSuFrW1lzI_9Mht.jpg', 'url': 'https://t.co/WZqNqygEyV', 'display_url': 'pic.twitter.com/WZqNqygEyV', 'expanded_url': 'https://twitter.com/dog_rates/status/887343217045368832/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 17333, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/887343120832229379/pu/pl/IRqa3JWRV-6dT5bW.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/887343120832229379/pu/vid/640x360/MqkCqqvfi68A-8xi.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/887343120832229379/pu/vid/1280x720/FCiTl-fY7s5I_5eU.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/887343120832229379/pu/vid/320x180/hFsDGePMXqOYpOyl.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8815, 'favorite_count': 29589, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
26:887101392804085760
{'created_at': 'Tue Jul 18 00:07:08 +0000 2017', 'id': 887101392804085760, 'id_str': '887101392804085760', 'full_text': 'This... is a Jubilant Antarctic House Bear. We only rate dogs. Please only send dogs. Thank you... 12/10 would suffocate in floof https://t.co/4Ad1jzJSdp', 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 887101385971384320, 'id_str': '887101385971384320', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/DE-eAq6UwAA-jaE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE-eAq6UwAA-jaE.jpg', 'url': 'https://t.co/4Ad1jzJSdp', 'display_url': 'pic.twitter.com/4Ad1jzJSdp', 'expanded_url': 'https://twitter.com/dog_rates/status/887101392804085760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}, 'large': {'w': 1590, 'h': 1582, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1194, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 887101385971384320, 'id_str': '887101385971384320', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/DE-eAq6UwAA-jaE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE-eAq6UwAA-jaE.jpg', 'url': 'https://t.co/4Ad1jzJSdp', 'display_url': 'pic.twitter.com/4Ad1jzJSdp', 'expanded_url': 'https://twitter.com/dog_rates/status/887101392804085760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}, 'large': {'w': 1590, 'h': 1582, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1194, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4990, 'favorite_count': 26982, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
27:886983233522544640
{'created_at': 'Mon Jul 17 16:17:36 +0000 2017', 'id': 886983233522544640, 'id_str': '886983233522544640', 'full_text': "This is Maya. She's very shy. Rarely leaves her cup. 13/10 would find her an environment to thrive in https://t.co/I6oNy0CgiT", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 886983218871902208, 'id_str': '886983218871902208', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/DE8yicKXoAAnSF8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE8yicKXoAAnSF8.jpg', 'url': 'https://t.co/I6oNy0CgiT', 'display_url': 'pic.twitter.com/I6oNy0CgiT', 'expanded_url': 'https://twitter.com/dog_rates/status/886983233522544640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 886983218871902208, 'id_str': '886983218871902208', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/DE8yicKXoAAnSF8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE8yicKXoAAnSF8.jpg', 'url': 'https://t.co/I6oNy0CgiT', 'display_url': 'pic.twitter.com/I6oNy0CgiT', 'expanded_url': 'https://twitter.com/dog_rates/status/886983233522544640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 886983218867654656, 'id_str': '886983218867654656', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/DE8yicJW0AAAvBJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE8yicJW0AAAvBJ.jpg', 'url': 'https://t.co/I6oNy0CgiT', 'display_url': 'pic.twitter.com/I6oNy0CgiT', 'expanded_url': 'https://twitter.com/dog_rates/status/886983233522544640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6318, 'favorite_count': 30382, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
28:886736880519319552
{'created_at': 'Sun Jul 16 23:58:41 +0000 2017', 'id': 886736880519319552, 'id_str': '886736880519319552', 'full_text': "This is Mingus. He's a wonderful father to his smol pup. Confirmed 13/10, but he needs your help\n\nhttps://t.co/bVi0Yr4Cff https://t.co/ISvKOSkd5b", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/bVi0Yr4Cff', 'expanded_url': 'https://www.gofundme.com/mingusneedsus', 'display_url': 'gofundme.com/mingusneedsus', 'indices': [98, 121]}], 'media': [{'id': 886736868116754432, 'id_str': '886736868116754432', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/DE5Se8FXcAAJFx4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE5Se8FXcAAJFx4.jpg', 'url': 'https://t.co/ISvKOSkd5b', 'display_url': 'pic.twitter.com/ISvKOSkd5b', 'expanded_url': 'https://twitter.com/dog_rates/status/886736880519319552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 886736868116754432, 'id_str': '886736868116754432', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/DE5Se8FXcAAJFx4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE5Se8FXcAAJFx4.jpg', 'url': 'https://t.co/ISvKOSkd5b', 'display_url': 'pic.twitter.com/ISvKOSkd5b', 'expanded_url': 'https://twitter.com/dog_rates/status/886736880519319552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 886736868108378112, 'id_str': '886736868108378112', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/DE5Se8DXoAAZ4c9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE5Se8DXoAAZ4c9.jpg', 'url': 'https://t.co/ISvKOSkd5b', 'display_url': 'pic.twitter.com/ISvKOSkd5b', 'expanded_url': 'https://twitter.com/dog_rates/status/886736880519319552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2631, 'favorite_count': 10501, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
29:886680336477933568
{'created_at': 'Sun Jul 16 20:14:00 +0000 2017', 'id': 886680336477933568, 'id_str': '886680336477933568', 'full_text': "This is Derek. He's late for a dog meeting. 13/10 pet...al to the metal https://t.co/BCoWue0abA", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 886680331239161856, 'id_str': '886680331239161856', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/DE4fEDzWAAAyHMM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE4fEDzWAAAyHMM.jpg', 'url': 'https://t.co/BCoWue0abA', 'display_url': 'pic.twitter.com/BCoWue0abA', 'expanded_url': 'https://twitter.com/dog_rates/status/886680336477933568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 886680331239161856, 'id_str': '886680331239161856', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/DE4fEDzWAAAyHMM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE4fEDzWAAAyHMM.jpg', 'url': 'https://t.co/BCoWue0abA', 'display_url': 'pic.twitter.com/BCoWue0abA', 'expanded_url': 'https://twitter.com/dog_rates/status/886680336477933568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3735, 'favorite_count': 19736, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
30:886366144734445568
{'created_at': 'Sat Jul 15 23:25:31 +0000 2017', 'id': 886366144734445568, 'id_str': '886366144734445568', 'full_text': 'This is Roscoe. Another pupper fallen victim to spontaneous tongue ejections. Get the BlepiPen immediate. 12/10 deep breaths Roscoe https://t.co/RGE08MIJox', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 886366138128449536, 'id_str': '886366138128449536', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/DE0BTnQUwAApKEH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE0BTnQUwAApKEH.jpg', 'url': 'https://t.co/RGE08MIJox', 'display_url': 'pic.twitter.com/RGE08MIJox', 'expanded_url': 'https://twitter.com/dog_rates/status/886366144734445568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 886366138128449536, 'id_str': '886366138128449536', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/DE0BTnQUwAApKEH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE0BTnQUwAApKEH.jpg', 'url': 'https://t.co/RGE08MIJox', 'display_url': 'pic.twitter.com/RGE08MIJox', 'expanded_url': 'https://twitter.com/dog_rates/status/886366144734445568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 886366138124218369, 'id_str': '886366138124218369', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/DE0BTnPUMAEVdh5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DE0BTnPUMAEVdh5.jpg', 'url': 'https://t.co/RGE08MIJox', 'display_url': 'pic.twitter.com/RGE08MIJox', 'expanded_url': 'https://twitter.com/dog_rates/status/886366144734445568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 925, 'h': 1165, 'resize': 'fit'}, 'medium': {'w': 925, 'h': 1165, 'resize': 'fit'}, 'small': {'w': 540, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2629, 'favorite_count': 18547, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
31:886267009285017600
{'created_at': 'Sat Jul 15 16:51:35 +0000 2017', 'id': 886267009285017600, 'id_str': '886267009285017600', 'full_text': '@NonWhiteHat @MayhewMayhem omg hello tanner you are a scary good boy 12/10 would pet with extreme caution', 'truncated': False, 'display_text_range': [27, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'nonwhitehat', 'name': 'Nonwhitehat', 'id': 1367857849301352455, 'id_str': '1367857849301352455', 'indices': [0, 12]}, {'screen_name': 'MayhewMayhem', 'name': 'Мейхью Мейхэм', 'id': 38308544, 'id_str': '38308544', 'indices': [13, 26]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 886266357075128321, 'in_reply_to_status_id_str': '886266357075128321', 'in_reply_to_user_id': 2281181600, 'in_reply_to_user_id_str': '2281181600', 'in_reply_to_screen_name': 'PresidentDawg', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4, 'favorite_count': 105, 'favorited': False, 'retweeted': False, 'lang': 'en'}
32:886258384151887873
{'created_at': 'Sat Jul 15 16:17:19 +0000 2017', 'id': 886258384151887873, 'id_str': '886258384151887873', 'full_text': 'This is Waffles. His doggles are pupside down. Unsure how to fix. 13/10 someone assist Waffles https://t.co/xZDA9Qsq1O', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 886258377298292737, 'id_str': '886258377298292737', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/DEyfTG4UMAE4aE9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEyfTG4UMAE4aE9.jpg', 'url': 'https://t.co/xZDA9Qsq1O', 'display_url': 'pic.twitter.com/xZDA9Qsq1O', 'expanded_url': 'https://twitter.com/dog_rates/status/886258384151887873/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 886258377298292737, 'id_str': '886258377298292737', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/DEyfTG4UMAE4aE9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEyfTG4UMAE4aE9.jpg', 'url': 'https://t.co/xZDA9Qsq1O', 'display_url': 'pic.twitter.com/xZDA9Qsq1O', 'expanded_url': 'https://twitter.com/dog_rates/status/886258384151887873/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5288, 'favorite_count': 24527, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
33:886054160059072513
{'created_at': 'Sat Jul 15 02:45:48 +0000 2017', 'id': 886054160059072513, 'id_str': '886054160059072513', 'full_text': 'RT @Athletics: 12/10 #BATP https://t.co/WxwJmvjfxo', 'truncated': False, 'display_text_range': [0, 50], 'entities': {'hashtags': [{'text': 'BATP', 'indices': [21, 26]}], 'symbols': [], 'user_mentions': [{'screen_name': 'Athletics', 'name': "Oakland A's", 'id': 19607400, 'id_str': '19607400', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/WxwJmvjfxo', 'expanded_url': 'https://twitter.com/dog_rates/status/886053434075471873', 'display_url': 'twitter.com/dog_rates/stat…', 'indices': [27, 50]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Jul 15 02:44:07 +0000 2017', 'id': 886053734421102592, 'id_str': '886053734421102592', 'full_text': '12/10 #BATP https://t.co/WxwJmvjfxo', 'truncated': False, 'display_text_range': [0, 11], 'entities': {'hashtags': [{'text': 'BATP', 'indices': [6, 11]}], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/WxwJmvjfxo', 'expanded_url': 'https://twitter.com/dog_rates/status/886053434075471873', 'display_url': 'twitter.com/dog_rates/stat…', 'indices': [12, 35]}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 19607400, 'id_str': '19607400', 'name': "Oakland A's", 'screen_name': 'Athletics', 'location': 'Oakland, CA', 'description': 'Official Twitter of the nine-time World Series champion Athletics #RootedInOakland #DrumTogether', 'url': 'https://t.co/T2yfLCpJi8', 'entities': {'url': {'urls': [{'url': 'https://t.co/T2yfLCpJi8', 'expanded_url': 'http://www.athletics.com', 'display_url': 'athletics.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 600567, 'friends_count': 502, 'listed_count': 5566, 'created_at': 'Tue Jan 27 18:40:21 +0000 2009', 'favourites_count': 26306, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 62421, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'FCB514', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1533952155991699456/Utsp58C9_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1533952155991699456/Utsp58C9_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/19607400/1654709321', 'profile_link_color': '2B463A', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '7BD193', 'profile_text_color': '333333', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 886053434075471873, 'quoted_status_id_str': '886053434075471873', 'quoted_status_permalink': {'url': 'https://t.co/WxwJmvjfxo', 'expanded': 'https://twitter.com/dog_rates/status/886053434075471873', 'display': 'twitter.com/dog_rates/stat…'}, 'quoted_status': {'created_at': 'Sat Jul 15 02:42:55 +0000 2017', 'id': 886053434075471873, 'id_str': '886053434075471873', 'full_text': 'Our snapchat story is h*ckin ridiculous right now. The @Athletics really know how to host a Bark at the Park\nhttps://t.co/gJx2GpMSyY https://t.co/6d2N0ctyC1', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Athletics', 'name': "Oakland A's", 'id': 19607400, 'id_str': '19607400', 'indices': [55, 65]}], 'urls': [{'url': 'https://t.co/gJx2GpMSyY', 'expanded_url': 'https://www.snapchat.com/add/weratedogs', 'display_url': 'snapchat.com/add/weratedogs', 'indices': [109, 132]}], 'media': [{'id': 886053427184254976, 'id_str': '886053427184254976', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DEvk5cNVwAAcISQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEvk5cNVwAAcISQ.jpg', 'url': 'https://t.co/6d2N0ctyC1', 'display_url': 'pic.twitter.com/6d2N0ctyC1', 'expanded_url': 'https://twitter.com/dog_rates/status/886053434075471873/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 886053427184254976, 'id_str': '886053427184254976', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DEvk5cNVwAAcISQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEvk5cNVwAAcISQ.jpg', 'url': 'https://t.co/6d2N0ctyC1', 'display_url': 'pic.twitter.com/6d2N0ctyC1', 'expanded_url': 'https://twitter.com/dog_rates/status/886053434075471873/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 180, 'favorite_count': 2911, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 93, 'favorite_count': 1365, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'und'}, 'is_quote_status': True, 'quoted_status_id': 886053434075471873, 'quoted_status_id_str': '886053434075471873', 'quoted_status_permalink': {'url': 'https://t.co/WxwJmvjfxo', 'expanded': 'https://twitter.com/dog_rates/status/886053434075471873', 'display': 'twitter.com/dog_rates/stat…'}, 'retweet_count': 93, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'und'}
34:885984800019947520
{'created_at': 'Fri Jul 14 22:10:11 +0000 2017', 'id': 885984800019947520, 'id_str': '885984800019947520', 'full_text': 'Viewer discretion advised. This is Jimbo. He will rip ur finger right h*ckin off. Other dog clearly an accessory. 12/10 pls pet with caution https://t.co/BuveP0uMF1', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 885984792034004992, 'id_str': '885984792034004992', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DEumeWWV0AA-Z61.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEumeWWV0AA-Z61.jpg', 'url': 'https://t.co/BuveP0uMF1', 'display_url': 'pic.twitter.com/BuveP0uMF1', 'expanded_url': 'https://twitter.com/dog_rates/status/885984800019947520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1183, 'resize': 'fit'}, 'large': {'w': 1200, 'h': 1183, 'resize': 'fit'}, 'small': {'w': 680, 'h': 670, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 885984792034004992, 'id_str': '885984792034004992', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DEumeWWV0AA-Z61.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEumeWWV0AA-Z61.jpg', 'url': 'https://t.co/BuveP0uMF1', 'display_url': 'pic.twitter.com/BuveP0uMF1', 'expanded_url': 'https://twitter.com/dog_rates/status/885984800019947520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1183, 'resize': 'fit'}, 'large': {'w': 1200, 'h': 1183, 'resize': 'fit'}, 'small': {'w': 680, 'h': 670, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5611, 'favorite_count': 28611, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
35:885528943205470208
{'created_at': 'Thu Jul 13 15:58:47 +0000 2017', 'id': 885528943205470208, 'id_str': '885528943205470208', 'full_text': 'This is Maisey. She fell asleep mid-excavation. Happens to the best of us. 13/10 would pat noggin approvingly https://t.co/tp1kQ8i9JF', 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 885528931826368512, 'id_str': '885528931826368512', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/DEoH3yvXgAAzQtS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEoH3yvXgAAzQtS.jpg', 'url': 'https://t.co/tp1kQ8i9JF', 'display_url': 'pic.twitter.com/tp1kQ8i9JF', 'expanded_url': 'https://twitter.com/dog_rates/status/885528943205470208/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1138, 'h': 1117, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1138, 'h': 1117, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 885528931826368512, 'id_str': '885528931826368512', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/DEoH3yvXgAAzQtS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEoH3yvXgAAzQtS.jpg', 'url': 'https://t.co/tp1kQ8i9JF', 'display_url': 'pic.twitter.com/tp1kQ8i9JF', 'expanded_url': 'https://twitter.com/dog_rates/status/885528943205470208/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1138, 'h': 1117, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1138, 'h': 1117, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5327, 'favorite_count': 31602, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
36:885518971528720385
{'created_at': 'Thu Jul 13 15:19:09 +0000 2017', 'id': 885518971528720385, 'id_str': '885518971528720385', 'full_text': 'I have a new hero and his name is Howard. 14/10 https://t.co/gzLHboL7Sk', 'truncated': False, 'display_text_range': [0, 47], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/gzLHboL7Sk', 'expanded_url': 'https://twitter.com/4bonds2carbon/status/885517367337512960', 'display_url': 'twitter.com/4bonds2carbon/…', 'indices': [48, 71]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'retweet_count': 3106, 'favorite_count': 18005, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
37:885311592912609280
{'created_at': 'Thu Jul 13 01:35:06 +0000 2017', 'id': 885311592912609280, 'id_str': '885311592912609280', 'full_text': 'RT @dog_rates: This is Lilly. She just parallel barked. Kindly requests a reward now. 13/10 would pet so well https://t.co/SATN4If5H5', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 830583314243268608, 'id_str': '830583314243268608', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 830583320585068544, 'source_status_id_str': '830583320585068544', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 830583314243268608, 'id_str': '830583314243268608', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 830583320585068544, 'source_status_id_str': '830583320585068544', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 830583314213896192, 'id_str': '830583314213896192', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C4bTH6gWAAAV2ex.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6gWAAAV2ex.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 830583320585068544, 'source_status_id_str': '830583320585068544', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Feb 12 01:04:29 +0000 2017', 'id': 830583320585068544, 'id_str': '830583320585068544', 'full_text': 'This is Lilly. She just parallel barked. Kindly requests a reward now. 13/10 would pet so well https://t.co/SATN4If5H5', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 830583314243268608, 'id_str': '830583314243268608', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 830583314243268608, 'id_str': '830583314243268608', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 830583314213896192, 'id_str': '830583314213896192', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C4bTH6gWAAAV2ex.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6gWAAAV2ex.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15437, 'favorite_count': 62518, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 15437, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
38:885167619883638784
{'created_at': 'Wed Jul 12 16:03:00 +0000 2017', 'id': 885167619883638784, 'id_str': '885167619883638784', 'full_text': 'Here we have a corgi undercover as a malamute. Pawbably doing important investigative work. Zero control over tongue happenings. 13/10 https://t.co/44ItaMubBf', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 885167573385588737, 'id_str': '885167573385588737', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DEi_N9pXsAERvps.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEi_N9pXsAERvps.jpg', 'url': 'https://t.co/44ItaMubBf', 'display_url': 'pic.twitter.com/44ItaMubBf', 'expanded_url': 'https://twitter.com/dog_rates/status/885167619883638784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 885167573385588737, 'id_str': '885167573385588737', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DEi_N9pXsAERvps.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEi_N9pXsAERvps.jpg', 'url': 'https://t.co/44ItaMubBf', 'display_url': 'pic.twitter.com/44ItaMubBf', 'expanded_url': 'https://twitter.com/dog_rates/status/885167619883638784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 885167573385576448, 'id_str': '885167573385576448', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DEi_N9pXgAA8RQU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEi_N9pXgAA8RQU.jpg', 'url': 'https://t.co/44ItaMubBf', 'display_url': 'pic.twitter.com/44ItaMubBf', 'expanded_url': 'https://twitter.com/dog_rates/status/885167619883638784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 885167573385576449, 'id_str': '885167573385576449', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DEi_N9pXgAE41-v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEi_N9pXgAE41-v.jpg', 'url': 'https://t.co/44ItaMubBf', 'display_url': 'pic.twitter.com/44ItaMubBf', 'expanded_url': 'https://twitter.com/dog_rates/status/885167619883638784/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 885167573389762560, 'id_str': '885167573389762560', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DEi_N9qXYAAgEEw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEi_N9qXYAAgEEw.jpg', 'url': 'https://t.co/44ItaMubBf', 'display_url': 'pic.twitter.com/44ItaMubBf', 'expanded_url': 'https://twitter.com/dog_rates/status/885167619883638784/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3669, 'favorite_count': 19255, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
39:884925521741709313
{'created_at': 'Wed Jul 12 00:01:00 +0000 2017', 'id': 884925521741709313, 'id_str': '884925521741709313', 'full_text': "This is Earl. He found a hat. Nervous about what you think of it. 12/10 it's delightful, Earl https://t.co/MYJvdlNRVa", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 884925516695965696, 'id_str': '884925516695965696', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/DEfjEaNXkAAtPlj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEfjEaNXkAAtPlj.jpg', 'url': 'https://t.co/MYJvdlNRVa', 'display_url': 'pic.twitter.com/MYJvdlNRVa', 'expanded_url': 'https://twitter.com/dog_rates/status/884925521741709313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 1280, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 884925516695965696, 'id_str': '884925516695965696', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/DEfjEaNXkAAtPlj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEfjEaNXkAAtPlj.jpg', 'url': 'https://t.co/MYJvdlNRVa', 'display_url': 'pic.twitter.com/MYJvdlNRVa', 'expanded_url': 'https://twitter.com/dog_rates/status/884925521741709313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 1280, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15023, 'favorite_count': 67172, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
40:884876753390489601
{'created_at': 'Tue Jul 11 20:47:12 +0000 2017', 'id': 884876753390489601, 'id_str': '884876753390489601', 'full_text': "This is Lola. It's her first time outside. Must test the earth and taste the atmosphere. 13/10 you're doing great Lola https://t.co/74TKAUsLkO", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 884876742820859904, 'id_str': '884876742820859904', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DEe2tZXXkAAwyX3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEe2tZXXkAAwyX3.jpg', 'url': 'https://t.co/74TKAUsLkO', 'display_url': 'pic.twitter.com/74TKAUsLkO', 'expanded_url': 'https://twitter.com/dog_rates/status/884876753390489601/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1107, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1234, 'h': 1338, 'resize': 'fit'}, 'small': {'w': 627, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 884876742820859904, 'id_str': '884876742820859904', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DEe2tZXXkAAwyX3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEe2tZXXkAAwyX3.jpg', 'url': 'https://t.co/74TKAUsLkO', 'display_url': 'pic.twitter.com/74TKAUsLkO', 'expanded_url': 'https://twitter.com/dog_rates/status/884876753390489601/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1107, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1234, 'h': 1338, 'resize': 'fit'}, 'small': {'w': 627, 'h': 680, 'resize': 'fit'}}}, {'id': 884876742816616450, 'id_str': '884876742816616450', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DEe2tZWW0AIhXjS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEe2tZWW0AIhXjS.jpg', 'url': 'https://t.co/74TKAUsLkO', 'display_url': 'pic.twitter.com/74TKAUsLkO', 'expanded_url': 'https://twitter.com/dog_rates/status/884876753390489601/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 910, 'h': 1215, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 884876742741065730, 'id_str': '884876742741065730', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DEe2tZEWAAIrpbu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEe2tZEWAAIrpbu.jpg', 'url': 'https://t.co/74TKAUsLkO', 'display_url': 'pic.twitter.com/74TKAUsLkO', 'expanded_url': 'https://twitter.com/dog_rates/status/884876753390489601/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1269, 'h': 1273, 'resize': 'fit'}, 'medium': {'w': 1196, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 678, 'h': 680, 'resize': 'fit'}}}, {'id': 884876742753734656, 'id_str': '884876742753734656', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/DEe2tZHXUAA8r4k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEe2tZHXUAA8r4k.jpg', 'url': 'https://t.co/74TKAUsLkO', 'display_url': 'pic.twitter.com/74TKAUsLkO', 'expanded_url': 'https://twitter.com/dog_rates/status/884876753390489601/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 546, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 938, 'h': 1168, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 938, 'h': 1168, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4673, 'favorite_count': 24387, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
41:884562892145688576
{'created_at': 'Tue Jul 11 00:00:02 +0000 2017', 'id': 884562892145688576, 'id_str': '884562892145688576', 'full_text': "This is Kevin. He's just so happy. 13/10 what is your secret Kevin https://t.co/1r4MFCbCX5", 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 884562886777065473, 'id_str': '884562886777065473', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/DEaZQkfXUAEC7qB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEaZQkfXUAEC7qB.jpg', 'url': 'https://t.co/1r4MFCbCX5', 'display_url': 'pic.twitter.com/1r4MFCbCX5', 'expanded_url': 'https://twitter.com/dog_rates/status/884562892145688576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 884562886777065473, 'id_str': '884562886777065473', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/DEaZQkfXUAEC7qB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEaZQkfXUAEC7qB.jpg', 'url': 'https://t.co/1r4MFCbCX5', 'display_url': 'pic.twitter.com/1r4MFCbCX5', 'expanded_url': 'https://twitter.com/dog_rates/status/884562892145688576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3910, 'favorite_count': 21319, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
42:884441805382717440
{'created_at': 'Mon Jul 10 15:58:53 +0000 2017', 'id': 884441805382717440, 'id_str': '884441805382717440', 'full_text': 'I present to you, Pup in Hat. Pup in Hat is great for all occasions. Extremely versatile. Compact as h*ck. 14/10 (IG: itselizabethgales) https://t.co/vvBOcC2VdC', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 884441800177528832, 'id_str': '884441800177528832', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DEYrIZwWsAA2Wo5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEYrIZwWsAA2Wo5.jpg', 'url': 'https://t.co/vvBOcC2VdC', 'display_url': 'pic.twitter.com/vvBOcC2VdC', 'expanded_url': 'https://twitter.com/dog_rates/status/884441805382717440/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1172, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1562, 'resize': 'fit'}, 'small': {'w': 680, 'h': 664, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 884441800177528832, 'id_str': '884441800177528832', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DEYrIZwWsAA2Wo5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEYrIZwWsAA2Wo5.jpg', 'url': 'https://t.co/vvBOcC2VdC', 'display_url': 'pic.twitter.com/vvBOcC2VdC', 'expanded_url': 'https://twitter.com/dog_rates/status/884441805382717440/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1172, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1562, 'resize': 'fit'}, 'small': {'w': 680, 'h': 664, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4790, 'favorite_count': 23868, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
43:884247878851493888
{'created_at': 'Mon Jul 10 03:08:17 +0000 2017', 'id': 884247878851493888, 'id_str': '884247878851493888', 'full_text': "OMG HE DIDN'T MEAN TO HE WAS JUST TRYING A LITTLE BARKOUR HE'S SUPER SORRY 13/10 WOULD FORGIVE IMMEDIATE https://t.co/uF3pQ8Wubj", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/uF3pQ8Wubj', 'expanded_url': 'https://twitter.com/kaijohnson_19/status/883965650754039809', 'display_url': 'twitter.com/kaijohnson_19/…', 'indices': [105, 128]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 883965650754039809, 'quoted_status_id_str': '883965650754039809', 'quoted_status_permalink': {'url': 'https://t.co/uF3pQ8Wubj', 'expanded': 'https://twitter.com/kaijohnson_19/status/883965650754039809', 'display': 'twitter.com/kaijohnson_19/…'}, 'quoted_status': {'created_at': 'Sun Jul 09 08:26:49 +0000 2017', 'id': 883965650754039809, 'id_str': '883965650754039809', 'full_text': 'Have you ever seen a more guilty pug?😂 https://t.co/Lhf4ECt1uL', 'truncated': False, 'display_text_range': [0, 38], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 883965641492922369, 'id_str': '883965641492922369', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/DER6EUbWAAEOY9Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DER6EUbWAAEOY9Z.jpg', 'url': 'https://t.co/Lhf4ECt1uL', 'display_url': 'pic.twitter.com/Lhf4ECt1uL', 'expanded_url': 'https://twitter.com/Kaijohnson_19/status/883965650754039809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 883965641492922369, 'id_str': '883965641492922369', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/DER6EUbWAAEOY9Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DER6EUbWAAEOY9Z.jpg', 'url': 'https://t.co/Lhf4ECt1uL', 'display_url': 'pic.twitter.com/Lhf4ECt1uL', 'expanded_url': 'https://twitter.com/Kaijohnson_19/status/883965650754039809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 883965641421725696, 'id_str': '883965641421725696', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/DER6EUKXoAA1t3B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DER6EUKXoAA1t3B.jpg', 'url': 'https://t.co/Lhf4ECt1uL', 'display_url': 'pic.twitter.com/Lhf4ECt1uL', 'expanded_url': 'https://twitter.com/Kaijohnson_19/status/883965650754039809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 3097795571, 'id_str': '3097795571', 'name': 'Kai Johnson', 'screen_name': 'Kaijohnson_19', 'location': 'Scotland, United Kingdom', 'description': 'Forensics student🤓 Citeh💙', 'url': 'https://t.co/pk8FMRc1OM', 'entities': {'url': {'urls': [{'url': 'https://t.co/pk8FMRc1OM', 'expanded_url': 'https://www.instagram.com/kaijohnson_19/', 'display_url': 'instagram.com/kaijohnson_19/', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 182, 'friends_count': 213, 'listed_count': 1, 'created_at': 'Thu Mar 19 21:55:32 +0000 2015', 'favourites_count': 492, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 25, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1422844775426842625/k0SlCske_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1422844775426842625/k0SlCske_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/3097795571/1636155439', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 57159, 'favorite_count': 191903, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 16918, 'favorite_count': 63305, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
44:884162670584377345
{'created_at': 'Sun Jul 09 21:29:42 +0000 2017', 'id': 884162670584377345, 'id_str': '884162670584377345', 'full_text': "Meet Yogi. He doesn't have any important dog meetings today he just enjoys looking his best at all times. 12/10 for dangerously dapper doggo https://t.co/YSI00BzTBZ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 884162662212489221, 'id_str': '884162662212489221', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DEUtQbzW0AUTv_o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEUtQbzW0AUTv_o.jpg', 'url': 'https://t.co/YSI00BzTBZ', 'display_url': 'pic.twitter.com/YSI00BzTBZ', 'expanded_url': 'https://twitter.com/dog_rates/status/884162670584377345/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 611, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1278, 'h': 1148, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1078, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 884162662212489221, 'id_str': '884162662212489221', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DEUtQbzW0AUTv_o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEUtQbzW0AUTv_o.jpg', 'url': 'https://t.co/YSI00BzTBZ', 'display_url': 'pic.twitter.com/YSI00BzTBZ', 'expanded_url': 'https://twitter.com/dog_rates/status/884162670584377345/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 611, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1278, 'h': 1148, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1078, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2505, 'favorite_count': 17945, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
45:883838122936631299
{'created_at': 'Sun Jul 09 00:00:04 +0000 2017', 'id': 883838122936631299, 'id_str': '883838122936631299', 'full_text': "This is Noah. He can't believe someone made this mess. Got the vacuum out for you though. Offered to help clean pup. 12/10 super good boy https://t.co/V85xujjDDY", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 883838118432034816, 'id_str': '883838118432034816', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DEQGFgAXUAAEvfi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEQGFgAXUAAEvfi.jpg', 'url': 'https://t.co/V85xujjDDY', 'display_url': 'pic.twitter.com/V85xujjDDY', 'expanded_url': 'https://twitter.com/dog_rates/status/883838122936631299/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 981, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 556, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1175, 'h': 1438, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 883838118432034816, 'id_str': '883838118432034816', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DEQGFgAXUAAEvfi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEQGFgAXUAAEvfi.jpg', 'url': 'https://t.co/V85xujjDDY', 'display_url': 'pic.twitter.com/V85xujjDDY', 'expanded_url': 'https://twitter.com/dog_rates/status/883838122936631299/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 981, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 556, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1175, 'h': 1438, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2861, 'favorite_count': 19173, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
46:883482846933004288
{'created_at': 'Sat Jul 08 00:28:19 +0000 2017', 'id': 883482846933004288, 'id_str': '883482846933004288', 'full_text': 'This is Bella. She hopes her smile made you smile. If not, she is also offering you her favorite monkey. 13.5/10 https://t.co/qjrljjt948', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 883482838036860928, 'id_str': '883482838036860928', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DELC9dZXUAADqUk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DELC9dZXUAADqUk.jpg', 'url': 'https://t.co/qjrljjt948', 'display_url': 'pic.twitter.com/qjrljjt948', 'expanded_url': 'https://twitter.com/dog_rates/status/883482846933004288/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 570, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1006, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1341, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 883482838036860928, 'id_str': '883482838036860928', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DELC9dZXUAADqUk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DELC9dZXUAADqUk.jpg', 'url': 'https://t.co/qjrljjt948', 'display_url': 'pic.twitter.com/qjrljjt948', 'expanded_url': 'https://twitter.com/dog_rates/status/883482846933004288/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 570, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1006, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1341, 'h': 1600, 'resize': 'fit'}}}, {'id': 883482838028431363, 'id_str': '883482838028431363', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DELC9dXWsAMHUEK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DELC9dXWsAMHUEK.jpg', 'url': 'https://t.co/qjrljjt948', 'display_url': 'pic.twitter.com/qjrljjt948', 'expanded_url': 'https://twitter.com/dog_rates/status/883482846933004288/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8270, 'favorite_count': 40214, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
47:883360690899218434
{'created_at': 'Fri Jul 07 16:22:55 +0000 2017', 'id': 883360690899218434, 'id_str': '883360690899218434', 'full_text': 'Meet Grizzwald. He may be the floofiest floofer I ever did see. Lost eyes saving a schoolbus from a volcano erpuption. 13/10 heroic as h*ck https://t.co/rf661IFEYP', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 883360682745503744, 'id_str': '883360682745503744', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DEJT3FeXoAAtwUy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEJT3FeXoAAtwUy.jpg', 'url': 'https://t.co/rf661IFEYP', 'display_url': 'pic.twitter.com/rf661IFEYP', 'expanded_url': 'https://twitter.com/dog_rates/status/883360690899218434/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1280, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 883360682745503744, 'id_str': '883360682745503744', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DEJT3FeXoAAtwUy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEJT3FeXoAAtwUy.jpg', 'url': 'https://t.co/rf661IFEYP', 'display_url': 'pic.twitter.com/rf661IFEYP', 'expanded_url': 'https://twitter.com/dog_rates/status/883360690899218434/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1280, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3080, 'favorite_count': 19949, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
48:883117836046086144
{'created_at': 'Fri Jul 07 00:17:54 +0000 2017', 'id': 883117836046086144, 'id_str': '883117836046086144', 'full_text': "Please only send dogs. We don't rate mechanics, no matter how h*ckin good. Thank you... 13/10 would sneak a pat https://t.co/Se5fZ9wp5E", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 883117826525024257, 'id_str': '883117826525024257', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/DEF2-_jW0AEAS94.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEF2-_jW0AEAS94.jpg', 'url': 'https://t.co/Se5fZ9wp5E', 'display_url': 'pic.twitter.com/Se5fZ9wp5E', 'expanded_url': 'https://twitter.com/dog_rates/status/883117836046086144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 883117826525024257, 'id_str': '883117826525024257', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/DEF2-_jW0AEAS94.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEF2-_jW0AEAS94.jpg', 'url': 'https://t.co/Se5fZ9wp5E', 'display_url': 'pic.twitter.com/Se5fZ9wp5E', 'expanded_url': 'https://twitter.com/dog_rates/status/883117836046086144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 883117826516688896, 'id_str': '883117826516688896', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/DEF2-_hXoAAs62q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEF2-_hXoAAs62q.jpg', 'url': 'https://t.co/Se5fZ9wp5E', 'display_url': 'pic.twitter.com/Se5fZ9wp5E', 'expanded_url': 'https://twitter.com/dog_rates/status/883117836046086144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5533, 'favorite_count': 32517, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
49:882992080364220416
{'created_at': 'Thu Jul 06 15:58:11 +0000 2017', 'id': 882992080364220416, 'id_str': '882992080364220416', 'full_text': "This is Rusty. He wasn't ready for the first pic. Clearly puppared for the second. 13/10 confirmed great boy https://t.co/tyER0KpdXj", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 882992072327913472, 'id_str': '882992072327913472', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/DEEEnIqXYAAiJh_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEEEnIqXYAAiJh_.jpg', 'url': 'https://t.co/tyER0KpdXj', 'display_url': 'pic.twitter.com/tyER0KpdXj', 'expanded_url': 'https://twitter.com/dog_rates/status/882992080364220416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 882992072327913472, 'id_str': '882992072327913472', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/DEEEnIqXYAAiJh_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEEEnIqXYAAiJh_.jpg', 'url': 'https://t.co/tyER0KpdXj', 'display_url': 'pic.twitter.com/tyER0KpdXj', 'expanded_url': 'https://twitter.com/dog_rates/status/882992080364220416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 882992072332120065, 'id_str': '882992072332120065', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/DEEEnIrXkAEliy-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEEEnIrXkAEliy-.jpg', 'url': 'https://t.co/tyER0KpdXj', 'display_url': 'pic.twitter.com/tyER0KpdXj', 'expanded_url': 'https://twitter.com/dog_rates/status/882992080364220416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3247, 'favorite_count': 20985, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
50:882762694511734784
{'created_at': 'Thu Jul 06 00:46:41 +0000 2017', 'id': 882762694511734784, 'id_str': '882762694511734784', 'full_text': "This is Gus. He's quite the cheeky pupper. Already perfected the disinterested wink. 12/10 would let steal my girl https://t.co/D43I96SlVu", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 882762686299353088, 'id_str': '882762686299353088', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DEAz_HHXsAA-p_z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEAz_HHXsAA-p_z.jpg', 'url': 'https://t.co/D43I96SlVu', 'display_url': 'pic.twitter.com/D43I96SlVu', 'expanded_url': 'https://twitter.com/dog_rates/status/882762694511734784/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1009, 'h': 1299, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 528, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 932, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 882762686299353088, 'id_str': '882762686299353088', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DEAz_HHXsAA-p_z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DEAz_HHXsAA-p_z.jpg', 'url': 'https://t.co/D43I96SlVu', 'display_url': 'pic.twitter.com/D43I96SlVu', 'expanded_url': 'https://twitter.com/dog_rates/status/882762694511734784/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1009, 'h': 1299, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 528, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 932, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4097, 'favorite_count': 24798, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
51:882627270321602560
{'created_at': 'Wed Jul 05 15:48:34 +0000 2017', 'id': 882627270321602560, 'id_str': '882627270321602560', 'full_text': 'This is Stanley. He has his first swim lesson today. Doggle straps adjusted. Ready to go. 13/10 Phelps is nervous (IG: stanleythe_corgi) https://t.co/Nx52PGwH94', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 882627261886758912, 'id_str': '882627261886758912', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DD-40X3WAAAJPU5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD-40X3WAAAJPU5.jpg', 'url': 'https://t.co/Nx52PGwH94', 'display_url': 'pic.twitter.com/Nx52PGwH94', 'expanded_url': 'https://twitter.com/dog_rates/status/882627270321602560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1116, 'resize': 'fit'}, 'large': {'w': 899, 'h': 1116, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 882627261886758912, 'id_str': '882627261886758912', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DD-40X3WAAAJPU5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD-40X3WAAAJPU5.jpg', 'url': 'https://t.co/Nx52PGwH94', 'display_url': 'pic.twitter.com/Nx52PGwH94', 'expanded_url': 'https://twitter.com/dog_rates/status/882627270321602560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1116, 'resize': 'fit'}, 'large': {'w': 899, 'h': 1116, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5062, 'favorite_count': 24600, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
52:882268110199369728
{'created_at': 'Tue Jul 04 16:01:23 +0000 2017', 'id': 882268110199369728, 'id_str': '882268110199369728', 'full_text': "This is Alfy. You're witnessing his first watermelon experience. I think it was a success. 13/10 happy 4th Alfy 🇺🇸 https://t.co/fYP5RlutfA", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 882268100984492032, 'id_str': '882268100984492032', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DD5yKdPW0AArzX8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD5yKdPW0AArzX8.jpg', 'url': 'https://t.co/fYP5RlutfA', 'display_url': 'pic.twitter.com/fYP5RlutfA', 'expanded_url': 'https://twitter.com/dog_rates/status/882268110199369728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 882268100984492032, 'id_str': '882268100984492032', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DD5yKdPW0AArzX8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD5yKdPW0AArzX8.jpg', 'url': 'https://t.co/fYP5RlutfA', 'display_url': 'pic.twitter.com/fYP5RlutfA', 'expanded_url': 'https://twitter.com/dog_rates/status/882268110199369728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 882268100997115904, 'id_str': '882268100997115904', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DD5yKdSXcAAb0-H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD5yKdSXcAAb0-H.jpg', 'url': 'https://t.co/fYP5RlutfA', 'display_url': 'pic.twitter.com/fYP5RlutfA', 'expanded_url': 'https://twitter.com/dog_rates/status/882268110199369728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 882268101005500416, 'id_str': '882268101005500416', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DD5yKdUXYAAMUzq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD5yKdUXYAAMUzq.jpg', 'url': 'https://t.co/fYP5RlutfA', 'display_url': 'pic.twitter.com/fYP5RlutfA', 'expanded_url': 'https://twitter.com/dog_rates/status/882268110199369728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9631, 'favorite_count': 39196, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
53:882045870035918850
{'created_at': 'Tue Jul 04 01:18:17 +0000 2017', 'id': 882045870035918850, 'id_str': '882045870035918850', 'full_text': 'This is Koko. Her owner, inspired by Barney, recently built a cart for her to use during walks if she got tired. 13/10 rest easy Koko https://t.co/zeDpnsKX7w', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 882045864507736065, 'id_str': '882045864507736065', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DD2oCl2WAAEI_4a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD2oCl2WAAEI_4a.jpg', 'url': 'https://t.co/zeDpnsKX7w', 'display_url': 'pic.twitter.com/zeDpnsKX7w', 'expanded_url': 'https://twitter.com/dog_rates/status/882045870035918850/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 749, 'h': 1017, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 1017, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 882045864507736065, 'id_str': '882045864507736065', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DD2oCl2WAAEI_4a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD2oCl2WAAEI_4a.jpg', 'url': 'https://t.co/zeDpnsKX7w', 'display_url': 'pic.twitter.com/zeDpnsKX7w', 'expanded_url': 'https://twitter.com/dog_rates/status/882045870035918850/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 749, 'h': 1017, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 1017, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}, {'id': 882045864503652352, 'id_str': '882045864503652352', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DD2oCl1XsAAoT6d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD2oCl1XsAAoT6d.jpg', 'url': 'https://t.co/zeDpnsKX7w', 'display_url': 'pic.twitter.com/zeDpnsKX7w', 'expanded_url': 'https://twitter.com/dog_rates/status/882045870035918850/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}, {'id': 882045864503586816, 'id_str': '882045864503586816', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DD2oCl1WsAA6e3B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD2oCl1WsAA6e3B.jpg', 'url': 'https://t.co/zeDpnsKX7w', 'display_url': 'pic.twitter.com/zeDpnsKX7w', 'expanded_url': 'https://twitter.com/dog_rates/status/882045870035918850/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 929, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 929, 'resize': 'fit'}}}, {'id': 882045864499400705, 'id_str': '882045864499400705', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DD2oCl0W0AEtpRg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD2oCl0W0AEtpRg.jpg', 'url': 'https://t.co/zeDpnsKX7w', 'display_url': 'pic.twitter.com/zeDpnsKX7w', 'expanded_url': 'https://twitter.com/dog_rates/status/882045870035918850/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 584, 'h': 637, 'resize': 'fit'}, 'small': {'w': 584, 'h': 637, 'resize': 'fit'}, 'medium': {'w': 584, 'h': 637, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4082, 'favorite_count': 25723, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
54:881906580714921986
{'created_at': 'Mon Jul 03 16:04:48 +0000 2017', 'id': 881906580714921986, 'id_str': '881906580714921986', 'full_text': "This is Rey. He's a Benebop Cumberfloof. 12/10 dangerously pettable https://t.co/503CgWbhxQ", 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 881906570426281984, 'id_str': '881906570426281984', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/DD0pWm9XcAAeSBL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD0pWm9XcAAeSBL.jpg', 'url': 'https://t.co/503CgWbhxQ', 'display_url': 'pic.twitter.com/503CgWbhxQ', 'expanded_url': 'https://twitter.com/dog_rates/status/881906580714921986/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 881906570426281984, 'id_str': '881906570426281984', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/DD0pWm9XcAAeSBL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DD0pWm9XcAAeSBL.jpg', 'url': 'https://t.co/503CgWbhxQ', 'display_url': 'pic.twitter.com/503CgWbhxQ', 'expanded_url': 'https://twitter.com/dog_rates/status/881906580714921986/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2855, 'favorite_count': 21444, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
55:881666595344535552
{'created_at': 'Mon Jul 03 00:11:11 +0000 2017', 'id': 881666595344535552, 'id_str': '881666595344535552', 'full_text': "This is Gary. He couldn't miss this puppertunity for a selfie. Flawless focusing skills. 13/10 would boop intensely https://t.co/7CSWCl8I6s", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 881666587375304705, 'id_str': '881666587375304705', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DDxPFwbWAAEbVVR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDxPFwbWAAEbVVR.jpg', 'url': 'https://t.co/7CSWCl8I6s', 'display_url': 'pic.twitter.com/7CSWCl8I6s', 'expanded_url': 'https://twitter.com/dog_rates/status/881666595344535552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 881666587375304705, 'id_str': '881666587375304705', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DDxPFwbWAAEbVVR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDxPFwbWAAEbVVR.jpg', 'url': 'https://t.co/7CSWCl8I6s', 'display_url': 'pic.twitter.com/7CSWCl8I6s', 'expanded_url': 'https://twitter.com/dog_rates/status/881666595344535552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8960, 'favorite_count': 44554, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
56:881633300179243008
{'created_at': 'Sun Jul 02 21:58:53 +0000 2017', 'id': 881633300179243008, 'id_str': '881633300179243008', 'full_text': '@roushfenway These are good dogs but 17/10 is an emotional impulse rating. More like 13/10s', 'truncated': False, 'display_text_range': [13, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'roushfenway', 'name': 'RoushFenwayKeselowski', 'id': 1394819764296486914, 'id_str': '1394819764296486914', 'indices': [0, 12]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 881607037314052101, 'in_reply_to_status_id_str': '881607037314052101', 'in_reply_to_user_id': 47384430, 'in_reply_to_user_id_str': '47384430', 'in_reply_to_screen_name': 'RFKracing', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8, 'favorite_count': 113, 'favorited': False, 'retweeted': False, 'lang': 'en'}
57:881536004380872706
{'created_at': 'Sun Jul 02 15:32:16 +0000 2017', 'id': 881536004380872706, 'id_str': '881536004380872706', 'full_text': 'Here is a pupper approaching maximum borkdrive. Zooming at never before seen speeds. 14/10 paw-inspiring af \n(IG: puffie_the_chow) https://t.co/ghXBIIeQZF', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 881535971568889856, 'id_str': '881535971568889856', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/881535971568889856/pu/img/9bawiZ--8FKywTkz.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/881535971568889856/pu/img/9bawiZ--8FKywTkz.jpg', 'url': 'https://t.co/ghXBIIeQZF', 'display_url': 'pic.twitter.com/ghXBIIeQZF', 'expanded_url': 'https://twitter.com/dog_rates/status/881536004380872706/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 881535971568889856, 'id_str': '881535971568889856', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/881535971568889856/pu/img/9bawiZ--8FKywTkz.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/881535971568889856/pu/img/9bawiZ--8FKywTkz.jpg', 'url': 'https://t.co/ghXBIIeQZF', 'display_url': 'pic.twitter.com/ghXBIIeQZF', 'expanded_url': 'https://twitter.com/dog_rates/status/881536004380872706/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 13033, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/881535971568889856/pu/vid/240x240/_D_Ru1i40DJjZnLa.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/881535971568889856/pu/vid/480x480/eHoZev4usFv8pDFG.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/881535971568889856/pu/pl/x6e2xfkZo48Hm3u0.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13401, 'favorite_count': 43442, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
58:881268444196462592
{'created_at': 'Sat Jul 01 21:49:04 +0000 2017', 'id': 881268444196462592, 'id_str': '881268444196462592', 'full_text': "Meet Elliot. He's a Canadian Forrest Pup. Unusual number of antlers for a dog. Sneaky tongue slip to celebrate #Canada150. 12/10 would pet https://t.co/cgwJwowTMC", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [{'text': 'Canada150', 'indices': [111, 121]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 881268439486169090, 'id_str': '881268439486169090', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DDrk-f9WAAI-WQv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDrk-f9WAAI-WQv.jpg', 'url': 'https://t.co/cgwJwowTMC', 'display_url': 'pic.twitter.com/cgwJwowTMC', 'expanded_url': 'https://twitter.com/dog_rates/status/881268444196462592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 612, 'resize': 'fit'}, 'small': {'w': 680, 'h': 462, 'resize': 'fit'}, 'large': {'w': 900, 'h': 612, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 881268439486169090, 'id_str': '881268439486169090', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DDrk-f9WAAI-WQv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDrk-f9WAAI-WQv.jpg', 'url': 'https://t.co/cgwJwowTMC', 'display_url': 'pic.twitter.com/cgwJwowTMC', 'expanded_url': 'https://twitter.com/dog_rates/status/881268444196462592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 612, 'resize': 'fit'}, 'small': {'w': 680, 'h': 462, 'resize': 'fit'}, 'large': {'w': 900, 'h': 612, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4492, 'favorite_count': 20479, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
59:880935762899988482
{'created_at': 'Fri Jun 30 23:47:07 +0000 2017', 'id': 880935762899988482, 'id_str': '880935762899988482', 'full_text': "This is Louis. He's crossing. It's a big deal. 13/10 h*ckin breathtaking https://t.co/D0wb1GlKAt", 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 880935758152028161, 'id_str': '880935758152028161', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/DDm2Z5aXUAEDS2u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDm2Z5aXUAEDS2u.jpg', 'url': 'https://t.co/D0wb1GlKAt', 'display_url': 'pic.twitter.com/D0wb1GlKAt', 'expanded_url': 'https://twitter.com/dog_rates/status/880935762899988482/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 353, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 1041, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 1041, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 880935758152028161, 'id_str': '880935758152028161', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/DDm2Z5aXUAEDS2u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDm2Z5aXUAEDS2u.jpg', 'url': 'https://t.co/D0wb1GlKAt', 'display_url': 'pic.twitter.com/D0wb1GlKAt', 'expanded_url': 'https://twitter.com/dog_rates/status/880935762899988482/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 353, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 1041, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 1041, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2333, 'favorite_count': 15051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
60:880872448815771648
{'created_at': 'Fri Jun 30 19:35:32 +0000 2017', 'id': 880872448815771648, 'id_str': '880872448815771648', 'full_text': "Ugh not again. We only rate dogs. Please don't send in well-dressed floppy-tongued street penguins. Dogs only please. Thank you... 12/10 https://t.co/WiAMbTkDPf", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 880872431472267264, 'id_str': '880872431472267264', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DDl8zzJW0AAisCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDl8zzJW0AAisCJ.jpg', 'url': 'https://t.co/WiAMbTkDPf', 'display_url': 'pic.twitter.com/WiAMbTkDPf', 'expanded_url': 'https://twitter.com/dog_rates/status/880872448815771648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 880872431472267264, 'id_str': '880872431472267264', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DDl8zzJW0AAisCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDl8zzJW0AAisCJ.jpg', 'url': 'https://t.co/WiAMbTkDPf', 'display_url': 'pic.twitter.com/WiAMbTkDPf', 'expanded_url': 'https://twitter.com/dog_rates/status/880872448815771648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3200, 'favorite_count': 18715, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
61:880465832366813184
{'created_at': 'Thu Jun 29 16:39:47 +0000 2017', 'id': 880465832366813184, 'id_str': '880465832366813184', 'full_text': 'This is Bella. She had her first beach experience this morning. Complete success. 12/10 would perform a sandy boop https://t.co/4VsFysDmiw', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 880465790071427074, 'id_str': '880465790071427074', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DDgK-J4XUAIEV9W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDgK-J4XUAIEV9W.jpg', 'url': 'https://t.co/4VsFysDmiw', 'display_url': 'pic.twitter.com/4VsFysDmiw', 'expanded_url': 'https://twitter.com/dog_rates/status/880465832366813184/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 880465790071427074, 'id_str': '880465790071427074', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DDgK-J4XUAIEV9W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDgK-J4XUAIEV9W.jpg', 'url': 'https://t.co/4VsFysDmiw', 'display_url': 'pic.twitter.com/4VsFysDmiw', 'expanded_url': 'https://twitter.com/dog_rates/status/880465832366813184/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 880465789966585856, 'id_str': '880465789966585856', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DDgK-JfXkAAgJiL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDgK-JfXkAAgJiL.jpg', 'url': 'https://t.co/4VsFysDmiw', 'display_url': 'pic.twitter.com/4VsFysDmiw', 'expanded_url': 'https://twitter.com/dog_rates/status/880465832366813184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}, {'id': 880465789958201345, 'id_str': '880465789958201345', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DDgK-JdXoAEd1IZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDgK-JdXoAEd1IZ.jpg', 'url': 'https://t.co/4VsFysDmiw', 'display_url': 'pic.twitter.com/4VsFysDmiw', 'expanded_url': 'https://twitter.com/dog_rates/status/880465832366813184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 880465790071439362, 'id_str': '880465790071439362', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DDgK-J4XgAIHrwX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDgK-J4XgAIHrwX.jpg', 'url': 'https://t.co/4VsFysDmiw', 'display_url': 'pic.twitter.com/4VsFysDmiw', 'expanded_url': 'https://twitter.com/dog_rates/status/880465832366813184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5213, 'favorite_count': 25030, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
62:880221127280381952
{'created_at': 'Thu Jun 29 00:27:25 +0000 2017', 'id': 880221127280381952, 'id_str': '880221127280381952', 'full_text': "Meet Jesse. He's a Fetty Woof. His tongue ejects without warning. A true bleptomaniac. 12/10 would snug well https://t.co/fUod0tVmvK", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 880221119067770882, 'id_str': '880221119067770882', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/DDcscbXU0AIfDzs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDcscbXU0AIfDzs.jpg', 'url': 'https://t.co/fUod0tVmvK', 'display_url': 'pic.twitter.com/fUod0tVmvK', 'expanded_url': 'https://twitter.com/dog_rates/status/880221127280381952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 880221119067770882, 'id_str': '880221119067770882', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/DDcscbXU0AIfDzs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDcscbXU0AIfDzs.jpg', 'url': 'https://t.co/fUod0tVmvK', 'display_url': 'pic.twitter.com/fUod0tVmvK', 'expanded_url': 'https://twitter.com/dog_rates/status/880221127280381952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 880221119063539714, 'id_str': '880221119063539714', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/DDcscbWUQAICDUW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDcscbWUQAICDUW.jpg', 'url': 'https://t.co/fUod0tVmvK', 'display_url': 'pic.twitter.com/fUod0tVmvK', 'expanded_url': 'https://twitter.com/dog_rates/status/880221127280381952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3466, 'favorite_count': 23673, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
63:880095782870896641
{'created_at': 'Wed Jun 28 16:09:20 +0000 2017', 'id': 880095782870896641, 'id_str': '880095782870896641', 'full_text': "Please don't send in photos without dogs in them. We're not @porch_rates. Insubordinate and churlish. Pretty good porch tho 11/10 https://t.co/HauE8M3Bu4", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'porch_rates', 'name': 'porches', 'id': 880096313915752450, 'id_str': '880096313915752450', 'indices': [60, 72]}], 'urls': [], 'media': [{'id': 880095777175076864, 'id_str': '880095777175076864', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/DDa6ckbXgAAM1vV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDa6ckbXgAAM1vV.jpg', 'url': 'https://t.co/HauE8M3Bu4', 'display_url': 'pic.twitter.com/HauE8M3Bu4', 'expanded_url': 'https://twitter.com/dog_rates/status/880095782870896641/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 472, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 833, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1110, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 880095777175076864, 'id_str': '880095777175076864', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/DDa6ckbXgAAM1vV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDa6ckbXgAAM1vV.jpg', 'url': 'https://t.co/HauE8M3Bu4', 'display_url': 'pic.twitter.com/HauE8M3Bu4', 'expanded_url': 'https://twitter.com/dog_rates/status/880095782870896641/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 472, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 833, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1110, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3652, 'favorite_count': 24339, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
64:879862464715927552
{'created_at': 'Wed Jun 28 00:42:13 +0000 2017', 'id': 879862464715927552, 'id_str': '879862464715927552', 'full_text': 'This is Romeo. He would like to do an entrance. Requesting your immediate assistance. 13/10 https://t.co/Qh5aEkRQm9', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 879862459263307776, 'id_str': '879862459263307776', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DDXmPreXUAA3QGJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDXmPreXUAA3QGJ.jpg', 'url': 'https://t.co/Qh5aEkRQm9', 'display_url': 'pic.twitter.com/Qh5aEkRQm9', 'expanded_url': 'https://twitter.com/dog_rates/status/879862464715927552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 879862459263307776, 'id_str': '879862459263307776', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DDXmPreXUAA3QGJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDXmPreXUAA3QGJ.jpg', 'url': 'https://t.co/Qh5aEkRQm9', 'display_url': 'pic.twitter.com/Qh5aEkRQm9', 'expanded_url': 'https://twitter.com/dog_rates/status/879862464715927552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 879862459317854210, 'id_str': '879862459317854210', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DDXmPrrXoAI42eo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDXmPrrXoAI42eo.jpg', 'url': 'https://t.co/Qh5aEkRQm9', 'display_url': 'pic.twitter.com/Qh5aEkRQm9', 'expanded_url': 'https://twitter.com/dog_rates/status/879862464715927552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 879862459250638849, 'id_str': '879862459250638849', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/DDXmPrbWAAEKMvy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDXmPrbWAAEKMvy.jpg', 'url': 'https://t.co/Qh5aEkRQm9', 'display_url': 'pic.twitter.com/Qh5aEkRQm9', 'expanded_url': 'https://twitter.com/dog_rates/status/879862464715927552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2928, 'favorite_count': 19703, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
65:879674319642796034
{'created_at': 'Tue Jun 27 12:14:36 +0000 2017', 'id': 879674319642796034, 'id_str': '879674319642796034', 'full_text': '@RealKentMurphy 14/10 confirmed', 'truncated': False, 'display_text_range': [16, 31], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'RealKentMurphy', 'name': 'Kent', 'id': 3105440746, 'id_str': '3105440746', 'indices': [0, 15]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 879553827334172678, 'in_reply_to_status_id_str': '879553827334172678', 'in_reply_to_user_id': 3105440746, 'in_reply_to_user_id_str': '3105440746', 'in_reply_to_screen_name': 'RealKentMurphy', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9, 'favorite_count': 281, 'favorited': False, 'retweeted': False, 'lang': 'en'}
66:879492040517615616
{'created_at': 'Tue Jun 27 00:10:17 +0000 2017', 'id': 879492040517615616, 'id_str': '879492040517615616', 'full_text': 'This is Bailey. He thinks you should measure ear length for signs of growth instead. 12/10 https://t.co/IxM9IMKQq8', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 879492035853660161, 'id_str': '879492035853660161', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/DDSVWMvXsAEgmMK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDSVWMvXsAEgmMK.jpg', 'url': 'https://t.co/IxM9IMKQq8', 'display_url': 'pic.twitter.com/IxM9IMKQq8', 'expanded_url': 'https://twitter.com/dog_rates/status/879492040517615616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1279, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 879492035853660161, 'id_str': '879492035853660161', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/DDSVWMvXsAEgmMK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDSVWMvXsAEgmMK.jpg', 'url': 'https://t.co/IxM9IMKQq8', 'display_url': 'pic.twitter.com/IxM9IMKQq8', 'expanded_url': 'https://twitter.com/dog_rates/status/879492040517615616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1279, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2628, 'favorite_count': 20708, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
67:879415818425184262
{'created_at': 'Mon Jun 26 19:07:24 +0000 2017', 'id': 879415818425184262, 'id_str': '879415818425184262', 'full_text': 'This is Duddles. He did an attempt. 13/10 someone help him (vid by Georgia Felici) https://t.co/UDT7ZkcTgY', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 879415784908390401, 'id_str': '879415784908390401', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/879415784908390401/pu/img/cX7XI1TnUsseGET5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/879415784908390401/pu/img/cX7XI1TnUsseGET5.jpg', 'url': 'https://t.co/UDT7ZkcTgY', 'display_url': 'pic.twitter.com/UDT7ZkcTgY', 'expanded_url': 'https://twitter.com/dog_rates/status/879415818425184262/video/1', 'type': 'photo', 'sizes': {'medium': {'w': 718, 'h': 404, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 718, 'h': 404, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 879415784908390401, 'id_str': '879415784908390401', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/879415784908390401/pu/img/cX7XI1TnUsseGET5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/879415784908390401/pu/img/cX7XI1TnUsseGET5.jpg', 'url': 'https://t.co/UDT7ZkcTgY', 'display_url': 'pic.twitter.com/UDT7ZkcTgY', 'expanded_url': 'https://twitter.com/dog_rates/status/879415818425184262/video/1', 'type': 'video', 'sizes': {'medium': {'w': 718, 'h': 404, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 718, 'h': 404, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [359, 202], 'duration_millis': 6375, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/879415784908390401/pu/vid/318x180/HiOuK7PX8Clzp9V6.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/879415784908390401/pu/pl/BPRZU-j_oy3s3yjc.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/879415784908390401/pu/vid/638x360/-FhdelrCgXVtun1S.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 37455, 'favorite_count': 92867, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
68:879376492567855104
{'created_at': 'Mon Jun 26 16:31:08 +0000 2017', 'id': 879376492567855104, 'id_str': '879376492567855104', 'full_text': "This is Jack AKA Stephen Furry. You're not scoring on him. Unless he slips down the slide. 12/10 would happily get blocked by https://t.co/0gOi601EAa", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 879376482266632192, 'id_str': '879376482266632192', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DDQsQGFV0AAw6u9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDQsQGFV0AAw6u9.jpg', 'url': 'https://t.co/0gOi601EAa', 'display_url': 'pic.twitter.com/0gOi601EAa', 'expanded_url': 'https://twitter.com/dog_rates/status/879376492567855104/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1112, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1482, 'resize': 'fit'}, 'small': {'w': 680, 'h': 630, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 879376482266632192, 'id_str': '879376482266632192', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DDQsQGFV0AAw6u9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDQsQGFV0AAw6u9.jpg', 'url': 'https://t.co/0gOi601EAa', 'display_url': 'pic.twitter.com/0gOi601EAa', 'expanded_url': 'https://twitter.com/dog_rates/status/879376492567855104/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1112, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1482, 'resize': 'fit'}, 'small': {'w': 680, 'h': 630, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2649, 'favorite_count': 14860, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
69:879130579576475649
{'created_at': 'Mon Jun 26 00:13:58 +0000 2017', 'id': 879130579576475649, 'id_str': '879130579576475649', 'full_text': 'RT @dog_rates: This is Emmy. She was adopted today. Massive round of pupplause for Emmy and her new family. 14/10 for all involved https://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jun 23 01:10:23 +0000 2017', 'id': 878057613040115712, 'id_str': '878057613040115712', 'full_text': 'This is Emmy. She was adopted today. Massive round of pupplause for Emmy and her new family. 14/10 for all involved https://t.co/cwtWnHMVpe', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 878057599261745152, 'id_str': '878057599261745152', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'url': 'https://t.co/cwtWnHMVpe', 'display_url': 'pic.twitter.com/cwtWnHMVpe', 'expanded_url': 'https://twitter.com/dog_rates/status/878057613040115712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 837, 'resize': 'fit'}, 'large': {'w': 1599, 'h': 1115, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 878057599261745152, 'id_str': '878057599261745152', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'url': 'https://t.co/cwtWnHMVpe', 'display_url': 'pic.twitter.com/cwtWnHMVpe', 'expanded_url': 'https://twitter.com/dog_rates/status/878057613040115712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 837, 'resize': 'fit'}, 'large': {'w': 1599, 'h': 1115, 'resize': 'fit'}}}, {'id': 878057599287009280, 'id_str': '878057599287009280', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DC98vAHVoAAUj8d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC98vAHVoAAUj8d.jpg', 'url': 'https://t.co/cwtWnHMVpe', 'display_url': 'pic.twitter.com/cwtWnHMVpe', 'expanded_url': 'https://twitter.com/dog_rates/status/878057613040115712/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1200, 'h': 1466, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 557, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 982, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5739, 'favorite_count': 37150, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5739, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
70:879050749262655488
{'created_at': 'Sun Jun 25 18:56:45 +0000 2017', 'id': 879050749262655488, 'id_str': '879050749262655488', 'full_text': 'This is Steven. He has trouble relating to other dogs. Quite shy. Neck longer than average. Tropical probably. 11/10 would still pet https://t.co/2mJCDEJWdD', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 879050744279834628, 'id_str': '879050744279834628', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DDMD_phXoAQ1qf0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDMD_phXoAQ1qf0.jpg', 'url': 'https://t.co/2mJCDEJWdD', 'display_url': 'pic.twitter.com/2mJCDEJWdD', 'expanded_url': 'https://twitter.com/dog_rates/status/879050749262655488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 879050744279834628, 'id_str': '879050744279834628', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DDMD_phXoAQ1qf0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDMD_phXoAQ1qf0.jpg', 'url': 'https://t.co/2mJCDEJWdD', 'display_url': 'pic.twitter.com/2mJCDEJWdD', 'expanded_url': 'https://twitter.com/dog_rates/status/879050749262655488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3955, 'favorite_count': 19812, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
71:879008229531029506
{'created_at': 'Sun Jun 25 16:07:47 +0000 2017', 'id': 879008229531029506, 'id_str': '879008229531029506', 'full_text': "This is Beau. That is Beau's balloon. He takes it everywhere. 13/10 would protect at all costs https://t.co/YDtpCjIPKN", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 879008224678207491, 'id_str': '879008224678207491', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/DDLdUrqXYAMOVzY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDLdUrqXYAMOVzY.jpg', 'url': 'https://t.co/YDtpCjIPKN', 'display_url': 'pic.twitter.com/YDtpCjIPKN', 'expanded_url': 'https://twitter.com/dog_rates/status/879008229531029506/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1155, 'resize': 'fit'}, 'small': {'w': 529, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1155, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 879008224678207491, 'id_str': '879008224678207491', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/DDLdUrqXYAMOVzY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDLdUrqXYAMOVzY.jpg', 'url': 'https://t.co/YDtpCjIPKN', 'display_url': 'pic.twitter.com/YDtpCjIPKN', 'expanded_url': 'https://twitter.com/dog_rates/status/879008229531029506/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1155, 'resize': 'fit'}, 'small': {'w': 529, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1155, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2241, 'favorite_count': 16781, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
72:878776093423087618
{'created_at': 'Sun Jun 25 00:45:22 +0000 2017', 'id': 878776093423087618, 'id_str': '878776093423087618', 'full_text': "This is Snoopy. He's a proud #PrideMonthPuppo. Impeccable handwriting for not having thumbs. 13/10 would love back #PrideMonth https://t.co/lNZwgNO4gS", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [{'text': 'PrideMonthPuppo', 'indices': [29, 45]}, {'text': 'PrideMonth', 'indices': [115, 126]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 878776084946448384, 'id_str': '878776084946448384', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/DDIKMXxXcAAbmdp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDIKMXxXcAAbmdp.jpg', 'url': 'https://t.co/lNZwgNO4gS', 'display_url': 'pic.twitter.com/lNZwgNO4gS', 'expanded_url': 'https://twitter.com/dog_rates/status/878776093423087618/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 878776084946448384, 'id_str': '878776084946448384', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/DDIKMXxXcAAbmdp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDIKMXxXcAAbmdp.jpg', 'url': 'https://t.co/lNZwgNO4gS', 'display_url': 'pic.twitter.com/lNZwgNO4gS', 'expanded_url': 'https://twitter.com/dog_rates/status/878776093423087618/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 878776084954796033, 'id_str': '878776084954796033', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/DDIKMXzW0AEibje.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDIKMXzW0AEibje.jpg', 'url': 'https://t.co/lNZwgNO4gS', 'display_url': 'pic.twitter.com/lNZwgNO4gS', 'expanded_url': 'https://twitter.com/dog_rates/status/878776093423087618/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3432, 'favorite_count': 17135, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
73:878604707211726852
{'created_at': 'Sat Jun 24 13:24:20 +0000 2017', 'id': 878604707211726852, 'id_str': '878604707211726852', 'full_text': 'Martha is stunning how h*ckin dare you. 13/10 https://t.co/9uABQXgjwa', 'truncated': False, 'display_text_range': [0, 45], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/9uABQXgjwa', 'expanded_url': 'https://twitter.com/bbcworld/status/878599868507402241', 'display_url': 'twitter.com/bbcworld/statu…', 'indices': [46, 69]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 878599868507402241, 'quoted_status_id_str': '878599868507402241', 'quoted_status_permalink': {'url': 'https://t.co/9uABQXgjwa', 'expanded': 'https://twitter.com/bbcworld/status/878599868507402241', 'display': 'twitter.com/bbcworld/statu…'}, 'quoted_status': {'created_at': 'Sat Jun 24 13:05:06 +0000 2017', 'id': 878599868507402241, 'id_str': '878599868507402241', 'full_text': "World's ugliest dog, Martha, crowned in California https://t.co/1D2w9IbrSF", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/1D2w9IbrSF', 'expanded_url': 'http://bbc.in/2t5O72a', 'display_url': 'bbc.in/2t5O72a', 'indices': [51, 74]}]}, 'source': '<a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 742143, 'id_str': '742143', 'name': 'BBC News (World)', 'screen_name': 'BBCWorld', 'location': 'London, UK', 'description': "News, features and analysis from the World's newsroom. Breaking news, follow @BBCBreaking. UK news, @BBCNews. Latest sports news @BBCSport", 'url': 'https://t.co/4zUWrLAYqP', 'entities': {'url': {'urls': [{'url': 'https://t.co/4zUWrLAYqP', 'expanded_url': 'http://www.bbc.com/news', 'display_url': 'bbc.com/news', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 37095713, 'friends_count': 18, 'listed_count': 131863, 'created_at': 'Thu Feb 01 07:44:29 +0000 2007', 'favourites_count': 1, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 348018, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': True, 'profile_background_color': 'FFFFFF', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1529107170448523264/q3VwEx38_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1529107170448523264/q3VwEx38_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/742143/1653400584', 'profile_link_color': '1F527B', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'FFFFFF', 'profile_text_color': '5A5A5A', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 135, 'favorite_count': 686, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 5927, 'favorite_count': 26444, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
74:878404777348136964
{'created_at': 'Sat Jun 24 00:09:53 +0000 2017', 'id': 878404777348136964, 'id_str': '878404777348136964', 'full_text': 'RT @dog_rates: Meet Shadow. In an attempt to reach maximum zooming borkdrive, he tore his ACL. Still 13/10 tho. Help him out below\n\nhttps:/…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jun 23 16:00:04 +0000 2017', 'id': 878281511006478336, 'id_str': '878281511006478336', 'full_text': 'Meet Shadow. In an attempt to reach maximum zooming borkdrive, he tore his ACL. Still 13/10 tho. Help him out below\n\nhttps://t.co/245xJJElsY https://t.co/lUiQH219v6', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/245xJJElsY', 'expanded_url': 'https://www.gofundme.com/3yd6y1c', 'display_url': 'gofundme.com/3yd6y1c', 'indices': [117, 140]}], 'media': [{'id': 878281503754510336, 'id_str': '878281503754510336', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'url': 'https://t.co/lUiQH219v6', 'display_url': 'pic.twitter.com/lUiQH219v6', 'expanded_url': 'https://twitter.com/dog_rates/status/878281511006478336/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 455, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 502, 'resize': 'fit'}, 'large': {'w': 750, 'h': 502, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 878281503754510336, 'id_str': '878281503754510336', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'url': 'https://t.co/lUiQH219v6', 'display_url': 'pic.twitter.com/lUiQH219v6', 'expanded_url': 'https://twitter.com/dog_rates/status/878281511006478336/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 455, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 502, 'resize': 'fit'}, 'large': {'w': 750, 'h': 502, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1077, 'favorite_count': 6779, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1077, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
75:878316110768087041
{'created_at': 'Fri Jun 23 18:17:33 +0000 2017', 'id': 878316110768087041, 'id_str': '878316110768087041', 'full_text': "RT @dog_rates: Meet Terrance. He's being yelled at because he stapled the wrong stuff together. 11/10 hang in there Terrance https://t.co/i…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Nov 24 03:51:38 +0000 2015', 'id': 669000397445533696, 'id_str': '669000397445533696', 'full_text': "Meet Terrance. He's being yelled at because he stapled the wrong stuff together. 11/10 hang in there Terrance https://t.co/ixcuUYCbdD", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669000387991502850, 'id_str': '669000387991502850', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'url': 'https://t.co/ixcuUYCbdD', 'display_url': 'pic.twitter.com/ixcuUYCbdD', 'expanded_url': 'https://twitter.com/dog_rates/status/669000397445533696/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 756, 'h': 961, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 756, 'h': 961, 'resize': 'fit'}, 'small': {'w': 535, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669000387991502850, 'id_str': '669000387991502850', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'url': 'https://t.co/ixcuUYCbdD', 'display_url': 'pic.twitter.com/ixcuUYCbdD', 'expanded_url': 'https://twitter.com/dog_rates/status/669000397445533696/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 756, 'h': 961, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 756, 'h': 961, 'resize': 'fit'}, 'small': {'w': 535, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5527, 'favorite_count': 18703, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5527, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
76:878281511006478336
{'created_at': 'Fri Jun 23 16:00:04 +0000 2017', 'id': 878281511006478336, 'id_str': '878281511006478336', 'full_text': 'Meet Shadow. In an attempt to reach maximum zooming borkdrive, he tore his ACL. Still 13/10 tho. Help him out below\n\nhttps://t.co/245xJJElsY https://t.co/lUiQH219v6', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/245xJJElsY', 'expanded_url': 'https://www.gofundme.com/3yd6y1c', 'display_url': 'gofundme.com/3yd6y1c', 'indices': [117, 140]}], 'media': [{'id': 878281503754510336, 'id_str': '878281503754510336', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'url': 'https://t.co/lUiQH219v6', 'display_url': 'pic.twitter.com/lUiQH219v6', 'expanded_url': 'https://twitter.com/dog_rates/status/878281511006478336/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 455, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 502, 'resize': 'fit'}, 'large': {'w': 750, 'h': 502, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 878281503754510336, 'id_str': '878281503754510336', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DDBIX9QVYAAohGa.jpg', 'url': 'https://t.co/lUiQH219v6', 'display_url': 'pic.twitter.com/lUiQH219v6', 'expanded_url': 'https://twitter.com/dog_rates/status/878281511006478336/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 455, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 502, 'resize': 'fit'}, 'large': {'w': 750, 'h': 502, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1077, 'favorite_count': 6779, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
77:878057613040115712
{'created_at': 'Fri Jun 23 01:10:23 +0000 2017', 'id': 878057613040115712, 'id_str': '878057613040115712', 'full_text': 'This is Emmy. She was adopted today. Massive round of pupplause for Emmy and her new family. 14/10 for all involved https://t.co/cwtWnHMVpe', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 878057599261745152, 'id_str': '878057599261745152', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'url': 'https://t.co/cwtWnHMVpe', 'display_url': 'pic.twitter.com/cwtWnHMVpe', 'expanded_url': 'https://twitter.com/dog_rates/status/878057613040115712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 837, 'resize': 'fit'}, 'large': {'w': 1599, 'h': 1115, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 878057599261745152, 'id_str': '878057599261745152', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC98vABUIAA97pz.jpg', 'url': 'https://t.co/cwtWnHMVpe', 'display_url': 'pic.twitter.com/cwtWnHMVpe', 'expanded_url': 'https://twitter.com/dog_rates/status/878057613040115712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 837, 'resize': 'fit'}, 'large': {'w': 1599, 'h': 1115, 'resize': 'fit'}}}, {'id': 878057599287009280, 'id_str': '878057599287009280', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DC98vAHVoAAUj8d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC98vAHVoAAUj8d.jpg', 'url': 'https://t.co/cwtWnHMVpe', 'display_url': 'pic.twitter.com/cwtWnHMVpe', 'expanded_url': 'https://twitter.com/dog_rates/status/878057613040115712/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1200, 'h': 1466, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 557, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 982, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5739, 'favorite_count': 37150, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
78:877736472329191424
{'created_at': 'Thu Jun 22 03:54:17 +0000 2017', 'id': 877736472329191424, 'id_str': '877736472329191424', 'full_text': "This is Aja. She was just told she's a good dog. Suspicions confirmed. 13/10 would tell again https://t.co/lsPyyAiF1r", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 877736466763448320, 'id_str': '877736466763448320', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/DC5YqoPXgAA7Uph.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC5YqoPXgAA7Uph.jpg', 'url': 'https://t.co/lsPyyAiF1r', 'display_url': 'pic.twitter.com/lsPyyAiF1r', 'expanded_url': 'https://twitter.com/dog_rates/status/877736472329191424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1481, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 1111, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 629, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 877736466763448320, 'id_str': '877736466763448320', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/DC5YqoPXgAA7Uph.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC5YqoPXgAA7Uph.jpg', 'url': 'https://t.co/lsPyyAiF1r', 'display_url': 'pic.twitter.com/lsPyyAiF1r', 'expanded_url': 'https://twitter.com/dog_rates/status/877736472329191424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1481, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 1111, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 629, 'h': 680, 'resize': 'fit'}}}, {'id': 877736466767597568, 'id_str': '877736466767597568', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/DC5YqoQW0AArOLH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC5YqoQW0AArOLH.jpg', 'url': 'https://t.co/lsPyyAiF1r', 'display_url': 'pic.twitter.com/lsPyyAiF1r', 'expanded_url': 'https://twitter.com/dog_rates/status/877736472329191424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 626, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1472, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 1104, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15806, 'favorite_count': 69293, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
79:877611172832227328
{'created_at': 'Wed Jun 21 19:36:23 +0000 2017', 'id': 877611172832227328, 'id_str': '877611172832227328', 'full_text': 'RT @rachel2195: @dog_rates the boyfriend and his soaking wet pupper h*cking love his new hat 14/10 https://t.co/dJx4Gzc50G', 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'rachel2195', 'name': 'Rachel Baker', 'id': 512804507, 'id_str': '512804507', 'indices': [3, 14]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [16, 26]}], 'urls': [], 'media': [{'id': 876850756556607488, 'id_str': '876850756556607488', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'url': 'https://t.co/dJx4Gzc50G', 'display_url': 'pic.twitter.com/dJx4Gzc50G', 'expanded_url': 'https://twitter.com/rachel2195/status/876850772322988033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 876850772322988033, 'source_status_id_str': '876850772322988033', 'source_user_id': 512804507, 'source_user_id_str': '512804507'}]}, 'extended_entities': {'media': [{'id': 876850756556607488, 'id_str': '876850756556607488', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'url': 'https://t.co/dJx4Gzc50G', 'display_url': 'pic.twitter.com/dJx4Gzc50G', 'expanded_url': 'https://twitter.com/rachel2195/status/876850772322988033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 876850772322988033, 'source_status_id_str': '876850772322988033', 'source_user_id': 512804507, 'source_user_id_str': '512804507'}, {'id': 876850756573417477, 'id_str': '876850756573417477', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DCszHgqXUAUtqmk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCszHgqXUAUtqmk.jpg', 'url': 'https://t.co/dJx4Gzc50G', 'display_url': 'pic.twitter.com/dJx4Gzc50G', 'expanded_url': 'https://twitter.com/rachel2195/status/876850772322988033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 876850772322988033, 'source_status_id_str': '876850772322988033', 'source_user_id': 512804507, 'source_user_id_str': '512804507'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Jun 19 17:14:49 +0000 2017', 'id': 876850772322988033, 'id_str': '876850772322988033', 'full_text': '@dog_rates the boyfriend and his soaking wet pupper h*cking love his new hat 14/10 https://t.co/dJx4Gzc50G', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [0, 10]}], 'urls': [], 'media': [{'id': 876850756556607488, 'id_str': '876850756556607488', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'url': 'https://t.co/dJx4Gzc50G', 'display_url': 'pic.twitter.com/dJx4Gzc50G', 'expanded_url': 'https://twitter.com/rachel2195/status/876850772322988033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 876850756556607488, 'id_str': '876850756556607488', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCszHgmW0AAmIpT.jpg', 'url': 'https://t.co/dJx4Gzc50G', 'display_url': 'pic.twitter.com/dJx4Gzc50G', 'expanded_url': 'https://twitter.com/rachel2195/status/876850772322988033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 876850756573417477, 'id_str': '876850756573417477', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/DCszHgqXUAUtqmk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCszHgqXUAUtqmk.jpg', 'url': 'https://t.co/dJx4Gzc50G', 'display_url': 'pic.twitter.com/dJx4Gzc50G', 'expanded_url': 'https://twitter.com/rachel2195/status/876850772322988033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 512804507, 'id_str': '512804507', 'name': 'Rachel Baker', 'screen_name': 'rachel2195', 'location': 'Gainesville, FL', 'description': '4th year medical student, University of Florida ‘23, Calvin University ‘17, she/her 🇧🇮', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 150, 'friends_count': 275, 'listed_count': 2, 'created_at': 'Sat Mar 03 05:07:48 +0000 2012', 'favourites_count': 2786, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 1541, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1113970090473656321/_76Uanj7_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1113970090473656321/_76Uanj7_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/512804507/1398099469', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 70, 'favorite_count': 1618, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 70, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
80:877556246731214848
{'created_at': 'Wed Jun 21 15:58:08 +0000 2017', 'id': 877556246731214848, 'id_str': '877556246731214848', 'full_text': "This is Penny. She's both pupset and fired pup. Not pleased w your barbaric attempts at cleanliness. 12/10 would enjoy more shampoo options https://t.co/OYdDlfOGXP", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 877556240326512640, 'id_str': '877556240326512640', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DC20wEcW0AAf59m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC20wEcW0AAf59m.jpg', 'url': 'https://t.co/OYdDlfOGXP', 'display_url': 'pic.twitter.com/OYdDlfOGXP', 'expanded_url': 'https://twitter.com/dog_rates/status/877556246731214848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 674, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1586, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1190, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 877556240326512640, 'id_str': '877556240326512640', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DC20wEcW0AAf59m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DC20wEcW0AAf59m.jpg', 'url': 'https://t.co/OYdDlfOGXP', 'display_url': 'pic.twitter.com/OYdDlfOGXP', 'expanded_url': 'https://twitter.com/dog_rates/status/877556246731214848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 674, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1586, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1190, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3168, 'favorite_count': 19908, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
81:877316821321428993
{'created_at': 'Wed Jun 21 00:06:44 +0000 2017', 'id': 877316821321428993, 'id_str': '877316821321428993', 'full_text': "Meet Dante. At first he wasn't a fan of his new raincoat, then he saw his reflection. H*ckin handsome. 13/10 for water resistant good boy https://t.co/SHRTIo5pxc", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 877316816103772164, 'id_str': '877316816103772164', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DCza_vtXkAQXGpC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCza_vtXkAQXGpC.jpg', 'url': 'https://t.co/SHRTIo5pxc', 'display_url': 'pic.twitter.com/SHRTIo5pxc', 'expanded_url': 'https://twitter.com/dog_rates/status/877316821321428993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 877316816103772164, 'id_str': '877316816103772164', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DCza_vtXkAQXGpC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCza_vtXkAQXGpC.jpg', 'url': 'https://t.co/SHRTIo5pxc', 'display_url': 'pic.twitter.com/SHRTIo5pxc', 'expanded_url': 'https://twitter.com/dog_rates/status/877316821321428993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 877316816095379458, 'id_str': '877316816095379458', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/DCza_vrXgAIGJqy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCza_vrXgAIGJqy.jpg', 'url': 'https://t.co/SHRTIo5pxc', 'display_url': 'pic.twitter.com/SHRTIo5pxc', 'expanded_url': 'https://twitter.com/dog_rates/status/877316821321428993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4347, 'favorite_count': 24154, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
82:877201837425926144
{'created_at': 'Tue Jun 20 16:29:50 +0000 2017', 'id': 877201837425926144, 'id_str': '877201837425926144', 'full_text': "This is Nelly. He graduated with his dogtorate today. Wants to know if you're proud of him. 12/10 would give congratulatory boop https://t.co/4g4cfj3P4Y", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 877201827330174976, 'id_str': '877201827330174976', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/DCxyahJWsAAddSC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCxyahJWsAAddSC.jpg', 'url': 'https://t.co/4g4cfj3P4Y', 'display_url': 'pic.twitter.com/4g4cfj3P4Y', 'expanded_url': 'https://twitter.com/dog_rates/status/877201837425926144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 877201827330174976, 'id_str': '877201827330174976', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/DCxyahJWsAAddSC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCxyahJWsAAddSC.jpg', 'url': 'https://t.co/4g4cfj3P4Y', 'display_url': 'pic.twitter.com/4g4cfj3P4Y', 'expanded_url': 'https://twitter.com/dog_rates/status/877201837425926144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 877201827330240513, 'id_str': '877201827330240513', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/DCxyahJXsAEnDum.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCxyahJXsAEnDum.jpg', 'url': 'https://t.co/4g4cfj3P4Y', 'display_url': 'pic.twitter.com/4g4cfj3P4Y', 'expanded_url': 'https://twitter.com/dog_rates/status/877201837425926144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4629, 'favorite_count': 23866, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
83:876838120628539392
{'created_at': 'Mon Jun 19 16:24:33 +0000 2017', 'id': 876838120628539392, 'id_str': '876838120628539392', 'full_text': "This is Ginger. She's having a ruff Monday. Too many pupper things going on. H*ckin exhausting. 12/10 would snug passionately https://t.co/j211oCDRs6", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 876838110318936065, 'id_str': '876838110318936065', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DCsnnZsVwAEfkyi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCsnnZsVwAEfkyi.jpg', 'url': 'https://t.co/j211oCDRs6', 'display_url': 'pic.twitter.com/j211oCDRs6', 'expanded_url': 'https://twitter.com/dog_rates/status/876838120628539392/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 876838110318936065, 'id_str': '876838110318936065', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DCsnnZsVwAEfkyi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCsnnZsVwAEfkyi.jpg', 'url': 'https://t.co/j211oCDRs6', 'display_url': 'pic.twitter.com/j211oCDRs6', 'expanded_url': 'https://twitter.com/dog_rates/status/876838120628539392/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 876838110323027969, 'id_str': '876838110323027969', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DCsnnZtUMAEoZNp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCsnnZtUMAEoZNp.jpg', 'url': 'https://t.co/j211oCDRs6', 'display_url': 'pic.twitter.com/j211oCDRs6', 'expanded_url': 'https://twitter.com/dog_rates/status/876838120628539392/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2804, 'favorite_count': 18212, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
84:876537666061221889
{'created_at': 'Sun Jun 18 20:30:39 +0000 2017', 'id': 876537666061221889, 'id_str': '876537666061221889', 'full_text': 'I can say with the pupmost confidence that the doggos who assisted with this search are heroic as h*ck. 14/10 for all https://t.co/8yoc1CNTsu', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/8yoc1CNTsu', 'expanded_url': 'https://twitter.com/mpstowerham/status/876162994446753793', 'display_url': 'twitter.com/mpstowerham/st…', 'indices': [118, 141]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 876162994446753793, 'quoted_status_id_str': '876162994446753793', 'quoted_status_permalink': {'url': 'https://t.co/8yoc1CNTsu', 'expanded': 'https://twitter.com/mpstowerham/status/876162994446753793', 'display': 'twitter.com/mpstowerham/st…'}, 'quoted_status': {'created_at': 'Sat Jun 17 19:41:50 +0000 2017', 'id': 876162994446753793, 'id_str': '876162994446753793', 'full_text': 'These are the amazing dogs who searched the #GrenfellTower with their fire protective boots on. 👏👏👏 https://t.co/QsWmE380Z2', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [{'text': 'GrenfellTower', 'indices': [44, 58]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 876162987706417152, 'id_str': '876162987706417152', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/DCjBmF-WAAAjvxb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCjBmF-WAAAjvxb.jpg', 'url': 'https://t.co/QsWmE380Z2', 'display_url': 'pic.twitter.com/QsWmE380Z2', 'expanded_url': 'https://twitter.com/MPSTowerHam/status/876162994446753793/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 876162987706417152, 'id_str': '876162987706417152', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/DCjBmF-WAAAjvxb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCjBmF-WAAAjvxb.jpg', 'url': 'https://t.co/QsWmE380Z2', 'display_url': 'pic.twitter.com/QsWmE380Z2', 'expanded_url': 'https://twitter.com/MPSTowerHam/status/876162994446753793/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 507967020, 'id_str': '507967020', 'name': 'Tower Hamlets Police', 'screen_name': 'MPSTowerHam', 'location': 'Tower Hamlets', 'description': "Updates from Tower Hamlets Police. This account isn't always monitored. In an emergency call 999 otherwise it's 101 or tweet @metcc (both 24/7)", 'url': 'https://t.co/9optTcihMF', 'entities': {'url': {'urls': [{'url': 'https://t.co/9optTcihMF', 'expanded_url': 'https://www.met.police.uk/', 'display_url': 'met.police.uk', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 27173, 'friends_count': 709, 'listed_count': 320, 'created_at': 'Tue Feb 28 21:46:01 +0000 2012', 'favourites_count': 4870, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 14327, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000099', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1478113420625035269/WqXNXC2D_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1478113420625035269/WqXNXC2D_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/507967020/1633420545', 'profile_link_color': '000099', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9156, 'favorite_count': 24033, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 3974, 'favorite_count': 21050, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
85:876484053909872640
{'created_at': 'Sun Jun 18 16:57:37 +0000 2017', 'id': 876484053909872640, 'id_str': '876484053909872640', 'full_text': 'This is Benedict. He wants to thank you for this delightful urban walk. Hopes you know he loves you. 13/10 super duper good boy https://t.co/26BXueUgbs', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 876484043352588288, 'id_str': '876484043352588288', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DCnll_dUQAAkBdG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCnll_dUQAAkBdG.jpg', 'url': 'https://t.co/26BXueUgbs', 'display_url': 'pic.twitter.com/26BXueUgbs', 'expanded_url': 'https://twitter.com/dog_rates/status/876484053909872640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 876484043352588288, 'id_str': '876484043352588288', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DCnll_dUQAAkBdG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCnll_dUQAAkBdG.jpg', 'url': 'https://t.co/26BXueUgbs', 'display_url': 'pic.twitter.com/26BXueUgbs', 'expanded_url': 'https://twitter.com/dog_rates/status/876484053909872640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2000, 'favorite_count': 16567, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
86:876120275196170240
{'created_at': 'Sat Jun 17 16:52:05 +0000 2017', 'id': 876120275196170240, 'id_str': '876120275196170240', 'full_text': 'Meet Venti, a seemingly caffeinated puppoccino. She was just informed the weekend would include walks, pats and scritches. 13/10 much excite https://t.co/ejExJFq3ek', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 876120269428932608, 'id_str': '876120269428932608', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DCiavj_UwAAcXep.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCiavj_UwAAcXep.jpg', 'url': 'https://t.co/ejExJFq3ek', 'display_url': 'pic.twitter.com/ejExJFq3ek', 'expanded_url': 'https://twitter.com/dog_rates/status/876120275196170240/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 876120269428932608, 'id_str': '876120269428932608', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DCiavj_UwAAcXep.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCiavj_UwAAcXep.jpg', 'url': 'https://t.co/ejExJFq3ek', 'display_url': 'pic.twitter.com/ejExJFq3ek', 'expanded_url': 'https://twitter.com/dog_rates/status/876120275196170240/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3903, 'favorite_count': 24688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
87:875747767867523072
{'created_at': 'Fri Jun 16 16:11:53 +0000 2017', 'id': 875747767867523072, 'id_str': '875747767867523072', 'full_text': "This is Goose. He's a womanizer. Cheeky as h*ck, but also deep. Tongue slip game on another level. 13/10 will steal your girl https://t.co/V2WlACRJCN", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 875747755280318464, 'id_str': '875747755280318464', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DCdH8YpUQAAiEbL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCdH8YpUQAAiEbL.jpg', 'url': 'https://t.co/V2WlACRJCN', 'display_url': 'pic.twitter.com/V2WlACRJCN', 'expanded_url': 'https://twitter.com/dog_rates/status/875747767867523072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 875747755280318464, 'id_str': '875747755280318464', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DCdH8YpUQAAiEbL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCdH8YpUQAAiEbL.jpg', 'url': 'https://t.co/V2WlACRJCN', 'display_url': 'pic.twitter.com/V2WlACRJCN', 'expanded_url': 'https://twitter.com/dog_rates/status/875747767867523072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3582, 'favorite_count': 22111, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
88:875144289856114688
{'created_at': 'Thu Jun 15 00:13:52 +0000 2017', 'id': 875144289856114688, 'id_str': '875144289856114688', 'full_text': "Meet Nugget and Hank. Nugget took Hank's bone. Hank is wondering if you would please return it to him. Both 13/10 would not intervene https://t.co/ogith9ejNj", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 875144175078957056, 'id_str': '875144175078957056', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/875144175078957056/pu/img/BRi_l7vUdpb93Knf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/875144175078957056/pu/img/BRi_l7vUdpb93Knf.jpg', 'url': 'https://t.co/ogith9ejNj', 'display_url': 'pic.twitter.com/ogith9ejNj', 'expanded_url': 'https://twitter.com/dog_rates/status/875144289856114688/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 875144175078957056, 'id_str': '875144175078957056', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/875144175078957056/pu/img/BRi_l7vUdpb93Knf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/875144175078957056/pu/img/BRi_l7vUdpb93Knf.jpg', 'url': 'https://t.co/ogith9ejNj', 'display_url': 'pic.twitter.com/ogith9ejNj', 'expanded_url': 'https://twitter.com/dog_rates/status/875144289856114688/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 16778, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/875144175078957056/pu/pl/YwnR7lHYQOqklz_S.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/875144175078957056/pu/vid/360x640/EY6RY4tS3IRSTEoz.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/875144175078957056/pu/vid/180x320/vwJtwWs3433URIJm.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/875144175078957056/pu/vid/720x1280/M9IbYEg_OemZYcfp.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4156, 'favorite_count': 19420, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
89:875097192612077568
{'created_at': 'Wed Jun 14 21:06:43 +0000 2017', 'id': 875097192612077568, 'id_str': '875097192612077568', 'full_text': "You'll get your package when that precious man is done appreciating the pups. 13/10 for everyone https://t.co/PFp4MghzBW", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/PFp4MghzBW', 'expanded_url': 'https://twitter.com/drboondoc/status/874413398133547008', 'display_url': 'twitter.com/drboondoc/stat…', 'indices': [97, 120]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 874413398133547008, 'quoted_status_id_str': '874413398133547008', 'quoted_status_permalink': {'url': 'https://t.co/PFp4MghzBW', 'expanded': 'https://twitter.com/drboondoc/status/874413398133547008', 'display': 'twitter.com/drboondoc/stat…'}, 'quoted_status': {'created_at': 'Mon Jun 12 23:49:34 +0000 2017', 'id': 874413398133547008, 'id_str': '874413398133547008', 'full_text': 'So this is why my damn "delivered by 3pm" packages don\'t arrive until 7... https://t.co/8bK5fRSK4W', 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 874413321549631488, 'id_str': '874413321549631488', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/874413321549631488/pu/img/Vvl1-BABjrCGgFwA.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/874413321549631488/pu/img/Vvl1-BABjrCGgFwA.jpg', 'url': 'https://t.co/8bK5fRSK4W', 'display_url': 'pic.twitter.com/8bK5fRSK4W', 'expanded_url': 'https://twitter.com/DrBoondoc/status/874413398133547008/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 874413321549631488, 'id_str': '874413321549631488', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/874413321549631488/pu/img/Vvl1-BABjrCGgFwA.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/874413321549631488/pu/img/Vvl1-BABjrCGgFwA.jpg', 'url': 'https://t.co/8bK5fRSK4W', 'display_url': 'pic.twitter.com/8bK5fRSK4W', 'expanded_url': 'https://twitter.com/DrBoondoc/status/874413398133547008/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 11600, 'variants': [{'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/874413321549631488/pu/vid/720x1280/k_aMBt4Fk5ixdRLL.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/874413321549631488/pu/pl/3bG-0yJtywavfmYz.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/874413321549631488/pu/vid/360x640/_3DZesO10cg_jPkm.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/874413321549631488/pu/vid/180x320/AikxdBgb7tS_srdy.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 21357526, 'id_str': '21357526', 'name': 'I Eat Leftovers', 'screen_name': 'DrBoondoc', 'location': 'The Isle of Dr Morehoes', 'description': 'Ignorant and insensitive. Professional heathen. Geektraordinaire. Unrepentantly ridiculous. Inflated sense of self aggrandizement with a propensity to hyperbole', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 403, 'friends_count': 141, 'listed_count': 14, 'created_at': 'Fri Feb 20 00:32:04 +0000 2009', 'favourites_count': 1958, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 56276, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'FBF7ED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1540665724716388353/Xu1qBpki_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1540665724716388353/Xu1qBpki_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/21357526/1375303436', 'profile_link_color': '0084B4', 'profile_sidebar_border_color': 'FFC157', 'profile_sidebar_fill_color': '303A41', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 23988, 'favorite_count': 66062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 5115, 'favorite_count': 24241, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
90:875021211251597312
{'created_at': 'Wed Jun 14 16:04:48 +0000 2017', 'id': 875021211251597312, 'id_str': '875021211251597312', 'full_text': 'Guys please stop sending pictures without any dogs in th- oh never mind hello excuse me sir. 12/10 stealthy as h*ck https://t.co/brCQoqc8AW', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 875021140921417728, 'id_str': '875021140921417728', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DCSzF3OUAAAs6lS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCSzF3OUAAAs6lS.jpg', 'url': 'https://t.co/brCQoqc8AW', 'display_url': 'pic.twitter.com/brCQoqc8AW', 'expanded_url': 'https://twitter.com/dog_rates/status/875021211251597312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 666, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1568, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1176, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 875021140921417728, 'id_str': '875021140921417728', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DCSzF3OUAAAs6lS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCSzF3OUAAAs6lS.jpg', 'url': 'https://t.co/brCQoqc8AW', 'display_url': 'pic.twitter.com/brCQoqc8AW', 'expanded_url': 'https://twitter.com/dog_rates/status/875021211251597312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 666, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1568, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1176, 'resize': 'fit'}}}, {'id': 875021140917329920, 'id_str': '875021140917329920', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/DCSzF3NVoAAPzT4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCSzF3NVoAAPzT4.jpg', 'url': 'https://t.co/brCQoqc8AW', 'display_url': 'pic.twitter.com/brCQoqc8AW', 'expanded_url': 'https://twitter.com/dog_rates/status/875021211251597312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1590, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1193, 'resize': 'fit'}, 'small': {'w': 680, 'h': 676, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3972, 'favorite_count': 22546, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
91:874680097055178752
{'created_at': 'Tue Jun 13 17:29:20 +0000 2017', 'id': 874680097055178752, 'id_str': '874680097055178752', 'full_text': 'Meet Cash. He hath acquired a stick. A very good stick tbh. 12/10 would pat head approvingly https://t.co/lZhtizkURD', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 874680081829904384, 'id_str': '874680081829904384', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/DCN85nGUwAAzG_q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCN85nGUwAAzG_q.jpg', 'url': 'https://t.co/lZhtizkURD', 'display_url': 'pic.twitter.com/lZhtizkURD', 'expanded_url': 'https://twitter.com/dog_rates/status/874680097055178752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 874680081829904384, 'id_str': '874680081829904384', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/DCN85nGUwAAzG_q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCN85nGUwAAzG_q.jpg', 'url': 'https://t.co/lZhtizkURD', 'display_url': 'pic.twitter.com/lZhtizkURD', 'expanded_url': 'https://twitter.com/dog_rates/status/874680097055178752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3919, 'favorite_count': 24577, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
92:874434818259525634
{'created_at': 'Tue Jun 13 01:14:41 +0000 2017', 'id': 874434818259525634, 'id_str': '874434818259525634', 'full_text': "RT @dog_rates: This is Coco. At first I thought she was a cloud but clouds don't bork with such passion. 12/10 would hug softly https://t.c…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun May 21 16:48:45 +0000 2017', 'id': 866334964761202691, 'id_str': '866334964761202691', 'full_text': "This is Coco. At first I thought she was a cloud but clouds don't bork with such passion. 12/10 would hug softly https://t.co/W86h5dgR6c", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 866334954229301248, 'id_str': '866334954229301248', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'url': 'https://t.co/W86h5dgR6c', 'display_url': 'pic.twitter.com/W86h5dgR6c', 'expanded_url': 'https://twitter.com/dog_rates/status/866334964761202691/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 866334954229301248, 'id_str': '866334954229301248', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'url': 'https://t.co/W86h5dgR6c', 'display_url': 'pic.twitter.com/W86h5dgR6c', 'expanded_url': 'https://twitter.com/dog_rates/status/866334964761202691/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 866334954225115140, 'id_str': '866334954225115140', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DAXXDQMXoAQa0no.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAXXDQMXoAQa0no.jpg', 'url': 'https://t.co/W86h5dgR6c', 'display_url': 'pic.twitter.com/W86h5dgR6c', 'expanded_url': 'https://twitter.com/dog_rates/status/866334964761202691/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12214, 'favorite_count': 46605, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 12214, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
93:874296783580663808
{'created_at': 'Mon Jun 12 16:06:11 +0000 2017', 'id': 874296783580663808, 'id_str': '874296783580663808', 'full_text': 'This is Jed. He may be the fanciest pupper in the game right now. Knows it too. 13/10 would sign modeling contract https://t.co/0YplNnSMEm', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 874296776056078336, 'id_str': '874296776056078336', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DCIgSR0XgAANEOY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCIgSR0XgAANEOY.jpg', 'url': 'https://t.co/0YplNnSMEm', 'display_url': 'pic.twitter.com/0YplNnSMEm', 'expanded_url': 'https://twitter.com/dog_rates/status/874296783580663808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 945, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1260, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 874296776056078336, 'id_str': '874296776056078336', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/DCIgSR0XgAANEOY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCIgSR0XgAANEOY.jpg', 'url': 'https://t.co/0YplNnSMEm', 'display_url': 'pic.twitter.com/0YplNnSMEm', 'expanded_url': 'https://twitter.com/dog_rates/status/874296783580663808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 945, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1260, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3482, 'favorite_count': 22965, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
94:874057562936811520
{'created_at': 'Mon Jun 12 00:15:36 +0000 2017', 'id': 874057562936811520, 'id_str': '874057562936811520', 'full_text': "I can't believe this keeps happening. This, is a birb taking a bath. We only rate dogs. Please only send dogs. Thank you... 12/10 https://t.co/pwY9PQhtP2", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 874057549548589057, 'id_str': '874057549548589057', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/DCFGtdoXkAEsqIw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCFGtdoXkAEsqIw.jpg', 'url': 'https://t.co/pwY9PQhtP2', 'display_url': 'pic.twitter.com/pwY9PQhtP2', 'expanded_url': 'https://twitter.com/dog_rates/status/874057562936811520/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 874057549548589057, 'id_str': '874057549548589057', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/DCFGtdoXkAEsqIw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCFGtdoXkAEsqIw.jpg', 'url': 'https://t.co/pwY9PQhtP2', 'display_url': 'pic.twitter.com/pwY9PQhtP2', 'expanded_url': 'https://twitter.com/dog_rates/status/874057562936811520/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3377, 'favorite_count': 20117, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
95:874012996292530176
{'created_at': 'Sun Jun 11 21:18:31 +0000 2017', 'id': 874012996292530176, 'id_str': '874012996292530176', 'full_text': "This is Sebastian. He can't see all the colors of the rainbow, but he can see that this flag makes his human happy. 13/10 #PrideMonth puppo https://t.co/XBE0evJZ6V", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [{'text': 'PrideMonth', 'indices': [122, 133]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 874012990328197120, 'id_str': '874012990328197120', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DCEeLxmW0AAHXNk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCEeLxmW0AAHXNk.jpg', 'url': 'https://t.co/XBE0evJZ6V', 'display_url': 'pic.twitter.com/XBE0evJZ6V', 'expanded_url': 'https://twitter.com/dog_rates/status/874012996292530176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1599, 'h': 1117, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 838, 'resize': 'fit'}, 'small': {'w': 680, 'h': 475, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 874012990328197120, 'id_str': '874012990328197120', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DCEeLxmW0AAHXNk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCEeLxmW0AAHXNk.jpg', 'url': 'https://t.co/XBE0evJZ6V', 'display_url': 'pic.twitter.com/XBE0evJZ6V', 'expanded_url': 'https://twitter.com/dog_rates/status/874012996292530176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1599, 'h': 1117, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 838, 'resize': 'fit'}, 'small': {'w': 680, 'h': 475, 'resize': 'fit'}}}, {'id': 874012990315671552, 'id_str': '874012990315671552', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DCEeLxjXsAAvNSM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DCEeLxjXsAAvNSM.jpg', 'url': 'https://t.co/XBE0evJZ6V', 'display_url': 'pic.twitter.com/XBE0evJZ6V', 'expanded_url': 'https://twitter.com/dog_rates/status/874012996292530176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8592, 'favorite_count': 30127, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
96:873697596434513921
check_again
97:873580283840344065
{'created_at': 'Sat Jun 10 16:39:04 +0000 2017', 'id': 873580283840344065, 'id_str': '873580283840344065', 'full_text': "We usually don't rate Deck-bound Saskatoon Black Bears, but this one is h*ckin flawless. Sneaky tongue slip too. 13/10 would hug firmly https://t.co/mNuMH9400n", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 873580279771926529, 'id_str': '873580279771926529', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/DB-UotKXkAEHXVi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB-UotKXkAEHXVi.jpg', 'url': 'https://t.co/mNuMH9400n', 'display_url': 'pic.twitter.com/mNuMH9400n', 'expanded_url': 'https://twitter.com/dog_rates/status/873580283840344065/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 873580279771926529, 'id_str': '873580279771926529', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/DB-UotKXkAEHXVi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB-UotKXkAEHXVi.jpg', 'url': 'https://t.co/mNuMH9400n', 'display_url': 'pic.twitter.com/mNuMH9400n', 'expanded_url': 'https://twitter.com/dog_rates/status/873580283840344065/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3343, 'favorite_count': 21381, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
98:873337748698140672
{'created_at': 'Sat Jun 10 00:35:19 +0000 2017', 'id': 873337748698140672, 'id_str': '873337748698140672', 'full_text': "RT @dog_rates: This is Sierra. She's one precious pupper. Absolute 12/10. Been in and out of ICU her whole life. Help Sierra below\n\nhttps:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jun 09 16:22:42 +0000 2017', 'id': 873213775632977920, 'id_str': '873213775632977920', 'full_text': "This is Sierra. She's one precious pupper. Absolute 12/10. Been in and out of ICU her whole life. Help Sierra below\n\nhttps://t.co/Xp01EU3qyD https://t.co/V5lkvrGLdQ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Xp01EU3qyD', 'expanded_url': 'https://www.gofundme.com/help-my-baby-sierra-get-better', 'display_url': 'gofundme.com/help-my-baby-s…', 'indices': [117, 140]}], 'media': [{'id': 873213769794670593, 'id_str': '873213769794670593', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'url': 'https://t.co/V5lkvrGLdQ', 'display_url': 'pic.twitter.com/V5lkvrGLdQ', 'expanded_url': 'https://twitter.com/dog_rates/status/873213775632977920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 873213769794670593, 'id_str': '873213769794670593', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'url': 'https://t.co/V5lkvrGLdQ', 'display_url': 'pic.twitter.com/V5lkvrGLdQ', 'expanded_url': 'https://twitter.com/dog_rates/status/873213775632977920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 873213769819795456, 'id_str': '873213769819795456', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DB5HTBMWsAAdrYH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB5HTBMWsAAdrYH.jpg', 'url': 'https://t.co/V5lkvrGLdQ', 'display_url': 'pic.twitter.com/V5lkvrGLdQ', 'expanded_url': 'https://twitter.com/dog_rates/status/873213775632977920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1331, 'favorite_count': 6322, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1331, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
99:873213775632977920
{'created_at': 'Fri Jun 09 16:22:42 +0000 2017', 'id': 873213775632977920, 'id_str': '873213775632977920', 'full_text': "This is Sierra. She's one precious pupper. Absolute 12/10. Been in and out of ICU her whole life. Help Sierra below\n\nhttps://t.co/Xp01EU3qyD https://t.co/V5lkvrGLdQ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Xp01EU3qyD', 'expanded_url': 'https://www.gofundme.com/help-my-baby-sierra-get-better', 'display_url': 'gofundme.com/help-my-baby-s…', 'indices': [117, 140]}], 'media': [{'id': 873213769794670593, 'id_str': '873213769794670593', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'url': 'https://t.co/V5lkvrGLdQ', 'display_url': 'pic.twitter.com/V5lkvrGLdQ', 'expanded_url': 'https://twitter.com/dog_rates/status/873213775632977920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 873213769794670593, 'id_str': '873213769794670593', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB5HTBGXUAE0TiK.jpg', 'url': 'https://t.co/V5lkvrGLdQ', 'display_url': 'pic.twitter.com/V5lkvrGLdQ', 'expanded_url': 'https://twitter.com/dog_rates/status/873213775632977920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 873213769819795456, 'id_str': '873213769819795456', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DB5HTBMWsAAdrYH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB5HTBMWsAAdrYH.jpg', 'url': 'https://t.co/V5lkvrGLdQ', 'display_url': 'pic.twitter.com/V5lkvrGLdQ', 'expanded_url': 'https://twitter.com/dog_rates/status/873213775632977920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1331, 'favorite_count': 6322, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
100:872967104147763200
{'created_at': 'Fri Jun 09 00:02:31 +0000 2017', 'id': 872967104147763200, 'id_str': '872967104147763200', 'full_text': "Here's a very large dog. He has a date later. Politely asked this water person to check if his breath is bad. 12/10 good to go doggo https://t.co/EMYIdoblMR", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 872967099819462661, 'id_str': '872967099819462661', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DB1m871XkAUbCkY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB1m871XkAUbCkY.jpg', 'url': 'https://t.co/EMYIdoblMR', 'display_url': 'pic.twitter.com/EMYIdoblMR', 'expanded_url': 'https://twitter.com/dog_rates/status/872967104147763200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1182, 'h': 1160, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}, 'large': {'w': 1182, 'h': 1160, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 872967099819462661, 'id_str': '872967099819462661', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DB1m871XkAUbCkY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB1m871XkAUbCkY.jpg', 'url': 'https://t.co/EMYIdoblMR', 'display_url': 'pic.twitter.com/EMYIdoblMR', 'expanded_url': 'https://twitter.com/dog_rates/status/872967104147763200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1182, 'h': 1160, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}, 'large': {'w': 1182, 'h': 1160, 'resize': 'fit'}}}, {'id': 872967099819446272, 'id_str': '872967099819446272', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DB1m871XUAAw5vZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DB1m871XUAAw5vZ.jpg', 'url': 'https://t.co/EMYIdoblMR', 'display_url': 'pic.twitter.com/EMYIdoblMR', 'expanded_url': 'https://twitter.com/dog_rates/status/872967104147763200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1084, 'resize': 'fit'}, 'small': {'w': 680, 'h': 614, 'resize': 'fit'}, 'large': {'w': 1209, 'h': 1092, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4562, 'favorite_count': 24078, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
101:872820683541237760
{'created_at': 'Thu Jun 08 14:20:41 +0000 2017', 'id': 872820683541237760, 'id_str': '872820683541237760', 'full_text': 'Here are my favorite #dogsatpollingstations \nMost voted for a more consistent walking schedule and to increase daily pats tenfold. All 13/10 https://t.co/17FVMl4VZ5', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [{'text': 'dogsatpollingstations', 'indices': [21, 43]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 872820673743376386, 'id_str': '872820673743376386', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBzhx0MXUAI5spb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBzhx0MXUAI5spb.jpg', 'url': 'https://t.co/17FVMl4VZ5', 'display_url': 'pic.twitter.com/17FVMl4VZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/872820683541237760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 583, 'h': 479, 'resize': 'fit'}, 'large': {'w': 583, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 479, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 872820673743376386, 'id_str': '872820673743376386', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBzhx0MXUAI5spb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBzhx0MXUAI5spb.jpg', 'url': 'https://t.co/17FVMl4VZ5', 'display_url': 'pic.twitter.com/17FVMl4VZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/872820683541237760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 583, 'h': 479, 'resize': 'fit'}, 'large': {'w': 583, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 479, 'resize': 'fit'}}}, {'id': 872820673735000064, 'id_str': '872820673735000064', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBzhx0KXgAAWHV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBzhx0KXgAAWHV8.jpg', 'url': 'https://t.co/17FVMl4VZ5', 'display_url': 'pic.twitter.com/17FVMl4VZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/872820683541237760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 872820673755873281, 'id_str': '872820673755873281', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBzhx0PWAAEhl0E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBzhx0PWAAEhl0E.jpg', 'url': 'https://t.co/17FVMl4VZ5', 'display_url': 'pic.twitter.com/17FVMl4VZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/872820683541237760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 583, 'h': 777, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 583, 'h': 777, 'resize': 'fit'}}}, {'id': 872820673747591168, 'id_str': '872820673747591168', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBzhx0NXoAAdwht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBzhx0NXoAAdwht.jpg', 'url': 'https://t.co/17FVMl4VZ5', 'display_url': 'pic.twitter.com/17FVMl4VZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/872820683541237760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 334, 'resize': 'fit'}, 'small': {'w': 575, 'h': 334, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3167, 'favorite_count': 13071, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
102:872668790621863937
check_again
103:872620804844003328
{'created_at': 'Thu Jun 08 01:06:27 +0000 2017', 'id': 872620804844003328, 'id_str': '872620804844003328', 'full_text': "This is Monkey. She's supporting owners everywhere with her fancy #PrideMonth bandana. 13/10 love is love is love... https://t.co/lUcpnZDPz9", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [{'text': 'PrideMonth', 'indices': [66, 77]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 872620798208610305, 'id_str': '872620798208610305', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/DBwr_hzXkAEnZBW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBwr_hzXkAEnZBW.jpg', 'url': 'https://t.co/lUcpnZDPz9', 'display_url': 'pic.twitter.com/lUcpnZDPz9', 'expanded_url': 'https://twitter.com/dog_rates/status/872620804844003328/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 872620798208610305, 'id_str': '872620798208610305', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/DBwr_hzXkAEnZBW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBwr_hzXkAEnZBW.jpg', 'url': 'https://t.co/lUcpnZDPz9', 'display_url': 'pic.twitter.com/lUcpnZDPz9', 'expanded_url': 'https://twitter.com/dog_rates/status/872620804844003328/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3067, 'favorite_count': 18328, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
104:872486979161796608
{'created_at': 'Wed Jun 07 16:14:40 +0000 2017', 'id': 872486979161796608, 'id_str': '872486979161796608', 'full_text': 'We. Only. Rate. Dogs. Do not send in other things like this fluffy floor shark clearly ready to attack. Get it together guys... 12/10 https://t.co/BZHiKx3FpQ', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 872486967967006720, 'id_str': '872486967967006720', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DBuyRlTUwAAYhG9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBuyRlTUwAAYhG9.jpg', 'url': 'https://t.co/BZHiKx3FpQ', 'display_url': 'pic.twitter.com/BZHiKx3FpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/872486979161796608/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1586, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 674, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1190, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 872486967967006720, 'id_str': '872486967967006720', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DBuyRlTUwAAYhG9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBuyRlTUwAAYhG9.jpg', 'url': 'https://t.co/BZHiKx3FpQ', 'display_url': 'pic.twitter.com/BZHiKx3FpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/872486979161796608/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1586, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 674, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1190, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7719, 'favorite_count': 36101, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
105:872261713294495745
check_again
106:872122724285648897
{'created_at': 'Tue Jun 06 16:07:15 +0000 2017', 'id': 872122724285648897, 'id_str': '872122724285648897', 'full_text': "This is Kody. He's a baller. Wishes he was a little bit taller. Double dribbles often. Still 12/10 would happily get dunked on https://t.co/PKSpmiefwN", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 872122708573777925, 'id_str': '872122708573777925', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/DBpm-5UXcAUeCru.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBpm-5UXcAUeCru.jpg', 'url': 'https://t.co/PKSpmiefwN', 'display_url': 'pic.twitter.com/PKSpmiefwN', 'expanded_url': 'https://twitter.com/dog_rates/status/872122724285648897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 872122708573777925, 'id_str': '872122708573777925', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/DBpm-5UXcAUeCru.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBpm-5UXcAUeCru.jpg', 'url': 'https://t.co/PKSpmiefwN', 'display_url': 'pic.twitter.com/PKSpmiefwN', 'expanded_url': 'https://twitter.com/dog_rates/status/872122724285648897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 872122708590551040, 'id_str': '872122708590551040', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/DBpm-5YXYAARNQE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBpm-5YXYAARNQE.jpg', 'url': 'https://t.co/PKSpmiefwN', 'display_url': 'pic.twitter.com/PKSpmiefwN', 'expanded_url': 'https://twitter.com/dog_rates/status/872122724285648897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6829, 'favorite_count': 30235, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
107:871879754684805121
{'created_at': 'Tue Jun 06 00:01:46 +0000 2017', 'id': 871879754684805121, 'id_str': '871879754684805121', 'full_text': "Say hello to Lassie. She's celebrating #PrideMonth by being a splendid mix of astute and adorable. Proudly supupporting her owner. 13/10 https://t.co/uK6PNyeh9w", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [{'text': 'PrideMonth', 'indices': [39, 50]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 871879745683804161, 'id_str': '871879745683804161', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBmKAmBXUAE-pQ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBmKAmBXUAE-pQ-.jpg', 'url': 'https://t.co/uK6PNyeh9w', 'display_url': 'pic.twitter.com/uK6PNyeh9w', 'expanded_url': 'https://twitter.com/dog_rates/status/871879754684805121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 871879745683804161, 'id_str': '871879745683804161', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBmKAmBXUAE-pQ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBmKAmBXUAE-pQ-.jpg', 'url': 'https://t.co/uK6PNyeh9w', 'display_url': 'pic.twitter.com/uK6PNyeh9w', 'expanded_url': 'https://twitter.com/dog_rates/status/871879754684805121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}, {'id': 871879745671241728, 'id_str': '871879745671241728', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBmKAl-XoAAme6q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBmKAl-XoAAme6q.jpg', 'url': 'https://t.co/uK6PNyeh9w', 'display_url': 'pic.twitter.com/uK6PNyeh9w', 'expanded_url': 'https://twitter.com/dog_rates/status/871879754684805121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9248, 'favorite_count': 33114, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
108:871762521631449091
{'created_at': 'Mon Jun 05 16:15:56 +0000 2017', 'id': 871762521631449091, 'id_str': '871762521631449091', 'full_text': 'This is Rover. As part of pupper protocol he had to at least attempt to eat the plant. Confirmed not tasty. Needs peanut butter. 12/10 https://t.co/AiVljI6QCg', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 871762515608436741, 'id_str': '871762515608436741', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DBkfY59XgAUK52d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBkfY59XgAUK52d.jpg', 'url': 'https://t.co/AiVljI6QCg', 'display_url': 'pic.twitter.com/AiVljI6QCg', 'expanded_url': 'https://twitter.com/dog_rates/status/871762521631449091/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 871762515608436741, 'id_str': '871762515608436741', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DBkfY59XgAUK52d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBkfY59XgAUK52d.jpg', 'url': 'https://t.co/AiVljI6QCg', 'display_url': 'pic.twitter.com/AiVljI6QCg', 'expanded_url': 'https://twitter.com/dog_rates/status/871762521631449091/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 871762515604238337, 'id_str': '871762515604238337', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DBkfY58XcAEdzZy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBkfY58XcAEdzZy.jpg', 'url': 'https://t.co/AiVljI6QCg', 'display_url': 'pic.twitter.com/AiVljI6QCg', 'expanded_url': 'https://twitter.com/dog_rates/status/871762521631449091/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 871762515767824384, 'id_str': '871762515767824384', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DBkfY6jXkAA1hjh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBkfY6jXkAA1hjh.jpg', 'url': 'https://t.co/AiVljI6QCg', 'display_url': 'pic.twitter.com/AiVljI6QCg', 'expanded_url': 'https://twitter.com/dog_rates/status/871762521631449091/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2970, 'favorite_count': 17889, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
109:871515927908634625
{'created_at': 'Sun Jun 04 23:56:03 +0000 2017', 'id': 871515927908634625, 'id_str': '871515927908634625', 'full_text': "This is Napolean. He's a Raggedy East Nicaraguan Zoom Zoom. Runs on one leg. Built for deception. No eyes. Good with kids. 12/10 great doggo https://t.co/PR7B7w1rUw", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 871515922741284865, 'id_str': '871515922741284865', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBg_HT8XUAEoyo_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBg_HT8XUAEoyo_.jpg', 'url': 'https://t.co/PR7B7w1rUw', 'display_url': 'pic.twitter.com/PR7B7w1rUw', 'expanded_url': 'https://twitter.com/dog_rates/status/871515927908634625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1064, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 798, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 871515922741284865, 'id_str': '871515922741284865', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBg_HT8XUAEoyo_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBg_HT8XUAEoyo_.jpg', 'url': 'https://t.co/PR7B7w1rUw', 'display_url': 'pic.twitter.com/PR7B7w1rUw', 'expanded_url': 'https://twitter.com/dog_rates/status/871515927908634625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1064, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 798, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}}}, {'id': 871515922745393153, 'id_str': '871515922745393153', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBg_HT9WAAEeIMM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBg_HT9WAAEeIMM.jpg', 'url': 'https://t.co/PR7B7w1rUw', 'display_url': 'pic.twitter.com/PR7B7w1rUw', 'expanded_url': 'https://twitter.com/dog_rates/status/871515927908634625/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 516, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 911, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1214, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2941, 'favorite_count': 17894, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
110:871166179821445120
{'created_at': 'Sun Jun 04 00:46:17 +0000 2017', 'id': 871166179821445120, 'id_str': '871166179821445120', 'full_text': "RT @dog_rates: This is Dawn. She's just checking pup on you. Making sure you're doing okay. 12/10 she's here if you need her https://t.co/X…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Mar 13 00:02:39 +0000 2017', 'id': 841077006473256960, 'id_str': '841077006473256960', 'full_text': "This is Dawn. She's just checking pup on you. Making sure you're doing okay. 12/10 she's here if you need her https://t.co/XKJrmO4fAQ", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 841077001360461824, 'id_str': '841077001360461824', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'url': 'https://t.co/XKJrmO4fAQ', 'display_url': 'pic.twitter.com/XKJrmO4fAQ', 'expanded_url': 'https://twitter.com/dog_rates/status/841077006473256960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 841077001360461824, 'id_str': '841077001360461824', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'url': 'https://t.co/XKJrmO4fAQ', 'display_url': 'pic.twitter.com/XKJrmO4fAQ', 'expanded_url': 'https://twitter.com/dog_rates/status/841077006473256960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4894, 'favorite_count': 21359, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4894, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
111:871102520638267392
{'created_at': 'Sat Jun 03 20:33:19 +0000 2017', 'id': 871102520638267392, 'id_str': '871102520638267392', 'full_text': 'Never doubt a doggo 14/10 https://t.co/AbBLh2FZCH', 'truncated': False, 'display_text_range': [0, 25], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/AbBLh2FZCH', 'expanded_url': 'https://twitter.com/animalcog/status/871075758080503809', 'display_url': 'twitter.com/animalcog/stat…', 'indices': [26, 49]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 871075758080503809, 'quoted_status_id_str': '871075758080503809', 'quoted_status_permalink': {'url': 'https://t.co/AbBLh2FZCH', 'expanded': 'https://twitter.com/animalcog/status/871075758080503809', 'display': 'twitter.com/animalcog/stat…'}, 'quoted_status': {'created_at': 'Sat Jun 03 18:46:59 +0000 2017', 'id': 871075758080503809, 'id_str': '871075758080503809', 'full_text': "A dog's clever solution. https://t.co/7qNdrBVAlA", 'truncated': False, 'display_text_range': [0, 24], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 871075694524203009, 'id_str': '871075694524203009', 'indices': [25, 48], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/871075694524203009/pu/img/WAB4Nn412S6K-IY_.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/871075694524203009/pu/img/WAB4Nn412S6K-IY_.jpg', 'url': 'https://t.co/7qNdrBVAlA', 'display_url': 'pic.twitter.com/7qNdrBVAlA', 'expanded_url': 'https://twitter.com/animalcog/status/871075758080503809/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 871075694524203009, 'id_str': '871075694524203009', 'indices': [25, 48], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/871075694524203009/pu/img/WAB4Nn412S6K-IY_.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/871075694524203009/pu/img/WAB4Nn412S6K-IY_.jpg', 'url': 'https://t.co/7qNdrBVAlA', 'display_url': 'pic.twitter.com/7qNdrBVAlA', 'expanded_url': 'https://twitter.com/animalcog/status/871075758080503809/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 36170, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/871075694524203009/pu/vid/640x360/8MNJRtaqh7cylswO.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/871075694524203009/pu/pl/_fg3rzHZb9J40wJb.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/871075694524203009/pu/vid/320x180/PxWa9GGi0CIFtQaK.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/871075694524203009/pu/vid/1280x720/s9r873KfVTspe_p1.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 2745835322, 'id_str': '2745835322', 'name': 'Animal Cognition', 'screen_name': 'animalcog', 'location': '', 'description': 'Help us report on investigations of the mental capacities of animals! https://t.co/7CCCV8goBy', 'url': 'https://t.co/R8jIFpiQfC', 'entities': {'url': {'urls': [{'url': 'https://t.co/R8jIFpiQfC', 'expanded_url': 'http://www.animalcognition.org', 'display_url': 'animalcognition.org', 'indices': [0, 23]}]}, 'description': {'urls': [{'url': 'https://t.co/7CCCV8goBy', 'expanded_url': 'http://patreon.com/animalcognition', 'display_url': 'patreon.com/animalcognition', 'indices': [70, 93]}]}}, 'protected': False, 'followers_count': 11678, 'friends_count': 1537, 'listed_count': 189, 'created_at': 'Tue Aug 19 17:40:56 +0000 2014', 'favourites_count': 1512, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 1555, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/574995919378063360/tWkNDOTF_normal.jpeg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/574995919378063360/tWkNDOTF_normal.jpeg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/2745835322/1465481545', 'profile_link_color': '8EBC5A', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9695, 'favorite_count': 23207, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 4682, 'favorite_count': 18551, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
112:871032628920680449
{'created_at': 'Sat Jun 03 15:55:36 +0000 2017', 'id': 871032628920680449, 'id_str': '871032628920680449', 'full_text': "This is Boomer. He's doing an advanced water takeoff. The opposite of Sully. Ears for control, mlem for style. 13/10 simply breathtaking https://t.co/noNpY2Laoo", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 871032610994225153, 'id_str': '871032610994225153', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBaHi3YXgAE6knM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBaHi3YXgAE6knM.jpg', 'url': 'https://t.co/noNpY2Laoo', 'display_url': 'pic.twitter.com/noNpY2Laoo', 'expanded_url': 'https://twitter.com/dog_rates/status/871032628920680449/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 871032610994225153, 'id_str': '871032610994225153', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBaHi3YXgAE6knM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBaHi3YXgAE6knM.jpg', 'url': 'https://t.co/noNpY2Laoo', 'display_url': 'pic.twitter.com/noNpY2Laoo', 'expanded_url': 'https://twitter.com/dog_rates/status/871032628920680449/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3225, 'favorite_count': 20160, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
113:870804317367881728
{'created_at': 'Sat Jun 03 00:48:22 +0000 2017', 'id': 870804317367881728, 'id_str': '870804317367881728', 'full_text': "Real funny guys. Sending in a pic without a dog in it. Hilarious. We'll rate the rug tho because it's giving off a very good vibe. 11/10 https://t.co/GCD1JccCyi", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 870804299743338497, 'id_str': '870804299743338497', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBW35ZsVoAEWZUU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBW35ZsVoAEWZUU.jpg', 'url': 'https://t.co/GCD1JccCyi', 'display_url': 'pic.twitter.com/GCD1JccCyi', 'expanded_url': 'https://twitter.com/dog_rates/status/870804317367881728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 870804299743338497, 'id_str': '870804299743338497', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/DBW35ZsVoAEWZUU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBW35ZsVoAEWZUU.jpg', 'url': 'https://t.co/GCD1JccCyi', 'display_url': 'pic.twitter.com/GCD1JccCyi', 'expanded_url': 'https://twitter.com/dog_rates/status/870804317367881728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5284, 'favorite_count': 29803, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
114:870726314365509632
{'created_at': 'Fri Jun 02 19:38:25 +0000 2017', 'id': 870726314365509632, 'id_str': '870726314365509632', 'full_text': '@ComplicitOwl @ShopWeRateDogs >10/10 is reserved for dogs', 'truncated': False, 'display_text_range': [30, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'ComplicitOwl', 'name': 'Derek', 'id': 16487760, 'id_str': '16487760', 'indices': [0, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 870726202742493184, 'in_reply_to_status_id_str': '870726202742493184', 'in_reply_to_user_id': 16487760, 'in_reply_to_user_id_str': '16487760', 'in_reply_to_screen_name': 'ComplicitOwl', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3, 'favorite_count': 105, 'favorited': False, 'retweeted': False, 'lang': 'en'}
115:870656317836468226
{'created_at': 'Fri Jun 02 15:00:16 +0000 2017', 'id': 870656317836468226, 'id_str': '870656317836468226', 'full_text': 'This is Cody. He zoomed too aggressively and tore his ACL. Happens to the best of us. Still 13/10\n\nHelp Cody here: https://t.co/4hxnDOt1CV https://t.co/42ryYRQ2Q4', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/4hxnDOt1CV', 'expanded_url': 'https://www.gofundme.com/help-fix-codys-torn-acl', 'display_url': 'gofundme.com/help-fix-codys…', 'indices': [115, 138]}], 'media': [{'id': 870656293136216066, 'id_str': '870656293136216066', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DBUxSSHXsAIz4Un.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBUxSSHXsAIz4Un.jpg', 'url': 'https://t.co/42ryYRQ2Q4', 'display_url': 'pic.twitter.com/42ryYRQ2Q4', 'expanded_url': 'https://twitter.com/dog_rates/status/870656317836468226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 870656293136216066, 'id_str': '870656293136216066', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DBUxSSHXsAIz4Un.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBUxSSHXsAIz4Un.jpg', 'url': 'https://t.co/42ryYRQ2Q4', 'display_url': 'pic.twitter.com/42ryYRQ2Q4', 'expanded_url': 'https://twitter.com/dog_rates/status/870656317836468226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 870656293161361408, 'id_str': '870656293161361408', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DBUxSSNXYAA9VO_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBUxSSNXYAA9VO_.jpg', 'url': 'https://t.co/42ryYRQ2Q4', 'display_url': 'pic.twitter.com/42ryYRQ2Q4', 'expanded_url': 'https://twitter.com/dog_rates/status/870656317836468226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 870656293207461892, 'id_str': '870656293207461892', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DBUxSSYW0AQOCOx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBUxSSYW0AQOCOx.jpg', 'url': 'https://t.co/42ryYRQ2Q4', 'display_url': 'pic.twitter.com/42ryYRQ2Q4', 'expanded_url': 'https://twitter.com/dog_rates/status/870656317836468226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 870656293186547712, 'id_str': '870656293186547712', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/DBUxSSTXsAA-Jn1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBUxSSTXsAA-Jn1.jpg', 'url': 'https://t.co/42ryYRQ2Q4', 'display_url': 'pic.twitter.com/42ryYRQ2Q4', 'expanded_url': 'https://twitter.com/dog_rates/status/870656317836468226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 679, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1023, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2208, 'favorite_count': 10888, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
116:870374049280663552
{'created_at': 'Thu Jun 01 20:18:38 +0000 2017', 'id': 870374049280663552, 'id_str': '870374049280663552', 'full_text': 'This is Zoey. She really likes the planet. Would hate to see willful ignorance and the denial of fairly elemental science destroy it. 13/10 https://t.co/T1xlgaPujm', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 870374041554751488, 'id_str': '870374041554751488', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBQwlFCXkAACSkI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBQwlFCXkAACSkI.jpg', 'url': 'https://t.co/T1xlgaPujm', 'display_url': 'pic.twitter.com/T1xlgaPujm', 'expanded_url': 'https://twitter.com/dog_rates/status/870374049280663552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 646, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1520, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1140, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 870374041554751488, 'id_str': '870374041554751488', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBQwlFCXkAACSkI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBQwlFCXkAACSkI.jpg', 'url': 'https://t.co/T1xlgaPujm', 'display_url': 'pic.twitter.com/T1xlgaPujm', 'expanded_url': 'https://twitter.com/dog_rates/status/870374049280663552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 646, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1520, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1140, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 22753, 'favorite_count': 73966, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
117:870308999962521604
{'created_at': 'Thu Jun 01 16:00:09 +0000 2017', 'id': 870308999962521604, 'id_str': '870308999962521604', 'full_text': "This is Rumble, but he's not ready to. Would rather fall asleep in his bath bucket. 13/10 would attempt a boop without waking https://t.co/MVQCzrF1g9", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 870308992022568960, 'id_str': '870308992022568960', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DBP1aspVYAA4sPW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBP1aspVYAA4sPW.jpg', 'url': 'https://t.co/MVQCzrF1g9', 'display_url': 'pic.twitter.com/MVQCzrF1g9', 'expanded_url': 'https://twitter.com/dog_rates/status/870308999962521604/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 870308992022568960, 'id_str': '870308992022568960', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DBP1aspVYAA4sPW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBP1aspVYAA4sPW.jpg', 'url': 'https://t.co/MVQCzrF1g9', 'display_url': 'pic.twitter.com/MVQCzrF1g9', 'expanded_url': 'https://twitter.com/dog_rates/status/870308999962521604/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 870308991993118721, 'id_str': '870308991993118721', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/DBP1asiUAAEKZI5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBP1asiUAAEKZI5.jpg', 'url': 'https://t.co/MVQCzrF1g9', 'display_url': 'pic.twitter.com/MVQCzrF1g9', 'expanded_url': 'https://twitter.com/dog_rates/status/870308999962521604/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3549, 'favorite_count': 19482, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
118:870063196459192321
{'created_at': 'Wed May 31 23:43:25 +0000 2017', 'id': 870063196459192321, 'id_str': '870063196459192321', 'full_text': "Meet Clifford. He's quite large. Also red. Good w kids. Somehow never steps on them. Massive poops very inconvenient. Still 14/10 would ride https://t.co/apVOyDgOju", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 870063191304392704, 'id_str': '870063191304392704', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBMV3NnXUAAm0Pp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBMV3NnXUAAm0Pp.jpg', 'url': 'https://t.co/apVOyDgOju', 'display_url': 'pic.twitter.com/apVOyDgOju', 'expanded_url': 'https://twitter.com/dog_rates/status/870063196459192321/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1014, 'h': 761, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1014, 'h': 761, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 870063191304392704, 'id_str': '870063191304392704', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBMV3NnXUAAm0Pp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBMV3NnXUAAm0Pp.jpg', 'url': 'https://t.co/apVOyDgOju', 'display_url': 'pic.twitter.com/apVOyDgOju', 'expanded_url': 'https://twitter.com/dog_rates/status/870063196459192321/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1014, 'h': 761, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1014, 'h': 761, 'resize': 'fit'}}}, {'id': 870063191308611585, 'id_str': '870063191308611585', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/DBMV3NoXsAE3tXJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBMV3NoXsAE3tXJ.jpg', 'url': 'https://t.co/apVOyDgOju', 'display_url': 'pic.twitter.com/apVOyDgOju', 'expanded_url': 'https://twitter.com/dog_rates/status/870063196459192321/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1746, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 580, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7075, 'favorite_count': 32426, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
119:869988702071779329
check_again
120:869772420881756160
{'created_at': 'Wed May 31 04:27:59 +0000 2017', 'id': 869772420881756160, 'id_str': '869772420881756160', 'full_text': 'This is Dewey (pronounced "covfefe"). He\'s having a good walk. Arguably the best walk. 13/10 would snug softly https://t.co/HciEaJkC4D', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 869772408907071492, 'id_str': '869772408907071492', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/DBINZcxXgAQ-R6P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBINZcxXgAQ-R6P.jpg', 'url': 'https://t.co/HciEaJkC4D', 'display_url': 'pic.twitter.com/HciEaJkC4D', 'expanded_url': 'https://twitter.com/dog_rates/status/869772420881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 869772408907071492, 'id_str': '869772408907071492', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/DBINZcxXgAQ-R6P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBINZcxXgAQ-R6P.jpg', 'url': 'https://t.co/HciEaJkC4D', 'display_url': 'pic.twitter.com/HciEaJkC4D', 'expanded_url': 'https://twitter.com/dog_rates/status/869772420881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8697, 'favorite_count': 38017, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
121:869702957897576449
{'created_at': 'Tue May 30 23:51:58 +0000 2017', 'id': 869702957897576449, 'id_str': '869702957897576449', 'full_text': "Meet Stanley. He likes road trips. Will shift for you. One ear more effective than other. 13/10 we don't leave until you buckle pup Stanley https://t.co/vmCu3PFCQq", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 869702951354474496, 'id_str': '869702951354474496', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBHOOfOXoAABKlU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBHOOfOXoAABKlU.jpg', 'url': 'https://t.co/vmCu3PFCQq', 'display_url': 'pic.twitter.com/vmCu3PFCQq', 'expanded_url': 'https://twitter.com/dog_rates/status/869702957897576449/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 869702951354474496, 'id_str': '869702951354474496', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBHOOfOXoAABKlU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBHOOfOXoAABKlU.jpg', 'url': 'https://t.co/vmCu3PFCQq', 'display_url': 'pic.twitter.com/vmCu3PFCQq', 'expanded_url': 'https://twitter.com/dog_rates/status/869702957897576449/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5386, 'favorite_count': 25063, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
122:869596645499047938
{'created_at': 'Tue May 30 16:49:31 +0000 2017', 'id': 869596645499047938, 'id_str': '869596645499047938', 'full_text': 'This is Scout. He just graduated. Officially a doggo now. Have fun with taxes and losing sight of your ambitions. 12/10 would throw cap for https://t.co/DsA2hwXAJo', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 869596640562249728, 'id_str': '869596640562249728', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBFtiYqWAAAsjj1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBFtiYqWAAAsjj1.jpg', 'url': 'https://t.co/DsA2hwXAJo', 'display_url': 'pic.twitter.com/DsA2hwXAJo', 'expanded_url': 'https://twitter.com/dog_rates/status/869596645499047938/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 921, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1228, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 869596640562249728, 'id_str': '869596640562249728', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBFtiYqWAAAsjj1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBFtiYqWAAAsjj1.jpg', 'url': 'https://t.co/DsA2hwXAJo', 'display_url': 'pic.twitter.com/DsA2hwXAJo', 'expanded_url': 'https://twitter.com/dog_rates/status/869596645499047938/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 921, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1228, 'h': 1600, 'resize': 'fit'}}}, {'id': 869596640562339842, 'id_str': '869596640562339842', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DBFtiYqXYAIhPZw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBFtiYqXYAIhPZw.jpg', 'url': 'https://t.co/DsA2hwXAJo', 'display_url': 'pic.twitter.com/DsA2hwXAJo', 'expanded_url': 'https://twitter.com/dog_rates/status/869596645499047938/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1109, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1479, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 629, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2640, 'favorite_count': 14207, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
123:869227993411051520
{'created_at': 'Mon May 29 16:24:37 +0000 2017', 'id': 869227993411051520, 'id_str': '869227993411051520', 'full_text': 'This is Gizmo. His favorite thing is standing pupright like a hooman. Sneaky tongue slip status achieved. 13/10 would boop well https://t.co/IoR3n1fiiQ', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 869227980345798656, 'id_str': '869227980345798656', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DBAePiVXcAAqHSR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBAePiVXcAAqHSR.jpg', 'url': 'https://t.co/IoR3n1fiiQ', 'display_url': 'pic.twitter.com/IoR3n1fiiQ', 'expanded_url': 'https://twitter.com/dog_rates/status/869227993411051520/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 570, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1008, 'h': 1203, 'resize': 'fit'}, 'medium': {'w': 1005, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 869227980345798656, 'id_str': '869227980345798656', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DBAePiVXcAAqHSR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DBAePiVXcAAqHSR.jpg', 'url': 'https://t.co/IoR3n1fiiQ', 'display_url': 'pic.twitter.com/IoR3n1fiiQ', 'expanded_url': 'https://twitter.com/dog_rates/status/869227993411051520/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 570, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1008, 'h': 1203, 'resize': 'fit'}, 'medium': {'w': 1005, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3201, 'favorite_count': 18134, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
124:868880397819494401
{'created_at': 'Sun May 28 17:23:24 +0000 2017', 'id': 868880397819494401, 'id_str': '868880397819494401', 'full_text': "This is Walter. He won't start hydrotherapy without his favorite floatie. 14/10 keep it pup Walter https://t.co/r28jFx9uyF", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 868880391209275392, 'id_str': '868880391209275392', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DA7iHL5U0AA1OQo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA7iHL5U0AA1OQo.jpg', 'url': 'https://t.co/r28jFx9uyF', 'display_url': 'pic.twitter.com/r28jFx9uyF', 'expanded_url': 'https://twitter.com/dog_rates/status/868880397819494401/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 868880391209275392, 'id_str': '868880391209275392', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DA7iHL5U0AA1OQo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA7iHL5U0AA1OQo.jpg', 'url': 'https://t.co/r28jFx9uyF', 'display_url': 'pic.twitter.com/r28jFx9uyF', 'expanded_url': 'https://twitter.com/dog_rates/status/868880397819494401/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12263, 'favorite_count': 57990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
125:868639477480148993
{'created_at': 'Sun May 28 01:26:04 +0000 2017', 'id': 868639477480148993, 'id_str': '868639477480148993', 'full_text': 'RT @dog_rates: Say hello to Cooper. His expression is the same wet or dry. Absolute 12/10 but Coop desperately requests your help\n\nhttps://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat May 27 19:39:34 +0000 2017', 'id': 868552278524837888, 'id_str': '868552278524837888', 'full_text': 'Say hello to Cooper. His expression is the same wet or dry. Absolute 12/10 but Coop desperately requests your help\n\nhttps://t.co/ZMTE4Mr69f https://t.co/7RyeXTYLNi', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/ZMTE4Mr69f', 'expanded_url': 'https://www.gofundme.com/3ti3nps', 'display_url': 'gofundme.com/3ti3nps', 'indices': [116, 139]}], 'media': [{'id': 868552270358618113, 'id_str': '868552270358618113', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'url': 'https://t.co/7RyeXTYLNi', 'display_url': 'pic.twitter.com/7RyeXTYLNi', 'expanded_url': 'https://twitter.com/dog_rates/status/868552278524837888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 868552270358618113, 'id_str': '868552270358618113', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'url': 'https://t.co/7RyeXTYLNi', 'display_url': 'pic.twitter.com/7RyeXTYLNi', 'expanded_url': 'https://twitter.com/dog_rates/status/868552278524837888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 868552270358618112, 'id_str': '868552270358618112', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DA23sCeVoAA8Bj0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA23sCeVoAA8Bj0.jpg', 'url': 'https://t.co/7RyeXTYLNi', 'display_url': 'pic.twitter.com/7RyeXTYLNi', 'expanded_url': 'https://twitter.com/dog_rates/status/868552278524837888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1753, 'favorite_count': 8969, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1753, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
126:868622495443632128
{'created_at': 'Sun May 28 00:18:35 +0000 2017', 'id': 868622495443632128, 'id_str': '868622495443632128', 'full_text': "Here's a h*ckin peaceful boy. Unbothered by the comings and goings. 13/10 please reveal your wise ways https://t.co/yeaH8Ej5eM", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 868622480696651777, 'id_str': '868622480696651777', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/DA33i0XXsAEQtCA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA33i0XXsAEQtCA.jpg', 'url': 'https://t.co/yeaH8Ej5eM', 'display_url': 'pic.twitter.com/yeaH8Ej5eM', 'expanded_url': 'https://twitter.com/dog_rates/status/868622495443632128/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 637, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1199, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 1124, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 868622480696651777, 'id_str': '868622480696651777', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/DA33i0XXsAEQtCA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA33i0XXsAEQtCA.jpg', 'url': 'https://t.co/yeaH8Ej5eM', 'display_url': 'pic.twitter.com/yeaH8Ej5eM', 'expanded_url': 'https://twitter.com/dog_rates/status/868622495443632128/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 637, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1199, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 1124, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4472, 'favorite_count': 23643, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
127:868552278524837888
{'created_at': 'Sat May 27 19:39:34 +0000 2017', 'id': 868552278524837888, 'id_str': '868552278524837888', 'full_text': 'Say hello to Cooper. His expression is the same wet or dry. Absolute 12/10 but Coop desperately requests your help\n\nhttps://t.co/ZMTE4Mr69f https://t.co/7RyeXTYLNi', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/ZMTE4Mr69f', 'expanded_url': 'https://www.gofundme.com/3ti3nps', 'display_url': 'gofundme.com/3ti3nps', 'indices': [116, 139]}], 'media': [{'id': 868552270358618113, 'id_str': '868552270358618113', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'url': 'https://t.co/7RyeXTYLNi', 'display_url': 'pic.twitter.com/7RyeXTYLNi', 'expanded_url': 'https://twitter.com/dog_rates/status/868552278524837888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 868552270358618113, 'id_str': '868552270358618113', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA23sCeVoAE3uF0.jpg', 'url': 'https://t.co/7RyeXTYLNi', 'display_url': 'pic.twitter.com/7RyeXTYLNi', 'expanded_url': 'https://twitter.com/dog_rates/status/868552278524837888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 868552270358618112, 'id_str': '868552270358618112', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/DA23sCeVoAA8Bj0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DA23sCeVoAA8Bj0.jpg', 'url': 'https://t.co/7RyeXTYLNi', 'display_url': 'pic.twitter.com/7RyeXTYLNi', 'expanded_url': 'https://twitter.com/dog_rates/status/868552278524837888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1753, 'favorite_count': 8972, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
128:867900495410671616
{'created_at': 'Fri May 26 00:29:37 +0000 2017', 'id': 867900495410671616, 'id_str': '867900495410671616', 'full_text': 'Unbelievable. We only rate dogs. Please don\'t send in non-canines like the "I" from Pixar\'s opening credits. Thank you... 12/10 https://t.co/JMhDNv5wXZ', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 867900486011297792, 'id_str': '867900486011297792', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DAtm5MkXoAA4R6P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAtm5MkXoAA4R6P.jpg', 'url': 'https://t.co/JMhDNv5wXZ', 'display_url': 'pic.twitter.com/JMhDNv5wXZ', 'expanded_url': 'https://twitter.com/dog_rates/status/867900495410671616/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1005, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1340, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 570, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 867900486011297792, 'id_str': '867900486011297792', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DAtm5MkXoAA4R6P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAtm5MkXoAA4R6P.jpg', 'url': 'https://t.co/JMhDNv5wXZ', 'display_url': 'pic.twitter.com/JMhDNv5wXZ', 'expanded_url': 'https://twitter.com/dog_rates/status/867900495410671616/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1005, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1340, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 570, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3572, 'favorite_count': 21608, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
129:867774946302451713
{'created_at': 'Thu May 25 16:10:44 +0000 2017', 'id': 867774946302451713, 'id_str': '867774946302451713', 'full_text': "Meet Harold. He's h*ckin cooperative. 13/10 good work Harold https://t.co/ZYg3NZGICa", 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 867774933065236480, 'id_str': '867774933065236480', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/DAr0tDZXgAAzJEw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAr0tDZXgAAzJEw.jpg', 'url': 'https://t.co/ZYg3NZGICa', 'display_url': 'pic.twitter.com/ZYg3NZGICa', 'expanded_url': 'https://twitter.com/dog_rates/status/867774946302451713/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 616, 'h': 306, 'resize': 'fit'}, 'large': {'w': 616, 'h': 306, 'resize': 'fit'}, 'small': {'w': 616, 'h': 306, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 867774933065236480, 'id_str': '867774933065236480', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/DAr0tDZXgAAzJEw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAr0tDZXgAAzJEw.jpg', 'url': 'https://t.co/ZYg3NZGICa', 'display_url': 'pic.twitter.com/ZYg3NZGICa', 'expanded_url': 'https://twitter.com/dog_rates/status/867774946302451713/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 616, 'h': 306, 'resize': 'fit'}, 'large': {'w': 616, 'h': 306, 'resize': 'fit'}, 'small': {'w': 616, 'h': 306, 'resize': 'fit'}}}, {'id': 867774933065224193, 'id_str': '867774933065224193', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/DAr0tDZXUAEMvdu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAr0tDZXUAEMvdu.jpg', 'url': 'https://t.co/ZYg3NZGICa', 'display_url': 'pic.twitter.com/ZYg3NZGICa', 'expanded_url': 'https://twitter.com/dog_rates/status/867774946302451713/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1067, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6256, 'favorite_count': 30277, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
130:867421006826221569
{'created_at': 'Wed May 24 16:44:18 +0000 2017', 'id': 867421006826221569, 'id_str': '867421006826221569', 'full_text': 'This is Shikha. She just watched you drop a skittle on the ground and still eat it. Could not be less impressed. 12/10 superior puppo https://t.co/XZlZKd73go', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 867420991437365250, 'id_str': '867420991437365250', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DAmyy8FXYAIH8Ty.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAmyy8FXYAIH8Ty.jpg', 'url': 'https://t.co/XZlZKd73go', 'display_url': 'pic.twitter.com/XZlZKd73go', 'expanded_url': 'https://twitter.com/dog_rates/status/867421006826221569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 867420991437365250, 'id_str': '867420991437365250', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/DAmyy8FXYAIH8Ty.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAmyy8FXYAIH8Ty.jpg', 'url': 'https://t.co/XZlZKd73go', 'display_url': 'pic.twitter.com/XZlZKd73go', 'expanded_url': 'https://twitter.com/dog_rates/status/867421006826221569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2116, 'favorite_count': 14348, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
131:867072653475098625
{'created_at': 'Tue May 23 17:40:04 +0000 2017', 'id': 867072653475098625, 'id_str': '867072653475098625', 'full_text': 'RT @rachaeleasler: these @dog_rates hats are 13/10 bean approved https://t.co/nRCdq4g9gG', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'rachaeleasler', 'name': 'Rachael', 'id': 787461778435289088, 'id_str': '787461778435289088', 'indices': [3, 17]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [25, 35]}], 'urls': [], 'media': [{'id': 865013414103363585, 'id_str': '865013414103363585', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'url': 'https://t.co/nRCdq4g9gG', 'display_url': 'pic.twitter.com/nRCdq4g9gG', 'expanded_url': 'https://twitter.com/rachaeleasler/status/865013420445368320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1440, 'resize': 'fit'}}, 'source_status_id': 865013420445368320, 'source_status_id_str': '865013420445368320', 'source_user_id': 787461778435289088, 'source_user_id_str': '787461778435289088'}]}, 'extended_entities': {'media': [{'id': 865013414103363585, 'id_str': '865013414103363585', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'url': 'https://t.co/nRCdq4g9gG', 'display_url': 'pic.twitter.com/nRCdq4g9gG', 'expanded_url': 'https://twitter.com/rachaeleasler/status/865013420445368320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1440, 'resize': 'fit'}}, 'source_status_id': 865013420445368320, 'source_status_id_str': '865013420445368320', 'source_user_id': 787461778435289088, 'source_user_id_str': '787461778435289088'}, {'id': 865013414099169280, 'id_str': '865013414099169280', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/DAElHflUMAA9jF7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAElHflUMAA9jF7.jpg', 'url': 'https://t.co/nRCdq4g9gG', 'display_url': 'pic.twitter.com/nRCdq4g9gG', 'expanded_url': 'https://twitter.com/rachaeleasler/status/865013420445368320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1440, 'resize': 'fit'}}, 'source_status_id': 865013420445368320, 'source_status_id_str': '865013420445368320', 'source_user_id': 787461778435289088, 'source_user_id_str': '787461778435289088'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu May 18 01:17:25 +0000 2017', 'id': 865013420445368320, 'id_str': '865013420445368320', 'full_text': 'these @dog_rates hats are 13/10 bean approved https://t.co/nRCdq4g9gG', 'truncated': False, 'display_text_range': [0, 45], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [6, 16]}], 'urls': [], 'media': [{'id': 865013414103363585, 'id_str': '865013414103363585', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'url': 'https://t.co/nRCdq4g9gG', 'display_url': 'pic.twitter.com/nRCdq4g9gG', 'expanded_url': 'https://twitter.com/rachaeleasler/status/865013420445368320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1440, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 865013414103363585, 'id_str': '865013414103363585', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAElHfmUMAEH9lB.jpg', 'url': 'https://t.co/nRCdq4g9gG', 'display_url': 'pic.twitter.com/nRCdq4g9gG', 'expanded_url': 'https://twitter.com/rachaeleasler/status/865013420445368320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1440, 'resize': 'fit'}}}, {'id': 865013414099169280, 'id_str': '865013414099169280', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/DAElHflUMAA9jF7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAElHflUMAA9jF7.jpg', 'url': 'https://t.co/nRCdq4g9gG', 'display_url': 'pic.twitter.com/nRCdq4g9gG', 'expanded_url': 'https://twitter.com/rachaeleasler/status/865013420445368320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 1440, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 787461778435289088, 'id_str': '787461778435289088', 'name': 'Rachael', 'screen_name': 'rachaeleasler', 'location': 'Austin, TX', 'description': 'Aspiring Ecologist', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 397, 'friends_count': 231, 'listed_count': 0, 'created_at': 'Sun Oct 16 01:14:53 +0000 2016', 'favourites_count': 24712, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 131, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'F5F8FA', 'profile_background_image_url': None, 'profile_background_image_url_https': None, 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1407483620571373576/ChgkQvkm_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1407483620571373576/ChgkQvkm_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/787461778435289088/1624403251', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 101, 'favorite_count': 1609, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 101, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
132:867051520902168576
{'created_at': 'Tue May 23 16:16:06 +0000 2017', 'id': 867051520902168576, 'id_str': '867051520902168576', 'full_text': "Oh my this spooked me up. We only rate dogs, not happy ghosts. Please send dogs only. It's a very simple premise. Thank you... 13/10 https://t.co/M5Rz0R8SIQ", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 867051512509460480, 'id_str': '867051512509460480', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DAhiwb0XcAA8x5Q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAhiwb0XcAA8x5Q.jpg', 'url': 'https://t.co/M5Rz0R8SIQ', 'display_url': 'pic.twitter.com/M5Rz0R8SIQ', 'expanded_url': 'https://twitter.com/dog_rates/status/867051520902168576/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 867051512509460480, 'id_str': '867051512509460480', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/DAhiwb0XcAA8x5Q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAhiwb0XcAA8x5Q.jpg', 'url': 'https://t.co/M5Rz0R8SIQ', 'display_url': 'pic.twitter.com/M5Rz0R8SIQ', 'expanded_url': 'https://twitter.com/dog_rates/status/867051520902168576/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1199, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1601, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6788, 'favorite_count': 28723, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
133:866816280283807744
check_again
134:866720684873056260
{'created_at': 'Mon May 22 18:21:28 +0000 2017', 'id': 866720684873056260, 'id_str': '866720684873056260', 'full_text': 'He was providing for his family 13/10 how dare you https://t.co/Q8mVwWN3f4', 'truncated': False, 'display_text_range': [0, 50], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Q8mVwWN3f4', 'expanded_url': 'https://twitter.com/nbcnews/status/866458718883467265', 'display_url': 'twitter.com/nbcnews/status…', 'indices': [51, 74]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 866458718883467265, 'quoted_status_id_str': '866458718883467265', 'quoted_status_permalink': {'url': 'https://t.co/Q8mVwWN3f4', 'expanded': 'https://twitter.com/nbcnews/status/866458718883467265', 'display': 'twitter.com/nbcnews/status…'}, 'quoted_status': {'created_at': 'Mon May 22 01:00:31 +0000 2017', 'id': 866458718883467265, 'id_str': '866458718883467265', 'full_text': 'Suspect collared after caught on camera stealing bread from a dollar store https://t.co/RsvMCDUjTa https://t.co/N5SGZnH2W7', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/RsvMCDUjTa', 'expanded_url': 'http://nbcnews.to/2qMnifN', 'display_url': 'nbcnews.to/2qMnifN', 'indices': [75, 98]}], 'media': [{'id': 866458715725213696, 'id_str': '866458715725213696', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DAZHnHtXsAAozgE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAZHnHtXsAAozgE.jpg', 'url': 'https://t.co/N5SGZnH2W7', 'display_url': 'pic.twitter.com/N5SGZnH2W7', 'expanded_url': 'https://twitter.com/NBCNews/status/866458718883467265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'large': {'w': 1920, 'h': 1080, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 866458715725213696, 'id_str': '866458715725213696', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/DAZHnHtXsAAozgE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAZHnHtXsAAozgE.jpg', 'url': 'https://t.co/N5SGZnH2W7', 'display_url': 'pic.twitter.com/N5SGZnH2W7', 'expanded_url': 'https://twitter.com/NBCNews/status/866458718883467265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'large': {'w': 1920, 'h': 1080, 'resize': 'fit'}}}]}, 'source': '<a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 14173315, 'id_str': '14173315', 'name': 'NBC News', 'screen_name': 'NBCNews', 'location': 'New York, NY', 'description': 'News updates from around the 🌎, all day, every day.', 'url': 'https://t.co/2f2PctyT1n', 'entities': {'url': {'urls': [{'url': 'https://t.co/2f2PctyT1n', 'expanded_url': 'http://NBCNews.com', 'display_url': 'NBCNews.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9163937, 'friends_count': 1854, 'listed_count': 50841, 'created_at': 'Tue Mar 18 23:19:17 +0000 2008', 'favourites_count': 774, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 342345, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '062131', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1338497918387572736/DXHbTEJG_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1338497918387572736/DXHbTEJG_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/14173315/1654804195', 'profile_link_color': '5172A0', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'FFFFFF', 'profile_text_color': '000000', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 336, 'favorite_count': 1235, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 4131, 'favorite_count': 17875, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
135:866686824827068416
{'created_at': 'Mon May 22 16:06:55 +0000 2017', 'id': 866686824827068416, 'id_str': '866686824827068416', 'full_text': "This is Lili. She can't believe you betrayed her with bath time. Never looking you in the eye again. 12/10 would puppologize profusely https://t.co/9b9J46E86Z", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 866686816879087618, 'id_str': '866686816879087618', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DAcXEWuXkAIBDGJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAcXEWuXkAIBDGJ.jpg', 'url': 'https://t.co/9b9J46E86Z', 'display_url': 'pic.twitter.com/9b9J46E86Z', 'expanded_url': 'https://twitter.com/dog_rates/status/866686824827068416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 866686816879087618, 'id_str': '866686816879087618', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DAcXEWuXkAIBDGJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAcXEWuXkAIBDGJ.jpg', 'url': 'https://t.co/9b9J46E86Z', 'display_url': 'pic.twitter.com/9b9J46E86Z', 'expanded_url': 'https://twitter.com/dog_rates/status/866686824827068416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}, {'id': 866686816874881024, 'id_str': '866686816874881024', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/DAcXEWtXYAA1RBg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAcXEWtXYAA1RBg.jpg', 'url': 'https://t.co/9b9J46E86Z', 'display_url': 'pic.twitter.com/9b9J46E86Z', 'expanded_url': 'https://twitter.com/dog_rates/status/866686824827068416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 901, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 676, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2972, 'favorite_count': 17133, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
136:866450705531457537
{'created_at': 'Mon May 22 00:28:40 +0000 2017', 'id': 866450705531457537, 'id_str': '866450705531457537', 'full_text': 'This is Jamesy. He gives a kiss to every other pupper he sees on his walk. 13/10 such passion, much tender https://t.co/wk7TfysWHr', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 866450698984185856, 'id_str': '866450698984185856', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/DAZAUfBXYAAHtni.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAZAUfBXYAAHtni.jpg', 'url': 'https://t.co/wk7TfysWHr', 'display_url': 'pic.twitter.com/wk7TfysWHr', 'expanded_url': 'https://twitter.com/dog_rates/status/866450705531457537/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 884, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1179, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 866450698984185856, 'id_str': '866450698984185856', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/DAZAUfBXYAAHtni.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAZAUfBXYAAHtni.jpg', 'url': 'https://t.co/wk7TfysWHr', 'display_url': 'pic.twitter.com/wk7TfysWHr', 'expanded_url': 'https://twitter.com/dog_rates/status/866450705531457537/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 884, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1179, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}, {'id': 866450698984189952, 'id_str': '866450698984189952', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/DAZAUfBXcAAG_Nn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAZAUfBXcAAG_Nn.jpg', 'url': 'https://t.co/wk7TfysWHr', 'display_url': 'pic.twitter.com/wk7TfysWHr', 'expanded_url': 'https://twitter.com/dog_rates/status/866450705531457537/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 980, 'resize': 'fit'}, 'small': {'w': 680, 'h': 555, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1307, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 30210, 'favorite_count': 108906, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
137:866334964761202691
{'created_at': 'Sun May 21 16:48:45 +0000 2017', 'id': 866334964761202691, 'id_str': '866334964761202691', 'full_text': "This is Coco. At first I thought she was a cloud but clouds don't bork with such passion. 12/10 would hug softly https://t.co/W86h5dgR6c", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 866334954229301248, 'id_str': '866334954229301248', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'url': 'https://t.co/W86h5dgR6c', 'display_url': 'pic.twitter.com/W86h5dgR6c', 'expanded_url': 'https://twitter.com/dog_rates/status/866334964761202691/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 866334954229301248, 'id_str': '866334954229301248', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAXXDQNXgAAoYQH.jpg', 'url': 'https://t.co/W86h5dgR6c', 'display_url': 'pic.twitter.com/W86h5dgR6c', 'expanded_url': 'https://twitter.com/dog_rates/status/866334964761202691/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 866334954225115140, 'id_str': '866334954225115140', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/DAXXDQMXoAQa0no.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAXXDQMXoAQa0no.jpg', 'url': 'https://t.co/W86h5dgR6c', 'display_url': 'pic.twitter.com/W86h5dgR6c', 'expanded_url': 'https://twitter.com/dog_rates/status/866334964761202691/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12214, 'favorite_count': 46621, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
138:866094527597207552
{'created_at': 'Sun May 21 00:53:21 +0000 2017', 'id': 866094527597207552, 'id_str': '866094527597207552', 'full_text': 'RT @dog_rates: Here\'s a pupper before and after being asked "who\'s a good girl?" Unsure as h*ck. 12/10 hint hint it\'s you https://t.co/ORiK…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Mar 04 00:21:08 +0000 2017', 'id': 837820167694528512, 'id_str': '837820167694528512', 'full_text': 'Here\'s a pupper before and after being asked "who\'s a good girl?" Unsure as h*ck. 12/10 hint hint it\'s you https://t.co/ORiK6jlgdH', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 837820156113911808, 'id_str': '837820156113911808', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'url': 'https://t.co/ORiK6jlgdH', 'display_url': 'pic.twitter.com/ORiK6jlgdH', 'expanded_url': 'https://twitter.com/dog_rates/status/837820167694528512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 489, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 863, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1472, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 837820156113911808, 'id_str': '837820156113911808', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'url': 'https://t.co/ORiK6jlgdH', 'display_url': 'pic.twitter.com/ORiK6jlgdH', 'expanded_url': 'https://twitter.com/dog_rates/status/837820167694528512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 489, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 863, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1472, 'h': 2048, 'resize': 'fit'}}}, {'id': 837820156109676544, 'id_str': '837820156109676544', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C6CI_jaUYAAYO0H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6CI_jaUYAAYO0H.jpg', 'url': 'https://t.co/ORiK6jlgdH', 'display_url': 'pic.twitter.com/ORiK6jlgdH', 'expanded_url': 'https://twitter.com/dog_rates/status/837820167694528512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1388, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 813, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 461, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7170, 'favorite_count': 31879, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7170, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
139:865718153858494464
{'created_at': 'Fri May 19 23:57:46 +0000 2017', 'id': 865718153858494464, 'id_str': '865718153858494464', 'full_text': "Meet Boomer. He's just checking pup on you. Hopes you had a good day. If not, he hopes he made it better. 13/10 extremely good boy https://t.co/pozUoHLkGg", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 865718147889979392, 'id_str': '865718147889979392', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/DAOmEZiXYAAcv2S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAOmEZiXYAAcv2S.jpg', 'url': 'https://t.co/pozUoHLkGg', 'display_url': 'pic.twitter.com/pozUoHLkGg', 'expanded_url': 'https://twitter.com/dog_rates/status/865718153858494464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 865718147889979392, 'id_str': '865718147889979392', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/DAOmEZiXYAAcv2S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAOmEZiXYAAcv2S.jpg', 'url': 'https://t.co/pozUoHLkGg', 'display_url': 'pic.twitter.com/pozUoHLkGg', 'expanded_url': 'https://twitter.com/dog_rates/status/865718153858494464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4851, 'favorite_count': 22934, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
140:865359393868664832
{'created_at': 'Fri May 19 00:12:11 +0000 2017', 'id': 865359393868664832, 'id_str': '865359393868664832', 'full_text': "This is Sammy. Her tongue ejects without warning sometimes. It's a serious condition. Needs a hefty dose from a BlepiPen. 13/10 https://t.co/g20EmqK7vc", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 865359385135955968, 'id_str': '865359385135955968', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DAJfxqIUQAA7v_D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAJfxqIUQAA7v_D.jpg', 'url': 'https://t.co/g20EmqK7vc', 'display_url': 'pic.twitter.com/g20EmqK7vc', 'expanded_url': 'https://twitter.com/dog_rates/status/865359393868664832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 865359385135955968, 'id_str': '865359385135955968', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DAJfxqIUQAA7v_D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAJfxqIUQAA7v_D.jpg', 'url': 'https://t.co/g20EmqK7vc', 'display_url': 'pic.twitter.com/g20EmqK7vc', 'expanded_url': 'https://twitter.com/dog_rates/status/865359393868664832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 865359385127657472, 'id_str': '865359385127657472', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/DAJfxqGVoAAnvQt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAJfxqGVoAAnvQt.jpg', 'url': 'https://t.co/g20EmqK7vc', 'display_url': 'pic.twitter.com/g20EmqK7vc', 'expanded_url': 'https://twitter.com/dog_rates/status/865359393868664832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4292, 'favorite_count': 23614, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
141:865006731092295680
{'created_at': 'Thu May 18 00:50:50 +0000 2017', 'id': 865006731092295680, 'id_str': '865006731092295680', 'full_text': 'This is Nelly. He really hopes you like his Hawaiian shirt. He already tore the tags off. 13/10 h*ck of a puppurchase https://t.co/LbkG5CiM7o', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 865006724092010496, 'id_str': '865006724092010496', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/DAEfCFXUIAA1uqj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAEfCFXUIAA1uqj.jpg', 'url': 'https://t.co/LbkG5CiM7o', 'display_url': 'pic.twitter.com/LbkG5CiM7o', 'expanded_url': 'https://twitter.com/dog_rates/status/865006731092295680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1402, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 596, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1052, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 865006724092010496, 'id_str': '865006724092010496', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/DAEfCFXUIAA1uqj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAEfCFXUIAA1uqj.jpg', 'url': 'https://t.co/LbkG5CiM7o', 'display_url': 'pic.twitter.com/LbkG5CiM7o', 'expanded_url': 'https://twitter.com/dog_rates/status/865006731092295680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1402, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 596, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1052, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6674, 'favorite_count': 25047, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
142:864873206498414592
{'created_at': 'Wed May 17 16:00:15 +0000 2017', 'id': 864873206498414592, 'id_str': '864873206498414592', 'full_text': "We only rate dogs. Please don't send in Jesus. We're trying to remain professional and legitimate. Thank you... 14/10 https://t.co/wr3xsjeCIR", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 864873202618687489, 'id_str': '864873202618687489', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/DAClmHHXYAECTmT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAClmHHXYAECTmT.jpg', 'url': 'https://t.co/wr3xsjeCIR', 'display_url': 'pic.twitter.com/wr3xsjeCIR', 'expanded_url': 'https://twitter.com/dog_rates/status/864873206498414592/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 864873202618687489, 'id_str': '864873202618687489', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/DAClmHHXYAECTmT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAClmHHXYAECTmT.jpg', 'url': 'https://t.co/wr3xsjeCIR', 'display_url': 'pic.twitter.com/wr3xsjeCIR', 'expanded_url': 'https://twitter.com/dog_rates/status/864873206498414592/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}}}, {'id': 864873202740326400, 'id_str': '864873202740326400', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/DAClmHkXcAA1kSv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/DAClmHkXcAA1kSv.jpg', 'url': 'https://t.co/wr3xsjeCIR', 'display_url': 'pic.twitter.com/wr3xsjeCIR', 'expanded_url': 'https://twitter.com/dog_rates/status/864873206498414592/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7499, 'favorite_count': 28868, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
143:864279568663928832
{'created_at': 'Tue May 16 00:41:21 +0000 2017', 'id': 864279568663928832, 'id_str': '864279568663928832', 'full_text': "This is Meatball. He doing what's known in the industry as a mid-strut mlem. H*ckin fancy boy. 12/10 I'd do anything for Meatball https://t.co/S2HdmFFPck", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 864279556340957184, 'id_str': '864279556340957184', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C_6JrWZVwAAHhCD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_6JrWZVwAAHhCD.jpg', 'url': 'https://t.co/S2HdmFFPck', 'display_url': 'pic.twitter.com/S2HdmFFPck', 'expanded_url': 'https://twitter.com/dog_rates/status/864279568663928832/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1008, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 571, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1344, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 864279556340957184, 'id_str': '864279556340957184', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C_6JrWZVwAAHhCD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_6JrWZVwAAHhCD.jpg', 'url': 'https://t.co/S2HdmFFPck', 'display_url': 'pic.twitter.com/S2HdmFFPck', 'expanded_url': 'https://twitter.com/dog_rates/status/864279568663928832/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1008, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 571, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1344, 'resize': 'fit'}}}, {'id': 864279556412252160, 'id_str': '864279556412252160', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C_6JrWqVoAAas0l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_6JrWqVoAAas0l.jpg', 'url': 'https://t.co/S2HdmFFPck', 'display_url': 'pic.twitter.com/S2HdmFFPck', 'expanded_url': 'https://twitter.com/dog_rates/status/864279568663928832/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1600, 'h': 1107, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 470, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 830, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2584, 'favorite_count': 13074, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
144:864197398364647424
{'created_at': 'Mon May 15 19:14:50 +0000 2017', 'id': 864197398364647424, 'id_str': '864197398364647424', 'full_text': 'This is Paisley. She ate a flower just to prove she could. Savage af. 13/10 would pet so well https://t.co/cPq9fYvkzr', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 864197387966791680, 'id_str': '864197387966791680', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C_4-8hWUwAAAqoP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_4-8hWUwAAAqoP.jpg', 'url': 'https://t.co/cPq9fYvkzr', 'display_url': 'pic.twitter.com/cPq9fYvkzr', 'expanded_url': 'https://twitter.com/dog_rates/status/864197398364647424/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 864197387966791680, 'id_str': '864197387966791680', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C_4-8hWUwAAAqoP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_4-8hWUwAAAqoP.jpg', 'url': 'https://t.co/cPq9fYvkzr', 'display_url': 'pic.twitter.com/cPq9fYvkzr', 'expanded_url': 'https://twitter.com/dog_rates/status/864197398364647424/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 864197387966742528, 'id_str': '864197387966742528', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C_4-8hWUAAAirXb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_4-8hWUAAAirXb.jpg', 'url': 'https://t.co/cPq9fYvkzr', 'display_url': 'pic.twitter.com/cPq9fYvkzr', 'expanded_url': 'https://twitter.com/dog_rates/status/864197398364647424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 864197388201738240, 'id_str': '864197388201738240', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C_4-8iOVwAAt17y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_4-8iOVwAAt17y.jpg', 'url': 'https://t.co/cPq9fYvkzr', 'display_url': 'pic.twitter.com/cPq9fYvkzr', 'expanded_url': 'https://twitter.com/dog_rates/status/864197398364647424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 864197388205936640, 'id_str': '864197388205936640', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C_4-8iPV0AA1Twg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_4-8iPV0AA1Twg.jpg', 'url': 'https://t.co/cPq9fYvkzr', 'display_url': 'pic.twitter.com/cPq9fYvkzr', 'expanded_url': 'https://twitter.com/dog_rates/status/864197398364647424/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7588, 'favorite_count': 26642, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
145:863907417377173506
{'created_at': 'Mon May 15 00:02:33 +0000 2017', 'id': 863907417377173506, 'id_str': '863907417377173506', 'full_text': "This is Albus. He's quite impressive at hide and seek. Knows he's been found this time. 13/10 usually elusive as h*ck https://t.co/ht47njyZ64", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 863907404156518400, 'id_str': '863907404156518400', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C_03NPeUQAAgrMl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_03NPeUQAAgrMl.jpg', 'url': 'https://t.co/ht47njyZ64', 'display_url': 'pic.twitter.com/ht47njyZ64', 'expanded_url': 'https://twitter.com/dog_rates/status/863907417377173506/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 863907404156518400, 'id_str': '863907404156518400', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C_03NPeUQAAgrMl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_03NPeUQAAgrMl.jpg', 'url': 'https://t.co/ht47njyZ64', 'display_url': 'pic.twitter.com/ht47njyZ64', 'expanded_url': 'https://twitter.com/dog_rates/status/863907417377173506/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 863907404156616704, 'id_str': '863907404156616704', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C_03NPeVwAAbAtl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_03NPeVwAAbAtl.jpg', 'url': 'https://t.co/ht47njyZ64', 'display_url': 'pic.twitter.com/ht47njyZ64', 'expanded_url': 'https://twitter.com/dog_rates/status/863907417377173506/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3592, 'favorite_count': 18445, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
146:863553081350529029
{'created_at': 'Sun May 14 00:34:33 +0000 2017', 'id': 863553081350529029, 'id_str': '863553081350529029', 'full_text': "This is Neptune. He's a backpup vocalist for the Dixie Chicks. 13/10 (vid by @AmiWinehouse) https://t.co/tordvmaaop", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'AmiWinehouse', 'name': 'Ami Lee Winehouse', 'id': 1165500693492297728, 'id_str': '1165500693492297728', 'indices': [77, 90]}], 'urls': [], 'media': [{'id': 863553036815355904, 'id_str': '863553036815355904', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/863553036815355904/pu/img/B6Dos-XOD8l82tK7.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/863553036815355904/pu/img/B6Dos-XOD8l82tK7.jpg', 'url': 'https://t.co/tordvmaaop', 'display_url': 'pic.twitter.com/tordvmaaop', 'expanded_url': 'https://twitter.com/dog_rates/status/863553081350529029/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 863553036815355904, 'id_str': '863553036815355904', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/863553036815355904/pu/img/B6Dos-XOD8l82tK7.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/863553036815355904/pu/img/B6Dos-XOD8l82tK7.jpg', 'url': 'https://t.co/tordvmaaop', 'display_url': 'pic.twitter.com/tordvmaaop', 'expanded_url': 'https://twitter.com/dog_rates/status/863553081350529029/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 6767, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/863553036815355904/pu/pl/8i2DX1sl8nRngzYc.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/863553036815355904/pu/vid/180x320/BlYzEyppcBwS1Q5W.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3634, 'favorite_count': 13688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
147:863471782782697472
{'created_at': 'Sat May 13 19:11:30 +0000 2017', 'id': 863471782782697472, 'id_str': '863471782782697472', 'full_text': "RT @dog_rates: Say hello to Quinn. She's quite the goofball. Not even a year old. Confirmed 13/10 but she really needs your help \n\nhttps://…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri May 12 16:05:02 +0000 2017', 'id': 863062471531167744, 'id_str': '863062471531167744', 'full_text': "Say hello to Quinn. She's quite the goofball. Not even a year old. Confirmed 13/10 but she really needs your help \n\nhttps://t.co/MOBkQnyHib https://t.co/EsOB4rLEKt", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/MOBkQnyHib', 'expanded_url': 'https://www.gofundme.com/helpquinny', 'display_url': 'gofundme.com/helpquinny', 'indices': [116, 139]}], 'media': [{'id': 863062462383378432, 'id_str': '863062462383378432', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 863062462383378432, 'id_str': '863062462383378432', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 863062462370725888, 'id_str': '863062462370725888', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKCUwAAgtOp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKCUwAAgtOp.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 750, 'resize': 'fit'}}}, {'id': 863062462370689024, 'id_str': '863062462370689024', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKCUMAAewwp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKCUMAAewwp.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 750, 'resize': 'fit'}}}, {'id': 863062462379065344, 'id_str': '863062462379065344', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKEUAAA_pfA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKEUAAA_pfA.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 750, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2092, 'favorite_count': 7528, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2092, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
148:863432100342583297
{'created_at': 'Sat May 13 16:33:49 +0000 2017', 'id': 863432100342583297, 'id_str': '863432100342583297', 'full_text': "This is Belle. She's never been more pupset. Encountered the worst imaginable type of zone. 12/10 would do anything to cheer pup https://t.co/fGQUzR8w3H", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 863432092616491008, 'id_str': '863432092616491008', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C_uG6eAUAAAvMvR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_uG6eAUAAAvMvR.jpg', 'url': 'https://t.co/fGQUzR8w3H', 'display_url': 'pic.twitter.com/fGQUzR8w3H', 'expanded_url': 'https://twitter.com/dog_rates/status/863432100342583297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 863432092616491008, 'id_str': '863432092616491008', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C_uG6eAUAAAvMvR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_uG6eAUAAAvMvR.jpg', 'url': 'https://t.co/fGQUzR8w3H', 'display_url': 'pic.twitter.com/fGQUzR8w3H', 'expanded_url': 'https://twitter.com/dog_rates/status/863432100342583297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4556, 'favorite_count': 21319, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
149:863427515083354112
{'created_at': 'Sat May 13 16:15:35 +0000 2017', 'id': 863427515083354112, 'id_str': '863427515083354112', 'full_text': "@Jack_Septic_Eye I'd need a few more pics to polish a full analysis, but based on the good boy content above I'm leaning towards 12/10", 'truncated': False, 'display_text_range': [17, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 863425645568774144, 'in_reply_to_status_id_str': '863425645568774144', 'in_reply_to_user_id': 77596200, 'in_reply_to_user_id_str': '77596200', 'in_reply_to_screen_name': 'Jacksepticeye', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 80, 'favorite_count': 1961, 'favorited': False, 'retweeted': False, 'lang': 'en'}
150:863079547188785154
{'created_at': 'Fri May 12 17:12:53 +0000 2017', 'id': 863079547188785154, 'id_str': '863079547188785154', 'full_text': 'Ladies and gentlemen... I found Pipsy. He may have changed his name to Pablo, but he never changed his love for the sea. Pupgraded to 14/10 https://t.co/lVU5GyNFen', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 863079538779013120, 'id_str': '863079538779013120', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_pGRInUwAAmTY_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_pGRInUwAAmTY_.jpg', 'url': 'https://t.co/lVU5GyNFen', 'display_url': 'pic.twitter.com/lVU5GyNFen', 'expanded_url': 'https://twitter.com/dog_rates/status/863079547188785154/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 1035, 'resize': 'fit'}, 'large': {'w': 749, 'h': 1035, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 863079538779013120, 'id_str': '863079538779013120', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_pGRInUwAAmTY_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_pGRInUwAAmTY_.jpg', 'url': 'https://t.co/lVU5GyNFen', 'display_url': 'pic.twitter.com/lVU5GyNFen', 'expanded_url': 'https://twitter.com/dog_rates/status/863079547188785154/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 1035, 'resize': 'fit'}, 'large': {'w': 749, 'h': 1035, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 667152164079423490, 'in_reply_to_status_id_str': '667152164079423490', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 953, 'favorite_count': 7898, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
151:863062471531167744
{'created_at': 'Fri May 12 16:05:02 +0000 2017', 'id': 863062471531167744, 'id_str': '863062471531167744', 'full_text': "Say hello to Quinn. She's quite the goofball. Not even a year old. Confirmed 13/10 but she really needs your help \n\nhttps://t.co/MOBkQnyHib https://t.co/EsOB4rLEKt", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/MOBkQnyHib', 'expanded_url': 'https://www.gofundme.com/helpquinny', 'display_url': 'gofundme.com/helpquinny', 'indices': [116, 139]}], 'media': [{'id': 863062462383378432, 'id_str': '863062462383378432', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 863062462383378432, 'id_str': '863062462383378432', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKFV0AAcq9j.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 863062462370725888, 'id_str': '863062462370725888', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKCUwAAgtOp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKCUwAAgtOp.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 750, 'resize': 'fit'}}}, {'id': 863062462370689024, 'id_str': '863062462370689024', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKCUMAAewwp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKCUMAAewwp.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 750, 'resize': 'fit'}}}, {'id': 863062462379065344, 'id_str': '863062462379065344', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C_o2vKEUAAA_pfA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_o2vKEUAAA_pfA.jpg', 'url': 'https://t.co/EsOB4rLEKt', 'display_url': 'pic.twitter.com/EsOB4rLEKt', 'expanded_url': 'https://twitter.com/dog_rates/status/863062471531167744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 750, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2092, 'favorite_count': 7528, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
152:862831371563274240
{'created_at': 'Fri May 12 00:46:44 +0000 2017', 'id': 862831371563274240, 'id_str': '862831371563274240', 'full_text': "This is Zooey. She's the world's biggest fan of illiterate delivery people. 13/10 not your fault they don't listen, Zooey https://t.co/ixOFQ1tfqE", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 862831346963447808, 'id_str': '862831346963447808', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C_lkieDUAAAJveS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_lkieDUAAAJveS.jpg', 'url': 'https://t.co/ixOFQ1tfqE', 'display_url': 'pic.twitter.com/ixOFQ1tfqE', 'expanded_url': 'https://twitter.com/dog_rates/status/862831371563274240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 483, 'resize': 'fit'}, 'large': {'w': 1599, 'h': 644, 'resize': 'fit'}, 'small': {'w': 680, 'h': 274, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 862831346963447808, 'id_str': '862831346963447808', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C_lkieDUAAAJveS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_lkieDUAAAJveS.jpg', 'url': 'https://t.co/ixOFQ1tfqE', 'display_url': 'pic.twitter.com/ixOFQ1tfqE', 'expanded_url': 'https://twitter.com/dog_rates/status/862831371563274240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 483, 'resize': 'fit'}, 'large': {'w': 1599, 'h': 644, 'resize': 'fit'}, 'small': {'w': 680, 'h': 274, 'resize': 'fit'}}}, {'id': 862831347076808704, 'id_str': '862831347076808704', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C_lkieeVwAAm0L4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_lkieeVwAAm0L4.jpg', 'url': 'https://t.co/ixOFQ1tfqE', 'display_url': 'pic.twitter.com/ixOFQ1tfqE', 'expanded_url': 'https://twitter.com/dog_rates/status/862831371563274240/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4460, 'favorite_count': 17218, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
153:862722525377298433
{'created_at': 'Thu May 11 17:34:13 +0000 2017', 'id': 862722525377298433, 'id_str': '862722525377298433', 'full_text': "This is Dave. He passed the h*ck out. It's barely the afternoon on a Thursday, Dave. Get it together. Still 11/10 would boop mid-snooze https://t.co/Eme9Uar6v2", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 862722516858445824, 'id_str': '862722516858445824', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C_kBjuUUIAArs2-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_kBjuUUIAArs2-.jpg', 'url': 'https://t.co/Eme9Uar6v2', 'display_url': 'pic.twitter.com/Eme9Uar6v2', 'expanded_url': 'https://twitter.com/dog_rates/status/862722525377298433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 862722516858445824, 'id_str': '862722516858445824', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C_kBjuUUIAArs2-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_kBjuUUIAArs2-.jpg', 'url': 'https://t.co/Eme9Uar6v2', 'display_url': 'pic.twitter.com/Eme9Uar6v2', 'expanded_url': 'https://twitter.com/dog_rates/status/862722525377298433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3091, 'favorite_count': 15339, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
154:862457590147678208
{'created_at': 'Thu May 11 00:01:27 +0000 2017', 'id': 862457590147678208, 'id_str': '862457590147678208', 'full_text': 'This is Jersey. He likes to watch movies, but only if you watch with him. Enjoys horror films like The Bababork and H*ckraiser. 13/10 https://t.co/jvSNASweNb', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 862457580722860032, 'id_str': '862457580722860032', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C_gQmaTUMAAPYSS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_gQmaTUMAAPYSS.jpg', 'url': 'https://t.co/jvSNASweNb', 'display_url': 'pic.twitter.com/jvSNASweNb', 'expanded_url': 'https://twitter.com/dog_rates/status/862457590147678208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 898, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1197, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 862457580722860032, 'id_str': '862457580722860032', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C_gQmaTUMAAPYSS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_gQmaTUMAAPYSS.jpg', 'url': 'https://t.co/jvSNASweNb', 'display_url': 'pic.twitter.com/jvSNASweNb', 'expanded_url': 'https://twitter.com/dog_rates/status/862457590147678208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 898, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1197, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}, {'id': 862457580718772225, 'id_str': '862457580718772225', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C_gQmaSV0AEJl6m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_gQmaSV0AEJl6m.jpg', 'url': 'https://t.co/jvSNASweNb', 'display_url': 'pic.twitter.com/jvSNASweNb', 'expanded_url': 'https://twitter.com/dog_rates/status/862457590147678208/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 862457580722855936, 'id_str': '862457580722855936', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C_gQmaTUIAAv9oH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_gQmaTUIAAv9oH.jpg', 'url': 'https://t.co/jvSNASweNb', 'display_url': 'pic.twitter.com/jvSNASweNb', 'expanded_url': 'https://twitter.com/dog_rates/status/862457590147678208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4255, 'favorite_count': 18290, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
155:862096992088072192
{'created_at': 'Wed May 10 00:08:34 +0000 2017', 'id': 862096992088072192, 'id_str': '862096992088072192', 'full_text': "We only rate dogs. Please don't send perfectly toasted marshmallows attempting to drive. Thank you... 13/10 https://t.co/nvZyyrp0kd", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 862096984366354432, 'id_str': '862096984366354432', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C_bIo8MXkAA3xBK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_bIo8MXkAA3xBK.jpg', 'url': 'https://t.co/nvZyyrp0kd', 'display_url': 'pic.twitter.com/nvZyyrp0kd', 'expanded_url': 'https://twitter.com/dog_rates/status/862096992088072192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 862096984366354432, 'id_str': '862096984366354432', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C_bIo8MXkAA3xBK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_bIo8MXkAA3xBK.jpg', 'url': 'https://t.co/nvZyyrp0kd', 'display_url': 'pic.twitter.com/nvZyyrp0kd', 'expanded_url': 'https://twitter.com/dog_rates/status/862096992088072192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}, {'id': 862096984114683904, 'id_str': '862096984114683904', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C_bIo7QXYAAGfPu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_bIo7QXYAAGfPu.jpg', 'url': 'https://t.co/nvZyyrp0kd', 'display_url': 'pic.twitter.com/nvZyyrp0kd', 'expanded_url': 'https://twitter.com/dog_rates/status/862096992088072192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 901, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 20012, 'favorite_count': 66323, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
156:861769973181624320
check_again
157:861383897657036800
{'created_at': 'Mon May 08 00:54:59 +0000 2017', 'id': 861383897657036800, 'id_str': '861383897657036800', 'full_text': "This is Hobbes. He's never seen bubbles before. 13/10 deep breaths buddy https://t.co/QFRlbZw4Z1", 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 861383888685236224, 'id_str': '861383888685236224', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/C_RAFTxUAAAbXjV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_RAFTxUAAAbXjV.jpg', 'url': 'https://t.co/QFRlbZw4Z1', 'display_url': 'pic.twitter.com/QFRlbZw4Z1', 'expanded_url': 'https://twitter.com/dog_rates/status/861383897657036800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1181, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1575, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 861383888685236224, 'id_str': '861383888685236224', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/C_RAFTxUAAAbXjV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_RAFTxUAAAbXjV.jpg', 'url': 'https://t.co/QFRlbZw4Z1', 'display_url': 'pic.twitter.com/QFRlbZw4Z1', 'expanded_url': 'https://twitter.com/dog_rates/status/861383897657036800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1181, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1575, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9272, 'favorite_count': 32307, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
158:861288531465048066
{'created_at': 'Sun May 07 18:36:02 +0000 2017', 'id': 861288531465048066, 'id_str': '861288531465048066', 'full_text': "HI. MY. NAME. IS. BOOMER. AND. I. WANT. TO. SAY. IT'S. H*CKIN. RIDICULOUS. THAT. DOGS. CAN'T VOTE. ABSOLUTE. CODSWALLUP. THANK. YOU. 13/10 https://t.co/SqKJPwbQ2g", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 861288473281437696, 'id_str': '861288473281437696', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/861288473281437696/pu/img/RERGmRgPyaaaB-tB.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/861288473281437696/pu/img/RERGmRgPyaaaB-tB.jpg', 'url': 'https://t.co/SqKJPwbQ2g', 'display_url': 'pic.twitter.com/SqKJPwbQ2g', 'expanded_url': 'https://twitter.com/dog_rates/status/861288531465048066/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 861288473281437696, 'id_str': '861288473281437696', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/861288473281437696/pu/img/RERGmRgPyaaaB-tB.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/861288473281437696/pu/img/RERGmRgPyaaaB-tB.jpg', 'url': 'https://t.co/SqKJPwbQ2g', 'display_url': 'pic.twitter.com/SqKJPwbQ2g', 'expanded_url': 'https://twitter.com/dog_rates/status/861288531465048066/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 9510, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/861288473281437696/pu/vid/256x320/MvLmzpEYWG6yIUGZ.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/861288473281437696/pu/vid/512x640/WxbN1XQdYjoD0gMe.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/861288473281437696/pu/pl/YcunL9iOx4Z0BdPt.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3591, 'favorite_count': 15355, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
159:861005113778896900
{'created_at': 'Sat May 06 23:49:50 +0000 2017', 'id': 861005113778896900, 'id_str': '861005113778896900', 'full_text': 'This is Burt. He thinks your thesis statement is comically underdeveloped. 12/10 intellectual af https://t.co/jH6EN9cEn6', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 861005103205031937, 'id_str': '861005103205031937', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/C_LnlF5VoAEsL1K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_LnlF5VoAEsL1K.jpg', 'url': 'https://t.co/jH6EN9cEn6', 'display_url': 'pic.twitter.com/jH6EN9cEn6', 'expanded_url': 'https://twitter.com/dog_rates/status/861005113778896900/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 861005103205031937, 'id_str': '861005103205031937', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/C_LnlF5VoAEsL1K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_LnlF5VoAEsL1K.jpg', 'url': 'https://t.co/jH6EN9cEn6', 'display_url': 'pic.twitter.com/jH6EN9cEn6', 'expanded_url': 'https://twitter.com/dog_rates/status/861005113778896900/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3339, 'favorite_count': 14997, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
160:860981674716409858
{'created_at': 'Sat May 06 22:16:42 +0000 2017', 'id': 860981674716409858, 'id_str': '860981674716409858', 'full_text': "RT @dog_rates: Meet Lorenzo. He's an avid nifty hat wearer and absolute 13/10, but he needs your help to beat cancer. Link below\n\nhttps://t…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri May 05 18:36:06 +0000 2017', 'id': 860563773140209665, 'id_str': '860563773140209665', 'full_text': "Meet Lorenzo. He's an avid nifty hat wearer and absolute 13/10, but he needs your help to beat cancer. Link below\n\nhttps://t.co/qZdSdzm08p https://t.co/oDIQ1KkdPt", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/qZdSdzm08p', 'expanded_url': 'https://www.gofundme.com/help-lorenzo-beat-cancer', 'display_url': 'gofundme.com/help-lorenzo-b…', 'indices': [115, 138]}], 'media': [{'id': 860563764940226560, 'id_str': '860563764940226560', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'url': 'https://t.co/oDIQ1KkdPt', 'display_url': 'pic.twitter.com/oDIQ1KkdPt', 'expanded_url': 'https://twitter.com/dog_rates/status/860563773140209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 596, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 596, 'h': 596, 'resize': 'fit'}, 'small': {'w': 596, 'h': 596, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 860563764940226560, 'id_str': '860563764940226560', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'url': 'https://t.co/oDIQ1KkdPt', 'display_url': 'pic.twitter.com/oDIQ1KkdPt', 'expanded_url': 'https://twitter.com/dog_rates/status/860563773140209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 596, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 596, 'h': 596, 'resize': 'fit'}, 'small': {'w': 596, 'h': 596, 'resize': 'fit'}}}, {'id': 860563764956889088, 'id_str': '860563764956889088', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C_FWL0zUAAA9Cnn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_FWL0zUAAA9Cnn.jpg', 'url': 'https://t.co/oDIQ1KkdPt', 'display_url': 'pic.twitter.com/oDIQ1KkdPt', 'expanded_url': 'https://twitter.com/dog_rates/status/860563773140209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1858, 'favorite_count': 6725, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1858, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
161:860924035999428608
{'created_at': 'Sat May 06 18:27:40 +0000 2017', 'id': 860924035999428608, 'id_str': '860924035999428608', 'full_text': 'RT @tallylott: h*ckin adorable promposal. 13/10 @dog_rates https://t.co/6n8hzNihJ9', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'tallylott', 'name': 'tally', 'id': 363890752, 'id_str': '363890752', 'indices': [3, 13]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [48, 58]}], 'urls': [], 'media': [{'id': 860914470050295814, 'id_str': '860914470050295814', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'url': 'https://t.co/6n8hzNihJ9', 'display_url': 'pic.twitter.com/6n8hzNihJ9', 'expanded_url': 'https://twitter.com/tallylott/status/860914485250469888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'medium': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 860914485250469888, 'source_status_id_str': '860914485250469888', 'source_user_id': 363890752, 'source_user_id_str': '363890752'}]}, 'extended_entities': {'media': [{'id': 860914470050295814, 'id_str': '860914470050295814', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'url': 'https://t.co/6n8hzNihJ9', 'display_url': 'pic.twitter.com/6n8hzNihJ9', 'expanded_url': 'https://twitter.com/tallylott/status/860914485250469888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'medium': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 860914485250469888, 'source_status_id_str': '860914485250469888', 'source_user_id': 363890752, 'source_user_id_str': '363890752'}, {'id': 860914470041923585, 'id_str': '860914470041923585', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/C_KVJjDXsAEUCWn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_KVJjDXsAEUCWn.jpg', 'url': 'https://t.co/6n8hzNihJ9', 'display_url': 'pic.twitter.com/6n8hzNihJ9', 'expanded_url': 'https://twitter.com/tallylott/status/860914485250469888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 860914485250469888, 'source_status_id_str': '860914485250469888', 'source_user_id': 363890752, 'source_user_id_str': '363890752'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat May 06 17:49:42 +0000 2017', 'id': 860914485250469888, 'id_str': '860914485250469888', 'full_text': 'h*ckin adorable promposal. 13/10 @dog_rates https://t.co/6n8hzNihJ9', 'truncated': False, 'display_text_range': [0, 43], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [33, 43]}], 'urls': [], 'media': [{'id': 860914470050295814, 'id_str': '860914470050295814', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'url': 'https://t.co/6n8hzNihJ9', 'display_url': 'pic.twitter.com/6n8hzNihJ9', 'expanded_url': 'https://twitter.com/tallylott/status/860914485250469888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'medium': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 860914470050295814, 'id_str': '860914470050295814', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_KVJjFXcAYcQMI.jpg', 'url': 'https://t.co/6n8hzNihJ9', 'display_url': 'pic.twitter.com/6n8hzNihJ9', 'expanded_url': 'https://twitter.com/tallylott/status/860914485250469888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'medium': {'w': 848, 'h': 1131, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 860914470041923585, 'id_str': '860914470041923585', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/C_KVJjDXsAEUCWn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_KVJjDXsAEUCWn.jpg', 'url': 'https://t.co/6n8hzNihJ9', 'display_url': 'pic.twitter.com/6n8hzNihJ9', 'expanded_url': 'https://twitter.com/tallylott/status/860914485250469888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 363890752, 'id_str': '363890752', 'name': 'tally', 'screen_name': 'tallylott', 'location': '', 'description': 'JMU TF ‘21', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 623, 'friends_count': 431, 'listed_count': 3, 'created_at': 'Sun Aug 28 21:27:23 +0000 2011', 'favourites_count': 20427, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 11581, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '642D8B', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme10/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme10/bg.gif', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1515176425917145089/SgIpP5kS_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1515176425917145089/SgIpP5kS_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/363890752/1650081226', 'profile_link_color': 'FF0000', 'profile_sidebar_border_color': '65B0DA', 'profile_sidebar_fill_color': '7AC3EE', 'profile_text_color': '3D1957', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 679, 'favorite_count': 9111, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 679, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
162:860563773140209665
{'created_at': 'Fri May 05 18:36:06 +0000 2017', 'id': 860563773140209665, 'id_str': '860563773140209665', 'full_text': "Meet Lorenzo. He's an avid nifty hat wearer and absolute 13/10, but he needs your help to beat cancer. Link below\n\nhttps://t.co/qZdSdzm08p https://t.co/oDIQ1KkdPt", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/qZdSdzm08p', 'expanded_url': 'https://www.gofundme.com/help-lorenzo-beat-cancer', 'display_url': 'gofundme.com/help-lorenzo-b…', 'indices': [115, 138]}], 'media': [{'id': 860563764940226560, 'id_str': '860563764940226560', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'url': 'https://t.co/oDIQ1KkdPt', 'display_url': 'pic.twitter.com/oDIQ1KkdPt', 'expanded_url': 'https://twitter.com/dog_rates/status/860563773140209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 596, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 596, 'h': 596, 'resize': 'fit'}, 'small': {'w': 596, 'h': 596, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 860563764940226560, 'id_str': '860563764940226560', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_FWL0vVwAA13N7.jpg', 'url': 'https://t.co/oDIQ1KkdPt', 'display_url': 'pic.twitter.com/oDIQ1KkdPt', 'expanded_url': 'https://twitter.com/dog_rates/status/860563773140209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 596, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 596, 'h': 596, 'resize': 'fit'}, 'small': {'w': 596, 'h': 596, 'resize': 'fit'}}}, {'id': 860563764956889088, 'id_str': '860563764956889088', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C_FWL0zUAAA9Cnn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_FWL0zUAAA9Cnn.jpg', 'url': 'https://t.co/oDIQ1KkdPt', 'display_url': 'pic.twitter.com/oDIQ1KkdPt', 'expanded_url': 'https://twitter.com/dog_rates/status/860563773140209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1858, 'favorite_count': 6725, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
163:860524505164394496
{'created_at': 'Fri May 05 16:00:04 +0000 2017', 'id': 860524505164394496, 'id_str': '860524505164394496', 'full_text': "This is Carl. He likes to dance. Doesn't care what you think about it. 13/10 h*ckin confident pup https://t.co/C2zHcNIu4I", 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 860524497660776448, 'id_str': '860524497660776448', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C_EyeKuXkAAdxY-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_EyeKuXkAAdxY-.jpg', 'url': 'https://t.co/C2zHcNIu4I', 'display_url': 'pic.twitter.com/C2zHcNIu4I', 'expanded_url': 'https://twitter.com/dog_rates/status/860524505164394496/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 560, 'h': 850, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 560, 'h': 850, 'resize': 'fit'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 860524497660776448, 'id_str': '860524497660776448', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C_EyeKuXkAAdxY-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_EyeKuXkAAdxY-.jpg', 'url': 'https://t.co/C2zHcNIu4I', 'display_url': 'pic.twitter.com/C2zHcNIu4I', 'expanded_url': 'https://twitter.com/dog_rates/status/860524505164394496/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 560, 'h': 850, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 560, 'h': 850, 'resize': 'fit'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4606, 'favorite_count': 21266, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
164:860276583193509888
{'created_at': 'Thu May 04 23:34:55 +0000 2017', 'id': 860276583193509888, 'id_str': '860276583193509888', 'full_text': 'This is Jordy. He likes to go on adventures and watch the small scaly underwater dogs with fins pass him by. 12/10 peaceful as h*ck https://t.co/xJo6S2sfsN', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 860276575736020992, 'id_str': '860276575736020992', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C_BQ_NlVwAAgYGD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_BQ_NlVwAAgYGD.jpg', 'url': 'https://t.co/xJo6S2sfsN', 'display_url': 'pic.twitter.com/xJo6S2sfsN', 'expanded_url': 'https://twitter.com/dog_rates/status/860276583193509888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1279, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 860276575736020992, 'id_str': '860276575736020992', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C_BQ_NlVwAAgYGD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C_BQ_NlVwAAgYGD.jpg', 'url': 'https://t.co/xJo6S2sfsN', 'display_url': 'pic.twitter.com/xJo6S2sfsN', 'expanded_url': 'https://twitter.com/dog_rates/status/860276583193509888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1279, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3074, 'favorite_count': 16591, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
165:860184849394610176
{'created_at': 'Thu May 04 17:30:24 +0000 2017', 'id': 860184849394610176, 'id_str': '860184849394610176', 'full_text': 'Here we have perhaps the wisest dog of all. Above average with light sabers. Immortal as h*ck. 14/10 dog, or dog not, there is no try https://t.co/upRYxG4KbG', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 860184837587517440, 'id_str': '860184837587517440', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C-_9jWWUwAAnwkd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-_9jWWUwAAnwkd.jpg', 'url': 'https://t.co/upRYxG4KbG', 'display_url': 'pic.twitter.com/upRYxG4KbG', 'expanded_url': 'https://twitter.com/dog_rates/status/860184849394610176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 567, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1920, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 860184837587517440, 'id_str': '860184837587517440', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C-_9jWWUwAAnwkd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-_9jWWUwAAnwkd.jpg', 'url': 'https://t.co/upRYxG4KbG', 'display_url': 'pic.twitter.com/upRYxG4KbG', 'expanded_url': 'https://twitter.com/dog_rates/status/860184849394610176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 567, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1920, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5127, 'favorite_count': 15023, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
166:860177593139703809
{'created_at': 'Thu May 04 17:01:34 +0000 2017', 'id': 860177593139703809, 'id_str': '860177593139703809', 'full_text': 'RT @dog_rates: Ohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboy. 10/10 for all (by happytailsresort) https://t.c…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Aug 05 21:19:27 +0000 2016', 'id': 761672994376806400, 'id_str': '761672994376806400', 'full_text': 'Ohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboy. 10/10 for all (by happytailsresort) https://t.co/EY8kEFuzK7', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761672828462718981, 'id_str': '761672828462718981', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'url': 'https://t.co/EY8kEFuzK7', 'display_url': 'pic.twitter.com/EY8kEFuzK7', 'expanded_url': 'https://twitter.com/dog_rates/status/761672994376806400/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761672828462718981, 'id_str': '761672828462718981', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'url': 'https://t.co/EY8kEFuzK7', 'display_url': 'pic.twitter.com/EY8kEFuzK7', 'expanded_url': 'https://twitter.com/dog_rates/status/761672994376806400/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15082, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/pl/6WCH9yrRtq3PhhSe.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/vid/480x480/jbR6Wmcj_asEkBMe.mp4'}, {'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/vid/720x720/4FHE09W1A7uxjqHH.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/vid/240x240/YXsgMdfcUmpoqgg4.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 26766, 'favorite_count': 46318, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'in'}, 'is_quote_status': False, 'retweet_count': 26766, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'in'}
167:859924526012018688
{'created_at': 'Thu May 04 00:15:58 +0000 2017', 'id': 859924526012018688, 'id_str': '859924526012018688', 'full_text': 'Meet Milky. She has no idea what happened. Just as pupset as you. Perhaps a sheep exploded. Even offered to help clean. 12/10 very good girl https://t.co/g8vpXFzw29', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 859924516142804992, 'id_str': '859924516142804992', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C-8QypZXcAAekaF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-8QypZXcAAekaF.jpg', 'url': 'https://t.co/g8vpXFzw29', 'display_url': 'pic.twitter.com/g8vpXFzw29', 'expanded_url': 'https://twitter.com/dog_rates/status/859924526012018688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 859924516142804992, 'id_str': '859924516142804992', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C-8QypZXcAAekaF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-8QypZXcAAekaF.jpg', 'url': 'https://t.co/g8vpXFzw29', 'display_url': 'pic.twitter.com/g8vpXFzw29', 'expanded_url': 'https://twitter.com/dog_rates/status/859924526012018688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3584, 'favorite_count': 17648, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
168:859851578198683649
{'created_at': 'Wed May 03 19:26:06 +0000 2017', 'id': 859851578198683649, 'id_str': '859851578198683649', 'full_text': 'Meet Trooper. He picks pup recyclables that have blown out of bins in the neighborhood and puts them back. 13/10 environmentally savvy af https://t.co/BqSttrTuIl', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 859851567826169857, 'id_str': '859851567826169857', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-7OcfvXcAEPXIC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-7OcfvXcAEPXIC.jpg', 'url': 'https://t.co/BqSttrTuIl', 'display_url': 'pic.twitter.com/BqSttrTuIl', 'expanded_url': 'https://twitter.com/dog_rates/status/859851578198683649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 859851567826169857, 'id_str': '859851567826169857', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-7OcfvXcAEPXIC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-7OcfvXcAEPXIC.jpg', 'url': 'https://t.co/BqSttrTuIl', 'display_url': 'pic.twitter.com/BqSttrTuIl', 'expanded_url': 'https://twitter.com/dog_rates/status/859851578198683649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 859851567750672385, 'id_str': '859851567750672385', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-7OcfdXcAEwxSr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-7OcfdXcAEwxSr.jpg', 'url': 'https://t.co/BqSttrTuIl', 'display_url': 'pic.twitter.com/BqSttrTuIl', 'expanded_url': 'https://twitter.com/dog_rates/status/859851578198683649/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 859851567876513792, 'id_str': '859851567876513792', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-7Ocf7XoAAVVtN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-7Ocf7XoAAVVtN.jpg', 'url': 'https://t.co/BqSttrTuIl', 'display_url': 'pic.twitter.com/BqSttrTuIl', 'expanded_url': 'https://twitter.com/dog_rates/status/859851578198683649/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}, {'id': 859851567838769152, 'id_str': '859851567838769152', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-7OcfyXsAAsqzU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-7OcfyXsAAsqzU.jpg', 'url': 'https://t.co/BqSttrTuIl', 'display_url': 'pic.twitter.com/BqSttrTuIl', 'expanded_url': 'https://twitter.com/dog_rates/status/859851578198683649/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1201, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3070, 'favorite_count': 13978, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
169:859607811541651456
{'created_at': 'Wed May 03 03:17:27 +0000 2017', 'id': 859607811541651456, 'id_str': '859607811541651456', 'full_text': "Sorry for the lack of posts today. I came home from school and had to spend quality time with my puppo. Her name is Zoey and she's 13/10 https://t.co/BArWupFAn0", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 859607806428803077, 'id_str': '859607806428803077', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C-3wvtxXcAUTuBE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-3wvtxXcAUTuBE.jpg', 'url': 'https://t.co/BArWupFAn0', 'display_url': 'pic.twitter.com/BArWupFAn0', 'expanded_url': 'https://twitter.com/dog_rates/status/859607811541651456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 859607806428803077, 'id_str': '859607806428803077', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C-3wvtxXcAUTuBE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-3wvtxXcAUTuBE.jpg', 'url': 'https://t.co/BArWupFAn0', 'display_url': 'pic.twitter.com/BArWupFAn0', 'expanded_url': 'https://twitter.com/dog_rates/status/859607811541651456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1365, 'favorite_count': 16844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
170:859196978902773760
{'created_at': 'Tue May 02 00:04:57 +0000 2017', 'id': 859196978902773760, 'id_str': '859196978902773760', 'full_text': "We only rate dogs. This is quite clearly a smol broken polar bear. We'd appreciate if you only send dogs. Thank you... 12/10 https://t.co/g2nSyGenG9", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 859196962498805762, 'id_str': '859196962498805762', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/859196962498805762/pu/img/-yBpr4-o4GJZECYE.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/859196962498805762/pu/img/-yBpr4-o4GJZECYE.jpg', 'url': 'https://t.co/g2nSyGenG9', 'display_url': 'pic.twitter.com/g2nSyGenG9', 'expanded_url': 'https://twitter.com/dog_rates/status/859196978902773760/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 859196962498805762, 'id_str': '859196962498805762', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/859196962498805762/pu/img/-yBpr4-o4GJZECYE.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/859196962498805762/pu/img/-yBpr4-o4GJZECYE.jpg', 'url': 'https://t.co/g2nSyGenG9', 'display_url': 'pic.twitter.com/g2nSyGenG9', 'expanded_url': 'https://twitter.com/dog_rates/status/859196978902773760/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 5467, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/859196962498805762/pu/vid/480x480/tlEuPL7G9GR-7Kqp.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/859196962498805762/pu/vid/240x240/j9YkVYhW62-UOOB5.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/859196962498805762/pu/pl/Wo_KYsFyTtB12y_V.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 26288, 'favorite_count': 80597, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
171:859074603037188101
{'created_at': 'Mon May 01 15:58:40 +0000 2017', 'id': 859074603037188101, 'id_str': '859074603037188101', 'full_text': "Here we have an exotic dog. Good at ukulele. Fashionable af. Has two more arms if needed. Is blue. Knows what 'ohana means. 13/10 would pet https://t.co/gEsymGTXCT", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 859074595021836288, 'id_str': '859074595021836288', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C-wLyufW0AA546I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-wLyufW0AA546I.jpg', 'url': 'https://t.co/gEsymGTXCT', 'display_url': 'pic.twitter.com/gEsymGTXCT', 'expanded_url': 'https://twitter.com/dog_rates/status/859074603037188101/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 320, 'h': 180, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 180, 'resize': 'fit'}, 'small': {'w': 320, 'h': 180, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 859074595021836288, 'id_str': '859074595021836288', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C-wLyufW0AA546I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-wLyufW0AA546I.jpg', 'url': 'https://t.co/gEsymGTXCT', 'display_url': 'pic.twitter.com/gEsymGTXCT', 'expanded_url': 'https://twitter.com/dog_rates/status/859074603037188101/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 320, 'h': 180, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 180, 'resize': 'fit'}, 'small': {'w': 320, 'h': 180, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 11977, 'favorite_count': 30451, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
172:858860390427611136
{'created_at': 'Mon May 01 01:47:28 +0000 2017', 'id': 858860390427611136, 'id_str': '858860390427611136', 'full_text': "RT @dog_rates: Meet Winston. He knows he's a little too big for the swing, but he doesn't care. Kindly requests a push. 12/10 would happily…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Mar 08 18:52:12 +0000 2017', 'id': 839549326359670784, 'id_str': '839549326359670784', 'full_text': "Meet Winston. He knows he's a little too big for the swing, but he doesn't care. Kindly requests a push. 12/10 would happily oblige https://t.co/GuxEXTdnMu", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 839549305585295362, 'id_str': '839549305585295362', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'url': 'https://t.co/GuxEXTdnMu', 'display_url': 'pic.twitter.com/GuxEXTdnMu', 'expanded_url': 'https://twitter.com/dog_rates/status/839549326359670784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 839549305585295362, 'id_str': '839549305585295362', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'url': 'https://t.co/GuxEXTdnMu', 'display_url': 'pic.twitter.com/GuxEXTdnMu', 'expanded_url': 'https://twitter.com/dog_rates/status/839549326359670784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7085, 'favorite_count': 25619, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7085, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
173:858843525470990336
{'created_at': 'Mon May 01 00:40:27 +0000 2017', 'id': 858843525470990336, 'id_str': '858843525470990336', 'full_text': "I have stumbled puppon a doggo painting party. They're looking to be the next Pupcasso or Puppollock. All 13/10 would put it on the fridge https://t.co/cUeDMlHJbq", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 858843519850614784, 'id_str': '858843519850614784', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C-s5oYZXkAAMHHq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-s5oYZXkAAMHHq.jpg', 'url': 'https://t.co/cUeDMlHJbq', 'display_url': 'pic.twitter.com/cUeDMlHJbq', 'expanded_url': 'https://twitter.com/dog_rates/status/858843525470990336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 482, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1133, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 850, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 858843519850614784, 'id_str': '858843519850614784', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C-s5oYZXkAAMHHq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-s5oYZXkAAMHHq.jpg', 'url': 'https://t.co/cUeDMlHJbq', 'display_url': 'pic.twitter.com/cUeDMlHJbq', 'expanded_url': 'https://twitter.com/dog_rates/status/858843525470990336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 482, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1133, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 850, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3027, 'favorite_count': 14129, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
174:858471635011153920
{'created_at': 'Sun Apr 30 00:02:42 +0000 2017', 'id': 858471635011153920, 'id_str': '858471635011153920', 'full_text': 'This is Sophie. She just arrived. Used pawority shipping. Speedy as h*ck delivery. 13/10 would carefully assemble https://t.co/8jOC4zhNxy', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 858471621065150464, 'id_str': '858471621065150464', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C-nnZBdXkAAB-wg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-nnZBdXkAAB-wg.jpg', 'url': 'https://t.co/8jOC4zhNxy', 'display_url': 'pic.twitter.com/8jOC4zhNxy', 'expanded_url': 'https://twitter.com/dog_rates/status/858471635011153920/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 858471621065150464, 'id_str': '858471621065150464', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C-nnZBdXkAAB-wg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-nnZBdXkAAB-wg.jpg', 'url': 'https://t.co/8jOC4zhNxy', 'display_url': 'pic.twitter.com/8jOC4zhNxy', 'expanded_url': 'https://twitter.com/dog_rates/status/858471635011153920/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 899, 'h': 1600, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4265, 'favorite_count': 19498, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
175:858107933456039936
{'created_at': 'Fri Apr 28 23:57:28 +0000 2017', 'id': 858107933456039936, 'id_str': '858107933456039936', 'full_text': "This is Wyatt. He had an interview earlier today. Was just told he didn't get the job. A h*ckin injustice. Still 12/10 keep your chin pup https://t.co/QXA4sCXSDF", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 858107922668277760, 'id_str': '858107922668277760', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-icm_WXUAAmuRR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-icm_WXUAAmuRR.jpg', 'url': 'https://t.co/QXA4sCXSDF', 'display_url': 'pic.twitter.com/QXA4sCXSDF', 'expanded_url': 'https://twitter.com/dog_rates/status/858107933456039936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 858107922668277760, 'id_str': '858107922668277760', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-icm_WXUAAmuRR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-icm_WXUAAmuRR.jpg', 'url': 'https://t.co/QXA4sCXSDF', 'display_url': 'pic.twitter.com/QXA4sCXSDF', 'expanded_url': 'https://twitter.com/dog_rates/status/858107933456039936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2540, 'favorite_count': 14245, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
176:857989990357356544
{'created_at': 'Fri Apr 28 16:08:49 +0000 2017', 'id': 857989990357356544, 'id_str': '857989990357356544', 'full_text': "This is Rosie. She was just informed of the walk that's about to happen. Knows there are many a stick along the way. 12/10 such excite https://t.co/sOl7cFaP5X", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 857989982342057986, 'id_str': '857989982342057986', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C-gxV9ZXkAIBL-S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-gxV9ZXkAIBL-S.jpg', 'url': 'https://t.co/sOl7cFaP5X', 'display_url': 'pic.twitter.com/sOl7cFaP5X', 'expanded_url': 'https://twitter.com/dog_rates/status/857989990357356544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 857989982342057986, 'id_str': '857989982342057986', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C-gxV9ZXkAIBL-S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-gxV9ZXkAIBL-S.jpg', 'url': 'https://t.co/sOl7cFaP5X', 'display_url': 'pic.twitter.com/sOl7cFaP5X', 'expanded_url': 'https://twitter.com/dog_rates/status/857989990357356544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2267, 'favorite_count': 14498, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
177:857746408056729600
{'created_at': 'Fri Apr 28 00:00:54 +0000 2017', 'id': 857746408056729600, 'id_str': '857746408056729600', 'full_text': "Meet Thor. He doesn't have finals because he's a dog but is pupset you have finals. Just wants to play. 13/10 would abandon education for https://t.co/7IFn3rkJai", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 857746390159675396, 'id_str': '857746390159675396', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-dTzBzXUAQRjYz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-dTzBzXUAQRjYz.jpg', 'url': 'https://t.co/7IFn3rkJai', 'display_url': 'pic.twitter.com/7IFn3rkJai', 'expanded_url': 'https://twitter.com/dog_rates/status/857746408056729600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 857746390159675396, 'id_str': '857746390159675396', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-dTzBzXUAQRjYz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-dTzBzXUAQRjYz.jpg', 'url': 'https://t.co/7IFn3rkJai', 'display_url': 'pic.twitter.com/7IFn3rkJai', 'expanded_url': 'https://twitter.com/dog_rates/status/857746408056729600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 857746391254392832, 'id_str': '857746391254392832', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-dTzF4XYAAVFQt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-dTzF4XYAAVFQt.jpg', 'url': 'https://t.co/7IFn3rkJai', 'display_url': 'pic.twitter.com/7IFn3rkJai', 'expanded_url': 'https://twitter.com/dog_rates/status/857746408056729600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}, {'id': 857746398346981376, 'id_str': '857746398346981376', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-dTzgTXsAAkOyu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-dTzgTXsAAkOyu.jpg', 'url': 'https://t.co/7IFn3rkJai', 'display_url': 'pic.twitter.com/7IFn3rkJai', 'expanded_url': 'https://twitter.com/dog_rates/status/857746408056729600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1201, 'h': 1600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9355, 'favorite_count': 30830, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
178:857393404942143489
{'created_at': 'Thu Apr 27 00:38:11 +0000 2017', 'id': 857393404942143489, 'id_str': '857393404942143489', 'full_text': "Instead of the usual nightly dog rate, I'm sharing this story with you. Meeko is 13/10 and would like your help \n\nhttps://t.co/Mj4j6QoIJk https://t.co/JdNE5oqYEV", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Mj4j6QoIJk', 'expanded_url': 'https://www.gofundme.com/meeko-needs-heart-surgery', 'display_url': 'gofundme.com/meeko-needs-he…', 'indices': [114, 137]}], 'media': [{'id': 857393395161067520, 'id_str': '857393395161067520', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-YSwA9XcAAxF_0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-YSwA9XcAAxF_0.jpg', 'url': 'https://t.co/JdNE5oqYEV', 'display_url': 'pic.twitter.com/JdNE5oqYEV', 'expanded_url': 'https://twitter.com/dog_rates/status/857393404942143489/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 444, 'h': 399, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 444, 'h': 399, 'resize': 'fit'}, 'large': {'w': 444, 'h': 399, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 857393395161067520, 'id_str': '857393395161067520', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-YSwA9XcAAxF_0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-YSwA9XcAAxF_0.jpg', 'url': 'https://t.co/JdNE5oqYEV', 'display_url': 'pic.twitter.com/JdNE5oqYEV', 'expanded_url': 'https://twitter.com/dog_rates/status/857393404942143489/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 444, 'h': 399, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 444, 'h': 399, 'resize': 'fit'}, 'large': {'w': 444, 'h': 399, 'resize': 'fit'}}}, {'id': 857393395161059329, 'id_str': '857393395161059329', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-YSwA9XUAECvVK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-YSwA9XUAECvVK.jpg', 'url': 'https://t.co/JdNE5oqYEV', 'display_url': 'pic.twitter.com/JdNE5oqYEV', 'expanded_url': 'https://twitter.com/dog_rates/status/857393404942143489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 691, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1180, 'resize': 'fit'}, 'small': {'w': 680, 'h': 392, 'resize': 'fit'}}}, {'id': 857393395169460225, 'id_str': '857393395169460225', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-YSwA_XgAEOr25.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-YSwA_XgAEOr25.jpg', 'url': 'https://t.co/JdNE5oqYEV', 'display_url': 'pic.twitter.com/JdNE5oqYEV', 'expanded_url': 'https://twitter.com/dog_rates/status/857393404942143489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 857393395161059328, 'id_str': '857393395161059328', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C-YSwA9XUAArZf1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-YSwA9XUAArZf1.jpg', 'url': 'https://t.co/JdNE5oqYEV', 'display_url': 'pic.twitter.com/JdNE5oqYEV', 'expanded_url': 'https://twitter.com/dog_rates/status/857393404942143489/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 901, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 511, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1538, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1444, 'favorite_count': 5310, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
179:857263160327368704
{'created_at': 'Wed Apr 26 16:00:39 +0000 2017', 'id': 857263160327368704, 'id_str': '857263160327368704', 'full_text': "This is Oscar and Oliver. Oliver shrunk Oscar. Oscar isn't pleased about it. Quite pupset tbh. Oliver doesn't seem to mind. Both 13/10 https://t.co/e3U4NReleC", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 857263152219791360, 'id_str': '857263152219791360', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C-WcS4MXoAADrBU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-WcS4MXoAADrBU.jpg', 'url': 'https://t.co/e3U4NReleC', 'display_url': 'pic.twitter.com/e3U4NReleC', 'expanded_url': 'https://twitter.com/dog_rates/status/857263160327368704/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1636, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 857263152219791360, 'id_str': '857263152219791360', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C-WcS4MXoAADrBU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-WcS4MXoAADrBU.jpg', 'url': 'https://t.co/e3U4NReleC', 'display_url': 'pic.twitter.com/e3U4NReleC', 'expanded_url': 'https://twitter.com/dog_rates/status/857263160327368704/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1636, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3982, 'favorite_count': 18257, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
180:857214891891077121
{'created_at': 'Wed Apr 26 12:48:51 +0000 2017', 'id': 857214891891077121, 'id_str': '857214891891077121', 'full_text': '@Marc_IRL pixelated af 12/10', 'truncated': False, 'display_text_range': [10, 28], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Marc_IRL', 'name': 'Marc Watson', 'id': 180670967, 'id_str': '180670967', 'indices': [0, 9]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 857156678055342080, 'in_reply_to_status_id_str': '857156678055342080', 'in_reply_to_user_id': 180670967, 'in_reply_to_user_id_str': '180670967', 'in_reply_to_screen_name': 'Marc_IRL', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 16, 'favorite_count': 204, 'favorited': False, 'retweeted': False, 'lang': 'en'}
181:857062103051644929
{'created_at': 'Wed Apr 26 02:41:43 +0000 2017', 'id': 857062103051644929, 'id_str': '857062103051644929', 'full_text': 'RT @AaronChewning: First time wearing my @dog_rates hat on a flight and I get DOUBLE OPEN ROWS. Really makes you think. 13/10 https://t.co/…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'AaronChewning', 'name': 'Aaron Chewning', 'id': 58709723, 'id_str': '58709723', 'indices': [3, 17]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [41, 51]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Apr 26 02:37:47 +0000 2017', 'id': 857061112319234050, 'id_str': '857061112319234050', 'full_text': 'First time wearing my @dog_rates hat on a flight and I get DOUBLE OPEN ROWS. Really makes you think. 13/10 https://t.co/4ASyICcnIP', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [22, 32]}], 'urls': [], 'media': [{'id': 857061104026927105, 'id_str': '857061104026927105', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C-TkiIBUQAE9GNb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-TkiIBUQAE9GNb.jpg', 'url': 'https://t.co/4ASyICcnIP', 'display_url': 'pic.twitter.com/4ASyICcnIP', 'expanded_url': 'https://twitter.com/AaronChewning/status/857061112319234050/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1538, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 857061104026927105, 'id_str': '857061104026927105', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C-TkiIBUQAE9GNb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-TkiIBUQAE9GNb.jpg', 'url': 'https://t.co/4ASyICcnIP', 'display_url': 'pic.twitter.com/4ASyICcnIP', 'expanded_url': 'https://twitter.com/AaronChewning/status/857061112319234050/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1538, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 58709723, 'id_str': '58709723', 'name': 'Aaron Chewning', 'screen_name': 'AaronChewning', 'location': 'Atlanta, GA', 'description': 'No Worries If Not Podcast. "Good for you, Aaron" - @gqmagazine', 'url': 'https://t.co/uPFVkmicKa', 'entities': {'url': {'urls': [{'url': 'https://t.co/uPFVkmicKa', 'expanded_url': 'http://www.Aaron.productions', 'display_url': 'Aaron.productions', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 44072, 'friends_count': 1368, 'listed_count': 187, 'created_at': 'Tue Jul 21 04:58:16 +0000 2009', 'favourites_count': 93421, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 30864, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1182075237187428357/_WxFFfrq_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1182075237187428357/_WxFFfrq_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/58709723/1504453835', 'profile_link_color': '0084B4', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': {'id': '00c39537733fa112', 'url': 'https://api.twitter.com/1.1/geo/id/00c39537733fa112.json', 'place_type': 'city', 'name': 'Queens', 'full_name': 'Queens, NY', 'country_code': 'US', 'country': 'United States', 'contained_within': [], 'bounding_box': {'type': 'Polygon', 'coordinates': [[[-73.962582, 40.541722], [-73.699793, 40.541722], [-73.699793, 40.8000371], [-73.962582, 40.8000371]]]}, 'attributes': {}}, 'contributors': None, 'is_quote_status': False, 'retweet_count': 148, 'favorite_count': 4720, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 148, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
182:857029823797047296
{'created_at': 'Wed Apr 26 00:33:27 +0000 2017', 'id': 857029823797047296, 'id_str': '857029823797047296', 'full_text': 'This is Zeke. He performs group cheeky wink tutorials. Pawfect execution here. 12/10 would wink back https://t.co/uMH5CLjXJu', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 857029813072252928, 'id_str': '857029813072252928', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C-TIEwIXUAACf_q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-TIEwIXUAACf_q.jpg', 'url': 'https://t.co/uMH5CLjXJu', 'display_url': 'pic.twitter.com/uMH5CLjXJu', 'expanded_url': 'https://twitter.com/dog_rates/status/857029823797047296/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 857029813072252928, 'id_str': '857029813072252928', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C-TIEwIXUAACf_q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-TIEwIXUAACf_q.jpg', 'url': 'https://t.co/uMH5CLjXJu', 'display_url': 'pic.twitter.com/uMH5CLjXJu', 'expanded_url': 'https://twitter.com/dog_rates/status/857029823797047296/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 857029813088997377, 'id_str': '857029813088997377', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C-TIEwMW0AEjb55.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-TIEwMW0AEjb55.jpg', 'url': 'https://t.co/uMH5CLjXJu', 'display_url': 'pic.twitter.com/uMH5CLjXJu', 'expanded_url': 'https://twitter.com/dog_rates/status/857029823797047296/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3493, 'favorite_count': 17055, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
183:856602993587888130
check_again
184:856543823941562368
{'created_at': 'Mon Apr 24 16:22:16 +0000 2017', 'id': 856543823941562368, 'id_str': '856543823941562368', 'full_text': "This is Callie. She'll be your navigator today. Takes her job very seriously. Will shift for you. One ear always in the pupholder. 12/10 https://t.co/Bh9DtLhIBO", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 856543816828018689, 'id_str': '856543816828018689', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C-MOEDCXYAEjp7o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-MOEDCXYAEjp7o.jpg', 'url': 'https://t.co/Bh9DtLhIBO', 'display_url': 'pic.twitter.com/Bh9DtLhIBO', 'expanded_url': 'https://twitter.com/dog_rates/status/856543823941562368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 856543816828018689, 'id_str': '856543816828018689', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C-MOEDCXYAEjp7o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-MOEDCXYAEjp7o.jpg', 'url': 'https://t.co/Bh9DtLhIBO', 'display_url': 'pic.twitter.com/Bh9DtLhIBO', 'expanded_url': 'https://twitter.com/dog_rates/status/856543823941562368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2550, 'favorite_count': 14844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
185:856526610513747968
{'created_at': 'Mon Apr 24 15:13:52 +0000 2017', 'id': 856526610513747968, 'id_str': '856526610513747968', 'full_text': 'THIS IS CHARLIE, MARK. HE DID JUST WANT TO SAY HI AFTER ALL. PUPGRADED TO A 14/10. WOULD BE AN HONOR TO FLY WITH https://t.co/p1hBHCmWnA', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 856526604033556482, 'id_str': '856526604033556482', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C-L-aIYXgAIR0jY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-L-aIYXgAIR0jY.jpg', 'url': 'https://t.co/p1hBHCmWnA', 'display_url': 'pic.twitter.com/p1hBHCmWnA', 'expanded_url': 'https://twitter.com/dog_rates/status/856526610513747968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 856526604033556482, 'id_str': '856526604033556482', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C-L-aIYXgAIR0jY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-L-aIYXgAIR0jY.jpg', 'url': 'https://t.co/p1hBHCmWnA', 'display_url': 'pic.twitter.com/p1hBHCmWnA', 'expanded_url': 'https://twitter.com/dog_rates/status/856526610513747968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 855818117272018944, 'in_reply_to_status_id_str': '855818117272018944', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1654, 'favorite_count': 10832, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
186:856330835276025856
check_again
187:856288084350160898
{'created_at': 'Sun Apr 23 23:26:03 +0000 2017', 'id': 856288084350160898, 'id_str': '856288084350160898', 'full_text': "@xianmcguire @Jenna_Marbles Kardashians wouldn't be famous if as a society we didn't place enormous value on what they do. The dogs are very deserving of their 14/10", 'truncated': False, 'display_text_range': [28, 165], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Jenna_Marbles', 'name': 'Jenna 📁📂Marbles', 'id': 66699013, 'id_str': '66699013', 'indices': [13, 27]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15, 'favorite_count': 488, 'favorited': False, 'retweeted': False, 'lang': 'en'}
188:856282028240666624
{'created_at': 'Sun Apr 23 23:01:59 +0000 2017', 'id': 856282028240666624, 'id_str': '856282028240666624', 'full_text': 'This is Cermet, Paesh, and Morple. They are absolute h*ckin superstars. Watered every day so they can grow. 14/10 for all https://t.co/GUefqUmZv8', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 856282018912628741, 'id_str': '856282018912628741', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C-If9ZzXcAUOeLn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-If9ZzXcAUOeLn.jpg', 'url': 'https://t.co/GUefqUmZv8', 'display_url': 'pic.twitter.com/GUefqUmZv8', 'expanded_url': 'https://twitter.com/dog_rates/status/856282028240666624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 424, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 424, 'resize': 'fit'}, 'small': {'w': 600, 'h': 424, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 856282018912628741, 'id_str': '856282018912628741', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C-If9ZzXcAUOeLn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-If9ZzXcAUOeLn.jpg', 'url': 'https://t.co/GUefqUmZv8', 'display_url': 'pic.twitter.com/GUefqUmZv8', 'expanded_url': 'https://twitter.com/dog_rates/status/856282028240666624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 424, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 424, 'resize': 'fit'}, 'small': {'w': 600, 'h': 424, 'resize': 'fit'}}}, {'id': 856282018900041728, 'id_str': '856282018900041728', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C-If9ZwXYAAZxCY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-If9ZwXYAAZxCY.jpg', 'url': 'https://t.co/GUefqUmZv8', 'display_url': 'pic.twitter.com/GUefqUmZv8', 'expanded_url': 'https://twitter.com/dog_rates/status/856282028240666624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 750, 'resize': 'fit'}, 'large': {'w': 750, 'h': 750, 'resize': 'fit'}}}, {'id': 856282018900037632, 'id_str': '856282018900037632', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C-If9ZwXUAAa8CJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-If9ZwXUAAa8CJ.jpg', 'url': 'https://t.co/GUefqUmZv8', 'display_url': 'pic.twitter.com/GUefqUmZv8', 'expanded_url': 'https://twitter.com/dog_rates/status/856282028240666624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1334, 'h': 750, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 382, 'resize': 'fit'}}}, {'id': 856282018900058112, 'id_str': '856282018900058112', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C-If9ZwXoAAfDX2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-If9ZwXoAAfDX2.jpg', 'url': 'https://t.co/GUefqUmZv8', 'display_url': 'pic.twitter.com/GUefqUmZv8', 'expanded_url': 'https://twitter.com/dog_rates/status/856282028240666624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 750, 'resize': 'fit'}, 'large': {'w': 750, 'h': 750, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5585, 'favorite_count': 25254, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
189:855862651834028034
{'created_at': 'Sat Apr 22 19:15:32 +0000 2017', 'id': 855862651834028034, 'id_str': '855862651834028034', 'full_text': '@dhmontgomery We also gave snoop dogg a 420/10 but I think that predated your research', 'truncated': False, 'display_text_range': [14, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dhmontgomery', 'name': 'David H. Montgomery', 'id': 194351775, 'id_str': '194351775', 'indices': [0, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 855861584463351808, 'in_reply_to_status_id_str': '855861584463351808', 'in_reply_to_user_id': 194351775, 'in_reply_to_user_id_str': '194351775', 'in_reply_to_screen_name': 'dhmontgomery', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 21, 'favorite_count': 303, 'favorited': False, 'retweeted': False, 'lang': 'en'}
190:855860136149123072
{'created_at': 'Sat Apr 22 19:05:32 +0000 2017', 'id': 855860136149123072, 'id_str': '855860136149123072', 'full_text': '@s8n You tried very hard to portray this good boy as not so good, but you have ultimately failed. His goodness shines through. 666/10', 'truncated': False, 'display_text_range': [5, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 's8n', 'name': 'Satan', 'id': 13615722, 'id_str': '13615722', 'indices': [0, 4]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 855858535607001088, 'in_reply_to_status_id_str': '855858535607001088', 'in_reply_to_user_id': 13615722, 'in_reply_to_user_id_str': '13615722', 'in_reply_to_screen_name': 's8n', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 853, 'favorite_count': 4409, 'favorited': False, 'retweeted': False, 'lang': 'en'}
191:855857698524602368
{'created_at': 'Sat Apr 22 18:55:51 +0000 2017', 'id': 855857698524602368, 'id_str': '855857698524602368', 'full_text': 'HE\'S LIKE "WAIT A MINUTE I\'M AN ANIMAL THIS IS AMAZING HI HUMAN I LOVE YOU AS WELL" 13/10 https://t.co/sb73bV5Y7S', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/sb73bV5Y7S', 'expanded_url': 'https://twitter.com/perfy/status/855857318168150016', 'display_url': 'twitter.com/perfy/status/8…', 'indices': [90, 113]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'retweet_count': 1862, 'favorite_count': 10863, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
192:855851453814013952
{'created_at': 'Sat Apr 22 18:31:02 +0000 2017', 'id': 855851453814013952, 'id_str': '855851453814013952', 'full_text': "Here's a puppo participating in the #ScienceMarch. Cleverly disguising her own doggo agenda. 13/10 would keep the planet habitable for https://t.co/cMhq16isel", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [{'text': 'ScienceMarch', 'indices': [36, 49]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 855851444666236933, 'id_str': '855851444666236933', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C-CYWrvWAAU8AXH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-CYWrvWAAU8AXH.jpg', 'url': 'https://t.co/cMhq16isel', 'display_url': 'pic.twitter.com/cMhq16isel', 'expanded_url': 'https://twitter.com/dog_rates/status/855851453814013952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 855851444666236933, 'id_str': '855851444666236933', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C-CYWrvWAAU8AXH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C-CYWrvWAAU8AXH.jpg', 'url': 'https://t.co/cMhq16isel', 'display_url': 'pic.twitter.com/cMhq16isel', 'expanded_url': 'https://twitter.com/dog_rates/status/855851453814013952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 16141, 'favorite_count': 41916, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
193:855818117272018944
{'created_at': 'Sat Apr 22 16:18:34 +0000 2017', 'id': 855818117272018944, 'id_str': '855818117272018944', 'full_text': 'I HEARD HE TIED HIS OWN BOWTIE MARK AND HE JUST WANTS TO SAY HI AND MAYBE A NOGGIN PAT SHOW SOME RESPECT 13/10 https://t.co/5BEjzT2Tth', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/5BEjzT2Tth', 'expanded_url': 'https://twitter.com/markhalperin/status/855656431005061120', 'display_url': 'twitter.com/markhalperin/s…', 'indices': [111, 134]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 855656431005061120, 'quoted_status_id_str': '855656431005061120', 'quoted_status_permalink': {'url': 'https://t.co/5BEjzT2Tth', 'expanded': 'https://twitter.com/markhalperin/status/855656431005061120', 'display': 'twitter.com/markhalperin/s…'}, 'quoted_status': {'created_at': 'Sat Apr 22 05:36:05 +0000 2017', 'id': 855656431005061120, 'id_str': '855656431005061120', 'full_text': 'Seriously, @delta??!? https://t.co/j9pZlcDyAU', 'truncated': False, 'display_text_range': [0, 21], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Delta', 'name': 'Delta', 'id': 5920532, 'id_str': '5920532', 'indices': [11, 17]}], 'urls': [], 'media': [{'id': 855656366299467776, 'id_str': '855656366299467776', 'indices': [22, 45], 'media_url': 'http://pbs.twimg.com/media/C9_m7oMU0AAtTAj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9_m7oMU0AAtTAj.jpg', 'url': 'https://t.co/j9pZlcDyAU', 'display_url': 'pic.twitter.com/j9pZlcDyAU', 'expanded_url': 'https://twitter.com/MarkHalperin/status/855656431005061120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 855656366299467776, 'id_str': '855656366299467776', 'indices': [22, 45], 'media_url': 'http://pbs.twimg.com/media/C9_m7oMU0AAtTAj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9_m7oMU0AAtTAj.jpg', 'url': 'https://t.co/j9pZlcDyAU', 'display_url': 'pic.twitter.com/j9pZlcDyAU', 'expanded_url': 'https://twitter.com/MarkHalperin/status/855656431005061120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 184136149, 'id_str': '184136149', 'name': 'Mark Halperin', 'screen_name': 'MarkHalperin', 'location': 'New York, NY', 'description': 'If you see a turtle on a fence post....', 'url': 'https://t.co/qAoVHXIaOx', 'entities': {'url': {'urls': [{'url': 'https://t.co/qAoVHXIaOx', 'expanded_url': 'https://markhalperin.substack.com', 'display_url': 'markhalperin.substack.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 303278, 'friends_count': 8267, 'listed_count': 3421, 'created_at': 'Sat Aug 28 19:53:23 +0000 2010', 'favourites_count': 164, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': True, 'statuses_count': 29818, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1191876444412162048/SQEjuTs6_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1191876444412162048/SQEjuTs6_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/184136149/1556893334', 'profile_link_color': '0084B4', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2650, 'favorite_count': 14208, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 4817, 'favorite_count': 24290, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
194:855459453768019968
{'created_at': 'Fri Apr 21 16:33:22 +0000 2017', 'id': 855459453768019968, 'id_str': '855459453768019968', 'full_text': "Guys, we only rate dogs. This is quite clearly a bulbasaur. Please only send dogs. Thank you... 12/10 human used pet, it's super effective https://t.co/Xc7uj1C64x", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 855459446566400000, 'id_str': '855459446566400000', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C98z1ZBXsAA2E_-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C98z1ZBXsAA2E_-.jpg', 'url': 'https://t.co/Xc7uj1C64x', 'display_url': 'pic.twitter.com/Xc7uj1C64x', 'expanded_url': 'https://twitter.com/dog_rates/status/855459453768019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 855459446566400000, 'id_str': '855459446566400000', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C98z1ZBXsAA2E_-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C98z1ZBXsAA2E_-.jpg', 'url': 'https://t.co/Xc7uj1C64x', 'display_url': 'pic.twitter.com/Xc7uj1C64x', 'expanded_url': 'https://twitter.com/dog_rates/status/855459453768019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 855459446562205697, 'id_str': '855459446562205697', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C98z1ZAXsAEIFFn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C98z1ZAXsAEIFFn.jpg', 'url': 'https://t.co/Xc7uj1C64x', 'display_url': 'pic.twitter.com/Xc7uj1C64x', 'expanded_url': 'https://twitter.com/dog_rates/status/855459453768019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7308, 'favorite_count': 27116, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
195:855245323840757760
{'created_at': 'Fri Apr 21 02:22:29 +0000 2017', 'id': 855245323840757760, 'id_str': '855245323840757760', 'full_text': 'RT @dog_rates: Meet George. He looks slightly deflated but overall quite powerful. Not sure how that human restrained him. 12/10 would snug…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Mar 16 00:00:07 +0000 2017', 'id': 842163532590374912, 'id_str': '842163532590374912', 'full_text': 'Meet George. He looks slightly deflated but overall quite powerful. Not sure how that human restrained him. 12/10 would snug with permission https://t.co/o6E0hB3xZl', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 842163518233292801, 'id_str': '842163518233292801', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'url': 'https://t.co/o6E0hB3xZl', 'display_url': 'pic.twitter.com/o6E0hB3xZl', 'expanded_url': 'https://twitter.com/dog_rates/status/842163532590374912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 842163518233292801, 'id_str': '842163518233292801', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'url': 'https://t.co/o6E0hB3xZl', 'display_url': 'pic.twitter.com/o6E0hB3xZl', 'expanded_url': 'https://twitter.com/dog_rates/status/842163532590374912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}, {'id': 842163518233292803, 'id_str': '842163518233292803', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6_3QgMWsAMNnAk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_3QgMWsAMNnAk.jpg', 'url': 'https://t.co/o6E0hB3xZl', 'display_url': 'pic.twitter.com/o6E0hB3xZl', 'expanded_url': 'https://twitter.com/dog_rates/status/842163532590374912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5269, 'favorite_count': 22770, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5269, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
196:855138241867124737
{'created_at': 'Thu Apr 20 19:16:59 +0000 2017', 'id': 855138241867124737, 'id_str': '855138241867124737', 'full_text': "RT @frasercampbell_: oh my... what's that... beautiful scarf around your neck... 14/10 a h*ckin good dog in a h*ckin good game @GoodDogsGam…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'frasercampbell_', 'name': 'fraser 🐙', 'id': 747554344434831360, 'id_str': '747554344434831360', 'indices': [3, 19]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Apr 20 18:14:33 +0000 2017', 'id': 855122533267460096, 'id_str': '855122533267460096', 'full_text': "oh my... what's that... beautiful scarf around your neck... 14/10 a h*ckin good dog in a h*ckin good game @GoodDogsGame @dog_rates https://t.co/WRGiFL5m8X", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'GoodDogsGame', 'name': 'Good Dogs', 'id': 827593379009675264, 'id_str': '827593379009675264', 'indices': [106, 119]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [120, 130]}], 'urls': [], 'media': [{'id': 855122521141776384, 'id_str': '855122521141776384', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C94BZwAXkAALQgP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C94BZwAXkAALQgP.jpg', 'url': 'https://t.co/WRGiFL5m8X', 'display_url': 'pic.twitter.com/WRGiFL5m8X', 'expanded_url': 'https://twitter.com/frasercampbell_/status/855122533267460096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 855122521141776384, 'id_str': '855122521141776384', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C94BZwAXkAALQgP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C94BZwAXkAALQgP.jpg', 'url': 'https://t.co/WRGiFL5m8X', 'display_url': 'pic.twitter.com/WRGiFL5m8X', 'expanded_url': 'https://twitter.com/frasercampbell_/status/855122533267460096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 747554344434831360, 'id_str': '747554344434831360', 'name': 'fraser 🐙', 'screen_name': 'frasercampbell_', 'location': 'bottom of the ocean', 'description': 'marine biology and oceanography student 🦑 university of plymouth 🌊', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 158, 'friends_count': 559, 'listed_count': 2, 'created_at': 'Mon Jun 27 22:16:59 +0000 2016', 'favourites_count': 8529, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 2812, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1490715189368479745/f010RcsZ_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1490715189368479745/f010RcsZ_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/747554344434831360/1638747469', 'profile_link_color': '981CEB', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 36, 'favorite_count': 705, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 36, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
197:854732716440526848
{'created_at': 'Wed Apr 19 16:25:34 +0000 2017', 'id': 854732716440526848, 'id_str': '854732716440526848', 'full_text': 'This is Marlee. She fetched a flower and immediately requested that it be placed behind her ear. 12/10 elegant af https://t.co/nJztIEON5s', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 854732704503431168, 'id_str': '854732704503431168', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9ye3b3WAAAlTo0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ye3b3WAAAlTo0.jpg', 'url': 'https://t.co/nJztIEON5s', 'display_url': 'pic.twitter.com/nJztIEON5s', 'expanded_url': 'https://twitter.com/dog_rates/status/854732716440526848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1151, 'h': 2033, 'resize': 'fit'}, 'small': {'w': 385, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 679, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 854732704503431168, 'id_str': '854732704503431168', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9ye3b3WAAAlTo0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ye3b3WAAAlTo0.jpg', 'url': 'https://t.co/nJztIEON5s', 'display_url': 'pic.twitter.com/nJztIEON5s', 'expanded_url': 'https://twitter.com/dog_rates/status/854732716440526848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1151, 'h': 2033, 'resize': 'fit'}, 'small': {'w': 385, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 679, 'h': 1200, 'resize': 'fit'}}}, {'id': 854732704516116481, 'id_str': '854732704516116481', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9ye3b6XkAE7pKW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ye3b6XkAE7pKW.jpg', 'url': 'https://t.co/nJztIEON5s', 'display_url': 'pic.twitter.com/nJztIEON5s', 'expanded_url': 'https://twitter.com/dog_rates/status/854732716440526848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 854732704516067330, 'id_str': '854732704516067330', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9ye3b6W0AIAIcM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ye3b6W0AIAIcM.jpg', 'url': 'https://t.co/nJztIEON5s', 'display_url': 'pic.twitter.com/nJztIEON5s', 'expanded_url': 'https://twitter.com/dog_rates/status/854732716440526848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 854732704860053506, 'id_str': '854732704860053506', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9ye3dMXoAIUbXJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ye3dMXoAIUbXJ.jpg', 'url': 'https://t.co/nJztIEON5s', 'display_url': 'pic.twitter.com/nJztIEON5s', 'expanded_url': 'https://twitter.com/dog_rates/status/854732716440526848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5356, 'favorite_count': 20704, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
198:854482394044301312
{'created_at': 'Tue Apr 18 23:50:52 +0000 2017', 'id': 854482394044301312, 'id_str': '854482394044301312', 'full_text': 'This is Arya. She can barely contain her excitement for more peanut butter. Also patriotic af. 13/10 https://t.co/AL4Ahm1Rm5', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 854482381390073856, 'id_str': '854482381390073856', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C9u7MtmV0AA741s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9u7MtmV0AA741s.jpg', 'url': 'https://t.co/AL4Ahm1Rm5', 'display_url': 'pic.twitter.com/AL4Ahm1Rm5', 'expanded_url': 'https://twitter.com/dog_rates/status/854482394044301312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 854482381390073856, 'id_str': '854482381390073856', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C9u7MtmV0AA741s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9u7MtmV0AA741s.jpg', 'url': 'https://t.co/AL4Ahm1Rm5', 'display_url': 'pic.twitter.com/AL4Ahm1Rm5', 'expanded_url': 'https://twitter.com/dog_rates/status/854482394044301312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6031, 'favorite_count': 26597, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
199:854365224396361728
{'created_at': 'Tue Apr 18 16:05:17 +0000 2017', 'id': 854365224396361728, 'id_str': '854365224396361728', 'full_text': "This is Einstein. He's having a really good day. Hopes you are too. H*ckin nifty tongue. 13/10 would snug intensely https://t.co/mdaQhhfpv6", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 854365212241043457, 'id_str': '854365212241043457', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C9tQokgUIAEETSx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9tQokgUIAEETSx.jpg', 'url': 'https://t.co/mdaQhhfpv6', 'display_url': 'pic.twitter.com/mdaQhhfpv6', 'expanded_url': 'https://twitter.com/dog_rates/status/854365224396361728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 854365212241043457, 'id_str': '854365212241043457', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C9tQokgUIAEETSx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9tQokgUIAEETSx.jpg', 'url': 'https://t.co/mdaQhhfpv6', 'display_url': 'pic.twitter.com/mdaQhhfpv6', 'expanded_url': 'https://twitter.com/dog_rates/status/854365224396361728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 854365212249530368, 'id_str': '854365212249530368', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C9tQokiVoAAJaJn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9tQokiVoAAJaJn.jpg', 'url': 'https://t.co/mdaQhhfpv6', 'display_url': 'pic.twitter.com/mdaQhhfpv6', 'expanded_url': 'https://twitter.com/dog_rates/status/854365224396361728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4156, 'favorite_count': 17213, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
200:854120357044912130
{'created_at': 'Mon Apr 17 23:52:16 +0000 2017', 'id': 854120357044912130, 'id_str': '854120357044912130', 'full_text': 'Sometimes you guys remind me just how impactful a pupper can be. Cooper will be remembered as a good boy by so many. 14/10 rest easy friend https://t.co/oBL7LEJEzR', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 854120347066548224, 'id_str': '854120347066548224', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9px7ipVwAAAJCZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9px7ipVwAAAJCZ.jpg', 'url': 'https://t.co/oBL7LEJEzR', 'display_url': 'pic.twitter.com/oBL7LEJEzR', 'expanded_url': 'https://twitter.com/dog_rates/status/854120357044912130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 665, 'resize': 'fit'}, 'large': {'w': 750, 'h': 665, 'resize': 'fit'}, 'small': {'w': 680, 'h': 603, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 854120347066548224, 'id_str': '854120347066548224', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9px7ipVwAAAJCZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9px7ipVwAAAJCZ.jpg', 'url': 'https://t.co/oBL7LEJEzR', 'display_url': 'pic.twitter.com/oBL7LEJEzR', 'expanded_url': 'https://twitter.com/dog_rates/status/854120357044912130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 665, 'resize': 'fit'}, 'large': {'w': 750, 'h': 665, 'resize': 'fit'}, 'small': {'w': 680, 'h': 603, 'resize': 'fit'}}}, {'id': 854120347376865280, 'id_str': '854120347376865280', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9px7jzU0AAytsv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9px7jzU0AAytsv.jpg', 'url': 'https://t.co/oBL7LEJEzR', 'display_url': 'pic.twitter.com/oBL7LEJEzR', 'expanded_url': 'https://twitter.com/dog_rates/status/854120357044912130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 834, 'resize': 'fit'}, 'large': {'w': 750, 'h': 834, 'resize': 'fit'}, 'small': {'w': 612, 'h': 680, 'resize': 'fit'}}}, {'id': 854120347372617729, 'id_str': '854120347372617729', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9px7jyUAAE-VDQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9px7jyUAAE-VDQ.jpg', 'url': 'https://t.co/oBL7LEJEzR', 'display_url': 'pic.twitter.com/oBL7LEJEzR', 'expanded_url': 'https://twitter.com/dog_rates/status/854120357044912130/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 749, 'h': 228, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 207, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 228, 'resize': 'fit'}}}, {'id': 854120347372732416, 'id_str': '854120347372732416', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9px7jyVwAAnmwN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9px7jyVwAAnmwN.jpg', 'url': 'https://t.co/oBL7LEJEzR', 'display_url': 'pic.twitter.com/oBL7LEJEzR', 'expanded_url': 'https://twitter.com/dog_rates/status/854120357044912130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'large': {'w': 750, 'h': 745, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 745, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6601, 'favorite_count': 29247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
201:854010172552949760
{'created_at': 'Mon Apr 17 16:34:26 +0000 2017', 'id': 854010172552949760, 'id_str': '854010172552949760', 'full_text': "At first I thought this was a shy doggo, but it's actually a Rare Canadian Floofer Owl. Amateurs would confuse the two. 11/10 only send dogs https://t.co/TXdT3tmuYk", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 854010162683707392, 'id_str': '854010162683707392', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9oNt91WAAAFSLS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9oNt91WAAAFSLS.jpg', 'url': 'https://t.co/TXdT3tmuYk', 'display_url': 'pic.twitter.com/TXdT3tmuYk', 'expanded_url': 'https://twitter.com/dog_rates/status/854010172552949760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 857, 'resize': 'fit'}, 'small': {'w': 680, 'h': 485, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1462, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 854010162683707392, 'id_str': '854010162683707392', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9oNt91WAAAFSLS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9oNt91WAAAFSLS.jpg', 'url': 'https://t.co/TXdT3tmuYk', 'display_url': 'pic.twitter.com/TXdT3tmuYk', 'expanded_url': 'https://twitter.com/dog_rates/status/854010172552949760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 857, 'resize': 'fit'}, 'small': {'w': 680, 'h': 485, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1462, 'resize': 'fit'}}}, {'id': 854010162683760643, 'id_str': '854010162683760643', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9oNt91W0AMQ7fk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9oNt91W0AMQ7fk.jpg', 'url': 'https://t.co/TXdT3tmuYk', 'display_url': 'pic.twitter.com/TXdT3tmuYk', 'expanded_url': 'https://twitter.com/dog_rates/status/854010172552949760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2795, 'favorite_count': 14844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
202:853760880890318849
{'created_at': 'Mon Apr 17 00:03:50 +0000 2017', 'id': 853760880890318849, 'id_str': '853760880890318849', 'full_text': "Say hello to Alice. I'm told she enjoys car rides and smells good. 12/10 would give her everything she could ever want https://t.co/yT4vw8y77x", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 853760873545973760, 'id_str': '853760873545973760', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C9kq_bbVwAAuRZd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9kq_bbVwAAuRZd.jpg', 'url': 'https://t.co/yT4vw8y77x', 'display_url': 'pic.twitter.com/yT4vw8y77x', 'expanded_url': 'https://twitter.com/dog_rates/status/853760880890318849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 853760873545973760, 'id_str': '853760873545973760', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C9kq_bbVwAAuRZd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9kq_bbVwAAuRZd.jpg', 'url': 'https://t.co/yT4vw8y77x', 'display_url': 'pic.twitter.com/yT4vw8y77x', 'expanded_url': 'https://twitter.com/dog_rates/status/853760880890318849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5118, 'favorite_count': 26104, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
203:853639147608842240
{'created_at': 'Sun Apr 16 16:00:07 +0000 2017', 'id': 853639147608842240, 'id_str': '853639147608842240', 'full_text': "A photographer took pictures before and after he told his bunny he's a good boy. Here are the results. 13/10 https://t.co/wiQZIsaWUe", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 853639138628837376, 'id_str': '853639138628837376', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C9i8RhhXoAAdkMT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9i8RhhXoAAdkMT.jpg', 'url': 'https://t.co/wiQZIsaWUe', 'display_url': 'pic.twitter.com/wiQZIsaWUe', 'expanded_url': 'https://twitter.com/dog_rates/status/853639147608842240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 853639138628837376, 'id_str': '853639138628837376', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C9i8RhhXoAAdkMT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9i8RhhXoAAdkMT.jpg', 'url': 'https://t.co/wiQZIsaWUe', 'display_url': 'pic.twitter.com/wiQZIsaWUe', 'expanded_url': 'https://twitter.com/dog_rates/status/853639147608842240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}, {'id': 853639138758844416, 'id_str': '853639138758844416', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C9i8RiAXYAAlbwZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9i8RiAXYAAlbwZ.jpg', 'url': 'https://t.co/wiQZIsaWUe', 'display_url': 'pic.twitter.com/wiQZIsaWUe', 'expanded_url': 'https://twitter.com/dog_rates/status/853639147608842240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8889, 'favorite_count': 31576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
204:853299958564483072
{'created_at': 'Sat Apr 15 17:32:18 +0000 2017', 'id': 853299958564483072, 'id_str': '853299958564483072', 'full_text': "This is Rumpole. He'll be your Uber driver this evening. Won't start driving until you buckle pup. 13/10 h*ckin safe good boy https://t.co/EX9Z3EXlVP", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 853299949064388608, 'id_str': '853299949064388608', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/C9eHyF7XgAAOxPM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9eHyF7XgAAOxPM.jpg', 'url': 'https://t.co/EX9Z3EXlVP', 'display_url': 'pic.twitter.com/EX9Z3EXlVP', 'expanded_url': 'https://twitter.com/dog_rates/status/853299958564483072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 853299949064388608, 'id_str': '853299949064388608', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/C9eHyF7XgAAOxPM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9eHyF7XgAAOxPM.jpg', 'url': 'https://t.co/EX9Z3EXlVP', 'display_url': 'pic.twitter.com/EX9Z3EXlVP', 'expanded_url': 'https://twitter.com/dog_rates/status/853299958564483072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 853299949060149248, 'id_str': '853299949060149248', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/C9eHyF6W0AAYH34.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9eHyF6W0AAYH34.jpg', 'url': 'https://t.co/EX9Z3EXlVP', 'display_url': 'pic.twitter.com/EX9Z3EXlVP', 'expanded_url': 'https://twitter.com/dog_rates/status/853299958564483072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3172, 'favorite_count': 14181, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
205:852936405516943360
{'created_at': 'Fri Apr 14 17:27:40 +0000 2017', 'id': 852936405516943360, 'id_str': '852936405516943360', 'full_text': "RT @dog_rates: I usually only share these on Friday's, but this is Blue. He's a very smoochable pooch who needs your help. 13/10\n\nhttps://t…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Feb 14 23:43:18 +0000 2017', 'id': 831650051525054464, 'id_str': '831650051525054464', 'full_text': "I usually only share these on Friday's, but this is Blue. He's a very smoochable pooch who needs your help. 13/10\n\nhttps://t.co/piiX0ke8Z6 https://t.co/1UHrKcaCiO", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/piiX0ke8Z6', 'expanded_url': 'http://www.gofundme.com/bluethewhitehusky', 'display_url': 'gofundme.com/bluethewhitehu…', 'indices': [115, 138]}], 'media': [{'id': 831650039864885250, 'id_str': '831650039864885250', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 692, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 1734, 'resize': 'fit'}, 'small': {'w': 392, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831650039864885250, 'id_str': '831650039864885250', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 692, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 1734, 'resize': 'fit'}, 'small': {'w': 392, 'h': 680, 'resize': 'fit'}}}, {'id': 831650039856525314, 'id_str': '831650039856525314', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThMWcAI9jUg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThMWcAI9jUg.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 670, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 985, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 985, 'resize': 'fit'}}}, {'id': 831650039869083650, 'id_str': '831650039869083650', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThPWEAIk9qP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThPWEAIk9qP.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 1000, 'resize': 'fit'}}}, {'id': 831650039864885249, 'id_str': '831650039864885249', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThOWAAEW5B9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThOWAAEW5B9.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 1333, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1790, 'favorite_count': 6690, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1790, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
206:852912242202992640
{'created_at': 'Fri Apr 14 15:51:39 +0000 2017', 'id': 852912242202992640, 'id_str': '852912242202992640', 'full_text': "Meet Benny. He likes being adorable and making fun of you while you're on the trampoline. 12/10 let's help him out\n\nhttps://t.co/aVMjBqAy1x https://t.co/7gx2LksT3U", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/aVMjBqAy1x', 'expanded_url': 'https://www.gofundme.com/bennys-medical-bills', 'display_url': 'gofundme.com/bennys-medical…', 'indices': [116, 139]}], 'media': [{'id': 852912235101921280, 'id_str': '852912235101921280', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9YnKK3VoAAxn1E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9YnKK3VoAAxn1E.jpg', 'url': 'https://t.co/7gx2LksT3U', 'display_url': 'pic.twitter.com/7gx2LksT3U', 'expanded_url': 'https://twitter.com/dog_rates/status/852912242202992640/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 600, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 600, 'h': 400, 'resize': 'fit'}, 'large': {'w': 600, 'h': 400, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 852912235101921280, 'id_str': '852912235101921280', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9YnKK3VoAAxn1E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9YnKK3VoAAxn1E.jpg', 'url': 'https://t.co/7gx2LksT3U', 'display_url': 'pic.twitter.com/7gx2LksT3U', 'expanded_url': 'https://twitter.com/dog_rates/status/852912242202992640/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 600, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 600, 'h': 400, 'resize': 'fit'}, 'large': {'w': 600, 'h': 400, 'resize': 'fit'}}}, {'id': 852912235122786304, 'id_str': '852912235122786304', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C9YnKK8UAAAkQlu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9YnKK8UAAAkQlu.jpg', 'url': 'https://t.co/7gx2LksT3U', 'display_url': 'pic.twitter.com/7gx2LksT3U', 'expanded_url': 'https://twitter.com/dog_rates/status/852912242202992640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 968, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 968, 'resize': 'fit'}, 'small': {'w': 680, 'h': 643, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1602, 'favorite_count': 8258, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
207:852672615818899456
{'created_at': 'Thu Apr 13 23:59:28 +0000 2017', 'id': 852672615818899456, 'id_str': '852672615818899456', 'full_text': "This is Aspen. She's never tasted a stick so succulent. On the verge of tears. A face of pure appreciation. 12/10 https://t.co/VlyBzOXHEW", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 852672601419911169, 'id_str': '852672601419911169', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9VNNp1XkAEWRFb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9VNNp1XkAEWRFb.jpg', 'url': 'https://t.co/VlyBzOXHEW', 'display_url': 'pic.twitter.com/VlyBzOXHEW', 'expanded_url': 'https://twitter.com/dog_rates/status/852672615818899456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1364, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 852672601419911169, 'id_str': '852672601419911169', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C9VNNp1XkAEWRFb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9VNNp1XkAEWRFb.jpg', 'url': 'https://t.co/VlyBzOXHEW', 'display_url': 'pic.twitter.com/VlyBzOXHEW', 'expanded_url': 'https://twitter.com/dog_rates/status/852672615818899456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1364, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1914, 'favorite_count': 13655, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
208:852553447878664193
{'created_at': 'Thu Apr 13 16:05:56 +0000 2017', 'id': 852553447878664193, 'id_str': '852553447878664193', 'full_text': 'This is Jarod. He likes having his belly brushed. Tongue ejects when you hit the right spot. 13/10 downright h*ckin adorable https://t.co/ArnxkyD2kC', 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 852553437929721865, 'id_str': '852553437929721865', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/C9Tg1bPW0AkAMDI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9Tg1bPW0AkAMDI.jpg', 'url': 'https://t.co/ArnxkyD2kC', 'display_url': 'pic.twitter.com/ArnxkyD2kC', 'expanded_url': 'https://twitter.com/dog_rates/status/852553447878664193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 852553437929721865, 'id_str': '852553437929721865', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/C9Tg1bPW0AkAMDI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9Tg1bPW0AkAMDI.jpg', 'url': 'https://t.co/ArnxkyD2kC', 'display_url': 'pic.twitter.com/ArnxkyD2kC', 'expanded_url': 'https://twitter.com/dog_rates/status/852553447878664193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}, {'id': 852553437912997889, 'id_str': '852553437912997889', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/C9Tg1bLXoAEg_sd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9Tg1bLXoAEg_sd.jpg', 'url': 'https://t.co/ArnxkyD2kC', 'display_url': 'pic.twitter.com/ArnxkyD2kC', 'expanded_url': 'https://twitter.com/dog_rates/status/852553447878664193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3122, 'favorite_count': 14913, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
209:852311364735569921
{'created_at': 'Thu Apr 13 00:03:59 +0000 2017', 'id': 852311364735569921, 'id_str': '852311364735569921', 'full_text': "This is Wiggles. She would like you to spot her. Probably won't need your help but just in case. 13/10 powerful as h*ck https://t.co/2d370P0OEg", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 852311356040765442, 'id_str': '852311356040765442', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C9QEqZ7XYAIR7fS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9QEqZ7XYAIR7fS.jpg', 'url': 'https://t.co/2d370P0OEg', 'display_url': 'pic.twitter.com/2d370P0OEg', 'expanded_url': 'https://twitter.com/dog_rates/status/852311364735569921/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2047, 'h': 1429, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 838, 'resize': 'fit'}, 'small': {'w': 680, 'h': 475, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 852311356040765442, 'id_str': '852311356040765442', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C9QEqZ7XYAIR7fS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9QEqZ7XYAIR7fS.jpg', 'url': 'https://t.co/2d370P0OEg', 'display_url': 'pic.twitter.com/2d370P0OEg', 'expanded_url': 'https://twitter.com/dog_rates/status/852311364735569921/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2047, 'h': 1429, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 838, 'resize': 'fit'}, 'small': {'w': 680, 'h': 475, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8888, 'favorite_count': 30387, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
210:852226086759018497
{'created_at': 'Wed Apr 12 18:25:07 +0000 2017', 'id': 852226086759018497, 'id_str': '852226086759018497', 'full_text': "Meet General. He wasn't content with the quality of his room. Requested to pupgrade, but was ignored. 14/10 look who just lost a customer https://t.co/NP5JW8LnmW", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 852223481894903808, 'id_str': '852223481894903808', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/852223481894903808/pu/img/JWNq40ol4DXvHoUP.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/852223481894903808/pu/img/JWNq40ol4DXvHoUP.jpg', 'url': 'https://t.co/NP5JW8LnmW', 'display_url': 'pic.twitter.com/NP5JW8LnmW', 'expanded_url': 'https://twitter.com/dog_rates/status/852226086759018497/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 852223481894903808, 'id_str': '852223481894903808', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/852223481894903808/pu/img/JWNq40ol4DXvHoUP.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/852223481894903808/pu/img/JWNq40ol4DXvHoUP.jpg', 'url': 'https://t.co/NP5JW8LnmW', 'display_url': 'pic.twitter.com/NP5JW8LnmW', 'expanded_url': 'https://twitter.com/dog_rates/status/852226086759018497/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 77200, 'variants': [{'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/852223481894903808/pu/vid/1280x720/_PATbQEuOoF0dueL.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/852223481894903808/pu/pl/pUNWBDtVBDQVOVM1.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/852223481894903808/pu/vid/320x180/LBQSmxJl5tbJWcuD.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/852223481894903808/pu/vid/640x360/9SJubiIX_5LRni_C.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6101, 'favorite_count': 18364, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
211:852189679701164033
{'created_at': 'Wed Apr 12 16:00:27 +0000 2017', 'id': 852189679701164033, 'id_str': '852189679701164033', 'full_text': 'This is Sailor. He has collected the best dirt in the area. As any good boy would. Under the impression you know what to do next. 12/10 https://t.co/jrFzScKWEG', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 852189646159327233, 'id_str': '852189646159327233', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C9OV99SXsAEmj1U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9OV99SXsAEmj1U.jpg', 'url': 'https://t.co/jrFzScKWEG', 'display_url': 'pic.twitter.com/jrFzScKWEG', 'expanded_url': 'https://twitter.com/dog_rates/status/852189679701164033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 852189646159327233, 'id_str': '852189646159327233', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C9OV99SXsAEmj1U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9OV99SXsAEmj1U.jpg', 'url': 'https://t.co/jrFzScKWEG', 'display_url': 'pic.twitter.com/jrFzScKWEG', 'expanded_url': 'https://twitter.com/dog_rates/status/852189679701164033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1419, 'favorite_count': 10576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
212:851953902622658560
check_again
213:851861385021730816
check_again
214:851591660324737024
{'created_at': 'Tue Apr 11 00:24:08 +0000 2017', 'id': 851591660324737024, 'id_str': '851591660324737024', 'full_text': "Oh jeez u did me quite the spook little fella. We normally don't rate triceratops but this one seems suspiciously good. 11/10 would pet well https://t.co/BMtfCmNbnS", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 851591634672287744, 'id_str': '851591634672287744', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9F2FG5WAAAJ0iN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9F2FG5WAAAJ0iN.jpg', 'url': 'https://t.co/BMtfCmNbnS', 'display_url': 'pic.twitter.com/BMtfCmNbnS', 'expanded_url': 'https://twitter.com/dog_rates/status/851591660324737024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 851591634672287744, 'id_str': '851591634672287744', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9F2FG5WAAAJ0iN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9F2FG5WAAAJ0iN.jpg', 'url': 'https://t.co/BMtfCmNbnS', 'display_url': 'pic.twitter.com/BMtfCmNbnS', 'expanded_url': 'https://twitter.com/dog_rates/status/851591660324737024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3127, 'favorite_count': 14975, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
215:851464819735769094
{'created_at': 'Mon Apr 10 16:00:07 +0000 2017', 'id': 851464819735769094, 'id_str': '851464819735769094', 'full_text': "This is Iggy. He was a rescue dog killed in the Stockholm attack. His memorial started with a collar and four bones. It's grown a bit. 14/10 https://t.co/E4a0R9my1M", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 851464803281489921, 'id_str': '851464803281489921', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9ECujJXUAEH98i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ECujJXUAEH98i.jpg', 'url': 'https://t.co/E4a0R9my1M', 'display_url': 'pic.twitter.com/E4a0R9my1M', 'expanded_url': 'https://twitter.com/dog_rates/status/851464819735769094/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1334, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 851464803281489921, 'id_str': '851464803281489921', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9ECujJXUAEH98i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ECujJXUAEH98i.jpg', 'url': 'https://t.co/E4a0R9my1M', 'display_url': 'pic.twitter.com/E4a0R9my1M', 'expanded_url': 'https://twitter.com/dog_rates/status/851464819735769094/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1334, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 851464803348623360, 'id_str': '851464803348623360', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9ECujZXsAAPCSM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ECujZXsAAPCSM.jpg', 'url': 'https://t.co/E4a0R9my1M', 'display_url': 'pic.twitter.com/E4a0R9my1M', 'expanded_url': 'https://twitter.com/dog_rates/status/851464819735769094/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 934, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 934, 'resize': 'fit'}}}, {'id': 851464803373780993, 'id_str': '851464803373780993', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9ECujfXkAEWIEF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ECujfXkAEWIEF.jpg', 'url': 'https://t.co/E4a0R9my1M', 'display_url': 'pic.twitter.com/E4a0R9my1M', 'expanded_url': 'https://twitter.com/dog_rates/status/851464819735769094/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}, {'id': 851464803294031872, 'id_str': '851464803294031872', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C9ECujMWsAA6Npg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9ECujMWsAA6Npg.jpg', 'url': 'https://t.co/E4a0R9my1M', 'display_url': 'pic.twitter.com/E4a0R9my1M', 'expanded_url': 'https://twitter.com/dog_rates/status/851464819735769094/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 460, 'resize': 'fit'}, 'medium': {'w': 1080, 'h': 731, 'resize': 'fit'}, 'large': {'w': 1080, 'h': 731, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6319, 'favorite_count': 22285, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
216:851224888060895234
{'created_at': 'Mon Apr 10 00:06:42 +0000 2017', 'id': 851224888060895234, 'id_str': '851224888060895234', 'full_text': 'Meet Snoop. His number one passion is sticking his head out of car windows, so he purchased some doggles. Stylish af. 13/10 happy travels https://t.co/iHYfZdz444', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 851224878485315584, 'id_str': '851224878485315584', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C9AohFoXoAAto0e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9AohFoXoAAto0e.jpg', 'url': 'https://t.co/iHYfZdz444', 'display_url': 'pic.twitter.com/iHYfZdz444', 'expanded_url': 'https://twitter.com/dog_rates/status/851224888060895234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 851224878485315584, 'id_str': '851224878485315584', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C9AohFoXoAAto0e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9AohFoXoAAto0e.jpg', 'url': 'https://t.co/iHYfZdz444', 'display_url': 'pic.twitter.com/iHYfZdz444', 'expanded_url': 'https://twitter.com/dog_rates/status/851224888060895234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 851224878476926977, 'id_str': '851224878476926977', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C9AohFmXoAEh9az.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9AohFmXoAEh9az.jpg', 'url': 'https://t.co/iHYfZdz444', 'display_url': 'pic.twitter.com/iHYfZdz444', 'expanded_url': 'https://twitter.com/dog_rates/status/851224888060895234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 851224878485254149, 'id_str': '851224878485254149', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C9AohFoWsAUmxDs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9AohFoWsAUmxDs.jpg', 'url': 'https://t.co/iHYfZdz444', 'display_url': 'pic.twitter.com/iHYfZdz444', 'expanded_url': 'https://twitter.com/dog_rates/status/851224888060895234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 851224879567433728, 'id_str': '851224879567433728', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C9AohJqXcAA8-Of.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C9AohJqXcAA8-Of.jpg', 'url': 'https://t.co/iHYfZdz444', 'display_url': 'pic.twitter.com/iHYfZdz444', 'expanded_url': 'https://twitter.com/dog_rates/status/851224888060895234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5177, 'favorite_count': 19060, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
217:850753642995093505
{'created_at': 'Sat Apr 08 16:54:09 +0000 2017', 'id': 850753642995093505, 'id_str': '850753642995093505', 'full_text': 'This is Kyle. He made a joke about your shoes, then stuck his tongue out at you. Uncalled for. Step the h*ck up Kyle. 11/10 would forgive https://t.co/hLQ2Ilg2uN', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 850753625559322625, 'id_str': '850753625559322625', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C8576jrW0AEYWFy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8576jrW0AEYWFy.jpg', 'url': 'https://t.co/hLQ2Ilg2uN', 'display_url': 'pic.twitter.com/hLQ2Ilg2uN', 'expanded_url': 'https://twitter.com/dog_rates/status/850753642995093505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 850753625559322625, 'id_str': '850753625559322625', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C8576jrW0AEYWFy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8576jrW0AEYWFy.jpg', 'url': 'https://t.co/hLQ2Ilg2uN', 'display_url': 'pic.twitter.com/hLQ2Ilg2uN', 'expanded_url': 'https://twitter.com/dog_rates/status/850753642995093505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 850753625567756288, 'id_str': '850753625567756288', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C8576jtXgAA5HIi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8576jtXgAA5HIi.jpg', 'url': 'https://t.co/hLQ2Ilg2uN', 'display_url': 'pic.twitter.com/hLQ2Ilg2uN', 'expanded_url': 'https://twitter.com/dog_rates/status/850753642995093505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8092, 'favorite_count': 28180, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
218:850380195714523136
{'created_at': 'Fri Apr 07 16:10:12 +0000 2017', 'id': 850380195714523136, 'id_str': '850380195714523136', 'full_text': "This is Leo. He's a personal triathlon coach. Currently overseeing this athlete's push-pups. H*ckin brutal. 13/10 would do all he asks of me https://t.co/FXZQtBcnTO", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 850380153985355777, 'id_str': '850380153985355777', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/850380153985355777/pu/img/lFouhg-EZvJs8eMr.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/850380153985355777/pu/img/lFouhg-EZvJs8eMr.jpg', 'url': 'https://t.co/FXZQtBcnTO', 'display_url': 'pic.twitter.com/FXZQtBcnTO', 'expanded_url': 'https://twitter.com/dog_rates/status/850380195714523136/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 850380153985355777, 'id_str': '850380153985355777', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/850380153985355777/pu/img/lFouhg-EZvJs8eMr.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/850380153985355777/pu/img/lFouhg-EZvJs8eMr.jpg', 'url': 'https://t.co/FXZQtBcnTO', 'display_url': 'pic.twitter.com/FXZQtBcnTO', 'expanded_url': 'https://twitter.com/dog_rates/status/850380195714523136/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 11745, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/850380153985355777/pu/vid/512x640/dC9FQ0C9qjS1-EY4.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/850380153985355777/pu/vid/256x320/XI0LZIOnaHLYj1MS.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/850380153985355777/pu/pl/WHwPWTqDgzhgDyJs.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2334, 'favorite_count': 12083, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
219:850333567704068097
{'created_at': 'Fri Apr 07 13:04:55 +0000 2017', 'id': 850333567704068097, 'id_str': '850333567704068097', 'full_text': '@markhoppus MARK THAT DOG HAS SEEN AND EXPERIENCED MANY THINGS. PROBABLY LOST OTHER EAR DOING SOMETHING HEROIC. 13/10 HUG THE DOG HOPPUS', 'truncated': False, 'display_text_range': [12, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'markhoppus', 'name': 'Mark Hoppus', 'id': 21955058, 'id_str': '21955058', 'indices': [0, 11]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 850328818778820608, 'in_reply_to_status_id_str': '850328818778820608', 'in_reply_to_user_id': 21955058, 'in_reply_to_user_id_str': '21955058', 'in_reply_to_screen_name': 'markhoppus', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 301, 'favorite_count': 3192, 'favorited': False, 'retweeted': False, 'lang': 'en'}
220:850145622816686080
{'created_at': 'Fri Apr 07 00:38:06 +0000 2017', 'id': 850145622816686080, 'id_str': '850145622816686080', 'full_text': "This is Riley. He's making new friends. Jubilant as h*ck for the fun times ahead. 11/10 for all pups pictured https://t.co/PCX25VV78l", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 850145600721047552, 'id_str': '850145600721047552', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C8xS62pW0AAcL8f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8xS62pW0AAcL8f.jpg', 'url': 'https://t.co/PCX25VV78l', 'display_url': 'pic.twitter.com/PCX25VV78l', 'expanded_url': 'https://twitter.com/dog_rates/status/850145622816686080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 850145600721047552, 'id_str': '850145600721047552', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C8xS62pW0AAcL8f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8xS62pW0AAcL8f.jpg', 'url': 'https://t.co/PCX25VV78l', 'display_url': 'pic.twitter.com/PCX25VV78l', 'expanded_url': 'https://twitter.com/dog_rates/status/850145622816686080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 850145601593511936, 'id_str': '850145601593511936', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C8xS655XkAAv9vo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8xS655XkAAv9vo.jpg', 'url': 'https://t.co/PCX25VV78l', 'display_url': 'pic.twitter.com/PCX25VV78l', 'expanded_url': 'https://twitter.com/dog_rates/status/850145622816686080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 850145605976510464, 'id_str': '850145605976510464', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C8xS7KOW0AAJMF4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8xS7KOW0AAJMF4.jpg', 'url': 'https://t.co/PCX25VV78l', 'display_url': 'pic.twitter.com/PCX25VV78l', 'expanded_url': 'https://twitter.com/dog_rates/status/850145622816686080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 850145608061116416, 'id_str': '850145608061116416', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C8xS7R_XYAAxsJN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8xS7R_XYAAxsJN.jpg', 'url': 'https://t.co/PCX25VV78l', 'display_url': 'pic.twitter.com/PCX25VV78l', 'expanded_url': 'https://twitter.com/dog_rates/status/850145622816686080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1514, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 887, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 503, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3401, 'favorite_count': 15062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
221:850019790995546112
{'created_at': 'Thu Apr 06 16:18:05 +0000 2017', 'id': 850019790995546112, 'id_str': '850019790995546112', 'full_text': "Say hello to Boomer. He's a sandy pupper. Having a h*ckin blast. 12/10 would pet passionately https://t.co/ecb3LvExde", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 850019779427667968, 'id_str': '850019779427667968', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C8vgfFzXkAAonQR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8vgfFzXkAAonQR.jpg', 'url': 'https://t.co/ecb3LvExde', 'display_url': 'pic.twitter.com/ecb3LvExde', 'expanded_url': 'https://twitter.com/dog_rates/status/850019790995546112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 850019779427667968, 'id_str': '850019779427667968', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C8vgfFzXkAAonQR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8vgfFzXkAAonQR.jpg', 'url': 'https://t.co/ecb3LvExde', 'display_url': 'pic.twitter.com/ecb3LvExde', 'expanded_url': 'https://twitter.com/dog_rates/status/850019790995546112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 850019781193420801, 'id_str': '850019781193420801', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C8vgfMYW0AEzNIc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8vgfMYW0AEzNIc.jpg', 'url': 'https://t.co/ecb3LvExde', 'display_url': 'pic.twitter.com/ecb3LvExde', 'expanded_url': 'https://twitter.com/dog_rates/status/850019790995546112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 850019783156400128, 'id_str': '850019783156400128', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C8vgfTsXgAA561h.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8vgfTsXgAA561h.jpg', 'url': 'https://t.co/ecb3LvExde', 'display_url': 'pic.twitter.com/ecb3LvExde', 'expanded_url': 'https://twitter.com/dog_rates/status/850019790995546112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4379, 'favorite_count': 18800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
222:849776966551130114
{'created_at': 'Thu Apr 06 00:13:11 +0000 2017', 'id': 849776966551130114, 'id_str': '849776966551130114', 'full_text': 'Seriously guys? Again? We only rate dogs. Please stop submitting other things like this super good hammerhead shark. Thank you... 12/10 https://t.co/TCMC90mSOT', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 849776958493818880, 'id_str': '849776958493818880', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C8sDpDVWAAACYRT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8sDpDVWAAACYRT.jpg', 'url': 'https://t.co/TCMC90mSOT', 'display_url': 'pic.twitter.com/TCMC90mSOT', 'expanded_url': 'https://twitter.com/dog_rates/status/849776966551130114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 1905, 'resize': 'fit'}, 'medium': {'w': 967, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 849776958493818880, 'id_str': '849776958493818880', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C8sDpDVWAAACYRT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8sDpDVWAAACYRT.jpg', 'url': 'https://t.co/TCMC90mSOT', 'display_url': 'pic.twitter.com/TCMC90mSOT', 'expanded_url': 'https://twitter.com/dog_rates/status/849776966551130114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 1905, 'resize': 'fit'}, 'medium': {'w': 967, 'h': 1200, 'resize': 'fit'}}}, {'id': 849776958498058241, 'id_str': '849776958498058241', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C8sDpDWWsAE5P08.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8sDpDWWsAE5P08.jpg', 'url': 'https://t.co/TCMC90mSOT', 'display_url': 'pic.twitter.com/TCMC90mSOT', 'expanded_url': 'https://twitter.com/dog_rates/status/849776966551130114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 528, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 1978, 'resize': 'fit'}, 'medium': {'w': 931, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6828, 'favorite_count': 27935, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
223:849668094696017920
{'created_at': 'Wed Apr 05 17:00:34 +0000 2017', 'id': 849668094696017920, 'id_str': '849668094696017920', 'full_text': "RT @dog_rates: This is Gidget. She's a spy pupper. Stealthy as h*ck. Must've slipped pup and got caught. 12/10 would forgive then pet https…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Feb 19 01:23:00 +0000 2017', 'id': 833124694597443584, 'id_str': '833124694597443584', 'full_text': "This is Gidget. She's a spy pupper. Stealthy as h*ck. Must've slipped pup and got caught. 12/10 would forgive then pet https://t.co/zD97KYFaFa", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 833124662091542528, 'id_str': '833124662091542528', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 833124662091542528, 'id_str': '833124662091542528', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 833124662095679488, 'id_str': '833124662095679488', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1HUkAAWbJp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1HUkAAWbJp.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 833124662099877889, 'id_str': '833124662099877889', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1IUoAEspsk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1IUoAEspsk.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4452, 'favorite_count': 19008, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4452, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
224:849412302885593088
{'created_at': 'Wed Apr 05 00:04:08 +0000 2017', 'id': 849412302885593088, 'id_str': '849412302885593088', 'full_text': 'This is Noosh. He noticed you were in the shower and thought you could use some company. 12/10 h*ckin loyal https://t.co/Uq3ChFgWA3', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 849412289417494528, 'id_str': '849412289417494528', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8m3-hKUwAAaNwY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8m3-hKUwAAaNwY.jpg', 'url': 'https://t.co/Uq3ChFgWA3', 'display_url': 'pic.twitter.com/Uq3ChFgWA3', 'expanded_url': 'https://twitter.com/dog_rates/status/849412302885593088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 849412289417494528, 'id_str': '849412289417494528', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8m3-hKUwAAaNwY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8m3-hKUwAAaNwY.jpg', 'url': 'https://t.co/Uq3ChFgWA3', 'display_url': 'pic.twitter.com/Uq3ChFgWA3', 'expanded_url': 'https://twitter.com/dog_rates/status/849412302885593088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 849412289530925065, 'id_str': '849412289530925065', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8m3-hlXkAk-_m-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8m3-hlXkAk-_m-.jpg', 'url': 'https://t.co/Uq3ChFgWA3', 'display_url': 'pic.twitter.com/Uq3ChFgWA3', 'expanded_url': 'https://twitter.com/dog_rates/status/849412302885593088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 849412289535062021, 'id_str': '849412289535062021', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8m3-hmWsAUmhkK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8m3-hmWsAUmhkK.jpg', 'url': 'https://t.co/Uq3ChFgWA3', 'display_url': 'pic.twitter.com/Uq3ChFgWA3', 'expanded_url': 'https://twitter.com/dog_rates/status/849412302885593088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 849412289711153152, 'id_str': '849412289711153152', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8m3-iQVoAAETnF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8m3-iQVoAAETnF.jpg', 'url': 'https://t.co/Uq3ChFgWA3', 'display_url': 'pic.twitter.com/Uq3ChFgWA3', 'expanded_url': 'https://twitter.com/dog_rates/status/849412302885593088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2835, 'favorite_count': 14687, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
225:849336543269576704
{'created_at': 'Tue Apr 04 19:03:06 +0000 2017', 'id': 849336543269576704, 'id_str': '849336543269576704', 'full_text': 'At first I thought this was a dog because of the sign, but it is clearly Wilson from Home Improvement. Please only send in dogs... 11/10 https://t.co/jqPk1BZ6xu', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 849336535245877248, 'id_str': '849336535245877248', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C8lzFC4XcAAQxB4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8lzFC4XcAAQxB4.jpg', 'url': 'https://t.co/jqPk1BZ6xu', 'display_url': 'pic.twitter.com/jqPk1BZ6xu', 'expanded_url': 'https://twitter.com/dog_rates/status/849336543269576704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1549, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 908, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 514, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 849336535245877248, 'id_str': '849336535245877248', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C8lzFC4XcAAQxB4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8lzFC4XcAAQxB4.jpg', 'url': 'https://t.co/jqPk1BZ6xu', 'display_url': 'pic.twitter.com/jqPk1BZ6xu', 'expanded_url': 'https://twitter.com/dog_rates/status/849336543269576704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1549, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 908, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 514, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1695, 'favorite_count': 10565, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
226:849051919805034497
{'created_at': 'Tue Apr 04 00:12:06 +0000 2017', 'id': 849051919805034497, 'id_str': '849051919805034497', 'full_text': "This is Kevin. Kevin doesn't give a single h*ck. Will sit in the fountain if he wants to. 13/10 churlish af https://t.co/r6GjO6MbZz", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 849051911668064256, 'id_str': '849051911668064256', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8hwNxbXYAAwyVG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8hwNxbXYAAwyVG.jpg', 'url': 'https://t.co/r6GjO6MbZz', 'display_url': 'pic.twitter.com/r6GjO6MbZz', 'expanded_url': 'https://twitter.com/dog_rates/status/849051919805034497/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 849051911668064256, 'id_str': '849051911668064256', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C8hwNxbXYAAwyVG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8hwNxbXYAAwyVG.jpg', 'url': 'https://t.co/r6GjO6MbZz', 'display_url': 'pic.twitter.com/r6GjO6MbZz', 'expanded_url': 'https://twitter.com/dog_rates/status/849051919805034497/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7639, 'favorite_count': 39059, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
227:848690551926992896
{'created_at': 'Mon Apr 03 00:16:10 +0000 2017', 'id': 848690551926992896, 'id_str': '848690551926992896', 'full_text': 'Please stop sending in animals other than dogs. We only rate dogs. Not Furry Ecuadorian Sea Turtles. Thank you... 12/10 https://t.co/UOE79zb6VU', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 848690539105071104, 'id_str': '848690539105071104', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C8cnjHuXsAAoZQf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8cnjHuXsAAoZQf.jpg', 'url': 'https://t.co/UOE79zb6VU', 'display_url': 'pic.twitter.com/UOE79zb6VU', 'expanded_url': 'https://twitter.com/dog_rates/status/848690551926992896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 848690539105071104, 'id_str': '848690539105071104', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C8cnjHuXsAAoZQf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8cnjHuXsAAoZQf.jpg', 'url': 'https://t.co/UOE79zb6VU', 'display_url': 'pic.twitter.com/UOE79zb6VU', 'expanded_url': 'https://twitter.com/dog_rates/status/848690551926992896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3931, 'favorite_count': 23294, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
228:848324959059550208
{'created_at': 'Sun Apr 02 00:03:26 +0000 2017', 'id': 848324959059550208, 'id_str': '848324959059550208', 'full_text': "Meet Odin. He's supposed to be giving directions but he'd rather look at u like that. Should probably buckle pup. 12/10 distracting as h*ck https://t.co/1pSqUbLQ5Z", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 848324954202439680, 'id_str': '848324954202439680', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C8XbDR1WAAAxND8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8XbDR1WAAAxND8.jpg', 'url': 'https://t.co/1pSqUbLQ5Z', 'display_url': 'pic.twitter.com/1pSqUbLQ5Z', 'expanded_url': 'https://twitter.com/dog_rates/status/848324959059550208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 848324954202439680, 'id_str': '848324954202439680', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C8XbDR1WAAAxND8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8XbDR1WAAAxND8.jpg', 'url': 'https://t.co/1pSqUbLQ5Z', 'display_url': 'pic.twitter.com/1pSqUbLQ5Z', 'expanded_url': 'https://twitter.com/dog_rates/status/848324959059550208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4160, 'favorite_count': 22857, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
229:848213670039564288
{'created_at': 'Sat Apr 01 16:41:12 +0000 2017', 'id': 848213670039564288, 'id_str': '848213670039564288', 'full_text': 'Jerry just apuppologized to me. He said there was no ill-intent to the slippage. I overreacted I admit. Pupgraded to an 11/10 would pet', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 848212111729840128, 'in_reply_to_status_id_str': '848212111729840128', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 646, 'favorite_count': 7547, 'favorited': False, 'retweeted': False, 'lang': 'en'}
230:848212111729840128
{'created_at': 'Sat Apr 01 16:35:01 +0000 2017', 'id': 848212111729840128, 'id_str': '848212111729840128', 'full_text': "This is Jerry. He's doing a distinguished tongue slip. Slightly patronizing tbh. You think you're better than us, Jerry? 6/10 hold me back https://t.co/DkOBbwulw1", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 848212097242615808, 'id_str': '848212097242615808', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C8V0aI5V0AAgO9m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8V0aI5V0AAgO9m.jpg', 'url': 'https://t.co/DkOBbwulw1', 'display_url': 'pic.twitter.com/DkOBbwulw1', 'expanded_url': 'https://twitter.com/dog_rates/status/848212111729840128/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 848212097242615808, 'id_str': '848212097242615808', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C8V0aI5V0AAgO9m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8V0aI5V0AAgO9m.jpg', 'url': 'https://t.co/DkOBbwulw1', 'display_url': 'pic.twitter.com/DkOBbwulw1', 'expanded_url': 'https://twitter.com/dog_rates/status/848212111729840128/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2722, 'favorite_count': 15050, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
231:847978865427394560
{'created_at': 'Sat Apr 01 01:08:10 +0000 2017', 'id': 847978865427394560, 'id_str': '847978865427394560', 'full_text': 'RT @dog_rates: This is Charlie. He fell asleep on a heating vent. Would puppreciate your assistance. 11/10 someone help Charlie https://t.c…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Feb 16 23:23:38 +0000 2017', 'id': 832369877331693569, 'id_str': '832369877331693569', 'full_text': 'This is Charlie. He fell asleep on a heating vent. Would puppreciate your assistance. 11/10 someone help Charlie https://t.co/Dhdx5HnQ4d', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832369869089800192, 'id_str': '832369869089800192', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'url': 'https://t.co/Dhdx5HnQ4d', 'display_url': 'pic.twitter.com/Dhdx5HnQ4d', 'expanded_url': 'https://twitter.com/dog_rates/status/832369877331693569/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832369869089800192, 'id_str': '832369869089800192', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'url': 'https://t.co/Dhdx5HnQ4d', 'display_url': 'pic.twitter.com/Dhdx5HnQ4d', 'expanded_url': 'https://twitter.com/dog_rates/status/832369877331693569/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2927, 'favorite_count': 16100, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2927, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
232:847971574464610304
{'created_at': 'Sat Apr 01 00:39:12 +0000 2017', 'id': 847971574464610304, 'id_str': '847971574464610304', 'full_text': 'RT @basic_vacek_: I love my new mug easy 13/10 @dog_rates https://t.co/0bYtoL7Wwt', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'basic_vacek_', 'name': 'Gia 👩🏼\u200d🍳', 'id': 597064155, 'id_str': '597064155', 'indices': [3, 16]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [47, 57]}], 'urls': [], 'media': [{'id': 847970989635928064, 'id_str': '847970989635928064', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'url': 'https://t.co/0bYtoL7Wwt', 'display_url': 'pic.twitter.com/0bYtoL7Wwt', 'expanded_url': 'https://twitter.com/basic_vacek_/status/847971000004354048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 847971000004354048, 'source_status_id_str': '847971000004354048', 'source_user_id': 597064155, 'source_user_id_str': '597064155'}]}, 'extended_entities': {'media': [{'id': 847970989635928064, 'id_str': '847970989635928064', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'url': 'https://t.co/0bYtoL7Wwt', 'display_url': 'pic.twitter.com/0bYtoL7Wwt', 'expanded_url': 'https://twitter.com/basic_vacek_/status/847971000004354048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 847971000004354048, 'source_status_id_str': '847971000004354048', 'source_user_id': 597064155, 'source_user_id_str': '597064155'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Apr 01 00:36:55 +0000 2017', 'id': 847971000004354048, 'id_str': '847971000004354048', 'full_text': 'I love my new mug easy 13/10 @dog_rates https://t.co/0bYtoL7Wwt', 'truncated': False, 'display_text_range': [0, 39], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [29, 39]}], 'urls': [], 'media': [{'id': 847970989635928064, 'id_str': '847970989635928064', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'url': 'https://t.co/0bYtoL7Wwt', 'display_url': 'pic.twitter.com/0bYtoL7Wwt', 'expanded_url': 'https://twitter.com/basic_vacek_/status/847971000004354048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847970989635928064, 'id_str': '847970989635928064', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8SZH1EWAAAIRRF.jpg', 'url': 'https://t.co/0bYtoL7Wwt', 'display_url': 'pic.twitter.com/0bYtoL7Wwt', 'expanded_url': 'https://twitter.com/basic_vacek_/status/847971000004354048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 597064155, 'id_str': '597064155', 'name': 'Gia 👩🏼\u200d🍳', 'screen_name': 'basic_vacek_', 'location': 'Denver, CO', 'description': 'birth is a curse and existence is a prison', 'url': 'https://t.co/9m94pPmcWv', 'entities': {'url': {'urls': [{'url': 'https://t.co/9m94pPmcWv', 'expanded_url': 'http://bakersgonnnabake.tumblr.com', 'display_url': 'bakersgonnnabake.tumblr.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 289, 'friends_count': 305, 'listed_count': 5, 'created_at': 'Sat Jun 02 01:50:13 +0000 2012', 'favourites_count': 93880, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 20695, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '642D8B', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme10/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme10/bg.gif', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1520879621159366656/EVYtUELG_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1520879621159366656/EVYtUELG_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/597064155/1565550820', 'profile_link_color': '69085F', 'profile_sidebar_border_color': '65B0DA', 'profile_sidebar_fill_color': '7AC3EE', 'profile_text_color': '3D1957', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'regular', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 396, 'favorite_count': 4032, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 396, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
233:847962785489326080
{'created_at': 'Sat Apr 01 00:04:17 +0000 2017', 'id': 847962785489326080, 'id_str': '847962785489326080', 'full_text': "This is Georgie. He's very shy. Only puppears when called. Aggressively average at fetch. Unique front paws. Looks slippery. 10/10 would pet https://t.co/rcDs5LkiSj", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 847962765348052992, 'id_str': '847962765348052992', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C8SRpHNUIAARB3j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8SRpHNUIAARB3j.jpg', 'url': 'https://t.co/rcDs5LkiSj', 'display_url': 'pic.twitter.com/rcDs5LkiSj', 'expanded_url': 'https://twitter.com/dog_rates/status/847962785489326080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 889, 'resize': 'fit'}, 'small': {'w': 680, 'h': 504, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1518, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847962765348052992, 'id_str': '847962765348052992', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C8SRpHNUIAARB3j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8SRpHNUIAARB3j.jpg', 'url': 'https://t.co/rcDs5LkiSj', 'display_url': 'pic.twitter.com/rcDs5LkiSj', 'expanded_url': 'https://twitter.com/dog_rates/status/847962785489326080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 889, 'resize': 'fit'}, 'small': {'w': 680, 'h': 504, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1518, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4585, 'favorite_count': 21756, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
234:847842811428974592
{'created_at': 'Fri Mar 31 16:07:33 +0000 2017', 'id': 847842811428974592, 'id_str': '847842811428974592', 'full_text': 'This is Rontu. He is described as a pal, cuddle bug, protector and constant shadow. 12/10, but he needs your help\n\nhttps://t.co/zK4cpKPFfU https://t.co/7Xvoalr798', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/zK4cpKPFfU', 'expanded_url': 'https://www.gofundme.com/help-save-rontu', 'display_url': 'gofundme.com/help-save-rontu', 'indices': [115, 138]}], 'media': [{'id': 847842804353032196, 'id_str': '847842804353032196', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C8QkidrVYAQXQh7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8QkidrVYAQXQh7.jpg', 'url': 'https://t.co/7Xvoalr798', 'display_url': 'pic.twitter.com/7Xvoalr798', 'expanded_url': 'https://twitter.com/dog_rates/status/847842811428974592/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 600, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 600, 'h': 400, 'resize': 'fit'}, 'large': {'w': 600, 'h': 400, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847842804353032196, 'id_str': '847842804353032196', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C8QkidrVYAQXQh7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8QkidrVYAQXQh7.jpg', 'url': 'https://t.co/7Xvoalr798', 'display_url': 'pic.twitter.com/7Xvoalr798', 'expanded_url': 'https://twitter.com/dog_rates/status/847842811428974592/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 600, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 600, 'h': 400, 'resize': 'fit'}, 'large': {'w': 600, 'h': 400, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1193, 'favorite_count': 5020, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
235:847617282490613760
{'created_at': 'Fri Mar 31 01:11:22 +0000 2017', 'id': 847617282490613760, 'id_str': '847617282490613760', 'full_text': '.@breaannanicolee PUPDATE: Cannon has a heart on his nose. Pupgraded to a 13/10', 'truncated': False, 'display_text_range': [18, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'breaannanicolee', 'name': '☀️', 'id': 1046500110, 'id_str': '1046500110', 'indices': [1, 17]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 847606175596138505, 'in_reply_to_status_id_str': '847606175596138505', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 376, 'favorite_count': 6473, 'favorited': False, 'retweeted': False, 'lang': 'en'}
236:847606175596138505
{'created_at': 'Fri Mar 31 00:27:14 +0000 2017', 'id': 847606175596138505, 'id_str': '847606175596138505', 'full_text': "This is Cannon. He just heard something behind him. Fr*ckin frightened af. 12/10 don't look back just run https://t.co/WTPBWT6Ux1", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 847606161679331329, 'id_str': '847606161679331329', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/C8NNUDBUMAE0XxJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8NNUDBUMAE0XxJ.jpg', 'url': 'https://t.co/WTPBWT6Ux1', 'display_url': 'pic.twitter.com/WTPBWT6Ux1', 'expanded_url': 'https://twitter.com/dog_rates/status/847606175596138505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847606161679331329, 'id_str': '847606161679331329', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/C8NNUDBUMAE0XxJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8NNUDBUMAE0XxJ.jpg', 'url': 'https://t.co/WTPBWT6Ux1', 'display_url': 'pic.twitter.com/WTPBWT6Ux1', 'expanded_url': 'https://twitter.com/dog_rates/status/847606175596138505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3095, 'favorite_count': 17373, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
237:847251039262605312
{'created_at': 'Thu Mar 30 00:56:03 +0000 2017', 'id': 847251039262605312, 'id_str': '847251039262605312', 'full_text': "This is Furzey. He's doing an elevated sandy zoom. Adjusts ears to steer. 12/10 would pet mid flight https://t.co/zhbRIZQgnq", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 847251028009336833, 'id_str': '847251028009336833', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C8IKUjAUwAEP-En.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8IKUjAUwAEP-En.jpg', 'url': 'https://t.co/zhbRIZQgnq', 'display_url': 'pic.twitter.com/zhbRIZQgnq', 'expanded_url': 'https://twitter.com/dog_rates/status/847251039262605312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 342, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1030, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 604, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847251028009336833, 'id_str': '847251028009336833', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C8IKUjAUwAEP-En.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8IKUjAUwAEP-En.jpg', 'url': 'https://t.co/zhbRIZQgnq', 'display_url': 'pic.twitter.com/zhbRIZQgnq', 'expanded_url': 'https://twitter.com/dog_rates/status/847251039262605312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 342, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1030, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 604, 'resize': 'fit'}}}, {'id': 847251028009295872, 'id_str': '847251028009295872', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C8IKUjAUIAANj8z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8IKUjAUIAANj8z.jpg', 'url': 'https://t.co/zhbRIZQgnq', 'display_url': 'pic.twitter.com/zhbRIZQgnq', 'expanded_url': 'https://twitter.com/dog_rates/status/847251039262605312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 297, 'h': 297, 'resize': 'fit'}, 'medium': {'w': 297, 'h': 297, 'resize': 'fit'}, 'large': {'w': 297, 'h': 297, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3925, 'favorite_count': 18995, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
238:847157206088847362
{'created_at': 'Wed Mar 29 18:43:12 +0000 2017', 'id': 847157206088847362, 'id_str': '847157206088847362', 'full_text': "Meet Daisy. She's been pup for adoption for months now but hasn't gotten any applications. 11/10 let's change that\n\nhttps://t.co/Jlb9L0m3J0 https://t.co/Eh7fGFuy6r", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Jlb9L0m3J0', 'expanded_url': 'https://www.petfinder.com/petdetail/37334596', 'display_url': 'petfinder.com/petdetail/3733…', 'indices': [116, 139]}], 'media': [{'id': 847157199944208384, 'id_str': '847157199944208384', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C8G0_COW0AAxTJB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8G0_COW0AAxTJB.jpg', 'url': 'https://t.co/Eh7fGFuy6r', 'display_url': 'pic.twitter.com/Eh7fGFuy6r', 'expanded_url': 'https://twitter.com/dog_rates/status/847157206088847362/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1105, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1886, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 626, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847157199944208384, 'id_str': '847157199944208384', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C8G0_COW0AAxTJB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8G0_COW0AAxTJB.jpg', 'url': 'https://t.co/Eh7fGFuy6r', 'display_url': 'pic.twitter.com/Eh7fGFuy6r', 'expanded_url': 'https://twitter.com/dog_rates/status/847157206088847362/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1105, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1886, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 626, 'h': 680, 'resize': 'fit'}}}, {'id': 847157199935811584, 'id_str': '847157199935811584', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C8G0_CMWsAAjjAY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8G0_CMWsAAjjAY.jpg', 'url': 'https://t.co/Eh7fGFuy6r', 'display_url': 'pic.twitter.com/Eh7fGFuy6r', 'expanded_url': 'https://twitter.com/dog_rates/status/847157206088847362/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 458, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 807, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1378, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5263, 'favorite_count': 18395, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
239:847116187444137987
{'created_at': 'Wed Mar 29 16:00:12 +0000 2017', 'id': 847116187444137987, 'id_str': '847116187444137987', 'full_text': 'Unbelievable... We. Only. Rate. Dogs. Please stop sending in other things like this Blossoming Flop Kangaroo. Thank you... 11/10 https://t.co/EeeErAbso0', 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 847116177323253760, 'id_str': '847116177323253760', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C8GPrNDW4AAkLde.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8GPrNDW4AAkLde.jpg', 'url': 'https://t.co/EeeErAbso0', 'display_url': 'pic.twitter.com/EeeErAbso0', 'expanded_url': 'https://twitter.com/dog_rates/status/847116187444137987/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 847116177323253760, 'id_str': '847116177323253760', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C8GPrNDW4AAkLde.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8GPrNDW4AAkLde.jpg', 'url': 'https://t.co/EeeErAbso0', 'display_url': 'pic.twitter.com/EeeErAbso0', 'expanded_url': 'https://twitter.com/dog_rates/status/847116187444137987/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2881, 'favorite_count': 19895, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
240:846874817362120707
{'created_at': 'Wed Mar 29 00:01:05 +0000 2017', 'id': 846874817362120707, 'id_str': '846874817362120707', 'full_text': "This is Tuck. As you can see, he's rather h*ckin rare. Taken seriously until his legs are seen. Tail stuck in a permanent zoom. 13/10 https://t.co/P7PBGqrKSe", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 846874803135021056, 'id_str': '846874803135021056', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C8C0JYIXgAAMla-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8C0JYIXgAAMla-.jpg', 'url': 'https://t.co/P7PBGqrKSe', 'display_url': 'pic.twitter.com/P7PBGqrKSe', 'expanded_url': 'https://twitter.com/dog_rates/status/846874817362120707/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 846874803135021056, 'id_str': '846874803135021056', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C8C0JYIXgAAMla-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8C0JYIXgAAMla-.jpg', 'url': 'https://t.co/P7PBGqrKSe', 'display_url': 'pic.twitter.com/P7PBGqrKSe', 'expanded_url': 'https://twitter.com/dog_rates/status/846874817362120707/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 846874803130781696, 'id_str': '846874803130781696', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C8C0JYHW0AAy-7u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C8C0JYHW0AAy-7u.jpg', 'url': 'https://t.co/P7PBGqrKSe', 'display_url': 'pic.twitter.com/P7PBGqrKSe', 'expanded_url': 'https://twitter.com/dog_rates/status/846874817362120707/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3554, 'favorite_count': 18647, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
241:846514051647705089
{'created_at': 'Tue Mar 28 00:07:32 +0000 2017', 'id': 846514051647705089, 'id_str': '846514051647705089', 'full_text': "This is Barney. He's an elder doggo. Hitches a ride when he gets tired. Waves goodbye before he leaves. 13/10 please come back soon https://t.co/cFAasDXauK", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 846514034648190977, 'id_str': '846514034648190977', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C79sB4yWkAEBJx_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C79sB4yWkAEBJx_.jpg', 'url': 'https://t.co/cFAasDXauK', 'display_url': 'pic.twitter.com/cFAasDXauK', 'expanded_url': 'https://twitter.com/dog_rates/status/846514051647705089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 846514034648190977, 'id_str': '846514034648190977', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C79sB4yWkAEBJx_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C79sB4yWkAEBJx_.jpg', 'url': 'https://t.co/cFAasDXauK', 'display_url': 'pic.twitter.com/cFAasDXauK', 'expanded_url': 'https://twitter.com/dog_rates/status/846514051647705089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 846514034644074497, 'id_str': '846514034644074497', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C79sB4xXwAEvwKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C79sB4xXwAEvwKY.jpg', 'url': 'https://t.co/cFAasDXauK', 'display_url': 'pic.twitter.com/cFAasDXauK', 'expanded_url': 'https://twitter.com/dog_rates/status/846514051647705089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 846514035432603650, 'id_str': '846514035432603650', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C79sB7tXwAIKkYW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C79sB7tXwAIKkYW.jpg', 'url': 'https://t.co/cFAasDXauK', 'display_url': 'pic.twitter.com/cFAasDXauK', 'expanded_url': 'https://twitter.com/dog_rates/status/846514051647705089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10403, 'favorite_count': 41243, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
242:846505985330044928
{'created_at': 'Mon Mar 27 23:35:28 +0000 2017', 'id': 846505985330044928, 'id_str': '846505985330044928', 'full_text': 'THIS WAS NOT HIS FAULT HE HAD NO IDEA. 11/10 STILL A VERY GOOD DOG https://t.co/GJ8rozumsy', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/GJ8rozumsy', 'expanded_url': 'https://twitter.com/shomaristone/status/846484798663245829', 'display_url': 'twitter.com/shomaristone/s…', 'indices': [67, 90]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 846484798663245829, 'quoted_status_id_str': '846484798663245829', 'quoted_status_permalink': {'url': 'https://t.co/GJ8rozumsy', 'expanded': 'https://twitter.com/shomaristone/status/846484798663245829', 'display': 'twitter.com/shomaristone/s…'}, 'quoted_status': {'created_at': 'Mon Mar 27 22:11:17 +0000 2017', 'id': 846484798663245829, 'id_str': '846484798663245829', 'full_text': 'Dog Shipped to New York City With $1 Million of Heroin: @nbcwashington \nhttps://t.co/LS4IE07R3J', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'nbcwashington', 'name': 'NBC4 Washington', 'id': 14980820, 'id_str': '14980820', 'indices': [56, 70]}], 'urls': [{'url': 'https://t.co/LS4IE07R3J', 'expanded_url': 'http://www.nbcwashington.com/news/national-international/dog-heroin-bust-new-york-avi-labrador-puerto-rico-jfk-airport-417188193.html', 'display_url': 'nbcwashington.com/news/national-…', 'indices': [72, 95]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 264924050, 'id_str': '264924050', 'name': 'Shomari Stone', 'screen_name': 'shomaristone', 'location': 'Washington, DC', 'description': 'CNBC Correspondent @TheNewsOnCNBC🇺🇸The News With Shepard Smith. Weeknights 7pm ET🌎7X Emmy Award, 2X Murrow Winner, @umich〽️@StJohnsCHS Alum.IG: @ShomariStone', 'url': 'https://t.co/JEGbwFNlsl', 'entities': {'url': {'urls': [{'url': 'https://t.co/JEGbwFNlsl', 'expanded_url': 'https://www.facebook.com/ShomariStoneNBC', 'display_url': 'facebook.com/ShomariStoneNBC', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 232858, 'friends_count': 160673, 'listed_count': 1533, 'created_at': 'Sat Mar 12 17:51:17 +0000 2011', 'favourites_count': 79291, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 27115, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'ACDED6', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1518698686146043908/0y18939V_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1518698686146043908/0y18939V_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/264924050/1651355632', 'profile_link_color': '038543', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 82, 'favorite_count': 309, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 2765, 'favorite_count': 13091, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
243:846153765933735936
{'created_at': 'Mon Mar 27 00:15:53 +0000 2017', 'id': 846153765933735936, 'id_str': '846153765933735936', 'full_text': "This is Vixen. He really likes bananas. Steals them when he thinks nobody's watching. 13/10 opportunistic af https://t.co/a0CkS5ExFR", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 846153751811387393, 'id_str': '846153751811387393', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C74kWqoU8AEaf3v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C74kWqoU8AEaf3v.jpg', 'url': 'https://t.co/a0CkS5ExFR', 'display_url': 'pic.twitter.com/a0CkS5ExFR', 'expanded_url': 'https://twitter.com/dog_rates/status/846153765933735936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 846153751811387393, 'id_str': '846153751811387393', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C74kWqoU8AEaf3v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C74kWqoU8AEaf3v.jpg', 'url': 'https://t.co/a0CkS5ExFR', 'display_url': 'pic.twitter.com/a0CkS5ExFR', 'expanded_url': 'https://twitter.com/dog_rates/status/846153765933735936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 846153751807193088, 'id_str': '846153751807193088', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C74kWqnU8AAScd9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C74kWqnU8AAScd9.jpg', 'url': 'https://t.co/a0CkS5ExFR', 'display_url': 'pic.twitter.com/a0CkS5ExFR', 'expanded_url': 'https://twitter.com/dog_rates/status/846153765933735936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8188, 'favorite_count': 29132, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
244:846139713627017216
{'created_at': 'Sun Mar 26 23:20:02 +0000 2017', 'id': 846139713627017216, 'id_str': '846139713627017216', 'full_text': 'SHE DID AN ICY ZOOM AND KNEW WHEN TO PUT ON THE BRAKES 13/10 CANCEL THE GAME THIS IS ALL WE NEED https://t.co/4ctgpGcqAd', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/4ctgpGcqAd', 'expanded_url': 'https://twitter.com/csncapitals/status/846088479142531073', 'display_url': 'twitter.com/csncapitals/st…', 'indices': [97, 120]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 846088479142531073, 'quoted_status_id_str': '846088479142531073', 'quoted_status_permalink': {'url': 'https://t.co/4ctgpGcqAd', 'expanded': 'https://twitter.com/csncapitals/status/846088479142531073', 'display': 'twitter.com/csncapitals/st…'}, 'quoted_status': {'created_at': 'Sun Mar 26 19:56:27 +0000 2017', 'id': 846088479142531073, 'id_str': '846088479142531073', 'full_text': 'When the dog wants to play catch with the puck on the ice at Verizon Center, you play catch with the dog on the ice at Verizon Center. 🐶 https://t.co/UWMZ75TVmE', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 846088307100418048, 'id_str': '846088307100418048', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/846088307100418048/pu/img/iY-NlHAukNyIofz2.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/846088307100418048/pu/img/iY-NlHAukNyIofz2.jpg', 'url': 'https://t.co/UWMZ75TVmE', 'display_url': 'pic.twitter.com/UWMZ75TVmE', 'expanded_url': 'https://twitter.com/CSNCapitals/status/846088479142531073/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 846088307100418048, 'id_str': '846088307100418048', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/846088307100418048/pu/img/iY-NlHAukNyIofz2.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/846088307100418048/pu/img/iY-NlHAukNyIofz2.jpg', 'url': 'https://t.co/UWMZ75TVmE', 'display_url': 'pic.twitter.com/UWMZ75TVmE', 'expanded_url': 'https://twitter.com/CSNCapitals/status/846088479142531073/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 51900, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/846088307100418048/pu/vid/640x360/fFdjYrQeMvzlS9eR.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/846088307100418048/pu/vid/1280x720/QBh1p83XLKGQXFtM.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/846088307100418048/pu/pl/W1YmFpRcMYFm2qNW.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/846088307100418048/pu/vid/320x180/BGpnEXgJ4oyxWfcc.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="https://buffer.com" rel="nofollow">Buffer</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 2319349099, 'id_str': '2319349099', 'name': 'NBC Sports Capitals', 'screen_name': 'NBCSCapitals', 'location': '', 'description': 'Your inside source for all of the latest news and conversation surrounding the Washington Capitals.', 'url': 'https://t.co/w51G4sBlgR', 'entities': {'url': {'urls': [{'url': 'https://t.co/w51G4sBlgR', 'expanded_url': 'http://www.nbcsportswashington.com/capitals', 'display_url': 'nbcsportswashington.com/capitals', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 38552, 'friends_count': 761, 'listed_count': 0, 'created_at': 'Thu Jan 30 18:18:19 +0000 2014', 'favourites_count': 3174, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 53435, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'FFFFFF', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1367600387042197511/-iCQQXRi_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1367600387042197511/-iCQQXRi_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/2319349099/1652711103', 'profile_link_color': 'FE2809', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 21276, 'favorite_count': 43942, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 9176, 'favorite_count': 28846, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
245:846042936437604353
{'created_at': 'Sun Mar 26 16:55:29 +0000 2017', 'id': 846042936437604353, 'id_str': '846042936437604353', 'full_text': 'Meet Jarvis. The snow pupsets him. Officially ready for summer. 12/10 would perform a chilly boop https://t.co/0hLkztpiOW', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 846042902916583425, 'id_str': '846042902916583425', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C72_iaUVUAEhZSn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C72_iaUVUAEhZSn.jpg', 'url': 'https://t.co/0hLkztpiOW', 'display_url': 'pic.twitter.com/0hLkztpiOW', 'expanded_url': 'https://twitter.com/dog_rates/status/846042936437604353/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2016, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1181, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 846042902916583425, 'id_str': '846042902916583425', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C72_iaUVUAEhZSn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C72_iaUVUAEhZSn.jpg', 'url': 'https://t.co/0hLkztpiOW', 'display_url': 'pic.twitter.com/0hLkztpiOW', 'expanded_url': 'https://twitter.com/dog_rates/status/846042936437604353/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2016, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1181, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2593, 'favorite_count': 14837, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
246:845812042753855489
{'created_at': 'Sun Mar 26 01:38:00 +0000 2017', 'id': 845812042753855489, 'id_str': '845812042753855489', 'full_text': "We usually don't rate polar bears but this one seems extra good. Majestic as h*ck. 13/10 would hug for a while https://t.co/TLNexlqzXP", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 845812035082440705, 'id_str': '845812035082440705', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C7ztkInW0AEh1CD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7ztkInW0AEh1CD.jpg', 'url': 'https://t.co/TLNexlqzXP', 'display_url': 'pic.twitter.com/TLNexlqzXP', 'expanded_url': 'https://twitter.com/dog_rates/status/845812042753855489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 845812035082440705, 'id_str': '845812035082440705', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C7ztkInW0AEh1CD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7ztkInW0AEh1CD.jpg', 'url': 'https://t.co/TLNexlqzXP', 'display_url': 'pic.twitter.com/TLNexlqzXP', 'expanded_url': 'https://twitter.com/dog_rates/status/845812042753855489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 845812035065712640, 'id_str': '845812035065712640', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C7ztkIjXkAAyOmG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7ztkIjXkAAyOmG.jpg', 'url': 'https://t.co/TLNexlqzXP', 'display_url': 'pic.twitter.com/TLNexlqzXP', 'expanded_url': 'https://twitter.com/dog_rates/status/845812042753855489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 845812035174715392, 'id_str': '845812035174715392', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C7ztkI9W0AAezkB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7ztkI9W0AAezkB.jpg', 'url': 'https://t.co/TLNexlqzXP', 'display_url': 'pic.twitter.com/TLNexlqzXP', 'expanded_url': 'https://twitter.com/dog_rates/status/845812042753855489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 845812037187985408, 'id_str': '845812037187985408', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C7ztkQdW4AA_vj8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7ztkQdW4AA_vj8.jpg', 'url': 'https://t.co/TLNexlqzXP', 'display_url': 'pic.twitter.com/TLNexlqzXP', 'expanded_url': 'https://twitter.com/dog_rates/status/845812042753855489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7881, 'favorite_count': 27063, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
247:845677943972139009
{'created_at': 'Sat Mar 25 16:45:08 +0000 2017', 'id': 845677943972139009, 'id_str': '845677943972139009', 'full_text': "C'mon guys. Please only send in dogs. We only rate dogs, not Exceptional-Tongued Peruvian Floor Bears. Thank you... 12/10 https://t.co/z30iQLiXNo", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 845677937315713024, 'id_str': '845677937315713024', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C7xzmngWkAAAp9C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7xzmngWkAAAp9C.jpg', 'url': 'https://t.co/z30iQLiXNo', 'display_url': 'pic.twitter.com/z30iQLiXNo', 'expanded_url': 'https://twitter.com/dog_rates/status/845677943972139009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 845677937315713024, 'id_str': '845677937315713024', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C7xzmngWkAAAp9C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7xzmngWkAAAp9C.jpg', 'url': 'https://t.co/z30iQLiXNo', 'display_url': 'pic.twitter.com/z30iQLiXNo', 'expanded_url': 'https://twitter.com/dog_rates/status/845677943972139009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4388, 'favorite_count': 23471, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
248:845459076796616705
check_again
249:845397057150107648
{'created_at': 'Fri Mar 24 22:08:59 +0000 2017', 'id': 845397057150107648, 'id_str': '845397057150107648', 'full_text': "Say hello to Mimosa. She's an emotional support doggo who helps her owner with PTSD. 13/10, but she needs your help\n\nhttps://t.co/L6mLzrd7Mx https://t.co/jMutBFdw5o", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/L6mLzrd7Mx', 'expanded_url': 'https://www.gofundme.com/help-save-a-pup', 'display_url': 'gofundme.com/help-save-a-pup', 'indices': [117, 140]}], 'media': [{'id': 845397049587699714, 'id_str': '845397049587699714', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C7t0IzLWkAINoft.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7t0IzLWkAINoft.jpg', 'url': 'https://t.co/jMutBFdw5o', 'display_url': 'pic.twitter.com/jMutBFdw5o', 'expanded_url': 'https://twitter.com/dog_rates/status/845397057150107648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 845397049587699714, 'id_str': '845397049587699714', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C7t0IzLWkAINoft.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7t0IzLWkAINoft.jpg', 'url': 'https://t.co/jMutBFdw5o', 'display_url': 'pic.twitter.com/jMutBFdw5o', 'expanded_url': 'https://twitter.com/dog_rates/status/845397057150107648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 845397049591943170, 'id_str': '845397049591943170', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C7t0IzMXUAIYltr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7t0IzMXUAIYltr.jpg', 'url': 'https://t.co/jMutBFdw5o', 'display_url': 'pic.twitter.com/jMutBFdw5o', 'expanded_url': 'https://twitter.com/dog_rates/status/845397057150107648/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 509, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 767, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 767, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1622, 'favorite_count': 7094, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
250:845306882940190720
{'created_at': 'Fri Mar 24 16:10:40 +0000 2017', 'id': 845306882940190720, 'id_str': '845306882940190720', 'full_text': "This is Pickles. She's a silly pupper. Thinks she's a dish. 12/10 would dry https://t.co/7mPCF4ZwEk", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 845306874031476736, 'id_str': '845306874031476736', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C7siH5DXkAACnDT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7siH5DXkAACnDT.jpg', 'url': 'https://t.co/7mPCF4ZwEk', 'display_url': 'pic.twitter.com/7mPCF4ZwEk', 'expanded_url': 'https://twitter.com/dog_rates/status/845306882940190720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 845306874031476736, 'id_str': '845306874031476736', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C7siH5DXkAACnDT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7siH5DXkAACnDT.jpg', 'url': 'https://t.co/7mPCF4ZwEk', 'display_url': 'pic.twitter.com/7mPCF4ZwEk', 'expanded_url': 'https://twitter.com/dog_rates/status/845306882940190720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4868, 'favorite_count': 21654, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
251:845098359547420673
{'created_at': 'Fri Mar 24 02:22:04 +0000 2017', 'id': 845098359547420673, 'id_str': '845098359547420673', 'full_text': 'RT @dog_rates: This is Bungalo. She uses that face to get what she wants. It works unbelievably well. 12/10 would never say no to https://t…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Sep 06 23:56:05 +0000 2016', 'id': 773308824254029826, 'id_str': '773308824254029826', 'full_text': 'This is Bungalo. She uses that face to get what she wants. It works unbelievably well. 12/10 would never say no to https://t.co/0Fcft7jl4N', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773308813344645120, 'id_str': '773308813344645120', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'url': 'https://t.co/0Fcft7jl4N', 'display_url': 'pic.twitter.com/0Fcft7jl4N', 'expanded_url': 'https://twitter.com/dog_rates/status/773308824254029826/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773308813344645120, 'id_str': '773308813344645120', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'url': 'https://t.co/0Fcft7jl4N', 'display_url': 'pic.twitter.com/0Fcft7jl4N', 'expanded_url': 'https://twitter.com/dog_rates/status/773308824254029826/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6953, 'favorite_count': 21990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6953, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
252:844979544864018432
{'created_at': 'Thu Mar 23 18:29:57 +0000 2017', 'id': 844979544864018432, 'id_str': '844979544864018432', 'full_text': "PUPDATE: I'm proud to announce that Toby is 236 days sober. Pupgraded to a 13/10. We're all very proud of you, Toby https://t.co/a5OaJeRl9B", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 844979535204429824, 'id_str': '844979535204429824', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C7n4aQ5VsAAc1LN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7n4aQ5VsAAc1LN.jpg', 'url': 'https://t.co/a5OaJeRl9B', 'display_url': 'pic.twitter.com/a5OaJeRl9B', 'expanded_url': 'https://twitter.com/dog_rates/status/844979544864018432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 449, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 449, 'resize': 'fit'}, 'small': {'w': 680, 'h': 407, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 844979535204429824, 'id_str': '844979535204429824', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C7n4aQ5VsAAc1LN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7n4aQ5VsAAc1LN.jpg', 'url': 'https://t.co/a5OaJeRl9B', 'display_url': 'pic.twitter.com/a5OaJeRl9B', 'expanded_url': 'https://twitter.com/dog_rates/status/844979544864018432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 449, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 449, 'resize': 'fit'}, 'small': {'w': 680, 'h': 407, 'resize': 'fit'}}}, {'id': 844979535183470592, 'id_str': '844979535183470592', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C7n4aQ0V4AAQINh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7n4aQ0V4AAQINh.jpg', 'url': 'https://t.co/a5OaJeRl9B', 'display_url': 'pic.twitter.com/a5OaJeRl9B', 'expanded_url': 'https://twitter.com/dog_rates/status/844979544864018432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 710, 'resize': 'fit'}, 'small': {'w': 680, 'h': 644, 'resize': 'fit'}, 'large': {'w': 750, 'h': 710, 'resize': 'fit'}}}, {'id': 844979535183413248, 'id_str': '844979535183413248', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C7n4aQ0VAAAohkL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7n4aQ0VAAAohkL.jpg', 'url': 'https://t.co/a5OaJeRl9B', 'display_url': 'pic.twitter.com/a5OaJeRl9B', 'expanded_url': 'https://twitter.com/dog_rates/status/844979544864018432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 759099523532779520, 'in_reply_to_status_id_str': '759099523532779520', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2317, 'favorite_count': 12693, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
253:844973813909606400
{'created_at': 'Thu Mar 23 18:07:10 +0000 2017', 'id': 844973813909606400, 'id_str': '844973813909606400', 'full_text': "This is Brady. He's a recovering alcoholic. Demonstrating incredible restraint here. 12/10 don't give pup, don't give in, Brady https://t.co/B1iBuSq3hr", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 844973805558685696, 'id_str': '844973805558685696', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C7nzMwTV4AARz4t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7nzMwTV4AARz4t.jpg', 'url': 'https://t.co/B1iBuSq3hr', 'display_url': 'pic.twitter.com/B1iBuSq3hr', 'expanded_url': 'https://twitter.com/dog_rates/status/844973813909606400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 844973805558685696, 'id_str': '844973805558685696', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C7nzMwTV4AARz4t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7nzMwTV4AARz4t.jpg', 'url': 'https://t.co/B1iBuSq3hr', 'display_url': 'pic.twitter.com/B1iBuSq3hr', 'expanded_url': 'https://twitter.com/dog_rates/status/844973813909606400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2860, 'favorite_count': 13948, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
254:844704788403113984
check_again
255:844580511645339650
{'created_at': 'Wed Mar 22 16:04:20 +0000 2017', 'id': 844580511645339650, 'id_str': '844580511645339650', 'full_text': 'This is Charlie. He wants to know if you have a moment to talk about washing machine insurance policies. 11/10 would hear him out https://t.co/gAzPqT7uyk', 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 844580505345511424, 'id_str': '844580505345511424', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C7iNfq1W0AAcbsR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7iNfq1W0AAcbsR.jpg', 'url': 'https://t.co/gAzPqT7uyk', 'display_url': 'pic.twitter.com/gAzPqT7uyk', 'expanded_url': 'https://twitter.com/dog_rates/status/844580511645339650/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 844580505345511424, 'id_str': '844580505345511424', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C7iNfq1W0AAcbsR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7iNfq1W0AAcbsR.jpg', 'url': 'https://t.co/gAzPqT7uyk', 'display_url': 'pic.twitter.com/gAzPqT7uyk', 'expanded_url': 'https://twitter.com/dog_rates/status/844580511645339650/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2821, 'favorite_count': 15307, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
256:844223788422217728
{'created_at': 'Tue Mar 21 16:26:50 +0000 2017', 'id': 844223788422217728, 'id_str': '844223788422217728', 'full_text': "This is Margo. She just dug pup a massive hole. Can't wait for you to see it. H*ckin proud of herself. 12/10 would forgive then pet https://t.co/H38HB6rBTx", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 844223764510334976, 'id_str': '844223764510334976', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C7dJCnqU4AAswat.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7dJCnqU4AAswat.jpg', 'url': 'https://t.co/H38HB6rBTx', 'display_url': 'pic.twitter.com/H38HB6rBTx', 'expanded_url': 'https://twitter.com/dog_rates/status/844223788422217728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 844223764510334976, 'id_str': '844223764510334976', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C7dJCnqU4AAswat.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7dJCnqU4AAswat.jpg', 'url': 'https://t.co/H38HB6rBTx', 'display_url': 'pic.twitter.com/H38HB6rBTx', 'expanded_url': 'https://twitter.com/dog_rates/status/844223788422217728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1994, 'favorite_count': 12711, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
257:843981021012017153
{'created_at': 'Tue Mar 21 00:22:10 +0000 2017', 'id': 843981021012017153, 'id_str': '843981021012017153', 'full_text': 'HE WAS DOING A SNOOZE NO SHAME IN A SNOOZE 13/10 https://t.co/Gu5wHx3CBd', 'truncated': False, 'display_text_range': [0, 48], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Gu5wHx3CBd', 'expanded_url': 'https://twitter.com/brianstack153/status/796796054100471809', 'display_url': 'twitter.com/brianstack153/…', 'indices': [49, 72]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'retweet_count': 2701, 'favorite_count': 14138, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
258:843856843873095681
{'created_at': 'Mon Mar 20 16:08:44 +0000 2017', 'id': 843856843873095681, 'id_str': '843856843873095681', 'full_text': 'Say hello to Sadie and Daisy. They do all their shopping together. Can never agree on what to get. Like an old married pupple. Both 12/10 https://t.co/f5C5l5wa0e', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 843856835564240896, 'id_str': '843856835564240896', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C7X7Ui0XgAA3m19.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7X7Ui0XgAA3m19.jpg', 'url': 'https://t.co/f5C5l5wa0e', 'display_url': 'pic.twitter.com/f5C5l5wa0e', 'expanded_url': 'https://twitter.com/dog_rates/status/843856843873095681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 843856835564240896, 'id_str': '843856835564240896', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C7X7Ui0XgAA3m19.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7X7Ui0XgAA3m19.jpg', 'url': 'https://t.co/f5C5l5wa0e', 'display_url': 'pic.twitter.com/f5C5l5wa0e', 'expanded_url': 'https://twitter.com/dog_rates/status/843856843873095681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4175, 'favorite_count': 19987, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
259:843604394117681152
{'created_at': 'Sun Mar 19 23:25:35 +0000 2017', 'id': 843604394117681152, 'id_str': '843604394117681152', 'full_text': "This is Hank. He's been outside for 3 minutes and already made a friend. Way to go Hank. 11/10 for both https://t.co/wHUElL84RC", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 843604386559348738, 'id_str': '843604386559348738', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C7UVuE_U0AI8GGl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7UVuE_U0AI8GGl.jpg', 'url': 'https://t.co/wHUElL84RC', 'display_url': 'pic.twitter.com/wHUElL84RC', 'expanded_url': 'https://twitter.com/dog_rates/status/843604394117681152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 717, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1923, 'resize': 'fit'}, 'small': {'w': 406, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 843604386559348738, 'id_str': '843604386559348738', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C7UVuE_U0AI8GGl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7UVuE_U0AI8GGl.jpg', 'url': 'https://t.co/wHUElL84RC', 'display_url': 'pic.twitter.com/wHUElL84RC', 'expanded_url': 'https://twitter.com/dog_rates/status/843604394117681152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 717, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1923, 'resize': 'fit'}, 'small': {'w': 406, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2484, 'favorite_count': 15732, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
260:843235543001513987
{'created_at': 'Sat Mar 18 22:59:54 +0000 2017', 'id': 843235543001513987, 'id_str': '843235543001513987', 'full_text': 'This is Tycho. She just had new wheels installed. About to do a zoom. 0-60 in 2.4 seconds. 13/10 inspirational as h*ck https://t.co/DKwp2ByMsL', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 843235535846031360, 'id_str': '843235535846031360', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C7PGQJAWwAAibui.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7PGQJAWwAAibui.jpg', 'url': 'https://t.co/DKwp2ByMsL', 'display_url': 'pic.twitter.com/DKwp2ByMsL', 'expanded_url': 'https://twitter.com/dog_rates/status/843235543001513987/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 843235535846031360, 'id_str': '843235535846031360', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C7PGQJAWwAAibui.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7PGQJAWwAAibui.jpg', 'url': 'https://t.co/DKwp2ByMsL', 'display_url': 'pic.twitter.com/DKwp2ByMsL', 'expanded_url': 'https://twitter.com/dog_rates/status/843235543001513987/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 843235535846105088, 'id_str': '843235535846105088', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C7PGQJAX4AArEg7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7PGQJAX4AArEg7.jpg', 'url': 'https://t.co/DKwp2ByMsL', 'display_url': 'pic.twitter.com/DKwp2ByMsL', 'expanded_url': 'https://twitter.com/dog_rates/status/843235543001513987/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}}}, {'id': 843235535837716480, 'id_str': '843235535837716480', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C7PGQI-X4AAM3nq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7PGQI-X4AAM3nq.jpg', 'url': 'https://t.co/DKwp2ByMsL', 'display_url': 'pic.twitter.com/DKwp2ByMsL', 'expanded_url': 'https://twitter.com/dog_rates/status/843235543001513987/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286039, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5428, 'favorite_count': 19991, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
261:842892208864923648
check_again
262:842846295480000512
{'created_at': 'Fri Mar 17 21:13:10 +0000 2017', 'id': 842846295480000512, 'id_str': '842846295480000512', 'full_text': "This is Charlie. He's wishing you a very fun and safe St. Pawtrick's Day. 13/10 festive af https://t.co/nFpNgCWWYs", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 842846286093209601, 'id_str': '842846286093209601', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/C7JkO0rX0AErh7X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7JkO0rX0AErh7X.jpg', 'url': 'https://t.co/nFpNgCWWYs', 'display_url': 'pic.twitter.com/nFpNgCWWYs', 'expanded_url': 'https://twitter.com/dog_rates/status/842846295480000512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 568, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1003, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1711, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 842846286093209601, 'id_str': '842846286093209601', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/C7JkO0rX0AErh7X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7JkO0rX0AErh7X.jpg', 'url': 'https://t.co/nFpNgCWWYs', 'display_url': 'pic.twitter.com/nFpNgCWWYs', 'expanded_url': 'https://twitter.com/dog_rates/status/842846295480000512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 568, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1003, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1711, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3318, 'favorite_count': 14236, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
263:842765311967449089
{'created_at': 'Fri Mar 17 15:51:22 +0000 2017', 'id': 842765311967449089, 'id_str': '842765311967449089', 'full_text': "Meet Indie. She's not a fan of baths but she's definitely a fan of hide & seek. 12/10 click the link to help Indie\n\nhttps://t.co/fvGkIuAlFK https://t.co/kiCFtmJd7l", 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/fvGkIuAlFK', 'expanded_url': 'https://www.gofundme.com/get-indie-home/', 'display_url': 'gofundme.com/get-indie-home/', 'indices': [120, 143]}], 'media': [{'id': 842765306540052480, 'id_str': '842765306540052480', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C7IalMVX0AATKRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7IalMVX0AATKRD.jpg', 'url': 'https://t.co/kiCFtmJd7l', 'display_url': 'pic.twitter.com/kiCFtmJd7l', 'expanded_url': 'https://twitter.com/dog_rates/status/842765311967449089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 750, 'h': 742, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 742, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 842765306540052480, 'id_str': '842765306540052480', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C7IalMVX0AATKRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7IalMVX0AATKRD.jpg', 'url': 'https://t.co/kiCFtmJd7l', 'display_url': 'pic.twitter.com/kiCFtmJd7l', 'expanded_url': 'https://twitter.com/dog_rates/status/842765311967449089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 750, 'h': 742, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 742, 'resize': 'fit'}}}, {'id': 842765306548371456, 'id_str': '842765306548371456', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C7IalMXWwAAZ2G3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7IalMXWwAAZ2G3.jpg', 'url': 'https://t.co/kiCFtmJd7l', 'display_url': 'pic.twitter.com/kiCFtmJd7l', 'expanded_url': 'https://twitter.com/dog_rates/status/842765311967449089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 747, 'h': 745, 'resize': 'fit'}, 'large': {'w': 747, 'h': 745, 'resize': 'fit'}, 'small': {'w': 680, 'h': 678, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1177, 'favorite_count': 6301, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
264:842535590457499648
{'created_at': 'Fri Mar 17 00:38:32 +0000 2017', 'id': 842535590457499648, 'id_str': '842535590457499648', 'full_text': "This is Winnie. She lost her body saving a children's hospital from an avalanche. 13/10 what a h*ckin hero https://t.co/Tf0rh9ZgZe", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 842535582697971714, 'id_str': '842535582697971714', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C7FJpgVW4AIDzi6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7FJpgVW4AIDzi6.jpg', 'url': 'https://t.co/Tf0rh9ZgZe', 'display_url': 'pic.twitter.com/Tf0rh9ZgZe', 'expanded_url': 'https://twitter.com/dog_rates/status/842535590457499648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 842535582697971714, 'id_str': '842535582697971714', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C7FJpgVW4AIDzi6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C7FJpgVW4AIDzi6.jpg', 'url': 'https://t.co/Tf0rh9ZgZe', 'display_url': 'pic.twitter.com/Tf0rh9ZgZe', 'expanded_url': 'https://twitter.com/dog_rates/status/842535590457499648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3188, 'favorite_count': 16941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
265:842163532590374912
{'created_at': 'Thu Mar 16 00:00:07 +0000 2017', 'id': 842163532590374912, 'id_str': '842163532590374912', 'full_text': 'Meet George. He looks slightly deflated but overall quite powerful. Not sure how that human restrained him. 12/10 would snug with permission https://t.co/o6E0hB3xZl', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 842163518233292801, 'id_str': '842163518233292801', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'url': 'https://t.co/o6E0hB3xZl', 'display_url': 'pic.twitter.com/o6E0hB3xZl', 'expanded_url': 'https://twitter.com/dog_rates/status/842163532590374912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 842163518233292801, 'id_str': '842163518233292801', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_3QgMWsAENVzr.jpg', 'url': 'https://t.co/o6E0hB3xZl', 'display_url': 'pic.twitter.com/o6E0hB3xZl', 'expanded_url': 'https://twitter.com/dog_rates/status/842163532590374912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}, {'id': 842163518233292803, 'id_str': '842163518233292803', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6_3QgMWsAMNnAk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_3QgMWsAMNnAk.jpg', 'url': 'https://t.co/o6E0hB3xZl', 'display_url': 'pic.twitter.com/o6E0hB3xZl', 'expanded_url': 'https://twitter.com/dog_rates/status/842163532590374912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5269, 'favorite_count': 22770, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
266:842115215311396866
{'created_at': 'Wed Mar 15 20:48:07 +0000 2017', 'id': 842115215311396866, 'id_str': '842115215311396866', 'full_text': "This is Bentley. It's his first time going to the beach. I think he's a fan. 12/10 would build sand castles with https://t.co/iDK4OyQJoy", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 842115183262736384, 'id_str': '842115183262736384', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C6_LTCZWoAAKm_O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_LTCZWoAAKm_O.jpg', 'url': 'https://t.co/iDK4OyQJoy', 'display_url': 'pic.twitter.com/iDK4OyQJoy', 'expanded_url': 'https://twitter.com/dog_rates/status/842115215311396866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 842115183262736384, 'id_str': '842115183262736384', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C6_LTCZWoAAKm_O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_LTCZWoAAKm_O.jpg', 'url': 'https://t.co/iDK4OyQJoy', 'display_url': 'pic.twitter.com/iDK4OyQJoy', 'expanded_url': 'https://twitter.com/dog_rates/status/842115215311396866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 842115183250137098, 'id_str': '842115183250137098', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C6_LTCWWYAogPJL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_LTCWWYAogPJL.jpg', 'url': 'https://t.co/iDK4OyQJoy', 'display_url': 'pic.twitter.com/iDK4OyQJoy', 'expanded_url': 'https://twitter.com/dog_rates/status/842115215311396866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 842115183329841152, 'id_str': '842115183329841152', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C6_LTCpWkAAiLe1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6_LTCpWkAAiLe1.jpg', 'url': 'https://t.co/iDK4OyQJoy', 'display_url': 'pic.twitter.com/iDK4OyQJoy', 'expanded_url': 'https://twitter.com/dog_rates/status/842115215311396866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2763, 'favorite_count': 13055, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
267:841833993020538882
{'created_at': 'Wed Mar 15 02:10:39 +0000 2017', 'id': 841833993020538882, 'id_str': '841833993020538882', 'full_text': 'RT @dog_rates: This is Ken. His cheeks are magic. 13/10 (IG: ken_shiba) https://t.co/btzf1zTDeQ', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 817423809049493505, 'id_str': '817423809049493505', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'url': 'https://t.co/btzf1zTDeQ', 'display_url': 'pic.twitter.com/btzf1zTDeQ', 'expanded_url': 'https://twitter.com/dog_rates/status/817423860136083457/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'source_status_id': 817423860136083457, 'source_status_id_str': '817423860136083457', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 817423809049493505, 'id_str': '817423809049493505', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'url': 'https://t.co/btzf1zTDeQ', 'display_url': 'pic.twitter.com/btzf1zTDeQ', 'expanded_url': 'https://twitter.com/dog_rates/status/817423860136083457/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'source_status_id': 817423860136083457, 'source_status_id_str': '817423860136083457', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835', 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 12079, 'variants': [{'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/720x720/I9zru8euq3KyMtPW.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/pl/pjux09oIx4_Pqa3X.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/480x480/dHYYdvXMlZuCCtRJ.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/240x240/J33-HErqMVqpUn6L.mp4'}]}, 'additional_media_info': {'monetizable': False, 'source_user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jan 06 17:33:29 +0000 2017', 'id': 817423860136083457, 'id_str': '817423860136083457', 'full_text': 'This is Ken. His cheeks are magic. 13/10 (IG: ken_shiba) https://t.co/btzf1zTDeQ', 'truncated': False, 'display_text_range': [0, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817423809049493505, 'id_str': '817423809049493505', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'url': 'https://t.co/btzf1zTDeQ', 'display_url': 'pic.twitter.com/btzf1zTDeQ', 'expanded_url': 'https://twitter.com/dog_rates/status/817423860136083457/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817423809049493505, 'id_str': '817423809049493505', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'url': 'https://t.co/btzf1zTDeQ', 'display_url': 'pic.twitter.com/btzf1zTDeQ', 'expanded_url': 'https://twitter.com/dog_rates/status/817423860136083457/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 12079, 'variants': [{'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/720x720/I9zru8euq3KyMtPW.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/pl/pjux09oIx4_Pqa3X.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/480x480/dHYYdvXMlZuCCtRJ.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/240x240/J33-HErqMVqpUn6L.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13604, 'favorite_count': 31869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 13604, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
268:841680585030541313
{'created_at': 'Tue Mar 14 16:01:03 +0000 2017', 'id': 841680585030541313, 'id_str': '841680585030541313', 'full_text': "This is Penny. She's a dragon slayer. Feared by most, if not all, dragons. Showing off her latest victim here. 12/10 would pet with caution https://t.co/qUOijSlPnj", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 841680565212454913, 'id_str': '841680565212454913', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C65AA7_WoAEGqA9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C65AA7_WoAEGqA9.jpg', 'url': 'https://t.co/qUOijSlPnj', 'display_url': 'pic.twitter.com/qUOijSlPnj', 'expanded_url': 'https://twitter.com/dog_rates/status/841680585030541313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 841680565212454913, 'id_str': '841680565212454913', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C65AA7_WoAEGqA9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C65AA7_WoAEGqA9.jpg', 'url': 'https://t.co/qUOijSlPnj', 'display_url': 'pic.twitter.com/qUOijSlPnj', 'expanded_url': 'https://twitter.com/dog_rates/status/841680585030541313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7170, 'favorite_count': 24065, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
269:841439858740625411
{'created_at': 'Tue Mar 14 00:04:30 +0000 2017', 'id': 841439858740625411, 'id_str': '841439858740625411', 'full_text': 'Here we have some incredible doggos for #K9VeteransDay. All brave as h*ck. Salute your dog in solidarity. 14/10 for all https://t.co/SVNMdFqKDL', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [{'text': 'K9VeteransDay', 'indices': [40, 54]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 841439843452387328, 'id_str': '841439843452387328', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C61lFFjXAAAkIFZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C61lFFjXAAAkIFZ.jpg', 'url': 'https://t.co/SVNMdFqKDL', 'display_url': 'pic.twitter.com/SVNMdFqKDL', 'expanded_url': 'https://twitter.com/dog_rates/status/841439858740625411/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 841439843452387328, 'id_str': '841439843452387328', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C61lFFjXAAAkIFZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C61lFFjXAAAkIFZ.jpg', 'url': 'https://t.co/SVNMdFqKDL', 'display_url': 'pic.twitter.com/SVNMdFqKDL', 'expanded_url': 'https://twitter.com/dog_rates/status/841439858740625411/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 841439843456565248, 'id_str': '841439843456565248', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C61lFFkWwAAVkA5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C61lFFkWwAAVkA5.jpg', 'url': 'https://t.co/SVNMdFqKDL', 'display_url': 'pic.twitter.com/SVNMdFqKDL', 'expanded_url': 'https://twitter.com/dog_rates/status/841439858740625411/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 667, 'resize': 'fit'}}}, {'id': 841439843448168448, 'id_str': '841439843448168448', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C61lFFiWoAAJdiL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C61lFFiWoAAJdiL.jpg', 'url': 'https://t.co/SVNMdFqKDL', 'display_url': 'pic.twitter.com/SVNMdFqKDL', 'expanded_url': 'https://twitter.com/dog_rates/status/841439858740625411/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 841439843448156162, 'id_str': '841439843448156162', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/C61lFFiWcAIvX-V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C61lFFiWcAIvX-V.jpg', 'url': 'https://t.co/SVNMdFqKDL', 'display_url': 'pic.twitter.com/SVNMdFqKDL', 'expanded_url': 'https://twitter.com/dog_rates/status/841439858740625411/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 634, 'h': 388, 'resize': 'fit'}, 'small': {'w': 634, 'h': 388, 'resize': 'fit'}, 'medium': {'w': 634, 'h': 388, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3335, 'favorite_count': 11753, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
270:841320156043304961
{'created_at': 'Mon Mar 13 16:08:50 +0000 2017', 'id': 841320156043304961, 'id_str': '841320156043304961', 'full_text': "We don't rate penguins, but if we did, this one would get 12/10 https://t.co/cEORXhwZ5K", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/cEORXhwZ5K', 'expanded_url': 'https://twitter.com/abc/status/841311395547250688', 'display_url': 'twitter.com/abc/status/841…', 'indices': [64, 87]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 841311395547250688, 'quoted_status_id_str': '841311395547250688', 'quoted_status_permalink': {'url': 'https://t.co/cEORXhwZ5K', 'expanded': 'https://twitter.com/abc/status/841311395547250688', 'display': 'twitter.com/abc/status/841…'}, 'quoted_status': {'created_at': 'Mon Mar 13 15:34:02 +0000 2017', 'id': 841311395547250688, 'id_str': '841311395547250688', 'full_text': 'LOVING LIFE: Watch this 6-year-old avalanche search and rescue dog take a slide down California’s Heavenly Mountain in Lake Tahoe. https://t.co/m4dhaakn7D', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 841307937456979968, 'id_str': '841307937456979968', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C6ztYBtWgAcrAOZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6ztYBtWgAcrAOZ.jpg', 'url': 'https://t.co/m4dhaakn7D', 'display_url': 'pic.twitter.com/m4dhaakn7D', 'expanded_url': 'https://twitter.com/ABC/status/841311395547250688/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 841307937456979968, 'id_str': '841307937456979968', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C6ztYBtWgAcrAOZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6ztYBtWgAcrAOZ.jpg', 'url': 'https://t.co/m4dhaakn7D', 'display_url': 'pic.twitter.com/m4dhaakn7D', 'expanded_url': 'https://twitter.com/ABC/status/841311395547250688/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 37371, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/amplify_video/841307937456979968/vid/480x480/iIQxVCQsI7drVESH.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/amplify_video/841307937456979968/vid/240x240/C_6Pl2hiUugEhiyF.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/amplify_video/841307937456979968/pl/_EuBq0pszk_aBaLW.m3u8'}]}, 'additional_media_info': {'title': '6-year-old avalanche search and rescue dog slides down snow', 'description': '', 'call_to_actions': {'visit_site': {'url': 'https://abcnews.com/weather'}}, 'embeddable': True, 'monetizable': False}}]}, 'source': '<a href="https://studio.twitter.com" rel="nofollow">Twitter Media Studio</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 28785486, 'id_str': '28785486', 'name': 'ABC News', 'screen_name': 'ABC', 'location': 'New York City / Worldwide', 'description': 'All the news and information you need to see, curated by the @ABC News team. Watch full ABC News broadcasts on @Hulu: https://t.co/w3wQ1O1Szs', 'url': 'https://t.co/26XEt8onYo', 'entities': {'url': {'urls': [{'url': 'https://t.co/26XEt8onYo', 'expanded_url': 'https://abcnews.go.com/', 'display_url': 'abcnews.go.com', 'indices': [0, 23]}]}, 'description': {'urls': [{'url': 'https://t.co/w3wQ1O1Szs', 'expanded_url': 'http://abcn.ws/3bJ62RK', 'display_url': 'abcn.ws/3bJ62RK', 'indices': [118, 141]}]}}, 'protected': False, 'followers_count': 17584140, 'friends_count': 487, 'listed_count': 65812, 'created_at': 'Sat Apr 04 12:40:32 +0000 2009', 'favourites_count': 47, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 389622, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': True, 'profile_background_color': '6E8EB5', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1453073578790948873/4bg2Xr0L_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1453073578790948873/4bg2Xr0L_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/28785486/1505493568', 'profile_link_color': '336699', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'regular', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10485, 'favorite_count': 21315, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 5027, 'favorite_count': 18441, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
271:841314665196081154
{'created_at': 'Mon Mar 13 15:47:01 +0000 2017', 'id': 841314665196081154, 'id_str': '841314665196081154', 'full_text': "This is Max. There's no way in h*ck you're taking his pacifier. Binky promises it's not happening. 13/10 very good stubborn boy https://t.co/9lVAqDEvZ5", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 841311812641533952, 'id_str': '841311812641533952', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/841311812641533952/pu/img/sBUGt8u76n9azPWI.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/841311812641533952/pu/img/sBUGt8u76n9azPWI.jpg', 'url': 'https://t.co/9lVAqDEvZ5', 'display_url': 'pic.twitter.com/9lVAqDEvZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/841314665196081154/video/1', 'type': 'photo', 'sizes': {'medium': {'w': 718, 'h': 404, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 718, 'h': 404, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 841311812641533952, 'id_str': '841311812641533952', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/841311812641533952/pu/img/sBUGt8u76n9azPWI.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/841311812641533952/pu/img/sBUGt8u76n9azPWI.jpg', 'url': 'https://t.co/9lVAqDEvZ5', 'display_url': 'pic.twitter.com/9lVAqDEvZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/841314665196081154/video/1', 'type': 'video', 'sizes': {'medium': {'w': 718, 'h': 404, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 718, 'h': 404, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [359, 202], 'duration_millis': 15015, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/841311812641533952/pu/vid/318x180/umPCPClfDjQeUSqg.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/841311812641533952/pu/vid/638x360/7vqIA-_UfM3dJ7XV.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/841311812641533952/pu/pl/qpjZhO6Y6T5s48Yq.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4243, 'favorite_count': 14765, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
272:841077006473256960
{'created_at': 'Mon Mar 13 00:02:39 +0000 2017', 'id': 841077006473256960, 'id_str': '841077006473256960', 'full_text': "This is Dawn. She's just checking pup on you. Making sure you're doing okay. 12/10 she's here if you need her https://t.co/XKJrmO4fAQ", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 841077001360461824, 'id_str': '841077001360461824', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'url': 'https://t.co/XKJrmO4fAQ', 'display_url': 'pic.twitter.com/XKJrmO4fAQ', 'expanded_url': 'https://twitter.com/dog_rates/status/841077006473256960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 841077001360461824, 'id_str': '841077001360461824', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6wbE5bXUAAh1Hv.jpg', 'url': 'https://t.co/XKJrmO4fAQ', 'display_url': 'pic.twitter.com/XKJrmO4fAQ', 'expanded_url': 'https://twitter.com/dog_rates/status/841077006473256960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4894, 'favorite_count': 21359, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
273:840761248237133825
{'created_at': 'Sun Mar 12 03:07:56 +0000 2017', 'id': 840761248237133825, 'id_str': '840761248237133825', 'full_text': 'RT @dog_rates: Say hello to Maddie and Gunner. They are considerably pupset about bath time. Both 12/10 but Gunner needs your help\n\nhttps:/…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Mar 11 18:35:42 +0000 2017', 'id': 840632337062862849, 'id_str': '840632337062862849', 'full_text': 'Say hello to Maddie and Gunner. They are considerably pupset about bath time. Both 12/10 but Gunner needs your help\n\nhttps://t.co/JesYTzb1Jo https://t.co/5cncH08G1o', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/JesYTzb1Jo', 'expanded_url': 'https://www.gofundme.com/3hgsuu0', 'display_url': 'gofundme.com/3hgsuu0', 'indices': [117, 140]}], 'media': [{'id': 840632328313495553, 'id_str': '840632328313495553', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'url': 'https://t.co/5cncH08G1o', 'display_url': 'pic.twitter.com/5cncH08G1o', 'expanded_url': 'https://twitter.com/dog_rates/status/840632337062862849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 840632328313495553, 'id_str': '840632328313495553', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'url': 'https://t.co/5cncH08G1o', 'display_url': 'pic.twitter.com/5cncH08G1o', 'expanded_url': 'https://twitter.com/dog_rates/status/840632337062862849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1622, 'favorite_count': 8440, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1622, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
274:840728873075638272
{'created_at': 'Sun Mar 12 00:59:17 +0000 2017', 'id': 840728873075638272, 'id_str': '840728873075638272', 'full_text': 'RT @dog_rates: This is Pipsy. He is a fluffball. Enjoys traveling the sea & getting tangled in leash. 12/10 I would kill for Pipsy https://…', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Nov 19 01:27:25 +0000 2015', 'id': 667152164079423490, 'id_str': '667152164079423490', 'full_text': 'This is Pipsy. He is a fluffball. Enjoys traveling the sea & getting tangled in leash. 12/10 I would kill for Pipsy https://t.co/h9R0EwKd9X', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667152157783670784, 'id_str': '667152157783670784', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'url': 'https://t.co/h9R0EwKd9X', 'display_url': 'pic.twitter.com/h9R0EwKd9X', 'expanded_url': 'https://twitter.com/dog_rates/status/667152164079423490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 741, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 741, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667152157783670784, 'id_str': '667152157783670784', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'url': 'https://t.co/h9R0EwKd9X', 'display_url': 'pic.twitter.com/h9R0EwKd9X', 'expanded_url': 'https://twitter.com/dog_rates/status/667152164079423490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 741, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 741, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14617, 'favorite_count': 42296, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 14617, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
275:840698636975636481
{'created_at': 'Sat Mar 11 22:59:09 +0000 2017', 'id': 840698636975636481, 'id_str': '840698636975636481', 'full_text': '@0_kelvin_0 >10/10 is reserved for puppos sorry Kevin', 'truncated': False, 'display_text_range': [12, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': '0_kelvin_0', 'name': 'Azer0', 'id': 840547864354918400, 'id_str': '840547864354918400', 'indices': [0, 11]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 840698300298862592, 'in_reply_to_status_id_str': '840698300298862592', 'in_reply_to_user_id': 840547864354918400, 'in_reply_to_user_id_str': '840547864354918400', 'in_reply_to_screen_name': '0_kelvin_0', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2, 'favorite_count': 165, 'favorited': False, 'retweeted': False, 'lang': 'en'}
276:840696689258311684
{'created_at': 'Sat Mar 11 22:51:24 +0000 2017', 'id': 840696689258311684, 'id_str': '840696689258311684', 'full_text': "I didn't even have to intervene. Took him 4 minutes to realize his error. 10/10 for Kevin https://t.co/2gclc1MNr7", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 840696683398746112, 'id_str': '840696683398746112', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C6rBLenU0AAr8MN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6rBLenU0AAr8MN.jpg', 'url': 'https://t.co/2gclc1MNr7', 'display_url': 'pic.twitter.com/2gclc1MNr7', 'expanded_url': 'https://twitter.com/dog_rates/status/840696689258311684/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 614, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 829, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 829, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 840696683398746112, 'id_str': '840696683398746112', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C6rBLenU0AAr8MN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6rBLenU0AAr8MN.jpg', 'url': 'https://t.co/2gclc1MNr7', 'display_url': 'pic.twitter.com/2gclc1MNr7', 'expanded_url': 'https://twitter.com/dog_rates/status/840696689258311684/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 614, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 829, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 829, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 891, 'favorite_count': 11500, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
277:840632337062862849
{'created_at': 'Sat Mar 11 18:35:42 +0000 2017', 'id': 840632337062862849, 'id_str': '840632337062862849', 'full_text': 'Say hello to Maddie and Gunner. They are considerably pupset about bath time. Both 12/10 but Gunner needs your help\n\nhttps://t.co/JesYTzb1Jo https://t.co/5cncH08G1o', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/JesYTzb1Jo', 'expanded_url': 'https://www.gofundme.com/3hgsuu0', 'display_url': 'gofundme.com/3hgsuu0', 'indices': [117, 140]}], 'media': [{'id': 840632328313495553, 'id_str': '840632328313495553', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'url': 'https://t.co/5cncH08G1o', 'display_url': 'pic.twitter.com/5cncH08G1o', 'expanded_url': 'https://twitter.com/dog_rates/status/840632337062862849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 840632328313495553, 'id_str': '840632328313495553', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6qGphPV4AEKrdc.jpg', 'url': 'https://t.co/5cncH08G1o', 'display_url': 'pic.twitter.com/5cncH08G1o', 'expanded_url': 'https://twitter.com/dog_rates/status/840632337062862849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1622, 'favorite_count': 8440, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
278:840370681858686976
{'created_at': 'Sat Mar 11 01:15:58 +0000 2017', 'id': 840370681858686976, 'id_str': '840370681858686976', 'full_text': 'You have been visited by the magical sugar jar puggo. He has granted you three boops. 13/10 would use immediately https://t.co/76iL7JUQdG', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 840370672886923264, 'id_str': '840370672886923264', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C6mYrK0UwAANhep.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6mYrK0UwAANhep.jpg', 'url': 'https://t.co/76iL7JUQdG', 'display_url': 'pic.twitter.com/76iL7JUQdG', 'expanded_url': 'https://twitter.com/dog_rates/status/840370681858686976/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 840370672886923264, 'id_str': '840370672886923264', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C6mYrK0UwAANhep.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6mYrK0UwAANhep.jpg', 'url': 'https://t.co/76iL7JUQdG', 'display_url': 'pic.twitter.com/76iL7JUQdG', 'expanded_url': 'https://twitter.com/dog_rates/status/840370681858686976/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4186, 'favorite_count': 15356, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
279:840268004936019968
{'created_at': 'Fri Mar 10 18:27:58 +0000 2017', 'id': 840268004936019968, 'id_str': '840268004936019968', 'full_text': "This is Monty. He makes instantly regrettable decisions. Couldn't help himself. It looked like a ghost lollipop. 12/10 mistake happen https://t.co/8Wsr6b4RjE", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 840267990708961280, 'id_str': '840267990708961280', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C6k7SR5WwAABtb9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6k7SR5WwAABtb9.jpg', 'url': 'https://t.co/8Wsr6b4RjE', 'display_url': 'pic.twitter.com/8Wsr6b4RjE', 'expanded_url': 'https://twitter.com/dog_rates/status/840268004936019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 840267990708961280, 'id_str': '840267990708961280', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C6k7SR5WwAABtb9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6k7SR5WwAABtb9.jpg', 'url': 'https://t.co/8Wsr6b4RjE', 'display_url': 'pic.twitter.com/8Wsr6b4RjE', 'expanded_url': 'https://twitter.com/dog_rates/status/840268004936019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 840267990729924609, 'id_str': '840267990729924609', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C6k7SR-WoAEEieV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6k7SR-WoAEEieV.jpg', 'url': 'https://t.co/8Wsr6b4RjE', 'display_url': 'pic.twitter.com/8Wsr6b4RjE', 'expanded_url': 'https://twitter.com/dog_rates/status/840268004936019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 840267992902619144, 'id_str': '840267992902619144', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C6k7SaEXUAg83_J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6k7SaEXUAg83_J.jpg', 'url': 'https://t.co/8Wsr6b4RjE', 'display_url': 'pic.twitter.com/8Wsr6b4RjE', 'expanded_url': 'https://twitter.com/dog_rates/status/840268004936019968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 840267995503042565, 'id_str': '840267995503042565', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C6k7SjwWoAUfheC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6k7SjwWoAUfheC.jpg', 'url': 'https://t.co/8Wsr6b4RjE', 'display_url': 'pic.twitter.com/8Wsr6b4RjE', 'expanded_url': 'https://twitter.com/dog_rates/status/840268004936019968/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5228, 'favorite_count': 17928, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
280:839990271299457024
{'created_at': 'Fri Mar 10 00:04:21 +0000 2017', 'id': 839990271299457024, 'id_str': '839990271299457024', 'full_text': 'Meet Sojourner. His nose is a Fibonacci Spiral. Legendary af. 13/10 we must protect him at all costs https://t.co/r7W1NbkOtr', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 839990262579396609, 'id_str': '839990262579396609', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C6g-sX_VAAEOlfG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6g-sX_VAAEOlfG.jpg', 'url': 'https://t.co/r7W1NbkOtr', 'display_url': 'pic.twitter.com/r7W1NbkOtr', 'expanded_url': 'https://twitter.com/dog_rates/status/839990271299457024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 957, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1634, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 839990262579396609, 'id_str': '839990262579396609', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C6g-sX_VAAEOlfG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6g-sX_VAAEOlfG.jpg', 'url': 'https://t.co/r7W1NbkOtr', 'display_url': 'pic.twitter.com/r7W1NbkOtr', 'expanded_url': 'https://twitter.com/dog_rates/status/839990271299457024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 957, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1634, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}, {'id': 839990262575247360, 'id_str': '839990262575247360', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C6g-sX-VsAAHfJ9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6g-sX-VsAAHfJ9.jpg', 'url': 'https://t.co/r7W1NbkOtr', 'display_url': 'pic.twitter.com/r7W1NbkOtr', 'expanded_url': 'https://twitter.com/dog_rates/status/839990271299457024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2072, 'favorite_count': 12553, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
281:839549326359670784
{'created_at': 'Wed Mar 08 18:52:12 +0000 2017', 'id': 839549326359670784, 'id_str': '839549326359670784', 'full_text': "Meet Winston. He knows he's a little too big for the swing, but he doesn't care. Kindly requests a push. 12/10 would happily oblige https://t.co/GuxEXTdnMu", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 839549305585295362, 'id_str': '839549305585295362', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'url': 'https://t.co/GuxEXTdnMu', 'display_url': 'pic.twitter.com/GuxEXTdnMu', 'expanded_url': 'https://twitter.com/dog_rates/status/839549326359670784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 839549305585295362, 'id_str': '839549305585295362', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6atpTLWYAIL7bU.jpg', 'url': 'https://t.co/GuxEXTdnMu', 'display_url': 'pic.twitter.com/GuxEXTdnMu', 'expanded_url': 'https://twitter.com/dog_rates/status/839549326359670784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7085, 'favorite_count': 25619, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
282:839290600511926273
{'created_at': 'Wed Mar 08 01:44:07 +0000 2017', 'id': 839290600511926273, 'id_str': '839290600511926273', 'full_text': 'RT @alexmartindawg: THE DRINK IS DR. PUPPER 10/10 good pun @matt___nelson @GoodDogsGame https://t.co/act3duiqbL', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'alexmartindawg', 'name': 'alexmartindawg', 'id': 41198418, 'id_str': '41198418', 'indices': [3, 18]}, {'screen_name': 'matt___nelson', 'name': 'Anthony Hecker', 'id': 1115596989184401408, 'id_str': '1115596989184401408', 'indices': [59, 73]}, {'screen_name': 'GoodDogsGame', 'name': 'Good Dogs', 'id': 827593379009675264, 'id_str': '827593379009675264', 'indices': [74, 87]}], 'urls': [], 'media': [{'id': 839289900885282817, 'id_str': '839289900885282817', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'url': 'https://t.co/act3duiqbL', 'display_url': 'pic.twitter.com/act3duiqbL', 'expanded_url': 'https://twitter.com/alexmartindawg/status/839289919298224128/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 839289919298224128, 'source_status_id_str': '839289919298224128', 'source_user_id': 41198418, 'source_user_id_str': '41198418'}]}, 'extended_entities': {'media': [{'id': 839289900885282817, 'id_str': '839289900885282817', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'url': 'https://t.co/act3duiqbL', 'display_url': 'pic.twitter.com/act3duiqbL', 'expanded_url': 'https://twitter.com/alexmartindawg/status/839289919298224128/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 839289919298224128, 'source_status_id_str': '839289919298224128', 'source_user_id': 41198418, 'source_user_id_str': '41198418'}, {'id': 839289909034762240, 'id_str': '839289909034762240', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/C6XBubuWQAARzcp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6XBubuWQAARzcp.jpg', 'url': 'https://t.co/act3duiqbL', 'display_url': 'pic.twitter.com/act3duiqbL', 'expanded_url': 'https://twitter.com/alexmartindawg/status/839289919298224128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 839289919298224128, 'source_status_id_str': '839289919298224128', 'source_user_id': 41198418, 'source_user_id_str': '41198418'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Mar 08 01:41:24 +0000 2017', 'id': 839289919298224128, 'id_str': '839289919298224128', 'full_text': 'THE DRINK IS DR. PUPPER 10/10 good pun @matt___nelson @GoodDogsGame https://t.co/act3duiqbL', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'matt___nelson', 'name': 'Anthony Hecker', 'id': 1115596989184401408, 'id_str': '1115596989184401408', 'indices': [39, 53]}, {'screen_name': 'GoodDogsGame', 'name': 'Good Dogs', 'id': 827593379009675264, 'id_str': '827593379009675264', 'indices': [54, 67]}], 'urls': [], 'media': [{'id': 839289900885282817, 'id_str': '839289900885282817', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'url': 'https://t.co/act3duiqbL', 'display_url': 'pic.twitter.com/act3duiqbL', 'expanded_url': 'https://twitter.com/alexmartindawg/status/839289919298224128/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 839289900885282817, 'id_str': '839289900885282817', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6XBt9XXEAEEW9U.jpg', 'url': 'https://t.co/act3duiqbL', 'display_url': 'pic.twitter.com/act3duiqbL', 'expanded_url': 'https://twitter.com/alexmartindawg/status/839289919298224128/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 839289909034762240, 'id_str': '839289909034762240', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/C6XBubuWQAARzcp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6XBubuWQAARzcp.jpg', 'url': 'https://t.co/act3duiqbL', 'display_url': 'pic.twitter.com/act3duiqbL', 'expanded_url': 'https://twitter.com/alexmartindawg/status/839289919298224128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 41198418, 'id_str': '41198418', 'name': 'alexmartindawg', 'screen_name': 'alexmartindawg', 'location': 'in the middle of 0 and 1', 'description': "Someone convince me I'm okay", 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 401, 'friends_count': 662, 'listed_count': 0, 'created_at': 'Tue May 19 20:11:50 +0000 2009', 'favourites_count': 6670, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 14296, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '131516', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme18/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme18/bg.gif', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1377836041042853889/H0PrvH4Z_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1377836041042853889/H0PrvH4Z_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/41198418/1525970846', 'profile_link_color': '009999', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': 'F6F6F6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 132, 'favorite_count': 1710, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 132, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
283:839239871831150596
{'created_at': 'Tue Mar 07 22:22:32 +0000 2017', 'id': 839239871831150596, 'id_str': '839239871831150596', 'full_text': "This is Odie. He's big. 13/10 would attempt to ride https://t.co/JEXB9RwBmm", 'truncated': False, 'display_text_range': [0, 51], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 839239862192648194, 'id_str': '839239862192648194', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/C6WUNUtXMAIIk1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6WUNUtXMAIIk1y.jpg', 'url': 'https://t.co/JEXB9RwBmm', 'display_url': 'pic.twitter.com/JEXB9RwBmm', 'expanded_url': 'https://twitter.com/dog_rates/status/839239871831150596/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 839239862192648194, 'id_str': '839239862192648194', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/C6WUNUtXMAIIk1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6WUNUtXMAIIk1y.jpg', 'url': 'https://t.co/JEXB9RwBmm', 'display_url': 'pic.twitter.com/JEXB9RwBmm', 'expanded_url': 'https://twitter.com/dog_rates/status/839239871831150596/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 839239862200983554, 'id_str': '839239862200983554', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/C6WUNUvWYAIofQf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6WUNUvWYAIofQf.jpg', 'url': 'https://t.co/JEXB9RwBmm', 'display_url': 'pic.twitter.com/JEXB9RwBmm', 'expanded_url': 'https://twitter.com/dog_rates/status/839239871831150596/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 839239863736098816, 'id_str': '839239863736098816', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/C6WUNadWYAAPxHv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6WUNadWYAAPxHv.jpg', 'url': 'https://t.co/JEXB9RwBmm', 'display_url': 'pic.twitter.com/JEXB9RwBmm', 'expanded_url': 'https://twitter.com/dog_rates/status/839239871831150596/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 672, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1186, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 2024, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5953, 'favorite_count': 25268, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
284:838952994649550848
{'created_at': 'Tue Mar 07 03:22:35 +0000 2017', 'id': 838952994649550848, 'id_str': '838952994649550848', 'full_text': 'SHE MISPLACED HER HOOMAN 13/10 MISTAKES HAPPEN https://t.co/ngAxYLVYHP', 'truncated': False, 'display_text_range': [0, 46], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/ngAxYLVYHP', 'expanded_url': 'https://twitter.com/ktla/status/838948714227998720', 'display_url': 'twitter.com/ktla/status/83…', 'indices': [47, 70]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 838948714227998720, 'quoted_status_id_str': '838948714227998720', 'quoted_status_permalink': {'url': 'https://t.co/ngAxYLVYHP', 'expanded': 'https://twitter.com/ktla/status/838948714227998720', 'display': 'twitter.com/ktla/status/83…'}, 'quoted_status': {'created_at': 'Tue Mar 07 03:05:35 +0000 2017', 'id': 838948714227998720, 'id_str': '838948714227998720', 'full_text': 'Blind family dog missing for a week found alive in Santa Cruz mountains https://t.co/5kZC9NATNJ https://t.co/9qfAMy32pQ', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/5kZC9NATNJ', 'expanded_url': 'http://on.ktla.com/NuJDc', 'display_url': 'on.ktla.com/NuJDc', 'indices': [72, 95]}], 'media': [{'id': 838948685203460098, 'id_str': '838948685203460098', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C6SLYl5VUAIm1lT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6SLYl5VUAIm1lT.jpg', 'url': 'https://t.co/9qfAMy32pQ', 'display_url': 'pic.twitter.com/9qfAMy32pQ', 'expanded_url': 'https://twitter.com/KTLA/status/838948714227998720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 692, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 692, 'h': 384, 'resize': 'fit'}, 'small': {'w': 680, 'h': 377, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 838948685203460098, 'id_str': '838948685203460098', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C6SLYl5VUAIm1lT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6SLYl5VUAIm1lT.jpg', 'url': 'https://t.co/9qfAMy32pQ', 'display_url': 'pic.twitter.com/9qfAMy32pQ', 'expanded_url': 'https://twitter.com/KTLA/status/838948714227998720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 692, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 692, 'h': 384, 'resize': 'fit'}, 'small': {'w': 680, 'h': 377, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 10252962, 'id_str': '10252962', 'name': 'KTLA', 'screen_name': 'KTLA', 'location': 'Los Angeles, CA', 'description': 'KTLA has been keeping Southern California informed since 1947. \n\nHave great video, photos or story tips? Share with us using #ktla.', 'url': 'http://t.co/ZgOP41jU0Y', 'entities': {'url': {'urls': [{'url': 'http://t.co/ZgOP41jU0Y', 'expanded_url': 'http://ktla.com', 'display_url': 'ktla.com', 'indices': [0, 22]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 890785, 'friends_count': 796, 'listed_count': 4396, 'created_at': 'Wed Nov 14 17:43:42 +0000 2007', 'favourites_count': 1805, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 253042, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '040718', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme4/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme4/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/809849913240481792/YQ0aT9hv_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/809849913240481792/YQ0aT9hv_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/10252962/1369959990', 'profile_link_color': '24009C', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': '95E8EC', 'profile_text_color': '3C3940', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3686, 'favorite_count': 10594, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 3667, 'favorite_count': 18400, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
285:838921590096166913
{'created_at': 'Tue Mar 07 01:17:48 +0000 2017', 'id': 838921590096166913, 'id_str': '838921590096166913', 'full_text': "This is Arlo. He's officially the king of snowy tongue slips. 13/10 would comfort during inevitable brain freeze https://t.co/oXVu9pNZZv", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 838921573767618560, 'id_str': '838921573767618560', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C6Ryuf7UoAAFX4a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6Ryuf7UoAAFX4a.jpg', 'url': 'https://t.co/oXVu9pNZZv', 'display_url': 'pic.twitter.com/oXVu9pNZZv', 'expanded_url': 'https://twitter.com/dog_rates/status/838921590096166913/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1301, 'h': 1914, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 816, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 462, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 838921573767618560, 'id_str': '838921573767618560', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C6Ryuf7UoAAFX4a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6Ryuf7UoAAFX4a.jpg', 'url': 'https://t.co/oXVu9pNZZv', 'display_url': 'pic.twitter.com/oXVu9pNZZv', 'expanded_url': 'https://twitter.com/dog_rates/status/838921590096166913/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1301, 'h': 1914, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 816, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 462, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1858, 'favorite_count': 10435, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
286:838916489579200512
{'created_at': 'Tue Mar 07 00:57:32 +0000 2017', 'id': 838916489579200512, 'id_str': '838916489579200512', 'full_text': 'RT @KibaDva: I collected all the good dogs!! 15/10 @dog_rates #GoodDogs https://t.co/6UCGFczlOI', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [{'text': 'GoodDogs', 'indices': [62, 71]}], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [51, 61]}], 'urls': [], 'media': [{'id': 838905954309529600, 'id_str': '838905954309529600', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'url': 'https://t.co/6UCGFczlOI', 'display_url': 'pic.twitter.com/6UCGFczlOI', 'expanded_url': 'https://twitter.com/KibaDva/status/838905980628819968/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}, 'source_status_id': 838905980628819968, 'source_status_id_str': '838905980628819968', 'source_user_id': 811740824, 'source_user_id_str': '811740824'}]}, 'extended_entities': {'media': [{'id': 838905954309529600, 'id_str': '838905954309529600', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'url': 'https://t.co/6UCGFczlOI', 'display_url': 'pic.twitter.com/6UCGFczlOI', 'expanded_url': 'https://twitter.com/KibaDva/status/838905980628819968/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}, 'source_status_id': 838905980628819968, 'source_status_id_str': '838905980628819968', 'source_user_id': 811740824, 'source_user_id_str': '811740824'}, {'id': 838905970277265408, 'id_str': '838905970277265408', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/C6RkiQZUsAAM4R4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6RkiQZUsAAM4R4.jpg', 'url': 'https://t.co/6UCGFczlOI', 'display_url': 'pic.twitter.com/6UCGFczlOI', 'expanded_url': 'https://twitter.com/KibaDva/status/838905980628819968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 838905980628819968, 'source_status_id_str': '838905980628819968', 'source_user_id': 811740824, 'source_user_id_str': '811740824'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Mar 07 00:15:46 +0000 2017', 'id': 838905980628819968, 'id_str': '838905980628819968', 'full_text': 'I collected all the good dogs!! 15/10 @dog_rates #GoodDogs https://t.co/6UCGFczlOI', 'truncated': False, 'display_text_range': [0, 58], 'entities': {'hashtags': [{'text': 'GoodDogs', 'indices': [49, 58]}], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [38, 48]}], 'urls': [], 'media': [{'id': 838905954309529600, 'id_str': '838905954309529600', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'url': 'https://t.co/6UCGFczlOI', 'display_url': 'pic.twitter.com/6UCGFczlOI', 'expanded_url': 'https://twitter.com/KibaDva/status/838905980628819968/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 838905954309529600, 'id_str': '838905954309529600', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6RkhU6UYAAMDpb.jpg', 'url': 'https://t.co/6UCGFczlOI', 'display_url': 'pic.twitter.com/6UCGFczlOI', 'expanded_url': 'https://twitter.com/KibaDva/status/838905980628819968/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}, {'id': 838905970277265408, 'id_str': '838905970277265408', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/C6RkiQZUsAAM4R4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6RkiQZUsAAM4R4.jpg', 'url': 'https://t.co/6UCGFczlOI', 'display_url': 'pic.twitter.com/6UCGFczlOI', 'expanded_url': 'https://twitter.com/KibaDva/status/838905980628819968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 811740824, 'id_str': '811740824', 'name': '✌🏼🐺🏴\u200d☠️', 'screen_name': 'KibaWolffe', 'location': 'West City', 'description': 'My dogs are my best friends 🐕', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 278, 'friends_count': 413, 'listed_count': 8, 'created_at': 'Sat Sep 08 21:34:15 +0000 2012', 'favourites_count': 5268, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 33935, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '022330', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme15/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme15/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1506865738102968320/_TASoWKv_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1506865738102968320/_TASoWKv_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/811740824/1634124759', 'profile_link_color': '94D487', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'C0DFEC', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 31, 'favorite_count': 670, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 31, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
287:838831947270979586
{'created_at': 'Mon Mar 06 19:21:35 +0000 2017', 'id': 838831947270979586, 'id_str': '838831947270979586', 'full_text': "RT @dog_rates: This is Riley. His owner put a donut pillow around him and he loves it so much he won't let anyone take it off. 13/10 https:…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Oct 06 01:23:05 +0000 2016', 'id': 783839966405230592, 'id_str': '783839966405230592', 'full_text': "This is Riley. His owner put a donut pillow around him and he loves it so much he won't let anyone take it off. 13/10 https://t.co/8TCQcsZCZ8", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783839953138683904, 'id_str': '783839953138683904', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783839953138683904, 'id_str': '783839953138683904', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 783839953142878208, 'id_str': '783839953142878208', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM_XEAARltP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM_XEAARltP.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 783839953134452736, 'id_str': '783839953134452736', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM9WgAAp9eo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM9WgAAp9eo.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10052, 'favorite_count': 28410, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 10052, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
288:838561493054533637
{'created_at': 'Mon Mar 06 01:26:54 +0000 2017', 'id': 838561493054533637, 'id_str': '838561493054533637', 'full_text': "This is Walter. His owner has been watching all the Iditarod coverage and is convinced Walter can be a sled dog. 13/10 Walter isn't so sure https://t.co/0av1PEehFI", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 838561486968668161, 'id_str': '838561486968668161', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C6MrOsEXQAENOds.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6MrOsEXQAENOds.jpg', 'url': 'https://t.co/0av1PEehFI', 'display_url': 'pic.twitter.com/0av1PEehFI', 'expanded_url': 'https://twitter.com/dog_rates/status/838561493054533637/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 838561486968668161, 'id_str': '838561486968668161', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C6MrOsEXQAENOds.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6MrOsEXQAENOds.jpg', 'url': 'https://t.co/0av1PEehFI', 'display_url': 'pic.twitter.com/0av1PEehFI', 'expanded_url': 'https://twitter.com/dog_rates/status/838561493054533637/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1234, 'favorite_count': 10259, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
289:838476387338051585
{'created_at': 'Sun Mar 05 19:48:43 +0000 2017', 'id': 838476387338051585, 'id_str': '838476387338051585', 'full_text': "This is Stanley. Somehow he heard you tell him he's a good boy from all the way up there. 13/10 I love you Stanley https://t.co/51FXNuouHI", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 838476379071086592, 'id_str': '838476379071086592', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C6Ld0wcWgAAF0xR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6Ld0wcWgAAF0xR.jpg', 'url': 'https://t.co/51FXNuouHI', 'display_url': 'pic.twitter.com/51FXNuouHI', 'expanded_url': 'https://twitter.com/dog_rates/status/838476387338051585/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 838476379071086592, 'id_str': '838476379071086592', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C6Ld0wcWgAAF0xR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6Ld0wcWgAAF0xR.jpg', 'url': 'https://t.co/51FXNuouHI', 'display_url': 'pic.twitter.com/51FXNuouHI', 'expanded_url': 'https://twitter.com/dog_rates/status/838476387338051585/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 838476379054288897, 'id_str': '838476379054288897', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C6Ld0wYWMAEEwEO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6Ld0wYWMAEEwEO.jpg', 'url': 'https://t.co/51FXNuouHI', 'display_url': 'pic.twitter.com/51FXNuouHI', 'expanded_url': 'https://twitter.com/dog_rates/status/838476387338051585/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 838476379054309380, 'id_str': '838476379054309380', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C6Ld0wYWgAQQqMC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6Ld0wYWgAQQqMC.jpg', 'url': 'https://t.co/51FXNuouHI', 'display_url': 'pic.twitter.com/51FXNuouHI', 'expanded_url': 'https://twitter.com/dog_rates/status/838476387338051585/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 375, 'h': 273, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 375, 'h': 273, 'resize': 'fit'}, 'medium': {'w': 375, 'h': 273, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4353, 'favorite_count': 20990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
290:838201503651401729
{'created_at': 'Sun Mar 05 01:36:26 +0000 2017', 'id': 838201503651401729, 'id_str': '838201503651401729', 'full_text': 'RT @dog_rates: Meet Sunny. He can take down a polar bear in one fell swoop. Fr*cken deadly af. 13/10 would pet with caution https://t.co/EM…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Jan 15 21:49:15 +0000 2017', 'id': 820749716845686786, 'id_str': '820749716845686786', 'full_text': 'Meet Sunny. He can take down a polar bear in one fell swoop. Fr*cken deadly af. 13/10 would pet with caution https://t.co/EMq8Ud6Ze1', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 820749705474965509, 'id_str': '820749705474965509', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'url': 'https://t.co/EMq8Ud6Ze1', 'display_url': 'pic.twitter.com/EMq8Ud6Ze1', 'expanded_url': 'https://twitter.com/dog_rates/status/820749716845686786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 820749705474965509, 'id_str': '820749705474965509', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'url': 'https://t.co/EMq8Ud6Ze1', 'display_url': 'pic.twitter.com/EMq8Ud6Ze1', 'expanded_url': 'https://twitter.com/dog_rates/status/820749716845686786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 820749705470767104, 'id_str': '820749705470767104', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C2PjgjQXcAAc4Uu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2PjgjQXcAAc4Uu.jpg', 'url': 'https://t.co/EMq8Ud6Ze1', 'display_url': 'pic.twitter.com/EMq8Ud6Ze1', 'expanded_url': 'https://twitter.com/dog_rates/status/820749716845686786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9220, 'favorite_count': 29850, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 9220, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
291:838150277551247360
{'created_at': 'Sat Mar 04 22:12:52 +0000 2017', 'id': 838150277551247360, 'id_str': '838150277551247360', 'full_text': '@markhoppus 182/10', 'truncated': False, 'display_text_range': [12, 18], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'markhoppus', 'name': 'Mark Hoppus', 'id': 21955058, 'id_str': '21955058', 'indices': [0, 11]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 838145498691194881, 'in_reply_to_status_id_str': '838145498691194881', 'in_reply_to_user_id': 21955058, 'in_reply_to_user_id_str': '21955058', 'in_reply_to_screen_name': 'markhoppus', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 304, 'favorite_count': 1570, 'favorited': False, 'retweeted': False, 'lang': 'und'}
292:838085839343206401
{'created_at': 'Sat Mar 04 17:56:49 +0000 2017', 'id': 838085839343206401, 'id_str': '838085839343206401', 'full_text': '@bragg6of8 @Andy_Pace_ we are still looking for the first 15/10', 'truncated': False, 'display_text_range': [23, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Andy_Pace_', 'name': 'hire me to write Moon Knight S2', 'id': 3235854317, 'id_str': '3235854317', 'indices': [11, 22]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 838085539362402305, 'in_reply_to_status_id_str': '838085539362402305', 'in_reply_to_user_id': 2894131180, 'in_reply_to_user_id_str': '2894131180', 'in_reply_to_screen_name': 'SweetsyPeets', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1, 'favorite_count': 133, 'favorited': False, 'retweeted': False, 'lang': 'en'}
293:838083903487373313
{'created_at': 'Sat Mar 04 17:49:08 +0000 2017', 'id': 838083903487373313, 'id_str': '838083903487373313', 'full_text': "This is Daisy. She's puppears to be rare as all h*ck. Only seven like her currently domesticated. 13/10 pettable af https://t.co/meUc8jufAO", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 838083881886633984, 'id_str': '838083881886633984', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C6F42afVUAA9Wlz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6F42afVUAA9Wlz.jpg', 'url': 'https://t.co/meUc8jufAO', 'display_url': 'pic.twitter.com/meUc8jufAO', 'expanded_url': 'https://twitter.com/dog_rates/status/838083903487373313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 838083881886633984, 'id_str': '838083881886633984', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C6F42afVUAA9Wlz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6F42afVUAA9Wlz.jpg', 'url': 'https://t.co/meUc8jufAO', 'display_url': 'pic.twitter.com/meUc8jufAO', 'expanded_url': 'https://twitter.com/dog_rates/status/838083903487373313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 838083882318585856, 'id_str': '838083882318585856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C6F42cGUYAAIKsX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6F42cGUYAAIKsX.jpg', 'url': 'https://t.co/meUc8jufAO', 'display_url': 'pic.twitter.com/meUc8jufAO', 'expanded_url': 'https://twitter.com/dog_rates/status/838083903487373313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2849, 'favorite_count': 16491, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
294:837820167694528512
{'created_at': 'Sat Mar 04 00:21:08 +0000 2017', 'id': 837820167694528512, 'id_str': '837820167694528512', 'full_text': 'Here\'s a pupper before and after being asked "who\'s a good girl?" Unsure as h*ck. 12/10 hint hint it\'s you https://t.co/ORiK6jlgdH', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 837820156113911808, 'id_str': '837820156113911808', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'url': 'https://t.co/ORiK6jlgdH', 'display_url': 'pic.twitter.com/ORiK6jlgdH', 'expanded_url': 'https://twitter.com/dog_rates/status/837820167694528512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 489, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 863, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1472, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 837820156113911808, 'id_str': '837820156113911808', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6CI_jbVAAA3-a1.jpg', 'url': 'https://t.co/ORiK6jlgdH', 'display_url': 'pic.twitter.com/ORiK6jlgdH', 'expanded_url': 'https://twitter.com/dog_rates/status/837820167694528512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 489, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 863, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1472, 'h': 2048, 'resize': 'fit'}}}, {'id': 837820156109676544, 'id_str': '837820156109676544', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C6CI_jaUYAAYO0H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C6CI_jaUYAAYO0H.jpg', 'url': 'https://t.co/ORiK6jlgdH', 'display_url': 'pic.twitter.com/ORiK6jlgdH', 'expanded_url': 'https://twitter.com/dog_rates/status/837820167694528512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1388, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 813, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 461, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7170, 'favorite_count': 31879, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
295:837482249356513284
{'created_at': 'Fri Mar 03 01:58:22 +0000 2017', 'id': 837482249356513284, 'id_str': '837482249356513284', 'full_text': "This is Waffles. He's a ship captain in real life and in @GoodDogsGame. Must've gotten to the max level (wink) 13/10 would sail with https://t.co/Z3LAaV2pKz", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'GoodDogsGame', 'name': 'Good Dogs', 'id': 827593379009675264, 'id_str': '827593379009675264', 'indices': [57, 70]}], 'urls': [], 'media': [{'id': 837482239088820224, 'id_str': '837482239088820224', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C59VqMaWgAApfBl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C59VqMaWgAApfBl.jpg', 'url': 'https://t.co/Z3LAaV2pKz', 'display_url': 'pic.twitter.com/Z3LAaV2pKz', 'expanded_url': 'https://twitter.com/dog_rates/status/837482249356513284/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1167, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1991, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 837482239088820224, 'id_str': '837482239088820224', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C59VqMaWgAApfBl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C59VqMaWgAApfBl.jpg', 'url': 'https://t.co/Z3LAaV2pKz', 'display_url': 'pic.twitter.com/Z3LAaV2pKz', 'expanded_url': 'https://twitter.com/dog_rates/status/837482249356513284/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1167, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1991, 'resize': 'fit'}}}, {'id': 837482239063691264, 'id_str': '837482239063691264', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C59VqMUXEAAzldG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C59VqMUXEAAzldG.jpg', 'url': 'https://t.co/Z3LAaV2pKz', 'display_url': 'pic.twitter.com/Z3LAaV2pKz', 'expanded_url': 'https://twitter.com/dog_rates/status/837482249356513284/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 422, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 744, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1076, 'h': 1735, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 408, 'favorite_count': 3614, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
296:837471256429613056
{'created_at': 'Fri Mar 03 01:14:41 +0000 2017', 'id': 837471256429613056, 'id_str': '837471256429613056', 'full_text': "This is Vincent. He's suave as h*ck. Will be your copilot this evening. Claims he doesn't need to look at the directions. 12/10 https://t.co/u51tzXSVi3", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 837471224582262785, 'id_str': '837471224582262785', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C59LpELWUAEUmYh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C59LpELWUAEUmYh.jpg', 'url': 'https://t.co/u51tzXSVi3', 'display_url': 'pic.twitter.com/u51tzXSVi3', 'expanded_url': 'https://twitter.com/dog_rates/status/837471256429613056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 837471224582262785, 'id_str': '837471224582262785', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C59LpELWUAEUmYh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C59LpELWUAEUmYh.jpg', 'url': 'https://t.co/u51tzXSVi3', 'display_url': 'pic.twitter.com/u51tzXSVi3', 'expanded_url': 'https://twitter.com/dog_rates/status/837471256429613056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 837471224569729024, 'id_str': '837471224569729024', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C59LpEIXEAAwfS9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C59LpEIXEAAwfS9.jpg', 'url': 'https://t.co/u51tzXSVi3', 'display_url': 'pic.twitter.com/u51tzXSVi3', 'expanded_url': 'https://twitter.com/dog_rates/status/837471256429613056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2065, 'favorite_count': 12002, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
297:837366284874571778
check_again
298:837110210464448512
{'created_at': 'Thu Mar 02 01:20:01 +0000 2017', 'id': 837110210464448512, 'id_str': '837110210464448512', 'full_text': 'This is Clark. He passed pupper training today. Round of appaws for Clark. 13/10 https://t.co/7pUjwe8X6B', 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 837110202889617409, 'id_str': '837110202889617409', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C54DS1kXQAEU5pS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C54DS1kXQAEU5pS.jpg', 'url': 'https://t.co/7pUjwe8X6B', 'display_url': 'pic.twitter.com/7pUjwe8X6B', 'expanded_url': 'https://twitter.com/dog_rates/status/837110210464448512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1640, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 961, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 837110202889617409, 'id_str': '837110202889617409', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C54DS1kXQAEU5pS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C54DS1kXQAEU5pS.jpg', 'url': 'https://t.co/7pUjwe8X6B', 'display_url': 'pic.twitter.com/7pUjwe8X6B', 'expanded_url': 'https://twitter.com/dog_rates/status/837110210464448512/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1640, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 961, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2185, 'favorite_count': 15078, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
299:837012587749474308
check_again
300:836989968035819520
{'created_at': 'Wed Mar 01 17:22:13 +0000 2017', 'id': 836989968035819520, 'id_str': '836989968035819520', 'full_text': 'This is Mookie. He really enjoys shopping but not from such high altitudes. Doin him quite the concern. 12/10 someone lower him https://t.co/beWUzGVKRM', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 836989950847512576, 'id_str': '836989950847512576', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C52V7PzWcAA_pVv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C52V7PzWcAA_pVv.jpg', 'url': 'https://t.co/beWUzGVKRM', 'display_url': 'pic.twitter.com/beWUzGVKRM', 'expanded_url': 'https://twitter.com/dog_rates/status/836989968035819520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836989950847512576, 'id_str': '836989950847512576', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C52V7PzWcAA_pVv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C52V7PzWcAA_pVv.jpg', 'url': 'https://t.co/beWUzGVKRM', 'display_url': 'pic.twitter.com/beWUzGVKRM', 'expanded_url': 'https://twitter.com/dog_rates/status/836989968035819520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2119, 'favorite_count': 11968, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
301:836753516572119041
{'created_at': 'Wed Mar 01 01:42:39 +0000 2017', 'id': 836753516572119041, 'id_str': '836753516572119041', 'full_text': 'This is Meera. She just heard about taxes and how much a doghouse in a nice area costs. Not pupared to be a doggo anymore. 12/10 https://t.co/GZmNEdyoJY', 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 836753505905963010, 'id_str': '836753505905963010', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C5y-4VwWcAIcaoj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5y-4VwWcAIcaoj.jpg', 'url': 'https://t.co/GZmNEdyoJY', 'display_url': 'pic.twitter.com/GZmNEdyoJY', 'expanded_url': 'https://twitter.com/dog_rates/status/836753516572119041/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836753505905963010, 'id_str': '836753505905963010', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C5y-4VwWcAIcaoj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5y-4VwWcAIcaoj.jpg', 'url': 'https://t.co/GZmNEdyoJY', 'display_url': 'pic.twitter.com/GZmNEdyoJY', 'expanded_url': 'https://twitter.com/dog_rates/status/836753516572119041/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4271, 'favorite_count': 18158, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
302:836677758902222849
{'created_at': 'Tue Feb 28 20:41:37 +0000 2017', 'id': 836677758902222849, 'id_str': '836677758902222849', 'full_text': "Say hello to Oliver. He's pretty exotic. Fairly pupset as well. Too many midterms coming pup. 11/10 would pet with extreme caution https://t.co/fGAPAsxjKs", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 836677701918392320, 'id_str': '836677701918392320', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C5x5795WAAAN0oO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5x5795WAAAN0oO.jpg', 'url': 'https://t.co/fGAPAsxjKs', 'display_url': 'pic.twitter.com/fGAPAsxjKs', 'expanded_url': 'https://twitter.com/dog_rates/status/836677758902222849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1362, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 798, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836677701918392320, 'id_str': '836677701918392320', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C5x5795WAAAN0oO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5x5795WAAAN0oO.jpg', 'url': 'https://t.co/fGAPAsxjKs', 'display_url': 'pic.twitter.com/fGAPAsxjKs', 'expanded_url': 'https://twitter.com/dog_rates/status/836677758902222849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1362, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 798, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}}}, {'id': 836677702027464705, 'id_str': '836677702027464705', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C5x57-TWUAEawQh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5x57-TWUAEawQh.jpg', 'url': 'https://t.co/fGAPAsxjKs', 'display_url': 'pic.twitter.com/fGAPAsxjKs', 'expanded_url': 'https://twitter.com/dog_rates/status/836677758902222849/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1362, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 452, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 798, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2026, 'favorite_count': 11863, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
303:836648853927522308
{'created_at': 'Tue Feb 28 18:46:45 +0000 2017', 'id': 836648853927522308, 'id_str': '836648853927522308', 'full_text': 'RT @SchafeBacon2016: @dog_rates Slightly disturbed by the outright profanity, but confident doggos were involved. 11/10, would tailgate aga…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [21, 31]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Feb 28 18:43:57 +0000 2017', 'id': 836648149003485187, 'id_str': '836648149003485187', 'full_text': '@dog_rates Slightly disturbed by the outright profanity, but confident doggos were involved. 11/10, would tailgate again. https://t.co/VhRqF24Zaa', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [0, 10]}], 'urls': [], 'media': [{'id': 836648138135908352, 'id_str': '836648138135908352', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C5xfDIOVMAAFWzv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5xfDIOVMAAFWzv.jpg', 'url': 'https://t.co/VhRqF24Zaa', 'display_url': 'pic.twitter.com/VhRqF24Zaa', 'expanded_url': 'https://twitter.com/SchafeBacon2016/status/836648149003485187/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 906, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1547, 'resize': 'fit'}, 'small': {'w': 680, 'h': 514, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836648138135908352, 'id_str': '836648138135908352', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C5xfDIOVMAAFWzv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5xfDIOVMAAFWzv.jpg', 'url': 'https://t.co/VhRqF24Zaa', 'display_url': 'pic.twitter.com/VhRqF24Zaa', 'expanded_url': 'https://twitter.com/SchafeBacon2016/status/836648149003485187/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 906, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1547, 'resize': 'fit'}, 'small': {'w': 680, 'h': 514, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 712457247234756608, 'id_str': '712457247234756608', 'name': 'Allison Schafer', 'screen_name': 'allisoneschafer', 'location': 'Iowa, USA', 'description': '', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 80, 'friends_count': 139, 'listed_count': 2, 'created_at': 'Wed Mar 23 01:53:39 +0000 2016', 'favourites_count': 472, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 137, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1252150145816293376/6qNTvcKG_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1252150145816293376/6qNTvcKG_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/712457247234756608/1587370836', 'profile_link_color': 'E81C4F', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 508, 'favorite_count': 6111, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 508, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
304:836397794269200385
{'created_at': 'Tue Feb 28 02:09:08 +0000 2017', 'id': 836397794269200385, 'id_str': '836397794269200385', 'full_text': "RT @dog_rates: This is Buddy. He ran into a glass door once. Now he's h*ckin skeptical. 13/10 empowering af (vid by Brittany Gaunt) https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Jan 07 20:18:46 +0000 2017', 'id': 817827839487737858, 'id_str': '817827839487737858', 'full_text': "This is Buddy. He ran into a glass door once. Now he's h*ckin skeptical. 13/10 empowering af (vid by Brittany Gaunt) https://t.co/q2BgNIi3OA", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817827663108771841, 'id_str': '817827663108771841', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'url': 'https://t.co/q2BgNIi3OA', 'display_url': 'pic.twitter.com/q2BgNIi3OA', 'expanded_url': 'https://twitter.com/dog_rates/status/817827839487737858/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 406, 'h': 720, 'resize': 'fit'}, 'large': {'w': 406, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817827663108771841, 'id_str': '817827663108771841', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'url': 'https://t.co/q2BgNIi3OA', 'display_url': 'pic.twitter.com/q2BgNIi3OA', 'expanded_url': 'https://twitter.com/dog_rates/status/817827839487737858/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 406, 'h': 720, 'resize': 'fit'}, 'large': {'w': 406, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [203, 360], 'duration_millis': 63167, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817827663108771841/pu/vid/180x320/IrfbBqsst8qEXxNG.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817827663108771841/pu/vid/360x640/O3a0D7xslG80E2QM.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/817827663108771841/pu/pl/0ec0OHgwuDKE45Wv.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 25135, 'favorite_count': 48653, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 25135, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
305:836380477523124226
{'created_at': 'Tue Feb 28 01:00:19 +0000 2017', 'id': 836380477523124226, 'id_str': '836380477523124226', 'full_text': 'This is Ava. She just blasted off. Streamline af. Aerodynamic as h*ck. One small step for pupper, one giant leap for pupkind. 12/10 https://t.co/W4KffrdX3Q', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 836380472099897348, 'id_str': '836380472099897348', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C5trm6iWgAQ22Hw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5trm6iWgAQ22Hw.jpg', 'url': 'https://t.co/W4KffrdX3Q', 'display_url': 'pic.twitter.com/W4KffrdX3Q', 'expanded_url': 'https://twitter.com/dog_rates/status/836380477523124226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 790, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1349, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836380472099897348, 'id_str': '836380472099897348', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C5trm6iWgAQ22Hw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5trm6iWgAQ22Hw.jpg', 'url': 'https://t.co/W4KffrdX3Q', 'display_url': 'pic.twitter.com/W4KffrdX3Q', 'expanded_url': 'https://twitter.com/dog_rates/status/836380477523124226/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 790, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1349, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2748, 'favorite_count': 13922, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
306:836260088725786625
{'created_at': 'Mon Feb 27 17:01:56 +0000 2017', 'id': 836260088725786625, 'id_str': '836260088725786625', 'full_text': 'This is Lucy. She spent all morning overseeing the shoveling of the driveway. H*ckin hard work. 13/10 very good girl Lucy https://t.co/gA2GECjiQD', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 836260074393747456, 'id_str': '836260074393747456', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C5r-G2IUwAA6KBY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5r-G2IUwAA6KBY.jpg', 'url': 'https://t.co/gA2GECjiQD', 'display_url': 'pic.twitter.com/gA2GECjiQD', 'expanded_url': 'https://twitter.com/dog_rates/status/836260088725786625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836260074393747456, 'id_str': '836260074393747456', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C5r-G2IUwAA6KBY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5r-G2IUwAA6KBY.jpg', 'url': 'https://t.co/gA2GECjiQD', 'display_url': 'pic.twitter.com/gA2GECjiQD', 'expanded_url': 'https://twitter.com/dog_rates/status/836260088725786625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3987, 'favorite_count': 19981, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
307:836001077879255040
{'created_at': 'Sun Feb 26 23:52:43 +0000 2017', 'id': 836001077879255040, 'id_str': '836001077879255040', 'full_text': "Atlas is back and this time he's prettier than the sunset. Seems to be aware of it too. 13/10 would give modeling contract https://t.co/uRdKlFArQE", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 836001068119019522, 'id_str': '836001068119019522', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C5oSiskU0AI2lcZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5oSiskU0AI2lcZ.jpg', 'url': 'https://t.co/uRdKlFArQE', 'display_url': 'pic.twitter.com/uRdKlFArQE', 'expanded_url': 'https://twitter.com/dog_rates/status/836001077879255040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 822, 'resize': 'fit'}, 'large': {'w': 1990, 'h': 1363, 'resize': 'fit'}, 'small': {'w': 680, 'h': 466, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 836001068119019522, 'id_str': '836001068119019522', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C5oSiskU0AI2lcZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5oSiskU0AI2lcZ.jpg', 'url': 'https://t.co/uRdKlFArQE', 'display_url': 'pic.twitter.com/uRdKlFArQE', 'expanded_url': 'https://twitter.com/dog_rates/status/836001077879255040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 822, 'resize': 'fit'}, 'large': {'w': 1990, 'h': 1363, 'resize': 'fit'}, 'small': {'w': 680, 'h': 466, 'resize': 'fit'}}}, {'id': 836001068119011328, 'id_str': '836001068119011328', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C5oSiskUsAACY0S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5oSiskUsAACY0S.jpg', 'url': 'https://t.co/uRdKlFArQE', 'display_url': 'pic.twitter.com/uRdKlFArQE', 'expanded_url': 'https://twitter.com/dog_rates/status/836001077879255040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 819, 'resize': 'fit'}, 'large': {'w': 1996, 'h': 1363, 'resize': 'fit'}, 'small': {'w': 680, 'h': 464, 'resize': 'fit'}}}, {'id': 836001068127440896, 'id_str': '836001068127440896', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C5oSismVUAAZ3OW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5oSismVUAAZ3OW.jpg', 'url': 'https://t.co/uRdKlFArQE', 'display_url': 'pic.twitter.com/uRdKlFArQE', 'expanded_url': 'https://twitter.com/dog_rates/status/836001077879255040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1364, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}, {'id': 836001068119019521, 'id_str': '836001068119019521', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C5oSiskU0AE8sJ_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5oSiskU0AE8sJ_.jpg', 'url': 'https://t.co/uRdKlFArQE', 'display_url': 'pic.twitter.com/uRdKlFArQE', 'expanded_url': 'https://twitter.com/dog_rates/status/836001077879255040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 822, 'resize': 'fit'}, 'large': {'w': 1990, 'h': 1363, 'resize': 'fit'}, 'small': {'w': 680, 'h': 466, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3902, 'favorite_count': 17927, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
308:835685285446955009
{'created_at': 'Sun Feb 26 02:57:52 +0000 2017', 'id': 835685285446955009, 'id_str': '835685285446955009', 'full_text': "RT @dog_rates: This is Rory. He's got an interview in a few minutes. Looking spiffy af. Nervous as h*ck tho. 12/10 would hire https://t.co/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Oct 14 16:13:10 +0000 2016', 'id': 786963064373534720, 'id_str': '786963064373534720', 'full_text': "This is Rory. He's got an interview in a few minutes. Looking spiffy af. Nervous as h*ck tho. 12/10 would hire https://t.co/ibj5g6xaAj", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786963058530906112, 'id_str': '786963058530906112', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'url': 'https://t.co/ibj5g6xaAj', 'display_url': 'pic.twitter.com/ibj5g6xaAj', 'expanded_url': 'https://twitter.com/dog_rates/status/786963064373534720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786963058530906112, 'id_str': '786963058530906112', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'url': 'https://t.co/ibj5g6xaAj', 'display_url': 'pic.twitter.com/ibj5g6xaAj', 'expanded_url': 'https://twitter.com/dog_rates/status/786963064373534720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7433, 'favorite_count': 25290, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7433, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
309:835574547218894849
{'created_at': 'Sat Feb 25 19:37:50 +0000 2017', 'id': 835574547218894849, 'id_str': '835574547218894849', 'full_text': 'This is Eli. He works backstage at Bone Jovi concerts. Heavy duty earmuffs for puptection. H*ckin safe boy. 11/10 https://t.co/cVQEnUQd8q', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 835574540805763072, 'id_str': '835574540805763072', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C5iOnigWcAAU3Ry.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5iOnigWcAAU3Ry.jpg', 'url': 'https://t.co/cVQEnUQd8q', 'display_url': 'pic.twitter.com/cVQEnUQd8q', 'expanded_url': 'https://twitter.com/dog_rates/status/835574547218894849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 835574540805763072, 'id_str': '835574540805763072', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C5iOnigWcAAU3Ry.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5iOnigWcAAU3Ry.jpg', 'url': 'https://t.co/cVQEnUQd8q', 'display_url': 'pic.twitter.com/cVQEnUQd8q', 'expanded_url': 'https://twitter.com/dog_rates/status/835574547218894849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 835574540805734400, 'id_str': '835574540805734400', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C5iOnigWAAA25os.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5iOnigWAAA25os.jpg', 'url': 'https://t.co/cVQEnUQd8q', 'display_url': 'pic.twitter.com/cVQEnUQd8q', 'expanded_url': 'https://twitter.com/dog_rates/status/835574547218894849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3305, 'favorite_count': 16683, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
310:835536468978302976
{'created_at': 'Sat Feb 25 17:06:32 +0000 2017', 'id': 835536468978302976, 'id_str': '835536468978302976', 'full_text': 'RT @dog_rates: Meet Lola. Her hobbies include being precious af and using her foot as a toothbrush. 12/10 Lola requests your help\n\nhttps://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Feb 24 23:04:14 +0000 2017', 'id': 835264098648616962, 'id_str': '835264098648616962', 'full_text': 'Meet Lola. Her hobbies include being precious af and using her foot as a toothbrush. 12/10 Lola requests your help\n\nhttps://t.co/FYFyHh7rir https://t.co/IiB7ggduoU', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/FYFyHh7rir', 'expanded_url': 'https://www.gofundme.com/lolas-life-saving-surgery-funds', 'display_url': 'gofundme.com/lolas-life-sav…', 'indices': [116, 139]}], 'media': [{'id': 835264086267072512, 'id_str': '835264086267072512', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'url': 'https://t.co/IiB7ggduoU', 'display_url': 'pic.twitter.com/IiB7ggduoU', 'expanded_url': 'https://twitter.com/dog_rates/status/835264098648616962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 835264086267072512, 'id_str': '835264086267072512', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'url': 'https://t.co/IiB7ggduoU', 'display_url': 'pic.twitter.com/IiB7ggduoU', 'expanded_url': 'https://twitter.com/dog_rates/status/835264098648616962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 835264086405492738, 'id_str': '835264086405492738', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5d0QtvXMAI_7uz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5d0QtvXMAI_7uz.jpg', 'url': 'https://t.co/IiB7ggduoU', 'display_url': 'pic.twitter.com/IiB7ggduoU', 'expanded_url': 'https://twitter.com/dog_rates/status/835264098648616962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1547, 'favorite_count': 7248, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1547, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
311:835309094223372289
{'created_at': 'Sat Feb 25 02:03:02 +0000 2017', 'id': 835309094223372289, 'id_str': '835309094223372289', 'full_text': 'RT @dog_rates: So this just changed my life. 13/10 please enjoy https://t.co/dsv4xAtfv7', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/dsv4xAtfv7', 'expanded_url': 'https://vine.co/v/5W2Dg3XPX7a', 'display_url': 'vine.co/v/5W2Dg3XPX7a', 'indices': [65, 88]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jul 13 01:34:21 +0000 2016', 'id': 753039830821511168, 'id_str': '753039830821511168', 'full_text': 'So this just changed my life. 13/10 please enjoy https://t.co/dsv4xAtfv7', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/dsv4xAtfv7', 'expanded_url': 'https://vine.co/v/5W2Dg3XPX7a', 'display_url': 'vine.co/v/5W2Dg3XPX7a', 'indices': [50, 73]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19203, 'favorite_count': 34620, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 19203, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
312:835297930240217089
{'created_at': 'Sat Feb 25 01:18:40 +0000 2017', 'id': 835297930240217089, 'id_str': '835297930240217089', 'full_text': "Meet Ash. He's a Benebop Cumberplop. Quite rare. Fairly portable. Lil sandy tho. Clearly knows something you don't. 12/10 would hug softly https://t.co/1U0z6r5LSO", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 835297922317070336, 'id_str': '835297922317070336', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C5eTCOVUsAAWhvc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5eTCOVUsAAWhvc.jpg', 'url': 'https://t.co/1U0z6r5LSO', 'display_url': 'pic.twitter.com/1U0z6r5LSO', 'expanded_url': 'https://twitter.com/dog_rates/status/835297930240217089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1830, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 1072, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 608, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 835297922317070336, 'id_str': '835297922317070336', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C5eTCOVUsAAWhvc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5eTCOVUsAAWhvc.jpg', 'url': 'https://t.co/1U0z6r5LSO', 'display_url': 'pic.twitter.com/1U0z6r5LSO', 'expanded_url': 'https://twitter.com/dog_rates/status/835297930240217089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1830, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 1072, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 608, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2747, 'favorite_count': 15453, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
313:835264098648616962
{'created_at': 'Fri Feb 24 23:04:14 +0000 2017', 'id': 835264098648616962, 'id_str': '835264098648616962', 'full_text': 'Meet Lola. Her hobbies include being precious af and using her foot as a toothbrush. 12/10 Lola requests your help\n\nhttps://t.co/FYFyHh7rir https://t.co/IiB7ggduoU', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/FYFyHh7rir', 'expanded_url': 'https://www.gofundme.com/lolas-life-saving-surgery-funds', 'display_url': 'gofundme.com/lolas-life-sav…', 'indices': [116, 139]}], 'media': [{'id': 835264086267072512, 'id_str': '835264086267072512', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'url': 'https://t.co/IiB7ggduoU', 'display_url': 'pic.twitter.com/IiB7ggduoU', 'expanded_url': 'https://twitter.com/dog_rates/status/835264098648616962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 835264086267072512, 'id_str': '835264086267072512', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5d0QtOXEAAIANz.jpg', 'url': 'https://t.co/IiB7ggduoU', 'display_url': 'pic.twitter.com/IiB7ggduoU', 'expanded_url': 'https://twitter.com/dog_rates/status/835264098648616962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 835264086405492738, 'id_str': '835264086405492738', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5d0QtvXMAI_7uz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5d0QtvXMAI_7uz.jpg', 'url': 'https://t.co/IiB7ggduoU', 'display_url': 'pic.twitter.com/IiB7ggduoU', 'expanded_url': 'https://twitter.com/dog_rates/status/835264098648616962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1547, 'favorite_count': 7248, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
314:835246439529840640
{'created_at': 'Fri Feb 24 21:54:03 +0000 2017', 'id': 835246439529840640, 'id_str': '835246439529840640', 'full_text': "@jonnysun @Lin_Manuel ok jomny I know you're excited but 960/00 isn't a valid rating, 13/10 is tho", 'truncated': False, 'display_text_range': [22, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'jonnysun', 'name': 'jonny sun', 'id': 26259576, 'id_str': '26259576', 'indices': [0, 9]}, {'screen_name': 'Lin_Manuel', 'name': 'Lin-Manuel Miranda', 'id': 79923701, 'id_str': '79923701', 'indices': [10, 21]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 835245984028504066, 'in_reply_to_status_id_str': '835245984028504066', 'in_reply_to_user_id': 26259576, 'in_reply_to_user_id_str': '26259576', 'in_reply_to_screen_name': 'jonnysun', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 63, 'favorite_count': 1992, 'favorited': False, 'retweeted': False, 'lang': 'en'}
315:835172783151792128
{'created_at': 'Fri Feb 24 17:01:22 +0000 2017', 'id': 835172783151792128, 'id_str': '835172783151792128', 'full_text': "We only rate dogs. Please don't send in any non-canines like this Floppy Tongued House Panda. Thank you... 12/10 would still pet https://t.co/8fX2VkExnL", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 835172763019194370, 'id_str': '835172763019194370', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C5chM_nXMAIiK0u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5chM_nXMAIiK0u.jpg', 'url': 'https://t.co/8fX2VkExnL', 'display_url': 'pic.twitter.com/8fX2VkExnL', 'expanded_url': 'https://twitter.com/dog_rates/status/835172783151792128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 835172763019194370, 'id_str': '835172763019194370', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C5chM_nXMAIiK0u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5chM_nXMAIiK0u.jpg', 'url': 'https://t.co/8fX2VkExnL', 'display_url': 'pic.twitter.com/8fX2VkExnL', 'expanded_url': 'https://twitter.com/dog_rates/status/835172783151792128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 835172763002339332, 'id_str': '835172763002339332', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/C5chM_jWAAQmov9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5chM_jWAAQmov9.jpg', 'url': 'https://t.co/8fX2VkExnL', 'display_url': 'pic.twitter.com/8fX2VkExnL', 'expanded_url': 'https://twitter.com/dog_rates/status/835172783151792128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5305, 'favorite_count': 24602, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
316:835152434251116546
{'created_at': 'Fri Feb 24 15:40:31 +0000 2017', 'id': 835152434251116546, 'id_str': '835152434251116546', 'full_text': "When you're so blinded by your systematic plagiarism that you forget what day it is. 0/10 https://t.co/YbEJPkg4Ag", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 835152428160978949, 'id_str': '835152428160978949', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C5cOtWXXEAUb9uj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5cOtWXXEAUb9uj.jpg', 'url': 'https://t.co/YbEJPkg4Ag', 'display_url': 'pic.twitter.com/YbEJPkg4Ag', 'expanded_url': 'https://twitter.com/dog_rates/status/835152434251116546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 873, 'resize': 'fit'}, 'large': {'w': 750, 'h': 873, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 835152428160978949, 'id_str': '835152428160978949', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C5cOtWXXEAUb9uj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5cOtWXXEAUb9uj.jpg', 'url': 'https://t.co/YbEJPkg4Ag', 'display_url': 'pic.twitter.com/YbEJPkg4Ag', 'expanded_url': 'https://twitter.com/dog_rates/status/835152434251116546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 873, 'resize': 'fit'}, 'large': {'w': 750, 'h': 873, 'resize': 'fit'}}}, {'id': 835152428152602626, 'id_str': '835152428152602626', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C5cOtWVXQAIpnsg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5cOtWVXQAIpnsg.jpg', 'url': 'https://t.co/YbEJPkg4Ag', 'display_url': 'pic.twitter.com/YbEJPkg4Ag', 'expanded_url': 'https://twitter.com/dog_rates/status/835152434251116546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 901, 'resize': 'fit'}, 'large': {'w': 750, 'h': 901, 'resize': 'fit'}, 'small': {'w': 566, 'h': 680, 'resize': 'fit'}}}, {'id': 835152428152532993, 'id_str': '835152428152532993', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C5cOtWVWMAEjO5p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5cOtWVWMAEjO5p.jpg', 'url': 'https://t.co/YbEJPkg4Ag', 'display_url': 'pic.twitter.com/YbEJPkg4Ag', 'expanded_url': 'https://twitter.com/dog_rates/status/835152434251116546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2764, 'favorite_count': 20980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
317:834931633769889797
{'created_at': 'Fri Feb 24 01:03:08 +0000 2017', 'id': 834931633769889797, 'id_str': '834931633769889797', 'full_text': 'This is Tucker. He decided it was time to part ways with his favorite ball. We captured the emotional farewell on camera. 12/10 https://t.co/jTe7Y6P0HK', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834931620566208513, 'id_str': '834931620566208513', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C5ZF4p-XEAEmApg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5ZF4p-XEAEmApg.jpg', 'url': 'https://t.co/jTe7Y6P0HK', 'display_url': 'pic.twitter.com/jTe7Y6P0HK', 'expanded_url': 'https://twitter.com/dog_rates/status/834931633769889797/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834931620566208513, 'id_str': '834931620566208513', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C5ZF4p-XEAEmApg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5ZF4p-XEAEmApg.jpg', 'url': 'https://t.co/jTe7Y6P0HK', 'display_url': 'pic.twitter.com/jTe7Y6P0HK', 'expanded_url': 'https://twitter.com/dog_rates/status/834931633769889797/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 834931620582948866, 'id_str': '834931620582948866', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C5ZF4qCWgAIEdcI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5ZF4qCWgAIEdcI.jpg', 'url': 'https://t.co/jTe7Y6P0HK', 'display_url': 'pic.twitter.com/jTe7Y6P0HK', 'expanded_url': 'https://twitter.com/dog_rates/status/834931633769889797/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 834931620524277762, 'id_str': '834931620524277762', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C5ZF4p0XQAIIvJQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5ZF4p0XQAIIvJQ.jpg', 'url': 'https://t.co/jTe7Y6P0HK', 'display_url': 'pic.twitter.com/jTe7Y6P0HK', 'expanded_url': 'https://twitter.com/dog_rates/status/834931633769889797/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1495, 'favorite_count': 10121, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
318:834786237630337024
{'created_at': 'Thu Feb 23 15:25:23 +0000 2017', 'id': 834786237630337024, 'id_str': '834786237630337024', 'full_text': 'This is Tobi. She is properly fetching her shot. H*ckin nifty af bandana. 13/10 would send fully armed battalion to remind her of my love https://t.co/3FIqvumEXE', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834786230550290432, 'id_str': '834786230550290432', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C5XBp19WYAA5a_v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5XBp19WYAA5a_v.jpg', 'url': 'https://t.co/3FIqvumEXE', 'display_url': 'pic.twitter.com/3FIqvumEXE', 'expanded_url': 'https://twitter.com/dog_rates/status/834786237630337024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834786230550290432, 'id_str': '834786230550290432', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C5XBp19WYAA5a_v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5XBp19WYAA5a_v.jpg', 'url': 'https://t.co/3FIqvumEXE', 'display_url': 'pic.twitter.com/3FIqvumEXE', 'expanded_url': 'https://twitter.com/dog_rates/status/834786237630337024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5114, 'favorite_count': 20251, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
319:834574053763584002
{'created_at': 'Thu Feb 23 01:22:14 +0000 2017', 'id': 834574053763584002, 'id_str': '834574053763584002', 'full_text': "Here's a doggo fully pupared for a shower. H*ckin exquisite balance. Sneaky tongue slip too. 13/10 https://t.co/UtEVnQ1ZPg", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834574036302757888, 'id_str': '834574036302757888', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C5UAqgyXAAAbMWH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5UAqgyXAAAbMWH.jpg', 'url': 'https://t.co/UtEVnQ1ZPg', 'display_url': 'pic.twitter.com/UtEVnQ1ZPg', 'expanded_url': 'https://twitter.com/dog_rates/status/834574053763584002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834574036302757888, 'id_str': '834574036302757888', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C5UAqgyXAAAbMWH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5UAqgyXAAAbMWH.jpg', 'url': 'https://t.co/UtEVnQ1ZPg', 'display_url': 'pic.twitter.com/UtEVnQ1ZPg', 'expanded_url': 'https://twitter.com/dog_rates/status/834574053763584002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2316, 'favorite_count': 12828, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
320:834477809192075265
{'created_at': 'Wed Feb 22 18:59:48 +0000 2017', 'id': 834477809192075265, 'id_str': '834477809192075265', 'full_text': "RT @dog_rates: This is Leo. He was a skater pup. She said see ya later pup. He wasn't good enough for her. 12/10 you're good enough for me…", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Feb 09 01:27:41 +0000 2017', 'id': 829501995190984704, 'id_str': '829501995190984704', 'full_text': "This is Leo. He was a skater pup. She said see ya later pup. He wasn't good enough for her. 12/10 you're good enough for me Leo https://t.co/Xw9JbJHTul", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 829501977667235840, 'id_str': '829501977667235840', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'url': 'https://t.co/Xw9JbJHTul', 'display_url': 'pic.twitter.com/Xw9JbJHTul', 'expanded_url': 'https://twitter.com/dog_rates/status/829501995190984704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1480, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 829501977667235840, 'id_str': '829501977667235840', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'url': 'https://t.co/Xw9JbJHTul', 'display_url': 'pic.twitter.com/Xw9JbJHTul', 'expanded_url': 'https://twitter.com/dog_rates/status/829501995190984704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1480, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}}}, {'id': 829501977667178496, 'id_str': '829501977667178496', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4L7p19WEAApXdK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4L7p19WEAApXdK.jpg', 'url': 'https://t.co/Xw9JbJHTul', 'display_url': 'pic.twitter.com/Xw9JbJHTul', 'expanded_url': 'https://twitter.com/dog_rates/status/829501995190984704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1792, 'resize': 'fit'}, 'small': {'w': 680, 'h': 595, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1050, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9788, 'favorite_count': 29926, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 9788, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
321:834458053273591808
{'created_at': 'Wed Feb 22 17:41:18 +0000 2017', 'id': 834458053273591808, 'id_str': '834458053273591808', 'full_text': 'Meet Chester (bottom) & Harold (top). They are different dogs not only in appearance, but in personality as well. Both 12/10 symbiotic af https://t.co/8ZOZS2FSJe', 'truncated': False, 'display_text_range': [0, 141], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834458045388378116, 'id_str': '834458045388378116', 'indices': [142, 165], 'media_url': 'http://pbs.twimg.com/media/C5SXK89XUAQg7GX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5SXK89XUAQg7GX.jpg', 'url': 'https://t.co/8ZOZS2FSJe', 'display_url': 'pic.twitter.com/8ZOZS2FSJe', 'expanded_url': 'https://twitter.com/dog_rates/status/834458053273591808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834458045388378116, 'id_str': '834458045388378116', 'indices': [142, 165], 'media_url': 'http://pbs.twimg.com/media/C5SXK89XUAQg7GX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5SXK89XUAQg7GX.jpg', 'url': 'https://t.co/8ZOZS2FSJe', 'display_url': 'pic.twitter.com/8ZOZS2FSJe', 'expanded_url': 'https://twitter.com/dog_rates/status/834458053273591808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1550, 'favorite_count': 9045, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
322:834209720923721728
{'created_at': 'Wed Feb 22 01:14:30 +0000 2017', 'id': 834209720923721728, 'id_str': '834209720923721728', 'full_text': "This is Wilson. He's aware that he has something on his face. Waiting for you to get it for him. 12/10 https://t.co/FaeinVjzTZ", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834209711306186752, 'id_str': '834209711306186752', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/C5O1UAaWIAAMBMd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5O1UAaWIAAMBMd.jpg', 'url': 'https://t.co/FaeinVjzTZ', 'display_url': 'pic.twitter.com/FaeinVjzTZ', 'expanded_url': 'https://twitter.com/dog_rates/status/834209720923721728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834209711306186752, 'id_str': '834209711306186752', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/C5O1UAaWIAAMBMd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5O1UAaWIAAMBMd.jpg', 'url': 'https://t.co/FaeinVjzTZ', 'display_url': 'pic.twitter.com/FaeinVjzTZ', 'expanded_url': 'https://twitter.com/dog_rates/status/834209720923721728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 834209711302049793, 'id_str': '834209711302049793', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/C5O1UAZXAAESGnz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5O1UAZXAAESGnz.jpg', 'url': 'https://t.co/FaeinVjzTZ', 'display_url': 'pic.twitter.com/FaeinVjzTZ', 'expanded_url': 'https://twitter.com/dog_rates/status/834209720923721728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4338, 'favorite_count': 19279, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
323:834167344700198914
{'created_at': 'Tue Feb 21 22:26:07 +0000 2017', 'id': 834167344700198914, 'id_str': '834167344700198914', 'full_text': "This is Sunshine. She doesn't believe in personal space. Eyes pretty far apart for a dog. Has horns (whoa). 11/10 would pet with wonder https://t.co/o3bhLguymB", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834167335145570304, 'id_str': '834167335145570304', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C5OOxY6WAAAxERz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5OOxY6WAAAxERz.jpg', 'url': 'https://t.co/o3bhLguymB', 'display_url': 'pic.twitter.com/o3bhLguymB', 'expanded_url': 'https://twitter.com/dog_rates/status/834167344700198914/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1364, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834167335145570304, 'id_str': '834167335145570304', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C5OOxY6WAAAxERz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5OOxY6WAAAxERz.jpg', 'url': 'https://t.co/o3bhLguymB', 'display_url': 'pic.twitter.com/o3bhLguymB', 'expanded_url': 'https://twitter.com/dog_rates/status/834167344700198914/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1364, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3371, 'favorite_count': 14857, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
324:834089966724603904
{'created_at': 'Tue Feb 21 17:18:39 +0000 2017', 'id': 834089966724603904, 'id_str': '834089966724603904', 'full_text': 'DOGGO ON THE LOOSE I REPEAT DOGGO ON THE LOOSE 10/10 https://t.co/ffIH2WxwF0', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/ffIH2WxwF0', 'expanded_url': 'https://twitter.com/stevekopack/status/834086676934836224', 'display_url': 'twitter.com/stevekopack/st…', 'indices': [53, 76]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'retweet_count': 1969, 'favorite_count': 9464, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
325:834086379323871233
{'created_at': 'Tue Feb 21 17:04:24 +0000 2017', 'id': 834086379323871233, 'id_str': '834086379323871233', 'full_text': "This is Lipton. He's a West Romanian Snuggle Pup. Only a few left of his kind. 12/10 would boop https://t.co/5KmXPIGgAG", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 834086371694362625, 'id_str': '834086371694362625', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C5NFIsjWQAEI93t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5NFIsjWQAEI93t.jpg', 'url': 'https://t.co/5KmXPIGgAG', 'display_url': 'pic.twitter.com/5KmXPIGgAG', 'expanded_url': 'https://twitter.com/dog_rates/status/834086379323871233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 834086371694362625, 'id_str': '834086371694362625', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C5NFIsjWQAEI93t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5NFIsjWQAEI93t.jpg', 'url': 'https://t.co/5KmXPIGgAG', 'display_url': 'pic.twitter.com/5KmXPIGgAG', 'expanded_url': 'https://twitter.com/dog_rates/status/834086379323871233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2044, 'favorite_count': 12259, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
326:833863086058651648
{'created_at': 'Tue Feb 21 02:17:06 +0000 2017', 'id': 833863086058651648, 'id_str': '833863086058651648', 'full_text': 'This is Bentley. Hairbrushes are his favorite thing in the h*ckin world. 12/10 impawsible to say no to https://t.co/HDloTYilWZ', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 833863075296067585, 'id_str': '833863075296067585', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/C5J6DIpWQAEosSz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5J6DIpWQAEosSz.jpg', 'url': 'https://t.co/HDloTYilWZ', 'display_url': 'pic.twitter.com/HDloTYilWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/833863086058651648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 833863075296067585, 'id_str': '833863075296067585', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/C5J6DIpWQAEosSz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5J6DIpWQAEosSz.jpg', 'url': 'https://t.co/HDloTYilWZ', 'display_url': 'pic.twitter.com/HDloTYilWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/833863086058651648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 833863075291918337, 'id_str': '833863075291918337', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/C5J6DIoW8AEGk72.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5J6DIoW8AEGk72.jpg', 'url': 'https://t.co/HDloTYilWZ', 'display_url': 'pic.twitter.com/HDloTYilWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/833863086058651648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1535, 'h': 1961, 'resize': 'fit'}, 'medium': {'w': 939, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 532, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2215, 'favorite_count': 12646, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
327:833826103416520705
{'created_at': 'Mon Feb 20 23:50:09 +0000 2017', 'id': 833826103416520705, 'id_str': '833826103416520705', 'full_text': 'Meet Charlie. She asked u to change the channel to Animal Planet at least 6 times. Now taking matters into her own paws. 13/10 assertive af https://t.co/WTzhtfevKY', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 833826091328430080, 'id_str': '833826091328430080', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5JYaYoVYAAcEQw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5JYaYoVYAAcEQw.jpg', 'url': 'https://t.co/WTzhtfevKY', 'display_url': 'pic.twitter.com/WTzhtfevKY', 'expanded_url': 'https://twitter.com/dog_rates/status/833826103416520705/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 748, 'h': 740, 'resize': 'fit'}, 'large': {'w': 748, 'h': 740, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 833826091328430080, 'id_str': '833826091328430080', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5JYaYoVYAAcEQw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5JYaYoVYAAcEQw.jpg', 'url': 'https://t.co/WTzhtfevKY', 'display_url': 'pic.twitter.com/WTzhtfevKY', 'expanded_url': 'https://twitter.com/dog_rates/status/833826103416520705/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 748, 'h': 740, 'resize': 'fit'}, 'large': {'w': 748, 'h': 740, 'resize': 'fit'}}}, {'id': 833826091341017088, 'id_str': '833826091341017088', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C5JYaYrVcAAvfZZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5JYaYrVcAAvfZZ.jpg', 'url': 'https://t.co/WTzhtfevKY', 'display_url': 'pic.twitter.com/WTzhtfevKY', 'expanded_url': 'https://twitter.com/dog_rates/status/833826103416520705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'large': {'w': 750, 'h': 738, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 738, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3492, 'favorite_count': 17096, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
328:833732339549220864
{'created_at': 'Mon Feb 20 17:37:34 +0000 2017', 'id': 833732339549220864, 'id_str': '833732339549220864', 'full_text': 'RT @rolltidered: This is Gabby. Now requests to be referred to as a guide dog, thanks to @dog_rates and @ShopWeRateDogs. 12/10 in my book.…', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'rolltidered', 'name': 'Ellen M 👩🏻\u200d🦰', 'id': 44667502, 'id_str': '44667502', 'indices': [3, 15]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [89, 99]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Feb 17 03:39:51 +0000 2017', 'id': 832434358292209665, 'id_str': '832434358292209665', 'full_text': 'This is Gabby. Now requests to be referred to as a guide dog, thanks to @dog_rates and @ShopWeRateDogs. 12/10 in my book. https://t.co/XTqGveDV5C', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [72, 82]}], 'urls': [], 'media': [{'id': 832434350536916992, 'id_str': '832434350536916992', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C41moaKWAAA2Fgk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C41moaKWAAA2Fgk.jpg', 'url': 'https://t.co/XTqGveDV5C', 'display_url': 'pic.twitter.com/XTqGveDV5C', 'expanded_url': 'https://twitter.com/rolltidered/status/832434358292209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1504, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 881, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832434350536916992, 'id_str': '832434350536916992', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C41moaKWAAA2Fgk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C41moaKWAAA2Fgk.jpg', 'url': 'https://t.co/XTqGveDV5C', 'display_url': 'pic.twitter.com/XTqGveDV5C', 'expanded_url': 'https://twitter.com/rolltidered/status/832434358292209665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1504, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 881, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 44667502, 'id_str': '44667502', 'name': 'Ellen M 👩🏻\u200d🦰', 'screen_name': 'rolltidered', 'location': 'Decatur, AL', 'description': '“I do a lot of [dog] petting along the way.” Blair Braverman (And me. It’s also true about me.)', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 539, 'friends_count': 675, 'listed_count': 0, 'created_at': 'Thu Jun 04 17:26:43 +0000 2009', 'favourites_count': 308069, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 14504, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'EBEBEB', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme7/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme7/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1003789747586727936/wA-4Zq85_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1003789747586727936/wA-4Zq85_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/44667502/1543771428', 'profile_link_color': '990000', 'profile_sidebar_border_color': 'DFDFDF', 'profile_sidebar_fill_color': 'F3F3F3', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 205, 'favorite_count': 1893, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 205, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
329:833722901757046785
{'created_at': 'Mon Feb 20 17:00:04 +0000 2017', 'id': 833722901757046785, 'id_str': '833722901757046785', 'full_text': "This is Bronte. She's fairly h*ckin aerodynamic. Also patiently waiting for mom to make her a main character. 13/10 would be an honor to pet https://t.co/w1MQWO2PET", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 833722895578886144, 'id_str': '833722895578886144', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C5H6jmgW8AAevqq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5H6jmgW8AAevqq.jpg', 'url': 'https://t.co/w1MQWO2PET', 'display_url': 'pic.twitter.com/w1MQWO2PET', 'expanded_url': 'https://twitter.com/dog_rates/status/833722901757046785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 661, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1099, 'h': 1130, 'resize': 'fit'}, 'medium': {'w': 1099, 'h': 1130, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 833722895578886144, 'id_str': '833722895578886144', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C5H6jmgW8AAevqq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5H6jmgW8AAevqq.jpg', 'url': 'https://t.co/w1MQWO2PET', 'display_url': 'pic.twitter.com/w1MQWO2PET', 'expanded_url': 'https://twitter.com/dog_rates/status/833722901757046785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 661, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1099, 'h': 1130, 'resize': 'fit'}, 'medium': {'w': 1099, 'h': 1130, 'resize': 'fit'}}}, {'id': 833722895520104450, 'id_str': '833722895520104450', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C5H6jmSWAAIcP8j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5H6jmSWAAIcP8j.jpg', 'url': 'https://t.co/w1MQWO2PET', 'display_url': 'pic.twitter.com/w1MQWO2PET', 'expanded_url': 'https://twitter.com/dog_rates/status/833722901757046785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3002, 'favorite_count': 19717, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
330:833479644947025920
{'created_at': 'Mon Feb 20 00:53:27 +0000 2017', 'id': 833479644947025920, 'id_str': '833479644947025920', 'full_text': 'This is Poppy. She just arrived. 13/10 would snug passionately https://t.co/YGeSpyN8Gu', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 833479630938062852, 'id_str': '833479630938062852', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/C5EdTvGWQAQpghQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5EdTvGWQAQpghQ.jpg', 'url': 'https://t.co/YGeSpyN8Gu', 'display_url': 'pic.twitter.com/YGeSpyN8Gu', 'expanded_url': 'https://twitter.com/dog_rates/status/833479644947025920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 833479630938062852, 'id_str': '833479630938062852', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/C5EdTvGWQAQpghQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5EdTvGWQAQpghQ.jpg', 'url': 'https://t.co/YGeSpyN8Gu', 'display_url': 'pic.twitter.com/YGeSpyN8Gu', 'expanded_url': 'https://twitter.com/dog_rates/status/833479644947025920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}, {'id': 833479630938050561, 'id_str': '833479630938050561', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/C5EdTvGWEAEnI6H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5EdTvGWEAEnI6H.jpg', 'url': 'https://t.co/YGeSpyN8Gu', 'display_url': 'pic.twitter.com/YGeSpyN8Gu', 'expanded_url': 'https://twitter.com/dog_rates/status/833479644947025920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}, {'id': 833479633475604480, 'id_str': '833479633475604480', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/C5EdT4jWEAARv2C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C5EdT4jWEAARv2C.jpg', 'url': 'https://t.co/YGeSpyN8Gu', 'display_url': 'pic.twitter.com/YGeSpyN8Gu', 'expanded_url': 'https://twitter.com/dog_rates/status/833479644947025920/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1894, 'favorite_count': 14032, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
331:833124694597443584
{'created_at': 'Sun Feb 19 01:23:00 +0000 2017', 'id': 833124694597443584, 'id_str': '833124694597443584', 'full_text': "This is Gidget. She's a spy pupper. Stealthy as h*ck. Must've slipped pup and got caught. 12/10 would forgive then pet https://t.co/zD97KYFaFa", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 833124662091542528, 'id_str': '833124662091542528', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 833124662091542528, 'id_str': '833124662091542528', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1GVcAAgvx6.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 833124662095679488, 'id_str': '833124662095679488', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1HUkAAWbJp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1HUkAAWbJp.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 833124662099877889, 'id_str': '833124662099877889', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C4_ad1IUoAEspsk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4_ad1IUoAEspsk.jpg', 'url': 'https://t.co/zD97KYFaFa', 'display_url': 'pic.twitter.com/zD97KYFaFa', 'expanded_url': 'https://twitter.com/dog_rates/status/833124694597443584/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4452, 'favorite_count': 19008, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
332:832998151111966721
{'created_at': 'Sat Feb 18 17:00:10 +0000 2017', 'id': 832998151111966721, 'id_str': '832998151111966721', 'full_text': 'This is Rhino. He arrived at a shelter with an elaborate doggo manual for his new family, written by someone who will always love him. 13/10 https://t.co/QX1h0oqMz0', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832998142459011073, 'id_str': '832998142459011073', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C49nZavUYAEJjGw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C49nZavUYAEJjGw.jpg', 'url': 'https://t.co/QX1h0oqMz0', 'display_url': 'pic.twitter.com/QX1h0oqMz0', 'expanded_url': 'https://twitter.com/dog_rates/status/832998151111966721/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832998142459011073, 'id_str': '832998142459011073', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C49nZavUYAEJjGw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C49nZavUYAEJjGw.jpg', 'url': 'https://t.co/QX1h0oqMz0', 'display_url': 'pic.twitter.com/QX1h0oqMz0', 'expanded_url': 'https://twitter.com/dog_rates/status/832998151111966721/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}, {'id': 832998142471606273, 'id_str': '832998142471606273', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C49nZayUkAEPwf9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C49nZayUkAEPwf9.jpg', 'url': 'https://t.co/QX1h0oqMz0', 'display_url': 'pic.twitter.com/QX1h0oqMz0', 'expanded_url': 'https://twitter.com/dog_rates/status/832998151111966721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 560, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 648, 'h': 787, 'resize': 'fit'}, 'large': {'w': 648, 'h': 787, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2024, 'favorite_count': 12452, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
333:832769181346996225
{'created_at': 'Sat Feb 18 01:50:19 +0000 2017', 'id': 832769181346996225, 'id_str': '832769181346996225', 'full_text': 'RT @EmilieGambril: 12/10 h*cking excited about my new shirt! @dog_rates https://t.co/zFEfMTaHqU', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [61, 71]}], 'urls': [], 'media': [{'id': 832766375433154560, 'id_str': '832766375433154560', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'url': 'https://t.co/zFEfMTaHqU', 'display_url': 'pic.twitter.com/zFEfMTaHqU', 'expanded_url': 'https://twitter.com/EmilieGambril/status/832766382198566913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 832766382198566913, 'source_status_id_str': '832766382198566913', 'source_user_id': 487197737, 'source_user_id_str': '487197737'}]}, 'extended_entities': {'media': [{'id': 832766375433154560, 'id_str': '832766375433154560', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'url': 'https://t.co/zFEfMTaHqU', 'display_url': 'pic.twitter.com/zFEfMTaHqU', 'expanded_url': 'https://twitter.com/EmilieGambril/status/832766382198566913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 832766382198566913, 'source_status_id_str': '832766382198566913', 'source_user_id': 487197737, 'source_user_id_str': '487197737'}, {'id': 832766375437348865, 'id_str': '832766375437348865', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/C46UmzTVMAER7ON.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46UmzTVMAER7ON.jpg', 'url': 'https://t.co/zFEfMTaHqU', 'display_url': 'pic.twitter.com/zFEfMTaHqU', 'expanded_url': 'https://twitter.com/EmilieGambril/status/832766382198566913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 832766382198566913, 'source_status_id_str': '832766382198566913', 'source_user_id': 487197737, 'source_user_id_str': '487197737'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Feb 18 01:39:12 +0000 2017', 'id': 832766382198566913, 'id_str': '832766382198566913', 'full_text': '12/10 h*cking excited about my new shirt! @dog_rates https://t.co/zFEfMTaHqU', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [42, 52]}], 'urls': [], 'media': [{'id': 832766375433154560, 'id_str': '832766375433154560', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'url': 'https://t.co/zFEfMTaHqU', 'display_url': 'pic.twitter.com/zFEfMTaHqU', 'expanded_url': 'https://twitter.com/EmilieGambril/status/832766382198566913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832766375433154560, 'id_str': '832766375433154560', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46UmzSVMAAqBug.jpg', 'url': 'https://t.co/zFEfMTaHqU', 'display_url': 'pic.twitter.com/zFEfMTaHqU', 'expanded_url': 'https://twitter.com/EmilieGambril/status/832766382198566913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 832766375437348865, 'id_str': '832766375437348865', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/C46UmzTVMAER7ON.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46UmzTVMAER7ON.jpg', 'url': 'https://t.co/zFEfMTaHqU', 'display_url': 'pic.twitter.com/zFEfMTaHqU', 'expanded_url': 'https://twitter.com/EmilieGambril/status/832766382198566913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 487197737, 'id_str': '487197737', 'name': 'Emilie Shepherd', 'screen_name': 'emshepherd18', 'location': 'Fresno, CA', 'description': 'cry on the inside like a winner ◡̈', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 308, 'friends_count': 515, 'listed_count': 1, 'created_at': 'Thu Feb 09 03:26:12 +0000 2012', 'favourites_count': 5140, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 2959, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1286116056004587520/wXhw4x41_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1286116056004587520/wXhw4x41_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/487197737/1597264918', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 38, 'favorite_count': 1190, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 38, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
334:832757312314028032
{'created_at': 'Sat Feb 18 01:03:09 +0000 2017', 'id': 832757312314028032, 'id_str': '832757312314028032', 'full_text': "This is Willow. She's the official strawberry taste tester. Palate delicate af. Currently noting the subtle piquancy of this one. 13/10 https://t.co/On7muWnWSQ", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832757300183994371, 'id_str': '832757300183994371', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C46MWjWUkAMB5tb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46MWjWUkAMB5tb.jpg', 'url': 'https://t.co/On7muWnWSQ', 'display_url': 'pic.twitter.com/On7muWnWSQ', 'expanded_url': 'https://twitter.com/dog_rates/status/832757312314028032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832757300183994371, 'id_str': '832757300183994371', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C46MWjWUkAMB5tb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46MWjWUkAMB5tb.jpg', 'url': 'https://t.co/On7muWnWSQ', 'display_url': 'pic.twitter.com/On7muWnWSQ', 'expanded_url': 'https://twitter.com/dog_rates/status/832757312314028032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}, {'id': 832757301186486277, 'id_str': '832757301186486277', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C46MWnFVYAUg1RK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C46MWnFVYAUg1RK.jpg', 'url': 'https://t.co/On7muWnWSQ', 'display_url': 'pic.twitter.com/On7muWnWSQ', 'expanded_url': 'https://twitter.com/dog_rates/status/832757312314028032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1639, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3325, 'favorite_count': 15871, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
335:832682457690300417
{'created_at': 'Fri Feb 17 20:05:43 +0000 2017', 'id': 832682457690300417, 'id_str': '832682457690300417', 'full_text': 'Prosperous good boy 13/10 socioeconomic af https://t.co/8YlD5lxPbQ', 'truncated': False, 'display_text_range': [0, 42], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/8YlD5lxPbQ', 'expanded_url': 'https://twitter.com/telegraph/status/832268302944579584', 'display_url': 'twitter.com/telegraph/stat…', 'indices': [43, 66]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 832268302944579584, 'quoted_status_id_str': '832268302944579584', 'quoted_status_permalink': {'url': 'https://t.co/8YlD5lxPbQ', 'expanded': 'https://twitter.com/telegraph/status/832268302944579584', 'display': 'twitter.com/telegraph/stat…'}, 'quoted_status': {'created_at': 'Thu Feb 16 16:40:00 +0000 2017', 'id': 832268302944579584, 'id_str': '832268302944579584', 'full_text': 'Dog abandoned at petrol station now works at petrol station\nhttps://t.co/FSKBbikc13 https://t.co/xI5pYUEU8c', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/FSKBbikc13', 'expanded_url': 'http://www.telegraph.co.uk/pets/news-features/dog-abandoned-petrol-station-now-works-petrol-station/', 'display_url': 'telegraph.co.uk/pets/news-feat…', 'indices': [60, 83]}], 'media': [{'id': 832266472856645634, 'id_str': '832266472856645634', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C4zN8pEWcAIJrfa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4zN8pEWcAIJrfa.jpg', 'url': 'https://t.co/xI5pYUEU8c', 'display_url': 'pic.twitter.com/xI5pYUEU8c', 'expanded_url': 'https://twitter.com/Telegraph/status/832268302944579584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 450, 'resize': 'fit'}, 'small': {'w': 680, 'h': 425, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 450, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832266472856645634, 'id_str': '832266472856645634', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C4zN8pEWcAIJrfa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4zN8pEWcAIJrfa.jpg', 'url': 'https://t.co/xI5pYUEU8c', 'display_url': 'pic.twitter.com/xI5pYUEU8c', 'expanded_url': 'https://twitter.com/Telegraph/status/832268302944579584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 450, 'resize': 'fit'}, 'small': {'w': 680, 'h': 425, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 450, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 16343974, 'id_str': '16343974', 'name': 'The Telegraph', 'screen_name': 'Telegraph', 'location': 'London, UK', 'description': 'Think ahead with the latest news, comment, analysis and video. \n\nSubscribe here: https://t.co/jRf9lAo5nY', 'url': 'https://t.co/ALkkPczVm5', 'entities': {'url': {'urls': [{'url': 'https://t.co/ALkkPczVm5', 'expanded_url': 'http://www.telegraph.co.uk/?WT.mc_id=tw', 'display_url': 'telegraph.co.uk/?WT.mc_id=tw', 'indices': [0, 23]}]}, 'description': {'urls': [{'url': 'https://t.co/jRf9lAo5nY', 'expanded_url': 'https://www.telegraph.co.uk/customer/subscribe/', 'display_url': 'telegraph.co.uk/customer/subsc…', 'indices': [81, 104]}]}}, 'protected': False, 'followers_count': 3253580, 'friends_count': 889, 'listed_count': 20894, 'created_at': 'Thu Sep 18 06:50:54 +0000 2008', 'favourites_count': 376, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 491099, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '5F5653', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme15/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme15/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/943090005723041792/2cjxINlJ_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/943090005723041792/2cjxINlJ_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/16343974/1636616618', 'profile_link_color': '3B94D9', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'F4F4F0', 'profile_text_color': '000000', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'regular', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1735, 'favorite_count': 3282, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 2668, 'favorite_count': 11159, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
336:832645525019123713
{'created_at': 'Fri Feb 17 17:38:57 +0000 2017', 'id': 832645525019123713, 'id_str': '832645525019123713', 'full_text': "There's going to be a dog terminal at JFK Airport. This is not a drill. 10/10 \nhttps://t.co/dp5h9bCwU7", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/dp5h9bCwU7', 'expanded_url': 'http://us.blastingnews.com/news/2017/02/jfk-announces-its-first-ever-ark-oasis-animal-terminal-001480161.html?sbdht=_pM1QUzk3wsdTxcmMoRPV7FWYYlsNKcFRcYSY7OmeHnOXA4NtUM6PLQ2_', 'display_url': 'us.blastingnews.com/news/2017/02/j…', 'indices': [80, 103]}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 485, 'favorite_count': 2742, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
337:832636094638288896
{'created_at': 'Fri Feb 17 17:01:29 +0000 2017', 'id': 832636094638288896, 'id_str': '832636094638288896', 'full_text': 'This is Orion. He just got back from the dentist. Cavity free af. 12/10 would give extra pats https://t.co/Y4DZx2UWsr', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832636085544955904, 'id_str': '832636085544955904', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C44eG7oUMAAA4Ss.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C44eG7oUMAAA4Ss.jpg', 'url': 'https://t.co/Y4DZx2UWsr', 'display_url': 'pic.twitter.com/Y4DZx2UWsr', 'expanded_url': 'https://twitter.com/dog_rates/status/832636094638288896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832636085544955904, 'id_str': '832636085544955904', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C44eG7oUMAAA4Ss.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C44eG7oUMAAA4Ss.jpg', 'url': 'https://t.co/Y4DZx2UWsr', 'display_url': 'pic.twitter.com/Y4DZx2UWsr', 'expanded_url': 'https://twitter.com/dog_rates/status/832636094638288896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2567, 'favorite_count': 14922, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
338:832397543355072512
{'created_at': 'Fri Feb 17 01:13:34 +0000 2017', 'id': 832397543355072512, 'id_str': '832397543355072512', 'full_text': "This is Eevee. She wants to see how you're doing. Just checkin pup on you. She hopes you're doing okay. 12/10 extremely good girl https://t.co/nqAJGCHKEt", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832397519002988544, 'id_str': '832397519002988544', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C41FIiAW8AA7lMr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C41FIiAW8AA7lMr.jpg', 'url': 'https://t.co/nqAJGCHKEt', 'display_url': 'pic.twitter.com/nqAJGCHKEt', 'expanded_url': 'https://twitter.com/dog_rates/status/832397543355072512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832397519002988544, 'id_str': '832397519002988544', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C41FIiAW8AA7lMr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C41FIiAW8AA7lMr.jpg', 'url': 'https://t.co/nqAJGCHKEt', 'display_url': 'pic.twitter.com/nqAJGCHKEt', 'expanded_url': 'https://twitter.com/dog_rates/status/832397543355072512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}, {'id': 832397518994604033, 'id_str': '832397518994604033', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C41FIh-XAAE3pU4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C41FIh-XAAE3pU4.jpg', 'url': 'https://t.co/nqAJGCHKEt', 'display_url': 'pic.twitter.com/nqAJGCHKEt', 'expanded_url': 'https://twitter.com/dog_rates/status/832397543355072512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1153, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2038, 'favorite_count': 11257, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
339:832369877331693569
{'created_at': 'Thu Feb 16 23:23:38 +0000 2017', 'id': 832369877331693569, 'id_str': '832369877331693569', 'full_text': 'This is Charlie. He fell asleep on a heating vent. Would puppreciate your assistance. 11/10 someone help Charlie https://t.co/Dhdx5HnQ4d', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832369869089800192, 'id_str': '832369869089800192', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'url': 'https://t.co/Dhdx5HnQ4d', 'display_url': 'pic.twitter.com/Dhdx5HnQ4d', 'expanded_url': 'https://twitter.com/dog_rates/status/832369877331693569/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832369869089800192, 'id_str': '832369869089800192', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C40r_GDWAAA5vNJ.jpg', 'url': 'https://t.co/Dhdx5HnQ4d', 'display_url': 'pic.twitter.com/Dhdx5HnQ4d', 'expanded_url': 'https://twitter.com/dog_rates/status/832369877331693569/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2927, 'favorite_count': 16101, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
340:832273440279240704
{'created_at': 'Thu Feb 16 17:00:25 +0000 2017', 'id': 832273440279240704, 'id_str': '832273440279240704', 'full_text': "Say hello to Smiley. He's a blind therapy doggo having a h*ckin blast high steppin around in the snow. 14/10 would follow anywhere https://t.co/SHAb1wHjMz", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 832273373149413377, 'id_str': '832273373149413377', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/832273373149413377/pu/img/qOqxM0b48fEarmq6.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/832273373149413377/pu/img/qOqxM0b48fEarmq6.jpg', 'url': 'https://t.co/SHAb1wHjMz', 'display_url': 'pic.twitter.com/SHAb1wHjMz', 'expanded_url': 'https://twitter.com/dog_rates/status/832273440279240704/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832273373149413377, 'id_str': '832273373149413377', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/832273373149413377/pu/img/qOqxM0b48fEarmq6.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/832273373149413377/pu/img/qOqxM0b48fEarmq6.jpg', 'url': 'https://t.co/SHAb1wHjMz', 'display_url': 'pic.twitter.com/SHAb1wHjMz', 'expanded_url': 'https://twitter.com/dog_rates/status/832273440279240704/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 23282, 'variants': [{'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/832273373149413377/pu/vid/1280x720/4VhBJ0Ca_D4yKcmA.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/832273373149413377/pu/vid/640x360/2oEmeRltWzxbnLzb.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/832273373149413377/pu/vid/320x180/MGOqTVIB0Cqm2zq5.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/832273373149413377/pu/pl/1xVC6gdDVtcQ3B_Y.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2149, 'favorite_count': 10667, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
341:832215909146226688
{'created_at': 'Thu Feb 16 13:11:49 +0000 2017', 'id': 832215909146226688, 'id_str': '832215909146226688', 'full_text': "RT @dog_rates: This is Logan, the Chow who lived. He solemnly swears he's up to lots of good. H*ckin magical af 9.75/10 https://t.co/yBO5wu…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Oct 13 23:23:56 +0000 2016', 'id': 786709082849828864, 'id_str': '786709082849828864', 'full_text': "This is Logan, the Chow who lived. He solemnly swears he's up to lots of good. H*ckin magical af 9.75/10 https://t.co/yBO5wuqaPS", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786709075132383232, 'id_str': '786709075132383232', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'url': 'https://t.co/yBO5wuqaPS', 'display_url': 'pic.twitter.com/yBO5wuqaPS', 'expanded_url': 'https://twitter.com/dog_rates/status/786709082849828864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786709075132383232, 'id_str': '786709075132383232', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'url': 'https://t.co/yBO5wuqaPS', 'display_url': 'pic.twitter.com/yBO5wuqaPS', 'expanded_url': 'https://twitter.com/dog_rates/status/786709082849828864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5734, 'favorite_count': 17374, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5734, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
342:832215726631055365
{'created_at': 'Thu Feb 16 13:11:05 +0000 2017', 'id': 832215726631055365, 'id_str': '832215726631055365', 'full_text': "RT @dog_rates: This is Moreton. He's the Good Boy Who Lived. 13/10 magical as h*ck https://t.co/rLHGx3VAF3", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 793286466235408384, 'id_str': '793286466235408384', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}, 'source_status_id': 793286476301799424, 'source_status_id_str': '793286476301799424', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 793286466235408384, 'id_str': '793286466235408384', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}, 'source_status_id': 793286476301799424, 'source_status_id_str': '793286476301799424', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 793286466231238656, 'id_str': '793286466231238656', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CwJR1ojWgAACs6t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1ojWgAACs6t.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 793286476301799424, 'source_status_id_str': '793286476301799424', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Nov 01 03:00:09 +0000 2016', 'id': 793286476301799424, 'id_str': '793286476301799424', 'full_text': "This is Moreton. He's the Good Boy Who Lived. 13/10 magical as h*ck https://t.co/rLHGx3VAF3", 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793286466235408384, 'id_str': '793286466235408384', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793286466235408384, 'id_str': '793286466235408384', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 793286466231238656, 'id_str': '793286466231238656', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CwJR1ojWgAACs6t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1ojWgAACs6t.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8602, 'favorite_count': 23365, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 8602, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
343:832088576586297345
{'created_at': 'Thu Feb 16 04:45:50 +0000 2017', 'id': 832088576586297345, 'id_str': '832088576586297345', 'full_text': '@docmisterio account started on 11/15/15', 'truncated': False, 'display_text_range': [13, 40], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'docmisterio', 'name': 'ZB', 'id': 30582082, 'id_str': '30582082', 'indices': [0, 12]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 832087547559997440, 'in_reply_to_status_id_str': '832087547559997440', 'in_reply_to_user_id': 30582082, 'in_reply_to_user_id_str': '30582082', 'in_reply_to_screen_name': 'docmisterio', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2, 'favorite_count': 59, 'favorited': False, 'retweeted': False, 'lang': 'en'}
344:832040443403784192
{'created_at': 'Thu Feb 16 01:34:34 +0000 2017', 'id': 832040443403784192, 'id_str': '832040443403784192', 'full_text': "RT @dog_rates: This is Klein. These pics were taken a month apart. He knows he's a stud now. 12/10 total heartthrob https://t.co/guDkLrX8zV", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 769940407350362112, 'id_str': '769940407350362112', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 769940425801170949, 'source_status_id_str': '769940425801170949', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 769940407350362112, 'id_str': '769940407350362112', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 769940425801170949, 'source_status_id_str': '769940425801170949', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 769940407341965313, 'id_str': '769940407341965313', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ3WYAEDO5b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ3WYAEDO5b.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1366, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 769940425801170949, 'source_status_id_str': '769940425801170949', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Aug 28 16:51:16 +0000 2016', 'id': 769940425801170949, 'id_str': '769940425801170949', 'full_text': "This is Klein. These pics were taken a month apart. He knows he's a stud now. 12/10 total heartthrob https://t.co/guDkLrX8zV", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 769940407350362112, 'id_str': '769940407350362112', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 769940407350362112, 'id_str': '769940407350362112', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}, {'id': 769940407341965313, 'id_str': '769940407341965313', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ3WYAEDO5b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ3WYAEDO5b.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1366, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8837, 'favorite_count': 29309, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 8837, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
345:832032802820481025
{'created_at': 'Thu Feb 16 01:04:13 +0000 2017', 'id': 832032802820481025, 'id_str': '832032802820481025', 'full_text': "This is Miguel. He was the only remaining doggo at the adoption center after the weekend. Let's change that. 12/10\n\nhttps://t.co/P0bO8mCQwN https://t.co/SU4K34NT4M", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/P0bO8mCQwN', 'expanded_url': 'https://www.petfinder.com/petdetail/34918210', 'display_url': 'petfinder.com/petdetail/3491…', 'indices': [116, 139]}], 'media': [{'id': 832032796369645570, 'id_str': '832032796369645570', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4v5a4UWcAIRygc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4v5a4UWcAIRygc.jpg', 'url': 'https://t.co/SU4K34NT4M', 'display_url': 'pic.twitter.com/SU4K34NT4M', 'expanded_url': 'https://twitter.com/dog_rates/status/832032802820481025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 632, 'h': 421, 'resize': 'fit'}, 'small': {'w': 632, 'h': 421, 'resize': 'fit'}, 'large': {'w': 632, 'h': 421, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 832032796369645570, 'id_str': '832032796369645570', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4v5a4UWcAIRygc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4v5a4UWcAIRygc.jpg', 'url': 'https://t.co/SU4K34NT4M', 'display_url': 'pic.twitter.com/SU4K34NT4M', 'expanded_url': 'https://twitter.com/dog_rates/status/832032802820481025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 632, 'h': 421, 'resize': 'fit'}, 'small': {'w': 632, 'h': 421, 'resize': 'fit'}, 'large': {'w': 632, 'h': 421, 'resize': 'fit'}}}, {'id': 832032796570955776, 'id_str': '832032796570955776', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4v5a5EWMAA0_fH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4v5a5EWMAA0_fH.jpg', 'url': 'https://t.co/SU4K34NT4M', 'display_url': 'pic.twitter.com/SU4K34NT4M', 'expanded_url': 'https://twitter.com/dog_rates/status/832032802820481025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}}}, {'id': 832032796453502978, 'id_str': '832032796453502978', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4v5a4oWAAIUQbv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4v5a4oWAAIUQbv.jpg', 'url': 'https://t.co/SU4K34NT4M', 'display_url': 'pic.twitter.com/SU4K34NT4M', 'expanded_url': 'https://twitter.com/dog_rates/status/832032802820481025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 525, 'h': 529, 'resize': 'fit'}, 'small': {'w': 525, 'h': 529, 'resize': 'fit'}, 'large': {'w': 525, 'h': 529, 'resize': 'fit'}}}, {'id': 832032796386410496, 'id_str': '832032796386410496', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4v5a4YWQAAUjDP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4v5a4YWQAAUjDP.jpg', 'url': 'https://t.co/SU4K34NT4M', 'display_url': 'pic.twitter.com/SU4K34NT4M', 'expanded_url': 'https://twitter.com/dog_rates/status/832032802820481025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 854, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 854, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 567, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4308, 'favorite_count': 16798, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
346:831939777352105988
{'created_at': 'Wed Feb 15 18:54:34 +0000 2017', 'id': 831939777352105988, 'id_str': '831939777352105988', 'full_text': "This is Emanuel. He's a h*ckin rare doggo. Dwells in a semi-urban environment. Round features make him extra collectible. 12/10 would so pet https://t.co/k9bzgyVdUT", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831939770607616000, 'id_str': '831939770607616000', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4uk0EWWQAAaZm1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uk0EWWQAAaZm1.jpg', 'url': 'https://t.co/k9bzgyVdUT', 'display_url': 'pic.twitter.com/k9bzgyVdUT', 'expanded_url': 'https://twitter.com/dog_rates/status/831939777352105988/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 564, 'h': 965, 'resize': 'fit'}, 'small': {'w': 397, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 564, 'h': 965, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831939770607616000, 'id_str': '831939770607616000', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4uk0EWWQAAaZm1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uk0EWWQAAaZm1.jpg', 'url': 'https://t.co/k9bzgyVdUT', 'display_url': 'pic.twitter.com/k9bzgyVdUT', 'expanded_url': 'https://twitter.com/dog_rates/status/831939777352105988/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 564, 'h': 965, 'resize': 'fit'}, 'small': {'w': 397, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 564, 'h': 965, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5663, 'favorite_count': 22500, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
347:831926988323639298
{'created_at': 'Wed Feb 15 18:03:45 +0000 2017', 'id': 831926988323639298, 'id_str': '831926988323639298', 'full_text': '@UNC can confirm 12/10', 'truncated': False, 'display_text_range': [5, 22], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'UNC', 'name': 'UNC-Chapel Hill', 'id': 20683724, 'id_str': '20683724', 'indices': [0, 4]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 831903044224835585, 'in_reply_to_status_id_str': '831903044224835585', 'in_reply_to_user_id': 20683724, 'in_reply_to_user_id_str': '20683724', 'in_reply_to_screen_name': 'UNC', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 34, 'favorite_count': 319, 'favorited': False, 'retweeted': False, 'lang': 'en'}
348:831911600680497154
{'created_at': 'Wed Feb 15 17:02:36 +0000 2017', 'id': 831911600680497154, 'id_str': '831911600680497154', 'full_text': 'Meet Kuyu. He was trapped in a well for 10 days. Rescued yesterday using a device designed by a local robotics team. 14/10 for all involved https://t.co/l38R6IZNNg', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831911578865848320, 'id_str': '831911578865848320', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4uLLF7VUAAy7-m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uLLF7VUAAy7-m.jpg', 'url': 'https://t.co/l38R6IZNNg', 'display_url': 'pic.twitter.com/l38R6IZNNg', 'expanded_url': 'https://twitter.com/dog_rates/status/831911600680497154/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 620, 'h': 310, 'resize': 'fit'}, 'large': {'w': 620, 'h': 310, 'resize': 'fit'}, 'small': {'w': 620, 'h': 310, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831911578865848320, 'id_str': '831911578865848320', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4uLLF7VUAAy7-m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uLLF7VUAAy7-m.jpg', 'url': 'https://t.co/l38R6IZNNg', 'display_url': 'pic.twitter.com/l38R6IZNNg', 'expanded_url': 'https://twitter.com/dog_rates/status/831911600680497154/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 620, 'h': 310, 'resize': 'fit'}, 'large': {'w': 620, 'h': 310, 'resize': 'fit'}, 'small': {'w': 620, 'h': 310, 'resize': 'fit'}}}, {'id': 831911578962243584, 'id_str': '831911578962243584', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4uLLGSUMAA5dGk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uLLGSUMAA5dGk.jpg', 'url': 'https://t.co/l38R6IZNNg', 'display_url': 'pic.twitter.com/l38R6IZNNg', 'expanded_url': 'https://twitter.com/dog_rates/status/831911600680497154/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 413, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 679, 'h': 1119, 'resize': 'fit'}, 'large': {'w': 679, 'h': 1119, 'resize': 'fit'}}}, {'id': 831911579151060992, 'id_str': '831911579151060992', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4uLLG_VUAABSUK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uLLG_VUAABSUK.jpg', 'url': 'https://t.co/l38R6IZNNg', 'display_url': 'pic.twitter.com/l38R6IZNNg', 'expanded_url': 'https://twitter.com/dog_rates/status/831911600680497154/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 831911579079712768, 'id_str': '831911579079712768', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C4uLLGuUoAAkIHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4uLLGuUoAAkIHm.jpg', 'url': 'https://t.co/l38R6IZNNg', 'display_url': 'pic.twitter.com/l38R6IZNNg', 'expanded_url': 'https://twitter.com/dog_rates/status/831911600680497154/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 712, 'h': 465, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 712, 'h': 465, 'resize': 'fit'}, 'small': {'w': 680, 'h': 444, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5992, 'favorite_count': 25887, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
349:831670449226514432
{'created_at': 'Wed Feb 15 01:04:21 +0000 2017', 'id': 831670449226514432, 'id_str': '831670449226514432', 'full_text': 'This is Daisy. She has a heart on her butt. 13/10 topical af https://t.co/u6p4LxzHKg', 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831670443132252160, 'id_str': '831670443132252160', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/C4qv3JUW8AADirb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qv3JUW8AADirb.jpg', 'url': 'https://t.co/u6p4LxzHKg', 'display_url': 'pic.twitter.com/u6p4LxzHKg', 'expanded_url': 'https://twitter.com/dog_rates/status/831670449226514432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831670443132252160, 'id_str': '831670443132252160', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/C4qv3JUW8AADirb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qv3JUW8AADirb.jpg', 'url': 'https://t.co/u6p4LxzHKg', 'display_url': 'pic.twitter.com/u6p4LxzHKg', 'expanded_url': 'https://twitter.com/dog_rates/status/831670449226514432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1690, 'favorite_count': 9801, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
350:831650051525054464
{'created_at': 'Tue Feb 14 23:43:18 +0000 2017', 'id': 831650051525054464, 'id_str': '831650051525054464', 'full_text': "I usually only share these on Friday's, but this is Blue. He's a very smoochable pooch who needs your help. 13/10\n\nhttps://t.co/piiX0ke8Z6 https://t.co/1UHrKcaCiO", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/piiX0ke8Z6', 'expanded_url': 'http://www.gofundme.com/bluethewhitehusky', 'display_url': 'gofundme.com/bluethewhitehu…', 'indices': [115, 138]}], 'media': [{'id': 831650039864885250, 'id_str': '831650039864885250', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 692, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 1734, 'resize': 'fit'}, 'small': {'w': 392, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831650039864885250, 'id_str': '831650039864885250', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThOWAAI3WX3.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 692, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 1734, 'resize': 'fit'}, 'small': {'w': 392, 'h': 680, 'resize': 'fit'}}}, {'id': 831650039856525314, 'id_str': '831650039856525314', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThMWcAI9jUg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThMWcAI9jUg.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 670, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 985, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 985, 'resize': 'fit'}}}, {'id': 831650039869083650, 'id_str': '831650039869083650', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThPWEAIk9qP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThPWEAIk9qP.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 1000, 'resize': 'fit'}}}, {'id': 831650039864885249, 'id_str': '831650039864885249', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4qdThOWAAEW5B9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4qdThOWAAEW5B9.jpg', 'url': 'https://t.co/1UHrKcaCiO', 'display_url': 'pic.twitter.com/1UHrKcaCiO', 'expanded_url': 'https://twitter.com/dog_rates/status/831650051525054464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 1333, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1790, 'favorite_count': 6690, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
351:831552930092285952
{'created_at': 'Tue Feb 14 17:17:22 +0000 2017', 'id': 831552930092285952, 'id_str': '831552930092285952', 'full_text': "This is Dutch. He dressed up as his favorite emoji for Valentine's Day. I've got heart eyes for his heart eyes. 13/10 https://t.co/BCbmFYLrse", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831552915512901632, 'id_str': '831552915512901632', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C4pE-I0WQAABveu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4pE-I0WQAABveu.jpg', 'url': 'https://t.co/BCbmFYLrse', 'display_url': 'pic.twitter.com/BCbmFYLrse', 'expanded_url': 'https://twitter.com/dog_rates/status/831552930092285952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1151, 'h': 1886, 'resize': 'fit'}, 'medium': {'w': 732, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 415, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831552915512901632, 'id_str': '831552915512901632', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C4pE-I0WQAABveu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4pE-I0WQAABveu.jpg', 'url': 'https://t.co/BCbmFYLrse', 'display_url': 'pic.twitter.com/BCbmFYLrse', 'expanded_url': 'https://twitter.com/dog_rates/status/831552930092285952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1151, 'h': 1886, 'resize': 'fit'}, 'medium': {'w': 732, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 415, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2163, 'favorite_count': 8468, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
352:831322785565769729
{'created_at': 'Tue Feb 14 02:02:51 +0000 2017', 'id': 831322785565769729, 'id_str': '831322785565769729', 'full_text': 'This is Pete. He has no eyes. Needs a guide doggo. Also appears to be considerably fluffy af. 12/10 would hug softly https://t.co/Xc0gyovCtK', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831322776149430272, 'id_str': '831322776149430272', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C4lzqQ4UEAApzU0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lzqQ4UEAApzU0.jpg', 'url': 'https://t.co/Xc0gyovCtK', 'display_url': 'pic.twitter.com/Xc0gyovCtK', 'expanded_url': 'https://twitter.com/dog_rates/status/831322785565769729/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1224, 'h': 1632, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831322776149430272, 'id_str': '831322776149430272', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C4lzqQ4UEAApzU0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lzqQ4UEAApzU0.jpg', 'url': 'https://t.co/Xc0gyovCtK', 'display_url': 'pic.twitter.com/Xc0gyovCtK', 'expanded_url': 'https://twitter.com/dog_rates/status/831322785565769729/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1224, 'h': 1632, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1447, 'favorite_count': 8758, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
353:831315979191906304
{'created_at': 'Tue Feb 14 01:35:49 +0000 2017', 'id': 831315979191906304, 'id_str': '831315979191906304', 'full_text': "I couldn't make it to the #WKCDogShow BUT I have people there on the ground relaying me the finest pupper pics possible. 13/10 for all https://t.co/jd6lYhfdH4", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [{'text': 'WKCDogShow', 'indices': [26, 37]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831314890077908992, 'id_str': '831314890077908992', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C4lsfO-WMAAWQQj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lsfO-WMAAWQQj.jpg', 'url': 'https://t.co/jd6lYhfdH4', 'display_url': 'pic.twitter.com/jd6lYhfdH4', 'expanded_url': 'https://twitter.com/dog_rates/status/831315979191906304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831314890077908992, 'id_str': '831314890077908992', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C4lsfO-WMAAWQQj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lsfO-WMAAWQQj.jpg', 'url': 'https://t.co/jd6lYhfdH4', 'display_url': 'pic.twitter.com/jd6lYhfdH4', 'expanded_url': 'https://twitter.com/dog_rates/status/831315979191906304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 831314984583962624, 'id_str': '831314984583962624', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C4lskvCWIAA8T8k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lskvCWIAA8T8k.jpg', 'url': 'https://t.co/jd6lYhfdH4', 'display_url': 'pic.twitter.com/jd6lYhfdH4', 'expanded_url': 'https://twitter.com/dog_rates/status/831315979191906304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1632, 'h': 1224, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 831315061461438465, 'id_str': '831315061461438465', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C4lspNbXUAEPMUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lspNbXUAEPMUN.jpg', 'url': 'https://t.co/jd6lYhfdH4', 'display_url': 'pic.twitter.com/jd6lYhfdH4', 'expanded_url': 'https://twitter.com/dog_rates/status/831315979191906304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1064, 'resize': 'fit'}, 'small': {'w': 680, 'h': 603, 'resize': 'fit'}, 'large': {'w': 1380, 'h': 1224, 'resize': 'fit'}}}, {'id': 831315140649877505, 'id_str': '831315140649877505', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C4lst0bXAAE6MP8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lst0bXAAE6MP8.jpg', 'url': 'https://t.co/jd6lYhfdH4', 'display_url': 'pic.twitter.com/jd6lYhfdH4', 'expanded_url': 'https://twitter.com/dog_rates/status/831315979191906304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1039, 'favorite_count': 6182, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
354:831309418084069378
{'created_at': 'Tue Feb 14 01:09:44 +0000 2017', 'id': 831309418084069378, 'id_str': '831309418084069378', 'full_text': 'This is Scooter and his son Montoya. Scooter is a wonderful father. He takes very good care of Montoya. Both 12/10 would pet at same time https://t.co/ghqMfxxa4V', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831309408604868609, 'id_str': '831309408604868609', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4lngK5VUAEVrNO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lngK5VUAEVrNO.jpg', 'url': 'https://t.co/ghqMfxxa4V', 'display_url': 'pic.twitter.com/ghqMfxxa4V', 'expanded_url': 'https://twitter.com/dog_rates/status/831309418084069378/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1502, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 880, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831309408604868609, 'id_str': '831309408604868609', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C4lngK5VUAEVrNO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4lngK5VUAEVrNO.jpg', 'url': 'https://t.co/ghqMfxxa4V', 'display_url': 'pic.twitter.com/ghqMfxxa4V', 'expanded_url': 'https://twitter.com/dog_rates/status/831309418084069378/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1502, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 880, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2273, 'favorite_count': 11108, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
355:831262627380748289
{'created_at': 'Mon Feb 13 22:03:49 +0000 2017', 'id': 831262627380748289, 'id_str': '831262627380748289', 'full_text': "This is Tucker. He's feeling h*ckin festive and his owners don't have the heart to tell him Christmas is over. 12/10 https://t.co/zqR5XKMpuY", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 831262617675051009, 'id_str': '831262617675051009', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C4k88lGVMAEKNzb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4k88lGVMAEKNzb.jpg', 'url': 'https://t.co/zqR5XKMpuY', 'display_url': 'pic.twitter.com/zqR5XKMpuY', 'expanded_url': 'https://twitter.com/dog_rates/status/831262627380748289/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 831262617675051009, 'id_str': '831262617675051009', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C4k88lGVMAEKNzb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4k88lGVMAEKNzb.jpg', 'url': 'https://t.co/zqR5XKMpuY', 'display_url': 'pic.twitter.com/zqR5XKMpuY', 'expanded_url': 'https://twitter.com/dog_rates/status/831262627380748289/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1894, 'favorite_count': 11179, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
356:830956169170665475
{'created_at': 'Mon Feb 13 01:46:03 +0000 2017', 'id': 830956169170665475, 'id_str': '830956169170665475', 'full_text': 'Say hello to Reggie. He hates puns. 12/10 lighten pup Reggie https://t.co/X4vNEzAod5', 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 830956118893543424, 'id_str': '830956118893543424', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/830956118893543424/pu/img/t2G0raF7pDPRMAH5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/830956118893543424/pu/img/t2G0raF7pDPRMAH5.jpg', 'url': 'https://t.co/X4vNEzAod5', 'display_url': 'pic.twitter.com/X4vNEzAod5', 'expanded_url': 'https://twitter.com/dog_rates/status/830956169170665475/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 384, 'h': 480, 'resize': 'fit'}, 'small': {'w': 384, 'h': 480, 'resize': 'fit'}, 'large': {'w': 384, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 830956118893543424, 'id_str': '830956118893543424', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/830956118893543424/pu/img/t2G0raF7pDPRMAH5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/830956118893543424/pu/img/t2G0raF7pDPRMAH5.jpg', 'url': 'https://t.co/X4vNEzAod5', 'display_url': 'pic.twitter.com/X4vNEzAod5', 'expanded_url': 'https://twitter.com/dog_rates/status/830956169170665475/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 384, 'h': 480, 'resize': 'fit'}, 'small': {'w': 384, 'h': 480, 'resize': 'fit'}, 'large': {'w': 384, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 6455, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/830956118893543424/pu/vid/256x320/ClvYQGis06SUvIXR.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/830956118893543424/pu/pl/dT_piXUmoo_0G3mN.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1379, 'favorite_count': 7519, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
357:830583320585068544
{'created_at': 'Sun Feb 12 01:04:29 +0000 2017', 'id': 830583320585068544, 'id_str': '830583320585068544', 'full_text': 'This is Lilly. She just parallel barked. Kindly requests a reward now. 13/10 would pet so well https://t.co/SATN4If5H5', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 830583314243268608, 'id_str': '830583314243268608', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 830583314243268608, 'id_str': '830583314243268608', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6nWMAAX_bJ.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 830583314213896192, 'id_str': '830583314213896192', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C4bTH6gWAAAV2ex.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4bTH6gWAAAV2ex.jpg', 'url': 'https://t.co/SATN4If5H5', 'display_url': 'pic.twitter.com/SATN4If5H5', 'expanded_url': 'https://twitter.com/dog_rates/status/830583320585068544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15437, 'favorite_count': 62518, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
358:830173239259324417
{'created_at': 'Fri Feb 10 21:54:58 +0000 2017', 'id': 830173239259324417, 'id_str': '830173239259324417', 'full_text': "RT @dog_rates: This is Kyro. He's a Stratocumulus Flop. Tongue ejects at random. Serious h*ckin condition. Still 12/10 would pet passionate…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Dec 15 02:14:29 +0000 2016', 'id': 809220051211603969, 'id_str': '809220051211603969', 'full_text': "This is Kyro. He's a Stratocumulus Flop. Tongue ejects at random. Serious h*ckin condition. Still 12/10 would pet passionately https://t.co/wHu15q2Q6p", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 809220046199328768, 'id_str': '809220046199328768', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'url': 'https://t.co/wHu15q2Q6p', 'display_url': 'pic.twitter.com/wHu15q2Q6p', 'expanded_url': 'https://twitter.com/dog_rates/status/809220051211603969/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 809220046199328768, 'id_str': '809220046199328768', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'url': 'https://t.co/wHu15q2Q6p', 'display_url': 'pic.twitter.com/wHu15q2Q6p', 'expanded_url': 'https://twitter.com/dog_rates/status/809220051211603969/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 809220046203604992, 'id_str': '809220046203604992', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CzrtWDcXUAAyn6j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzrtWDcXUAAyn6j.jpg', 'url': 'https://t.co/wHu15q2Q6p', 'display_url': 'pic.twitter.com/wHu15q2Q6p', 'expanded_url': 'https://twitter.com/dog_rates/status/809220051211603969/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5251, 'favorite_count': 18896, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5251, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
359:830097400375152640
{'created_at': 'Fri Feb 10 16:53:37 +0000 2017', 'id': 830097400375152640, 'id_str': '830097400375152640', 'full_text': "Meet Samson. He's absolute fluffy perfection. Easily 13/10, but he needs your help. Click the link to find out more\n\nhttps://t.co/z82hCtwhpn https://t.co/KoWrMkbMbW", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/z82hCtwhpn', 'expanded_url': 'https://www.gofundme.com/sick-baby-samson', 'display_url': 'gofundme.com/sick-baby-sams…', 'indices': [117, 140]}], 'media': [{'id': 830097389742673920, 'id_str': '830097389742673920', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4UZLYyXUAAaSyA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4UZLYyXUAAaSyA.jpg', 'url': 'https://t.co/KoWrMkbMbW', 'display_url': 'pic.twitter.com/KoWrMkbMbW', 'expanded_url': 'https://twitter.com/dog_rates/status/830097400375152640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 450, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 450, 'resize': 'fit'}, 'small': {'w': 600, 'h': 450, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 830097389742673920, 'id_str': '830097389742673920', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4UZLYyXUAAaSyA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4UZLYyXUAAaSyA.jpg', 'url': 'https://t.co/KoWrMkbMbW', 'display_url': 'pic.twitter.com/KoWrMkbMbW', 'expanded_url': 'https://twitter.com/dog_rates/status/830097400375152640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 450, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 450, 'resize': 'fit'}, 'small': {'w': 600, 'h': 450, 'resize': 'fit'}}}, {'id': 830097389738459137, 'id_str': '830097389738459137', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4UZLYxXAAEB05M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4UZLYxXAAEB05M.jpg', 'url': 'https://t.co/KoWrMkbMbW', 'display_url': 'pic.twitter.com/KoWrMkbMbW', 'expanded_url': 'https://twitter.com/dog_rates/status/830097400375152640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 830097389847470081, 'id_str': '830097389847470081', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4UZLZLWYAEiqQW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4UZLZLWYAEiqQW.jpg', 'url': 'https://t.co/KoWrMkbMbW', 'display_url': 'pic.twitter.com/KoWrMkbMbW', 'expanded_url': 'https://twitter.com/dog_rates/status/830097400375152640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 830097389847470080, 'id_str': '830097389847470080', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C4UZLZLWYAA0dcs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4UZLZLWYAA0dcs.jpg', 'url': 'https://t.co/KoWrMkbMbW', 'display_url': 'pic.twitter.com/KoWrMkbMbW', 'expanded_url': 'https://twitter.com/dog_rates/status/830097400375152640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2703, 'favorite_count': 9181, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
360:829878982036299777
{'created_at': 'Fri Feb 10 02:25:42 +0000 2017', 'id': 829878982036299777, 'id_str': '829878982036299777', 'full_text': "RT @dog_rates: This is Loki. He smiles like Elvis. Ain't nothin but a hound doggo. 12/10 https://t.co/QV5nx6otZR", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 826958645422342144, 'id_str': '826958645422342144', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'url': 'https://t.co/QV5nx6otZR', 'display_url': 'pic.twitter.com/QV5nx6otZR', 'expanded_url': 'https://twitter.com/dog_rates/status/826958653328592898/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1246, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 414, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 730, 'h': 1200, 'resize': 'fit'}}, 'source_status_id': 826958653328592898, 'source_status_id_str': '826958653328592898', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 826958645422342144, 'id_str': '826958645422342144', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'url': 'https://t.co/QV5nx6otZR', 'display_url': 'pic.twitter.com/QV5nx6otZR', 'expanded_url': 'https://twitter.com/dog_rates/status/826958653328592898/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1246, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 414, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 730, 'h': 1200, 'resize': 'fit'}}, 'source_status_id': 826958653328592898, 'source_status_id_str': '826958653328592898', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Feb 02 01:01:21 +0000 2017', 'id': 826958653328592898, 'id_str': '826958653328592898', 'full_text': "This is Loki. He smiles like Elvis. Ain't nothin but a hound doggo. 12/10 https://t.co/QV5nx6otZR", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826958645422342144, 'id_str': '826958645422342144', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'url': 'https://t.co/QV5nx6otZR', 'display_url': 'pic.twitter.com/QV5nx6otZR', 'expanded_url': 'https://twitter.com/dog_rates/status/826958653328592898/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1246, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 414, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 730, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826958645422342144, 'id_str': '826958645422342144', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'url': 'https://t.co/QV5nx6otZR', 'display_url': 'pic.twitter.com/QV5nx6otZR', 'expanded_url': 'https://twitter.com/dog_rates/status/826958653328592898/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1246, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 414, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 730, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4615, 'favorite_count': 20334, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4615, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
361:829861396166877184
{'created_at': 'Fri Feb 10 01:15:49 +0000 2017', 'id': 829861396166877184, 'id_str': '829861396166877184', 'full_text': "This is Mia. She already knows she's a good dog. You don't have to tell her. 12/10 would probably tell her anyway https://t.co/xeudgDXmTU", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 829861385404309504, 'id_str': '829861385404309504', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C4RCiIHWYAAwgJM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4RCiIHWYAAwgJM.jpg', 'url': 'https://t.co/xeudgDXmTU', 'display_url': 'pic.twitter.com/xeudgDXmTU', 'expanded_url': 'https://twitter.com/dog_rates/status/829861396166877184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 829861385404309504, 'id_str': '829861385404309504', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/C4RCiIHWYAAwgJM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4RCiIHWYAAwgJM.jpg', 'url': 'https://t.co/xeudgDXmTU', 'display_url': 'pic.twitter.com/xeudgDXmTU', 'expanded_url': 'https://twitter.com/dog_rates/status/829861396166877184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1796, 'favorite_count': 11537, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
362:829501995190984704
{'created_at': 'Thu Feb 09 01:27:41 +0000 2017', 'id': 829501995190984704, 'id_str': '829501995190984704', 'full_text': "This is Leo. He was a skater pup. She said see ya later pup. He wasn't good enough for her. 12/10 you're good enough for me Leo https://t.co/Xw9JbJHTul", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 829501977667235840, 'id_str': '829501977667235840', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'url': 'https://t.co/Xw9JbJHTul', 'display_url': 'pic.twitter.com/Xw9JbJHTul', 'expanded_url': 'https://twitter.com/dog_rates/status/829501995190984704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1480, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 829501977667235840, 'id_str': '829501977667235840', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4L7p19W8AA3Fs_.jpg', 'url': 'https://t.co/Xw9JbJHTul', 'display_url': 'pic.twitter.com/Xw9JbJHTul', 'expanded_url': 'https://twitter.com/dog_rates/status/829501995190984704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1480, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}}}, {'id': 829501977667178496, 'id_str': '829501977667178496', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4L7p19WEAApXdK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4L7p19WEAApXdK.jpg', 'url': 'https://t.co/Xw9JbJHTul', 'display_url': 'pic.twitter.com/Xw9JbJHTul', 'expanded_url': 'https://twitter.com/dog_rates/status/829501995190984704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1792, 'resize': 'fit'}, 'small': {'w': 680, 'h': 595, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1050, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9788, 'favorite_count': 29926, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
363:829449946868879360
{'created_at': 'Wed Feb 08 22:00:52 +0000 2017', 'id': 829449946868879360, 'id_str': '829449946868879360', 'full_text': "Here's a stressed doggo. Had a long day. Many things on her mind. The hat communicates these feelings exquisitely. 11/10 https://t.co/fmRS43mWQB", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 829449933933666313, 'id_str': '829449933933666313', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/C4LMUf8WYAkWz4I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4LMUf8WYAkWz4I.jpg', 'url': 'https://t.co/fmRS43mWQB', 'display_url': 'pic.twitter.com/fmRS43mWQB', 'expanded_url': 'https://twitter.com/dog_rates/status/829449946868879360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 829449933933666313, 'id_str': '829449933933666313', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/C4LMUf8WYAkWz4I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4LMUf8WYAkWz4I.jpg', 'url': 'https://t.co/fmRS43mWQB', 'display_url': 'pic.twitter.com/fmRS43mWQB', 'expanded_url': 'https://twitter.com/dog_rates/status/829449946868879360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1863, 'favorite_count': 9893, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
364:829374341691346946
check_again
365:829141528400556032
{'created_at': 'Wed Feb 08 01:35:19 +0000 2017', 'id': 829141528400556032, 'id_str': '829141528400556032', 'full_text': 'This is Malcolm. He goes from sneaky tongue slip to flirt wink city in a matter of seconds. 12/10 would hug softly https://t.co/rHwfySggqR', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 829141507319934977, 'id_str': '829141507319934977', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C4GzztRWMAEB6U0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4GzztRWMAEB6U0.jpg', 'url': 'https://t.co/rHwfySggqR', 'display_url': 'pic.twitter.com/rHwfySggqR', 'expanded_url': 'https://twitter.com/dog_rates/status/829141528400556032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 829141507319934977, 'id_str': '829141507319934977', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C4GzztRWMAEB6U0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4GzztRWMAEB6U0.jpg', 'url': 'https://t.co/rHwfySggqR', 'display_url': 'pic.twitter.com/rHwfySggqR', 'expanded_url': 'https://twitter.com/dog_rates/status/829141528400556032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}, {'id': 829141507324116992, 'id_str': '829141507324116992', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C4GzztSWAAA_qi4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4GzztSWAAA_qi4.jpg', 'url': 'https://t.co/rHwfySggqR', 'display_url': 'pic.twitter.com/rHwfySggqR', 'expanded_url': 'https://twitter.com/dog_rates/status/829141528400556032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6778, 'favorite_count': 22932, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
366:829011960981237760
{'created_at': 'Tue Feb 07 17:00:28 +0000 2017', 'id': 829011960981237760, 'id_str': '829011960981237760', 'full_text': 'This is Dexter. He was reunited with his mom yesterday after she was stuck in Iran during the travel Bannon. 13/10 welcome home https://t.co/U50RlRw4is', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 829011938298429440, 'id_str': '829011938298429440', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4E99zDWAAAY_xd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4E99zDWAAAY_xd.jpg', 'url': 'https://t.co/U50RlRw4is', 'display_url': 'pic.twitter.com/U50RlRw4is', 'expanded_url': 'https://twitter.com/dog_rates/status/829011960981237760/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 772, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 438, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1318, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 829011938298429440, 'id_str': '829011938298429440', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4E99zDWAAAY_xd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4E99zDWAAAY_xd.jpg', 'url': 'https://t.co/U50RlRw4is', 'display_url': 'pic.twitter.com/U50RlRw4is', 'expanded_url': 'https://twitter.com/dog_rates/status/829011960981237760/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 772, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 438, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1318, 'resize': 'fit'}}}, {'id': 829011938151657472, 'id_str': '829011938151657472', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C4E99ygWcAAQpPs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4E99ygWcAAQpPs.jpg', 'url': 'https://t.co/U50RlRw4is', 'display_url': 'pic.twitter.com/U50RlRw4is', 'expanded_url': 'https://twitter.com/dog_rates/status/829011960981237760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 447, 'h': 275, 'resize': 'fit'}, 'small': {'w': 447, 'h': 275, 'resize': 'fit'}, 'large': {'w': 447, 'h': 275, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15127, 'favorite_count': 50317, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
367:828801551087042563
{'created_at': 'Tue Feb 07 03:04:22 +0000 2017', 'id': 828801551087042563, 'id_str': '828801551087042563', 'full_text': 'RT @dog_rates: This is Gus. He likes to be close to you, which is good because you want to be close to Gus. 12/10 would boop then pet https…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Dec 17 22:43:27 +0000 2016', 'id': 810254108431155201, 'id_str': '810254108431155201', 'full_text': 'This is Gus. He likes to be close to you, which is good because you want to be close to Gus. 12/10 would boop then pet https://t.co/DrsrQkEfnb', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 810254102546489344, 'id_str': '810254102546489344', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'url': 'https://t.co/DrsrQkEfnb', 'display_url': 'pic.twitter.com/DrsrQkEfnb', 'expanded_url': 'https://twitter.com/dog_rates/status/810254108431155201/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1528, 'h': 1939, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 946, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 810254102546489344, 'id_str': '810254102546489344', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'url': 'https://t.co/DrsrQkEfnb', 'display_url': 'pic.twitter.com/DrsrQkEfnb', 'expanded_url': 'https://twitter.com/dog_rates/status/810254108431155201/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1528, 'h': 1939, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 946, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3168, 'favorite_count': 13980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3168, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
368:828770345708580865
{'created_at': 'Tue Feb 07 01:00:22 +0000 2017', 'id': 828770345708580865, 'id_str': '828770345708580865', 'full_text': "This is Alfie. He's your Lyft for tonight. Kindly requests you buckle pup and remain reasonably calm during the ride. 13/10 he must focus https://t.co/AqPTHYUBFz", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828770330328104960, 'id_str': '828770330328104960', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C4BiOXOXAAAf6IS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4BiOXOXAAAf6IS.jpg', 'url': 'https://t.co/AqPTHYUBFz', 'display_url': 'pic.twitter.com/AqPTHYUBFz', 'expanded_url': 'https://twitter.com/dog_rates/status/828770345708580865/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 995, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 995, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828770330328104960, 'id_str': '828770330328104960', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/C4BiOXOXAAAf6IS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4BiOXOXAAAf6IS.jpg', 'url': 'https://t.co/AqPTHYUBFz', 'display_url': 'pic.twitter.com/AqPTHYUBFz', 'expanded_url': 'https://twitter.com/dog_rates/status/828770345708580865/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 995, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 995, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5403, 'favorite_count': 24115, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
369:828708714936930305
{'created_at': 'Mon Feb 06 20:55:28 +0000 2017', 'id': 828708714936930305, 'id_str': '828708714936930305', 'full_text': "This is Fiona. She's an exotic dog. Seems rather impatient. Jaw extension on another level tho. Looks slippery. 10/10 would still pet https://t.co/vst2SEVJO3", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828708704870555649, 'id_str': '828708704870555649', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C4AqLSgVYAEg8nt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4AqLSgVYAEg8nt.jpg', 'url': 'https://t.co/vst2SEVJO3', 'display_url': 'pic.twitter.com/vst2SEVJO3', 'expanded_url': 'https://twitter.com/dog_rates/status/828708714936930305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1000, 'h': 662, 'resize': 'fit'}, 'small': {'w': 680, 'h': 450, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 662, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828708704870555649, 'id_str': '828708704870555649', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C4AqLSgVYAEg8nt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4AqLSgVYAEg8nt.jpg', 'url': 'https://t.co/vst2SEVJO3', 'display_url': 'pic.twitter.com/vst2SEVJO3', 'expanded_url': 'https://twitter.com/dog_rates/status/828708714936930305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1000, 'h': 662, 'resize': 'fit'}, 'small': {'w': 680, 'h': 450, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 662, 'resize': 'fit'}}}, {'id': 828708704870477824, 'id_str': '828708704870477824', 'indices': [134, 157], 'media_url': 'http://pbs.twimg.com/media/C4AqLSgUMAAqhTe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C4AqLSgUMAAqhTe.jpg', 'url': 'https://t.co/vst2SEVJO3', 'display_url': 'pic.twitter.com/vst2SEVJO3', 'expanded_url': 'https://twitter.com/dog_rates/status/828708714936930305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 766, 'h': 483, 'resize': 'fit'}, 'small': {'w': 680, 'h': 429, 'resize': 'fit'}, 'large': {'w': 766, 'h': 483, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10345, 'favorite_count': 34299, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
370:828650029636317184
{'created_at': 'Mon Feb 06 17:02:17 +0000 2017', 'id': 828650029636317184, 'id_str': '828650029636317184', 'full_text': "Occasionally, we're sent fantastic stories. This is one of them. 14/10 for Grace https://t.co/bZ4axuH6OK", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828650005158301697, 'id_str': '828650005158301697', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C3_0yhCWEAETXj2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3_0yhCWEAETXj2.jpg', 'url': 'https://t.co/bZ4axuH6OK', 'display_url': 'pic.twitter.com/bZ4axuH6OK', 'expanded_url': 'https://twitter.com/dog_rates/status/828650029636317184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 604, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 604, 'h': 453, 'resize': 'fit'}, 'large': {'w': 604, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828650005158301697, 'id_str': '828650005158301697', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C3_0yhCWEAETXj2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3_0yhCWEAETXj2.jpg', 'url': 'https://t.co/bZ4axuH6OK', 'display_url': 'pic.twitter.com/bZ4axuH6OK', 'expanded_url': 'https://twitter.com/dog_rates/status/828650029636317184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 604, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 604, 'h': 453, 'resize': 'fit'}, 'large': {'w': 604, 'h': 453, 'resize': 'fit'}}}, {'id': 828650005149937664, 'id_str': '828650005149937664', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C3_0yhAWcAAhekJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3_0yhAWcAAhekJ.jpg', 'url': 'https://t.co/bZ4axuH6OK', 'display_url': 'pic.twitter.com/bZ4axuH6OK', 'expanded_url': 'https://twitter.com/dog_rates/status/828650029636317184/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 396, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 507, 'h': 870, 'resize': 'fit'}, 'large': {'w': 507, 'h': 870, 'resize': 'fit'}}}, {'id': 828650005145714689, 'id_str': '828650005145714689', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C3_0yg_WAAEPcgX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3_0yg_WAAEPcgX.jpg', 'url': 'https://t.co/bZ4axuH6OK', 'display_url': 'pic.twitter.com/bZ4axuH6OK', 'expanded_url': 'https://twitter.com/dog_rates/status/828650029636317184/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1241, 'favorite_count': 8962, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
371:828409743546925057
{'created_at': 'Mon Feb 06 01:07:28 +0000 2017', 'id': 828409743546925057, 'id_str': '828409743546925057', 'full_text': "This is Mutt Ryan. He's quite confident at the moment. 12/10 rise pup! https://t.co/ZH5CvRlCxt", 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828409725217865731, 'id_str': '828409725217865731', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/C38aQYgXAAMY2Wh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C38aQYgXAAMY2Wh.jpg', 'url': 'https://t.co/ZH5CvRlCxt', 'display_url': 'pic.twitter.com/ZH5CvRlCxt', 'expanded_url': 'https://twitter.com/dog_rates/status/828409743546925057/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828409725217865731, 'id_str': '828409725217865731', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/C38aQYgXAAMY2Wh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C38aQYgXAAMY2Wh.jpg', 'url': 'https://t.co/ZH5CvRlCxt', 'display_url': 'pic.twitter.com/ZH5CvRlCxt', 'expanded_url': 'https://twitter.com/dog_rates/status/828409743546925057/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1081, 'favorite_count': 6047, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
372:828408677031882754
{'created_at': 'Mon Feb 06 01:03:14 +0000 2017', 'id': 828408677031882754, 'id_str': '828408677031882754', 'full_text': 'This is Bear. He went outside to play in the snow. Needed a break from the game. Feeling a tad better now. 12/10 deep breaths Bear https://t.co/7WFLKli2T3', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828408667334647809, 'id_str': '828408667334647809', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C38ZSzlWIAEpQzs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C38ZSzlWIAEpQzs.jpg', 'url': 'https://t.co/7WFLKli2T3', 'display_url': 'pic.twitter.com/7WFLKli2T3', 'expanded_url': 'https://twitter.com/dog_rates/status/828408677031882754/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 979, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 979, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828408667334647809, 'id_str': '828408667334647809', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/C38ZSzlWIAEpQzs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C38ZSzlWIAEpQzs.jpg', 'url': 'https://t.co/7WFLKli2T3', 'display_url': 'pic.twitter.com/7WFLKli2T3', 'expanded_url': 'https://twitter.com/dog_rates/status/828408677031882754/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 979, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 979, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1189, 'favorite_count': 7264, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
373:828381636999917570
{'created_at': 'Sun Feb 05 23:15:47 +0000 2017', 'id': 828381636999917570, 'id_str': '828381636999917570', 'full_text': "Meet Doobert. He's a deaf doggo. Didn't stop him on the field tho. Absolute legend today. 14/10 would pat head approvingly https://t.co/iCk7zstRA9", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828381626287656960, 'id_str': '828381626287656960', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C38Asz1WEAAvzj3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C38Asz1WEAAvzj3.jpg', 'url': 'https://t.co/iCk7zstRA9', 'display_url': 'pic.twitter.com/iCk7zstRA9', 'expanded_url': 'https://twitter.com/dog_rates/status/828381636999917570/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 780, 'h': 927, 'resize': 'fit'}, 'large': {'w': 780, 'h': 927, 'resize': 'fit'}, 'small': {'w': 572, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828381626287656960, 'id_str': '828381626287656960', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C38Asz1WEAAvzj3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C38Asz1WEAAvzj3.jpg', 'url': 'https://t.co/iCk7zstRA9', 'display_url': 'pic.twitter.com/iCk7zstRA9', 'expanded_url': 'https://twitter.com/dog_rates/status/828381636999917570/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 780, 'h': 927, 'resize': 'fit'}, 'large': {'w': 780, 'h': 927, 'resize': 'fit'}, 'small': {'w': 572, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2064, 'favorite_count': 11883, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
374:828376505180889089
{'created_at': 'Sun Feb 05 22:55:23 +0000 2017', 'id': 828376505180889089, 'id_str': '828376505180889089', 'full_text': 'This is Beebop. Her name means "Good Dog" in robot. She also was a star on the field today. 13/10 would pet well https://t.co/HKBVZqXFNR', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828376488684695552, 'id_str': '828376488684695552', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C378BwxWMAA6CNK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C378BwxWMAA6CNK.jpg', 'url': 'https://t.co/HKBVZqXFNR', 'display_url': 'pic.twitter.com/HKBVZqXFNR', 'expanded_url': 'https://twitter.com/dog_rates/status/828376505180889089/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 755, 'h': 929, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 755, 'h': 929, 'resize': 'fit'}, 'small': {'w': 553, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828376488684695552, 'id_str': '828376488684695552', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C378BwxWMAA6CNK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C378BwxWMAA6CNK.jpg', 'url': 'https://t.co/HKBVZqXFNR', 'display_url': 'pic.twitter.com/HKBVZqXFNR', 'expanded_url': 'https://twitter.com/dog_rates/status/828376505180889089/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 755, 'h': 929, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 755, 'h': 929, 'resize': 'fit'}, 'small': {'w': 553, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 995, 'favorite_count': 6989, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
375:828372645993398273
{'created_at': 'Sun Feb 05 22:40:03 +0000 2017', 'id': 828372645993398273, 'id_str': '828372645993398273', 'full_text': "This is Alexander Hamilpup. He was one of the many stars in this year's Puppy Bowl. He just hopes both teams had fun. 12/10 https://t.co/JcTuUcyYNS", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828372634769440768, 'id_str': '828372634769440768', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C374hb0WQAAIbQ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C374hb0WQAAIbQ-.jpg', 'url': 'https://t.co/JcTuUcyYNS', 'display_url': 'pic.twitter.com/JcTuUcyYNS', 'expanded_url': 'https://twitter.com/dog_rates/status/828372645993398273/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 755, 'h': 887, 'resize': 'fit'}, 'small': {'w': 579, 'h': 680, 'resize': 'fit'}, 'large': {'w': 755, 'h': 887, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828372634769440768, 'id_str': '828372634769440768', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C374hb0WQAAIbQ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C374hb0WQAAIbQ-.jpg', 'url': 'https://t.co/JcTuUcyYNS', 'display_url': 'pic.twitter.com/JcTuUcyYNS', 'expanded_url': 'https://twitter.com/dog_rates/status/828372645993398273/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 755, 'h': 887, 'resize': 'fit'}, 'small': {'w': 579, 'h': 680, 'resize': 'fit'}, 'large': {'w': 755, 'h': 887, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2728, 'favorite_count': 11879, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
376:828361771580813312
{'created_at': 'Sun Feb 05 21:56:51 +0000 2017', 'id': 828361771580813312, 'id_str': '828361771580813312', 'full_text': 'Beebop and Doobert should start a band 12/10 would listen', 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 165, 'favorite_count': 2072, 'favorited': False, 'retweeted': False, 'lang': 'en'}
377:828046555563323392
{'created_at': 'Sun Feb 05 01:04:17 +0000 2017', 'id': 828046555563323392, 'id_str': '828046555563323392', 'full_text': 'This is Sailer. He waits on the roof for his owners to come home. Nobody knows how he gets up there. H*ckin loyal af. 13/10 https://t.co/O37z4jaMG9', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828046540409180160, 'id_str': '828046540409180160', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C33P8PqUkAAdEck.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C33P8PqUkAAdEck.jpg', 'url': 'https://t.co/O37z4jaMG9', 'display_url': 'pic.twitter.com/O37z4jaMG9', 'expanded_url': 'https://twitter.com/dog_rates/status/828046555563323392/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 504, 'h': 143, 'resize': 'fit'}, 'thumb': {'w': 143, 'h': 143, 'resize': 'crop'}, 'large': {'w': 504, 'h': 143, 'resize': 'fit'}, 'small': {'w': 504, 'h': 143, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828046540409180160, 'id_str': '828046540409180160', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C33P8PqUkAAdEck.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C33P8PqUkAAdEck.jpg', 'url': 'https://t.co/O37z4jaMG9', 'display_url': 'pic.twitter.com/O37z4jaMG9', 'expanded_url': 'https://twitter.com/dog_rates/status/828046555563323392/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 504, 'h': 143, 'resize': 'fit'}, 'thumb': {'w': 143, 'h': 143, 'resize': 'crop'}, 'large': {'w': 504, 'h': 143, 'resize': 'fit'}, 'small': {'w': 504, 'h': 143, 'resize': 'fit'}}}, {'id': 828046540404985856, 'id_str': '828046540404985856', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C33P8PpUkAA0lBU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C33P8PpUkAA0lBU.jpg', 'url': 'https://t.co/O37z4jaMG9', 'display_url': 'pic.twitter.com/O37z4jaMG9', 'expanded_url': 'https://twitter.com/dog_rates/status/828046555563323392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 828046540413366275, 'id_str': '828046540413366275', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C33P8PrUcAMiQQs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C33P8PrUcAMiQQs.jpg', 'url': 'https://t.co/O37z4jaMG9', 'display_url': 'pic.twitter.com/O37z4jaMG9', 'expanded_url': 'https://twitter.com/dog_rates/status/828046555563323392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2658, 'favorite_count': 11066, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
378:828011680017821696
{'created_at': 'Sat Feb 04 22:45:42 +0000 2017', 'id': 828011680017821696, 'id_str': '828011680017821696', 'full_text': "Say hello to Brutus and Jersey. They think they're the same size. Best furiends furever. Both 11/10 would pet simultaneously https://t.co/rkhCFfDtxB", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 828011664142393344, 'id_str': '828011664142393344', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/C32wOLcWYAAjNqS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C32wOLcWYAAjNqS.jpg', 'url': 'https://t.co/rkhCFfDtxB', 'display_url': 'pic.twitter.com/rkhCFfDtxB', 'expanded_url': 'https://twitter.com/dog_rates/status/828011680017821696/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2010, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1178, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 828011664142393344, 'id_str': '828011664142393344', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/C32wOLcWYAAjNqS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C32wOLcWYAAjNqS.jpg', 'url': 'https://t.co/rkhCFfDtxB', 'display_url': 'pic.twitter.com/rkhCFfDtxB', 'expanded_url': 'https://twitter.com/dog_rates/status/828011680017821696/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2010, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1178, 'resize': 'fit'}}}, {'id': 828011664142385154, 'id_str': '828011664142385154', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/C32wOLcWQAIg5pU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C32wOLcWQAIg5pU.jpg', 'url': 'https://t.co/rkhCFfDtxB', 'display_url': 'pic.twitter.com/rkhCFfDtxB', 'expanded_url': 'https://twitter.com/dog_rates/status/828011680017821696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1167, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1991, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1997, 'favorite_count': 9783, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
379:827933404142436356
{'created_at': 'Sat Feb 04 17:34:40 +0000 2017', 'id': 827933404142436356, 'id_str': '827933404142436356', 'full_text': 'This is Kona. Yesterday she stopped by the department to see what it takes to be a police pupper. 12/10 vest was only a smidge too big https://t.co/j8D3PQJvpJ', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 827933393308442624, 'id_str': '827933393308442624', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C31pCN3VYAACW00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C31pCN3VYAACW00.jpg', 'url': 'https://t.co/j8D3PQJvpJ', 'display_url': 'pic.twitter.com/j8D3PQJvpJ', 'expanded_url': 'https://twitter.com/dog_rates/status/827933404142436356/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 543, 'h': 720, 'resize': 'fit'}, 'large': {'w': 543, 'h': 720, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 827933393308442624, 'id_str': '827933393308442624', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C31pCN3VYAACW00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C31pCN3VYAACW00.jpg', 'url': 'https://t.co/j8D3PQJvpJ', 'display_url': 'pic.twitter.com/j8D3PQJvpJ', 'expanded_url': 'https://twitter.com/dog_rates/status/827933404142436356/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 543, 'h': 720, 'resize': 'fit'}, 'large': {'w': 543, 'h': 720, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}, {'id': 827933393312575488, 'id_str': '827933393312575488', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C31pCN4UcAAOLNH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C31pCN4UcAAOLNH.jpg', 'url': 'https://t.co/j8D3PQJvpJ', 'display_url': 'pic.twitter.com/j8D3PQJvpJ', 'expanded_url': 'https://twitter.com/dog_rates/status/827933404142436356/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 428, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 453, 'resize': 'fit'}, 'large': {'w': 720, 'h': 453, 'resize': 'fit'}}}, {'id': 827933393308438528, 'id_str': '827933393308438528', 'indices': [135, 158], 'media_url': 'http://pbs.twimg.com/media/C31pCN3VUAAoTvN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C31pCN3VUAAoTvN.jpg', 'url': 'https://t.co/j8D3PQJvpJ', 'display_url': 'pic.twitter.com/j8D3PQJvpJ', 'expanded_url': 'https://twitter.com/dog_rates/status/827933404142436356/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 422, 'h': 720, 'resize': 'fit'}, 'large': {'w': 422, 'h': 720, 'resize': 'fit'}, 'small': {'w': 399, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4839, 'favorite_count': 18872, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
380:827653905312006145
{'created_at': 'Fri Feb 03 23:04:02 +0000 2017', 'id': 827653905312006145, 'id_str': '827653905312006145', 'full_text': "This is Boots. She doesn't know what to do with treats so she just holds them. Very good girl. 12/10 would give more treats https://t.co/eAA8lratd3", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 827653897133101057, 'id_str': '827653897133101057', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C3xq1ZeWEAEuzw3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3xq1ZeWEAEuzw3.jpg', 'url': 'https://t.co/eAA8lratd3', 'display_url': 'pic.twitter.com/eAA8lratd3', 'expanded_url': 'https://twitter.com/dog_rates/status/827653905312006145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 827653897133101057, 'id_str': '827653897133101057', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C3xq1ZeWEAEuzw3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3xq1ZeWEAEuzw3.jpg', 'url': 'https://t.co/eAA8lratd3', 'display_url': 'pic.twitter.com/eAA8lratd3', 'expanded_url': 'https://twitter.com/dog_rates/status/827653905312006145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2796, 'favorite_count': 14604, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
381:827600520311402496
{'created_at': 'Fri Feb 03 19:31:54 +0000 2017', 'id': 827600520311402496, 'id_str': '827600520311402496', 'full_text': "Meet Tucker. It's his birthday. He's pupset with you because you're too busy playing @GoodDogsGame to celebrate. 13/10 would put down phone https://t.co/vrppizPGdb", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'GoodDogsGame', 'name': 'Good Dogs', 'id': 827593379009675264, 'id_str': '827593379009675264', 'indices': [85, 98]}], 'urls': [], 'media': [{'id': 827600501818671104, 'id_str': '827600501818671104', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C3w6RYbWQAAEQ25.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3w6RYbWQAAEQ25.jpg', 'url': 'https://t.co/vrppizPGdb', 'display_url': 'pic.twitter.com/vrppizPGdb', 'expanded_url': 'https://twitter.com/dog_rates/status/827600520311402496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 827600501818671104, 'id_str': '827600501818671104', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C3w6RYbWQAAEQ25.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3w6RYbWQAAEQ25.jpg', 'url': 'https://t.co/vrppizPGdb', 'display_url': 'pic.twitter.com/vrppizPGdb', 'expanded_url': 'https://twitter.com/dog_rates/status/827600520311402496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 865, 'favorite_count': 7064, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
382:827324948884643840
{'created_at': 'Fri Feb 03 01:16:53 +0000 2017', 'id': 827324948884643840, 'id_str': '827324948884643840', 'full_text': "This is Ralphie. He's being treated for an overactive funny bone, which is no joke. 12/10 would try to pet with a straight face https://t.co/UU3KqQF5n5", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 827324936784117760, 'id_str': '827324936784117760', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C3s_pYrXAAA1eqZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3s_pYrXAAA1eqZ.jpg', 'url': 'https://t.co/UU3KqQF5n5', 'display_url': 'pic.twitter.com/UU3KqQF5n5', 'expanded_url': 'https://twitter.com/dog_rates/status/827324948884643840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1125, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1920, 'resize': 'fit'}, 'small': {'w': 680, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 827324936784117760, 'id_str': '827324936784117760', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C3s_pYrXAAA1eqZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3s_pYrXAAA1eqZ.jpg', 'url': 'https://t.co/UU3KqQF5n5', 'display_url': 'pic.twitter.com/UU3KqQF5n5', 'expanded_url': 'https://twitter.com/dog_rates/status/827324948884643840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1125, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1920, 'resize': 'fit'}, 'small': {'w': 680, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2812, 'favorite_count': 14957, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
383:827228250799742977
check_again
384:827199976799354881
{'created_at': 'Thu Feb 02 17:00:17 +0000 2017', 'id': 827199976799354881, 'id_str': '827199976799354881', 'full_text': "This is Charlie. He wins every game of chess he plays. Won't let opponent pet him until they forfeit. 13/10 you win again Charlie https://t.co/UkyQibIBzZ", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 827199955093843969, 'id_str': '827199955093843969', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C3rN-fmWcAEUZFp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3rN-fmWcAEUZFp.jpg', 'url': 'https://t.co/UkyQibIBzZ', 'display_url': 'pic.twitter.com/UkyQibIBzZ', 'expanded_url': 'https://twitter.com/dog_rates/status/827199976799354881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 827199955093843969, 'id_str': '827199955093843969', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C3rN-fmWcAEUZFp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3rN-fmWcAEUZFp.jpg', 'url': 'https://t.co/UkyQibIBzZ', 'display_url': 'pic.twitter.com/UkyQibIBzZ', 'expanded_url': 'https://twitter.com/dog_rates/status/827199976799354881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 827199955169341440, 'id_str': '827199955169341440', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C3rN-f4WcAAmsuc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3rN-f4WcAAmsuc.jpg', 'url': 'https://t.co/UkyQibIBzZ', 'display_url': 'pic.twitter.com/UkyQibIBzZ', 'expanded_url': 'https://twitter.com/dog_rates/status/827199976799354881/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 827199955488083968, 'id_str': '827199955488083968', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C3rN-hEWEAAdOyR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3rN-hEWEAAdOyR.jpg', 'url': 'https://t.co/UkyQibIBzZ', 'display_url': 'pic.twitter.com/UkyQibIBzZ', 'expanded_url': 'https://twitter.com/dog_rates/status/827199976799354881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 827199956662489088, 'id_str': '827199956662489088', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/C3rN-lcWEAA9CmR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3rN-lcWEAA9CmR.jpg', 'url': 'https://t.co/UkyQibIBzZ', 'display_url': 'pic.twitter.com/UkyQibIBzZ', 'expanded_url': 'https://twitter.com/dog_rates/status/827199976799354881/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2062, 'favorite_count': 10009, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
385:826958653328592898
{'created_at': 'Thu Feb 02 01:01:21 +0000 2017', 'id': 826958653328592898, 'id_str': '826958653328592898', 'full_text': "This is Loki. He smiles like Elvis. Ain't nothin but a hound doggo. 12/10 https://t.co/QV5nx6otZR", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826958645422342144, 'id_str': '826958645422342144', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'url': 'https://t.co/QV5nx6otZR', 'display_url': 'pic.twitter.com/QV5nx6otZR', 'expanded_url': 'https://twitter.com/dog_rates/status/826958653328592898/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1246, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 414, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 730, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826958645422342144, 'id_str': '826958645422342144', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3nygbBWQAAjwcW.jpg', 'url': 'https://t.co/QV5nx6otZR', 'display_url': 'pic.twitter.com/QV5nx6otZR', 'expanded_url': 'https://twitter.com/dog_rates/status/826958653328592898/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1246, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 414, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 730, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4615, 'favorite_count': 20334, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
386:826848821049180160
{'created_at': 'Wed Feb 01 17:44:55 +0000 2017', 'id': 826848821049180160, 'id_str': '826848821049180160', 'full_text': "This is Cupid. He was found in the trash. Now he's well on his way to prosthetic front legs and a long happy doggo life. 13/10 heroic af https://t.co/WS0Gha8vRh", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826848814229237760, 'id_str': '826848814229237760', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C3mOnZ8WMAAQXRY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3mOnZ8WMAAQXRY.jpg', 'url': 'https://t.co/WS0Gha8vRh', 'display_url': 'pic.twitter.com/WS0Gha8vRh', 'expanded_url': 'https://twitter.com/dog_rates/status/826848821049180160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 372, 'h': 279, 'resize': 'fit'}, 'large': {'w': 372, 'h': 279, 'resize': 'fit'}, 'small': {'w': 372, 'h': 279, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826848814229237760, 'id_str': '826848814229237760', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C3mOnZ8WMAAQXRY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3mOnZ8WMAAQXRY.jpg', 'url': 'https://t.co/WS0Gha8vRh', 'display_url': 'pic.twitter.com/WS0Gha8vRh', 'expanded_url': 'https://twitter.com/dog_rates/status/826848821049180160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 372, 'h': 279, 'resize': 'fit'}, 'large': {'w': 372, 'h': 279, 'resize': 'fit'}, 'small': {'w': 372, 'h': 279, 'resize': 'fit'}}}, {'id': 826848814246010880, 'id_str': '826848814246010880', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C3mOnaAWIAAT_9l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3mOnaAWIAAT_9l.jpg', 'url': 'https://t.co/WS0Gha8vRh', 'display_url': 'pic.twitter.com/WS0Gha8vRh', 'expanded_url': 'https://twitter.com/dog_rates/status/826848821049180160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1334, 'h': 750, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 382, 'resize': 'fit'}}}, {'id': 826848814229229568, 'id_str': '826848814229229568', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C3mOnZ8WEAAw4kL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3mOnZ8WEAAw4kL.jpg', 'url': 'https://t.co/WS0Gha8vRh', 'display_url': 'pic.twitter.com/WS0Gha8vRh', 'expanded_url': 'https://twitter.com/dog_rates/status/826848821049180160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1334, 'h': 750, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 382, 'resize': 'fit'}}}, {'id': 826848814241894400, 'id_str': '826848814241894400', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C3mOnZ_XUAAjr2V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3mOnZ_XUAAjr2V.jpg', 'url': 'https://t.co/WS0Gha8vRh', 'display_url': 'pic.twitter.com/WS0Gha8vRh', 'expanded_url': 'https://twitter.com/dog_rates/status/826848821049180160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 270, 'h': 360, 'resize': 'fit'}, 'medium': {'w': 270, 'h': 360, 'resize': 'fit'}, 'large': {'w': 270, 'h': 360, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9351, 'favorite_count': 34056, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
387:826615380357632002
{'created_at': 'Wed Feb 01 02:17:19 +0000 2017', 'id': 826615380357632002, 'id_str': '826615380357632002', 'full_text': 'RT @dog_rates: Please only send in dogs. We only rate dogs, not seemingly heartbroken ewoks. Thank you... still 10/10 would console https:/…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Dec 17 00:38:52 +0000 2016', 'id': 809920764300447744, 'id_str': '809920764300447744', 'full_text': 'Please only send in dogs. We only rate dogs, not seemingly heartbroken ewoks. Thank you... still 10/10 would console https://t.co/HIraYS1Bzo', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 809920757623115780, 'id_str': '809920757623115780', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'url': 'https://t.co/HIraYS1Bzo', 'display_url': 'pic.twitter.com/HIraYS1Bzo', 'expanded_url': 'https://twitter.com/dog_rates/status/809920764300447744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1590, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 809920757623115780, 'id_str': '809920757623115780', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'url': 'https://t.co/HIraYS1Bzo', 'display_url': 'pic.twitter.com/HIraYS1Bzo', 'expanded_url': 'https://twitter.com/dog_rates/status/809920764300447744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1590, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3684, 'favorite_count': 14785, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3684, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
388:826598799820865537
{'created_at': 'Wed Feb 01 01:11:25 +0000 2017', 'id': 826598799820865537, 'id_str': '826598799820865537', 'full_text': "I was going to do 007/10, but the joke wasn't worth the <10 rating", 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 826598365270007810, 'in_reply_to_status_id_str': '826598365270007810', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 230, 'favorite_count': 4862, 'favorited': False, 'retweeted': False, 'lang': 'en'}
389:826598365270007810
{'created_at': 'Wed Feb 01 01:09:42 +0000 2017', 'id': 826598365270007810, 'id_str': '826598365270007810', 'full_text': "This is Pawnd... James Pawnd. He's suave af. 13/10 would trust with my life https://t.co/YprN62Z74I", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826598343044452352, 'id_str': '826598343044452352', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C3iq0EEXUAAdBYC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3iq0EEXUAAdBYC.jpg', 'url': 'https://t.co/YprN62Z74I', 'display_url': 'pic.twitter.com/YprN62Z74I', 'expanded_url': 'https://twitter.com/dog_rates/status/826598365270007810/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826598343044452352, 'id_str': '826598343044452352', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C3iq0EEXUAAdBYC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3iq0EEXUAAdBYC.jpg', 'url': 'https://t.co/YprN62Z74I', 'display_url': 'pic.twitter.com/YprN62Z74I', 'expanded_url': 'https://twitter.com/dog_rates/status/826598365270007810/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 826598343480578048, 'id_str': '826598343480578048', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C3iq0FsWEAA2Sia.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3iq0FsWEAA2Sia.jpg', 'url': 'https://t.co/YprN62Z74I', 'display_url': 'pic.twitter.com/YprN62Z74I', 'expanded_url': 'https://twitter.com/dog_rates/status/826598365270007810/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 826598347242889216, 'id_str': '826598347242889216', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C3iq0TtWYAA-VBh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3iq0TtWYAA-VBh.jpg', 'url': 'https://t.co/YprN62Z74I', 'display_url': 'pic.twitter.com/YprN62Z74I', 'expanded_url': 'https://twitter.com/dog_rates/status/826598365270007810/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2183, 'favorite_count': 9458, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
390:826476773533745153
{'created_at': 'Tue Jan 31 17:06:32 +0000 2017', 'id': 826476773533745153, 'id_str': '826476773533745153', 'full_text': 'This is Pilot. He has mastered the synchronized head tilt and sneaky tongue slip. Usually not unlocked until later doggo days. 12/10 https://t.co/YIV8sw8xkh', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826476722593865729, 'id_str': '826476722593865729', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C3g8M0lWIAEcFgn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3g8M0lWIAEcFgn.jpg', 'url': 'https://t.co/YIV8sw8xkh', 'display_url': 'pic.twitter.com/YIV8sw8xkh', 'expanded_url': 'https://twitter.com/dog_rates/status/826476773533745153/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826476722593865729, 'id_str': '826476722593865729', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C3g8M0lWIAEcFgn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3g8M0lWIAEcFgn.jpg', 'url': 'https://t.co/YIV8sw8xkh', 'display_url': 'pic.twitter.com/YIV8sw8xkh', 'expanded_url': 'https://twitter.com/dog_rates/status/826476773533745153/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3894, 'favorite_count': 17379, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
391:826240494070030336
{'created_at': 'Tue Jan 31 01:27:39 +0000 2017', 'id': 826240494070030336, 'id_str': '826240494070030336', 'full_text': "We only rate dogs. Please don't send in any more non-dogs like this Wild Albanian Street Moose. Thank you... 11/10 https://t.co/srXL2s868C", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826240471433412613, 'id_str': '826240471433412613', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C3dlVMbXAAUd-Gh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dlVMbXAAUd-Gh.jpg', 'url': 'https://t.co/srXL2s868C', 'display_url': 'pic.twitter.com/srXL2s868C', 'expanded_url': 'https://twitter.com/dog_rates/status/826240494070030336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826240471433412613, 'id_str': '826240471433412613', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/C3dlVMbXAAUd-Gh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dlVMbXAAUd-Gh.jpg', 'url': 'https://t.co/srXL2s868C', 'display_url': 'pic.twitter.com/srXL2s868C', 'expanded_url': 'https://twitter.com/dog_rates/status/826240494070030336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2420, 'favorite_count': 12534, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
392:826204788643753985
{'created_at': 'Mon Jan 30 23:05:46 +0000 2017', 'id': 826204788643753985, 'id_str': '826204788643753985', 'full_text': "Here's a little more info on Dew, your favorite roaming doggo that went h*ckin viral. 13/10 \nhttps://t.co/1httNYrCeW https://t.co/KvaM8j3jhX", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/1httNYrCeW', 'expanded_url': 'http://us.blastingnews.com/news/2017/01/kentucky-teen-helps-lost-yellow-labrador-and-gets-a-huge-surprise-001431969.html?sbdht=_pM1QUzk3wsenGU1giO7UnJ5NGGiKRW9AD5xs2MkaDpYY13JxbtKE4w2_', 'display_url': 'us.blastingnews.com/news/2017/01/k…', 'indices': [93, 116]}], 'media': [{'id': 826204706728968192, 'id_str': '826204706728968192', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C3dEzahWAAA3QFj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dEzahWAAA3QFj.jpg', 'url': 'https://t.co/KvaM8j3jhX', 'display_url': 'pic.twitter.com/KvaM8j3jhX', 'expanded_url': 'https://twitter.com/dog_rates/status/826204788643753985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1482, 'h': 2047, 'resize': 'fit'}, 'medium': {'w': 869, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826204706728968192, 'id_str': '826204706728968192', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C3dEzahWAAA3QFj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dEzahWAAA3QFj.jpg', 'url': 'https://t.co/KvaM8j3jhX', 'display_url': 'pic.twitter.com/KvaM8j3jhX', 'expanded_url': 'https://twitter.com/dog_rates/status/826204788643753985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1482, 'h': 2047, 'resize': 'fit'}, 'medium': {'w': 869, 'h': 1200, 'resize': 'fit'}}}, {'id': 826204706812882944, 'id_str': '826204706812882944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C3dEza1WcAAhlNU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dEza1WcAAhlNU.jpg', 'url': 'https://t.co/KvaM8j3jhX', 'display_url': 'pic.twitter.com/KvaM8j3jhX', 'expanded_url': 'https://twitter.com/dog_rates/status/826204788643753985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 826204707295211521, 'id_str': '826204707295211521', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C3dEzcoWMAEx9AU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dEzcoWMAEx9AU.jpg', 'url': 'https://t.co/KvaM8j3jhX', 'display_url': 'pic.twitter.com/KvaM8j3jhX', 'expanded_url': 'https://twitter.com/dog_rates/status/826204788643753985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 826204707370762240, 'id_str': '826204707370762240', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/C3dEzc6XAAAehSt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3dEzc6XAAAehSt.jpg', 'url': 'https://t.co/KvaM8j3jhX', 'display_url': 'pic.twitter.com/KvaM8j3jhX', 'expanded_url': 'https://twitter.com/dog_rates/status/826204788643753985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 856, 'favorite_count': 4601, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
393:826115272272650244
{'created_at': 'Mon Jan 30 17:10:04 +0000 2017', 'id': 826115272272650244, 'id_str': '826115272272650244', 'full_text': "This is Ike. He's demonstrating the pupmost restraint. 13/10 super good boy https://t.co/6gHoGah9nm", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 826115125966958597, 'id_str': '826115125966958597', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C3bzVILWcAUjS5i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3bzVILWcAUjS5i.jpg', 'url': 'https://t.co/6gHoGah9nm', 'display_url': 'pic.twitter.com/6gHoGah9nm', 'expanded_url': 'https://twitter.com/dog_rates/status/826115272272650244/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 432, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 763, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1117, 'h': 1757, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 826115125966958597, 'id_str': '826115125966958597', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C3bzVILWcAUjS5i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3bzVILWcAUjS5i.jpg', 'url': 'https://t.co/6gHoGah9nm', 'display_url': 'pic.twitter.com/6gHoGah9nm', 'expanded_url': 'https://twitter.com/dog_rates/status/826115272272650244/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 432, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 763, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1117, 'h': 1757, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2875, 'favorite_count': 14740, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
394:825876512159186944
{'created_at': 'Mon Jan 30 01:21:19 +0000 2017', 'id': 825876512159186944, 'id_str': '825876512159186944', 'full_text': "This is Mo. No one will push him around in the grocery cart. He's quite pupset about it. 11/10 I volunteer https://t.co/feNwTq12S5", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 825876488746565634, 'id_str': '825876488746565634', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C3YaSnQWAAILgz0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3YaSnQWAAILgz0.jpg', 'url': 'https://t.co/feNwTq12S5', 'display_url': 'pic.twitter.com/feNwTq12S5', 'expanded_url': 'https://twitter.com/dog_rates/status/825876512159186944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 825876488746565634, 'id_str': '825876488746565634', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C3YaSnQWAAILgz0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3YaSnQWAAILgz0.jpg', 'url': 'https://t.co/feNwTq12S5', 'display_url': 'pic.twitter.com/feNwTq12S5', 'expanded_url': 'https://twitter.com/dog_rates/status/825876512159186944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1737, 'favorite_count': 9925, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
395:825829644528148480
{'created_at': 'Sun Jan 29 22:15:05 +0000 2017', 'id': 825829644528148480, 'id_str': '825829644528148480', 'full_text': 'This is Toby. He just found out you only pretend to throw the ball sometimes. H*ckin puppalled. 12/10 would console https://t.co/YimNdkZrhM', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 825829613733629956, 'id_str': '825829613733629956', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C3XvqIOXUAQEP25.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3XvqIOXUAQEP25.jpg', 'url': 'https://t.co/YimNdkZrhM', 'display_url': 'pic.twitter.com/YimNdkZrhM', 'expanded_url': 'https://twitter.com/dog_rates/status/825829644528148480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1090, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1860, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 825829613733629956, 'id_str': '825829613733629956', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C3XvqIOXUAQEP25.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3XvqIOXUAQEP25.jpg', 'url': 'https://t.co/YimNdkZrhM', 'display_url': 'pic.twitter.com/YimNdkZrhM', 'expanded_url': 'https://twitter.com/dog_rates/status/825829644528148480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1090, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1860, 'h': 2048, 'resize': 'fit'}}}, {'id': 825829613721047045, 'id_str': '825829613721047045', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C3XvqILXUAU2nnT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3XvqILXUAU2nnT.jpg', 'url': 'https://t.co/YimNdkZrhM', 'display_url': 'pic.twitter.com/YimNdkZrhM', 'expanded_url': 'https://twitter.com/dog_rates/status/825829644528148480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1255, 'h': 1905, 'resize': 'fit'}, 'medium': {'w': 791, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2336, 'favorite_count': 12027, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
396:825535076884762624
{'created_at': 'Sun Jan 29 02:44:34 +0000 2017', 'id': 825535076884762624, 'id_str': '825535076884762624', 'full_text': "Here's a very loving and accepting puppo. Appears to have read her Constitution well. 14/10 would pat head approvingly https://t.co/6ao80wIpV1", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 825535037626056704, 'id_str': '825535037626056704', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C3TjvitXAAAI-QH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3TjvitXAAAI-QH.jpg', 'url': 'https://t.co/6ao80wIpV1', 'display_url': 'pic.twitter.com/6ao80wIpV1', 'expanded_url': 'https://twitter.com/dog_rates/status/825535076884762624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 825535037626056704, 'id_str': '825535037626056704', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C3TjvitXAAAI-QH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3TjvitXAAAI-QH.jpg', 'url': 'https://t.co/6ao80wIpV1', 'display_url': 'pic.twitter.com/6ao80wIpV1', 'expanded_url': 'https://twitter.com/dog_rates/status/825535076884762624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 16364, 'favorite_count': 53993, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
397:825147591692263424
{'created_at': 'Sat Jan 28 01:04:51 +0000 2017', 'id': 825147591692263424, 'id_str': '825147591692263424', 'full_text': 'This is Sweet Pea. She hides in shoe boxes and waits for someone to pick her. Then she surpuprises them. 13/10 https://t.co/AyBEmx56MD', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 825147581856677888, 'id_str': '825147581856677888', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C3ODWpfXAAAP1fb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3ODWpfXAAAP1fb.jpg', 'url': 'https://t.co/AyBEmx56MD', 'display_url': 'pic.twitter.com/AyBEmx56MD', 'expanded_url': 'https://twitter.com/dog_rates/status/825147591692263424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 825147581856677888, 'id_str': '825147581856677888', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C3ODWpfXAAAP1fb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3ODWpfXAAAP1fb.jpg', 'url': 'https://t.co/AyBEmx56MD', 'display_url': 'pic.twitter.com/AyBEmx56MD', 'expanded_url': 'https://twitter.com/dog_rates/status/825147591692263424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4188, 'favorite_count': 17270, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
398:825120256414846976
{'created_at': 'Fri Jan 27 23:16:13 +0000 2017', 'id': 825120256414846976, 'id_str': '825120256414846976', 'full_text': "RT @dog_rates: Say hello to Pablo. He's one gorgeous puppo. A true 12/10. Click the link to see why Pablo requests your assistance\n\nhttps:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jan 27 17:04:02 +0000 2017', 'id': 825026590719483904, 'id_str': '825026590719483904', 'full_text': "Say hello to Pablo. He's one gorgeous puppo. A true 12/10. Click the link to see why Pablo requests your assistance\n\nhttps://t.co/koHvVQp9bL https://t.co/IhW0JKf7kc", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/koHvVQp9bL', 'expanded_url': 'https://www.gofundme.com/my-puppys-double-cataract-surgery', 'display_url': 'gofundme.com/my-puppys-doub…', 'indices': [117, 140]}], 'media': [{'id': 825026580980314112, 'id_str': '825026580980314112', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'url': 'https://t.co/IhW0JKf7kc', 'display_url': 'pic.twitter.com/IhW0JKf7kc', 'expanded_url': 'https://twitter.com/dog_rates/status/825026590719483904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 1698, 'resize': 'fit'}, 'medium': {'w': 707, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 825026580980314112, 'id_str': '825026580980314112', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'url': 'https://t.co/IhW0JKf7kc', 'display_url': 'pic.twitter.com/IhW0JKf7kc', 'expanded_url': 'https://twitter.com/dog_rates/status/825026590719483904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 1698, 'resize': 'fit'}, 'medium': {'w': 707, 'h': 1200, 'resize': 'fit'}}}, {'id': 825026580984524800, 'id_str': '825026580984524800', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C3MVTeHWcAAGNfx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3MVTeHWcAAGNfx.jpg', 'url': 'https://t.co/IhW0JKf7kc', 'display_url': 'pic.twitter.com/IhW0JKf7kc', 'expanded_url': 'https://twitter.com/dog_rates/status/825026590719483904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1168, 'favorite_count': 5910, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1168, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
399:825026590719483904
{'created_at': 'Fri Jan 27 17:04:02 +0000 2017', 'id': 825026590719483904, 'id_str': '825026590719483904', 'full_text': "Say hello to Pablo. He's one gorgeous puppo. A true 12/10. Click the link to see why Pablo requests your assistance\n\nhttps://t.co/koHvVQp9bL https://t.co/IhW0JKf7kc", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/koHvVQp9bL', 'expanded_url': 'https://www.gofundme.com/my-puppys-double-cataract-surgery', 'display_url': 'gofundme.com/my-puppys-doub…', 'indices': [117, 140]}], 'media': [{'id': 825026580980314112, 'id_str': '825026580980314112', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'url': 'https://t.co/IhW0JKf7kc', 'display_url': 'pic.twitter.com/IhW0JKf7kc', 'expanded_url': 'https://twitter.com/dog_rates/status/825026590719483904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 1698, 'resize': 'fit'}, 'medium': {'w': 707, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 825026580980314112, 'id_str': '825026580980314112', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3MVTeGWMAAa0m7.jpg', 'url': 'https://t.co/IhW0JKf7kc', 'display_url': 'pic.twitter.com/IhW0JKf7kc', 'expanded_url': 'https://twitter.com/dog_rates/status/825026590719483904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 1698, 'resize': 'fit'}, 'medium': {'w': 707, 'h': 1200, 'resize': 'fit'}}}, {'id': 825026580984524800, 'id_str': '825026580984524800', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C3MVTeHWcAAGNfx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3MVTeHWcAAGNfx.jpg', 'url': 'https://t.co/IhW0JKf7kc', 'display_url': 'pic.twitter.com/IhW0JKf7kc', 'expanded_url': 'https://twitter.com/dog_rates/status/825026590719483904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1168, 'favorite_count': 5910, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
400:824796380199809024
{'created_at': 'Fri Jan 27 01:49:15 +0000 2017', 'id': 824796380199809024, 'id_str': '824796380199809024', 'full_text': 'RT @dog_rates: This is Bailey. She loves going down slides but is very bad at it. Still 11/10 https://t.co/ivPWhspN3E', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 795076720525279233, 'id_str': '795076720525279233', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 405, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 405, 'h': 720, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 795076730285391872, 'source_status_id_str': '795076730285391872', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 795076720525279233, 'id_str': '795076720525279233', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 405, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 405, 'h': 720, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 795076730285391872, 'source_status_id_str': '795076730285391872', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 795076720550408192, 'id_str': '795076720550408192', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CwiuEJmW8AAZnit.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJmW8AAZnit.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}, 'source_status_id': 795076730285391872, 'source_status_id_str': '795076730285391872', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 795076720525266944, 'id_str': '795076720525266944', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXUAAsyV_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXUAAsyV_.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 651, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 689, 'h': 720, 'resize': 'fit'}, 'large': {'w': 689, 'h': 720, 'resize': 'fit'}}, 'source_status_id': 795076730285391872, 'source_status_id_str': '795076730285391872', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Nov 06 01:33:58 +0000 2016', 'id': 795076730285391872, 'id_str': '795076730285391872', 'full_text': 'This is Bailey. She loves going down slides but is very bad at it. Still 11/10 https://t.co/ivPWhspN3E', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 795076720525279233, 'id_str': '795076720525279233', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 405, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 405, 'h': 720, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 795076720525279233, 'id_str': '795076720525279233', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 405, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 405, 'h': 720, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 795076720550408192, 'id_str': '795076720550408192', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJmW8AAZnit.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJmW8AAZnit.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}, {'id': 795076720525266944, 'id_str': '795076720525266944', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXUAAsyV_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXUAAsyV_.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 651, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 689, 'h': 720, 'resize': 'fit'}, 'large': {'w': 689, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5104, 'favorite_count': 15343, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5104, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
401:824775126675836928
{'created_at': 'Fri Jan 27 00:24:48 +0000 2017', 'id': 824775126675836928, 'id_str': '824775126675836928', 'full_text': 'This is Scooter. His lack of opposable thumbs is rendering his resistance to tickling embarrassingly moot. 12/10 would keep tickling https://t.co/F0VWg2GztI', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 824775105737809920, 'id_str': '824775105737809920', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C3Iwlr0WYAARVh4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3Iwlr0WYAARVh4.jpg', 'url': 'https://t.co/F0VWg2GztI', 'display_url': 'pic.twitter.com/F0VWg2GztI', 'expanded_url': 'https://twitter.com/dog_rates/status/824775126675836928/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 824775105737809920, 'id_str': '824775105737809920', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C3Iwlr0WYAARVh4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3Iwlr0WYAARVh4.jpg', 'url': 'https://t.co/F0VWg2GztI', 'display_url': 'pic.twitter.com/F0VWg2GztI', 'expanded_url': 'https://twitter.com/dog_rates/status/824775126675836928/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 824775108753494016, 'id_str': '824775108753494016', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/C3Iwl3DWEAAVgOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3Iwl3DWEAAVgOM.jpg', 'url': 'https://t.co/F0VWg2GztI', 'display_url': 'pic.twitter.com/F0VWg2GztI', 'expanded_url': 'https://twitter.com/dog_rates/status/824775126675836928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3278, 'favorite_count': 14068, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
402:824663926340194305
{'created_at': 'Thu Jan 26 17:02:56 +0000 2017', 'id': 824663926340194305, 'id_str': '824663926340194305', 'full_text': 'This is Wilson. Named after the volleyball. He tongue wrestled a bee and lost. 13/10 valiant effort tho https://t.co/A5Mx4h1FSM', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 824663919851687936, 'id_str': '824663919851687936', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C3HLd0HXUAAUI2b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3HLd0HXUAAUI2b.jpg', 'url': 'https://t.co/A5Mx4h1FSM', 'display_url': 'pic.twitter.com/A5Mx4h1FSM', 'expanded_url': 'https://twitter.com/dog_rates/status/824663926340194305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1167, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1991, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 824663919851687936, 'id_str': '824663919851687936', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C3HLd0HXUAAUI2b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3HLd0HXUAAUI2b.jpg', 'url': 'https://t.co/A5Mx4h1FSM', 'display_url': 'pic.twitter.com/A5Mx4h1FSM', 'expanded_url': 'https://twitter.com/dog_rates/status/824663926340194305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1167, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1991, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1648, 'favorite_count': 9941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
403:824325613288833024
{'created_at': 'Wed Jan 25 18:38:36 +0000 2017', 'id': 824325613288833024, 'id_str': '824325613288833024', 'full_text': 'Retweet the h*ck out of this 13/10 pupper #BellLetsTalk https://t.co/wBmc7OaGvS', 'truncated': False, 'display_text_range': [0, 55], 'entities': {'hashtags': [{'text': 'BellLetsTalk', 'indices': [42, 55]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 824325607026737152, 'id_str': '824325607026737152', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/C3CXxaoWQAAiLuC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3CXxaoWQAAiLuC.jpg', 'url': 'https://t.co/wBmc7OaGvS', 'display_url': 'pic.twitter.com/wBmc7OaGvS', 'expanded_url': 'https://twitter.com/dog_rates/status/824325613288833024/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 550, 'h': 367, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 367, 'resize': 'fit'}, 'medium': {'w': 550, 'h': 367, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 824325607026737152, 'id_str': '824325607026737152', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/C3CXxaoWQAAiLuC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3CXxaoWQAAiLuC.jpg', 'url': 'https://t.co/wBmc7OaGvS', 'display_url': 'pic.twitter.com/wBmc7OaGvS', 'expanded_url': 'https://twitter.com/dog_rates/status/824325613288833024/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 550, 'h': 367, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 367, 'resize': 'fit'}, 'medium': {'w': 550, 'h': 367, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9895, 'favorite_count': 11185, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
404:824297048279236611
{'created_at': 'Wed Jan 25 16:45:05 +0000 2017', 'id': 824297048279236611, 'id_str': '824297048279236611', 'full_text': 'This is Nala. She got in trouble. One h*ck of a pupnishment. Still 11/10 would pet https://t.co/EmJbG0skLt', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 824297040662450181, 'id_str': '824297040662450181', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C3B9yooXUAUZYds.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3B9yooXUAUZYds.jpg', 'url': 'https://t.co/EmJbG0skLt', 'display_url': 'pic.twitter.com/EmJbG0skLt', 'expanded_url': 'https://twitter.com/dog_rates/status/824297048279236611/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 642, 'h': 266, 'resize': 'fit'}, 'small': {'w': 642, 'h': 266, 'resize': 'fit'}, 'large': {'w': 642, 'h': 266, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 824297040662450181, 'id_str': '824297040662450181', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C3B9yooXUAUZYds.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3B9yooXUAUZYds.jpg', 'url': 'https://t.co/EmJbG0skLt', 'display_url': 'pic.twitter.com/EmJbG0skLt', 'expanded_url': 'https://twitter.com/dog_rates/status/824297048279236611/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 642, 'h': 266, 'resize': 'fit'}, 'small': {'w': 642, 'h': 266, 'resize': 'fit'}, 'large': {'w': 642, 'h': 266, 'resize': 'fit'}}}, {'id': 824297040817557507, 'id_str': '824297040817557507', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C3B9ypNWEAM1bVs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C3B9ypNWEAM1bVs.jpg', 'url': 'https://t.co/EmJbG0skLt', 'display_url': 'pic.twitter.com/EmJbG0skLt', 'expanded_url': 'https://twitter.com/dog_rates/status/824297048279236611/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1639, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3569, 'favorite_count': 14234, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
405:824025158776213504
{'created_at': 'Tue Jan 24 22:44:42 +0000 2017', 'id': 824025158776213504, 'id_str': '824025158776213504', 'full_text': '"I wish we were dogs" 14/10 for @BadlandsNPS https://t.co/50qq2DItPW', 'truncated': False, 'display_text_range': [0, 44], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'BadlandsNPS', 'name': "Badlands Nat'l Park", 'id': 304392714, 'id_str': '304392714', 'indices': [32, 44]}], 'urls': [{'url': 'https://t.co/50qq2DItPW', 'expanded_url': 'https://twitter.com/badlandsnps/status/823966201328046080', 'display_url': 'twitter.com/badlandsnps/st…', 'indices': [45, 68]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 823966201328046080, 'quoted_status_id_str': '823966201328046080', 'quoted_status_permalink': {'url': 'https://t.co/50qq2DItPW', 'expanded': 'https://twitter.com/badlandsnps/status/823966201328046080', 'display': 'twitter.com/badlandsnps/st…'}, 'quoted_status': {'created_at': 'Tue Jan 24 18:50:25 +0000 2017', 'id': 823966201328046080, 'id_str': '823966201328046080', 'full_text': 'CAPTION THIS! https://t.co/CA1MyF4y6Z', 'truncated': False, 'display_text_range': [0, 13], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 823966198056517633, 'id_str': '823966198056517633', 'indices': [14, 37], 'media_url': 'http://pbs.twimg.com/media/C29Q5D4WgAEAjOS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C29Q5D4WgAEAjOS.jpg', 'url': 'https://t.co/CA1MyF4y6Z', 'display_url': 'pic.twitter.com/CA1MyF4y6Z', 'expanded_url': 'https://twitter.com/BadlandsNPS/status/823966201328046080/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1365, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 823966198056517633, 'id_str': '823966198056517633', 'indices': [14, 37], 'media_url': 'http://pbs.twimg.com/media/C29Q5D4WgAEAjOS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C29Q5D4WgAEAjOS.jpg', 'url': 'https://t.co/CA1MyF4y6Z', 'display_url': 'pic.twitter.com/CA1MyF4y6Z', 'expanded_url': 'https://twitter.com/BadlandsNPS/status/823966201328046080/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1365, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'source': '<a href="http://www.hootsuite.com" rel="nofollow">Hootsuite</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 304392714, 'id_str': '304392714', 'name': "Badlands Nat'l Park", 'screen_name': 'BadlandsNPS', 'location': 'Interior, SD', 'description': 'Official feed of Badlands NP. Protecting rugged scenery, fossil beds, 244,000 acres of mixed-grass prairie & wildlife. \nRT/follow/likes≠endorsement', 'url': 'http://t.co/qCbzlikNvf', 'entities': {'url': {'urls': [{'url': 'http://t.co/qCbzlikNvf', 'expanded_url': 'http://www.nps.gov/badl', 'display_url': 'nps.gov/badl', 'indices': [0, 22]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 187667, 'friends_count': 364, 'listed_count': 1350, 'created_at': 'Tue May 24 12:48:19 +0000 2011', 'favourites_count': 13874, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 4547, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/545718058644299776/bq5np8HG_normal.png', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/545718058644299776/bq5np8HG_normal.png', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/304392714/1542729015', 'profile_link_color': '0084B4', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2124, 'favorite_count': 7789, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 558, 'favorite_count': 4576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
406:823939628516474880
{'created_at': 'Tue Jan 24 17:04:50 +0000 2017', 'id': 823939628516474880, 'id_str': '823939628516474880', 'full_text': "This is Cash. He's officially given pup on today. 12/10 frighteningly relatable https://t.co/m0hrATIEyw", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 823939620815667201, 'id_str': '823939620815667201', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/C284uD8WgAEmMVn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C284uD8WgAEmMVn.jpg', 'url': 'https://t.co/m0hrATIEyw', 'display_url': 'pic.twitter.com/m0hrATIEyw', 'expanded_url': 'https://twitter.com/dog_rates/status/823939628516474880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 823939620815667201, 'id_str': '823939620815667201', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/C284uD8WgAEmMVn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C284uD8WgAEmMVn.jpg', 'url': 'https://t.co/m0hrATIEyw', 'display_url': 'pic.twitter.com/m0hrATIEyw', 'expanded_url': 'https://twitter.com/dog_rates/status/823939628516474880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2541, 'favorite_count': 10056, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
407:823719002937630720
{'created_at': 'Tue Jan 24 02:28:08 +0000 2017', 'id': 823719002937630720, 'id_str': '823719002937630720', 'full_text': "RT @dog_rates: This is Balto. He's very content. Legendary tongue slippage. 12/10 would pet forever https://t.co/T7Jr4Gw4sC", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/T7Jr4Gw4sC', 'expanded_url': 'https://vine.co/v/5gKxeUpuKEr', 'display_url': 'vine.co/v/5gKxeUpuKEr', 'indices': [100, 123]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Oct 06 15:49:14 +0000 2016', 'id': 784057939640352768, 'id_str': '784057939640352768', 'full_text': "This is Balto. He's very content. Legendary tongue slippage. 12/10 would pet forever https://t.co/T7Jr4Gw4sC", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/T7Jr4Gw4sC', 'expanded_url': 'https://vine.co/v/5gKxeUpuKEr', 'display_url': 'vine.co/v/5gKxeUpuKEr', 'indices': [85, 108]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10366, 'favorite_count': 28125, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 10366, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
408:823699002998870016
{'created_at': 'Tue Jan 24 01:08:40 +0000 2017', 'id': 823699002998870016, 'id_str': '823699002998870016', 'full_text': 'This is Winston. The goggles make him a superhero. Protects the entire city from criminals unless they rub his belly really well. 12/10 https://t.co/yCydYURYEL', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 823698991951056896, 'id_str': '823698991951056896', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C25d3nkXEAAFBUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C25d3nkXEAAFBUN.jpg', 'url': 'https://t.co/yCydYURYEL', 'display_url': 'pic.twitter.com/yCydYURYEL', 'expanded_url': 'https://twitter.com/dog_rates/status/823699002998870016/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 823698991951056896, 'id_str': '823698991951056896', 'indices': [136, 159], 'media_url': 'http://pbs.twimg.com/media/C25d3nkXEAAFBUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C25d3nkXEAAFBUN.jpg', 'url': 'https://t.co/yCydYURYEL', 'display_url': 'pic.twitter.com/yCydYURYEL', 'expanded_url': 'https://twitter.com/dog_rates/status/823699002998870016/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2336, 'favorite_count': 13213, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
409:823581115634085888
{'created_at': 'Mon Jan 23 17:20:14 +0000 2017', 'id': 823581115634085888, 'id_str': '823581115634085888', 'full_text': "This is Crawford. He's quite h*ckin good at the selfies. Nose is incredibly boopable. 11/10 would snapchat https://t.co/6F5Rrp472U", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 823581103512436736, 'id_str': '823581103512436736', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C23ypm6VQAAO31l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C23ypm6VQAAO31l.jpg', 'url': 'https://t.co/6F5Rrp472U', 'display_url': 'pic.twitter.com/6F5Rrp472U', 'expanded_url': 'https://twitter.com/dog_rates/status/823581115634085888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 823581103512436736, 'id_str': '823581103512436736', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C23ypm6VQAAO31l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C23ypm6VQAAO31l.jpg', 'url': 'https://t.co/6F5Rrp472U', 'display_url': 'pic.twitter.com/6F5Rrp472U', 'expanded_url': 'https://twitter.com/dog_rates/status/823581115634085888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2445, 'favorite_count': 12272, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
410:823333489516937216
{'created_at': 'Mon Jan 23 00:56:15 +0000 2017', 'id': 823333489516937216, 'id_str': '823333489516937216', 'full_text': '@HistoryInPics 13/10', 'truncated': False, 'display_text_range': [15, 20], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'HistoryInPics', 'name': 'History In Pictures', 'id': 1582853809, 'id_str': '1582853809', 'indices': [0, 14]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 823326389336244226, 'in_reply_to_status_id_str': '823326389336244226', 'in_reply_to_user_id': 1582853809, 'in_reply_to_user_id_str': '1582853809', 'in_reply_to_screen_name': 'HistoryInPics', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 22, 'favorite_count': 662, 'favorited': False, 'retweeted': False, 'lang': 'und'}
411:823322678127919110
{'created_at': 'Mon Jan 23 00:13:17 +0000 2017', 'id': 823322678127919110, 'id_str': '823322678127919110', 'full_text': "This is Wyatt. He's got the fastest paws in the West. H*ckin deadly. 11/10 would ride into the sunset with https://t.co/stkJ377KK7", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 823322663322079233, 'id_str': '823322663322079233', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C20HmaLXUAEshG4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C20HmaLXUAEshG4.jpg', 'url': 'https://t.co/stkJ377KK7', 'display_url': 'pic.twitter.com/stkJ377KK7', 'expanded_url': 'https://twitter.com/dog_rates/status/823322678127919110/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 843, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 477, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1438, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 823322663322079233, 'id_str': '823322663322079233', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C20HmaLXUAEshG4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C20HmaLXUAEshG4.jpg', 'url': 'https://t.co/stkJ377KK7', 'display_url': 'pic.twitter.com/stkJ377KK7', 'expanded_url': 'https://twitter.com/dog_rates/status/823322678127919110/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 843, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 477, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1438, 'h': 2048, 'resize': 'fit'}}}, {'id': 823322663317831684, 'id_str': '823322663317831684', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/C20HmaKWgAQ6-6X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C20HmaKWgAQ6-6X.jpg', 'url': 'https://t.co/stkJ377KK7', 'display_url': 'pic.twitter.com/stkJ377KK7', 'expanded_url': 'https://twitter.com/dog_rates/status/823322678127919110/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 421, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1268, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 743, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3719, 'favorite_count': 14837, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
412:823269594223824897
{'created_at': 'Sun Jan 22 20:42:21 +0000 2017', 'id': 823269594223824897, 'id_str': '823269594223824897', 'full_text': "RT @dog_rates: We only rate dogs. Please don't send pics of men capturing low level clouds. Thank you... 11/10 https://t.co/rLi83ZyCL5", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 822244810299936769, 'id_str': '822244810299936769', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'url': 'https://t.co/rLi83ZyCL5', 'display_url': 'pic.twitter.com/rLi83ZyCL5', 'expanded_url': 'https://twitter.com/dog_rates/status/822244816520155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 822244816520155136, 'source_status_id_str': '822244816520155136', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 822244810299936769, 'id_str': '822244810299936769', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'url': 'https://t.co/rLi83ZyCL5', 'display_url': 'pic.twitter.com/rLi83ZyCL5', 'expanded_url': 'https://twitter.com/dog_rates/status/822244816520155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 822244816520155136, 'source_status_id_str': '822244816520155136', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jan 20 00:50:15 +0000 2017', 'id': 822244816520155136, 'id_str': '822244816520155136', 'full_text': "We only rate dogs. Please don't send pics of men capturing low level clouds. Thank you... 11/10 https://t.co/rLi83ZyCL5", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822244810299936769, 'id_str': '822244810299936769', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'url': 'https://t.co/rLi83ZyCL5', 'display_url': 'pic.twitter.com/rLi83ZyCL5', 'expanded_url': 'https://twitter.com/dog_rates/status/822244816520155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822244810299936769, 'id_str': '822244810299936769', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'url': 'https://t.co/rLi83ZyCL5', 'display_url': 'pic.twitter.com/rLi83ZyCL5', 'expanded_url': 'https://twitter.com/dog_rates/status/822244816520155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9235, 'favorite_count': 33124, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 9235, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
413:822975315408461824
{'created_at': 'Sun Jan 22 01:12:59 +0000 2017', 'id': 822975315408461824, 'id_str': '822975315408461824', 'full_text': "This is Albus. He's soaked as h*ck. Seems to have misplaced an ear as well. Still in good spirits tho. 12/10 would dry https://t.co/yUM8jYStuG", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822975307724496896, 'id_str': '822975307724496896', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C2vLrpvWIAA3LM3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2vLrpvWIAA3LM3.jpg', 'url': 'https://t.co/yUM8jYStuG', 'display_url': 'pic.twitter.com/yUM8jYStuG', 'expanded_url': 'https://twitter.com/dog_rates/status/822975315408461824/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822975307724496896, 'id_str': '822975307724496896', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C2vLrpvWIAA3LM3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2vLrpvWIAA3LM3.jpg', 'url': 'https://t.co/yUM8jYStuG', 'display_url': 'pic.twitter.com/yUM8jYStuG', 'expanded_url': 'https://twitter.com/dog_rates/status/822975315408461824/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3200, 'favorite_count': 16369, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
414:822872901745569793
{'created_at': 'Sat Jan 21 18:26:02 +0000 2017', 'id': 822872901745569793, 'id_str': '822872901745569793', 'full_text': "Here's a super supportive puppo participating in the Toronto #WomensMarch today. 13/10 https://t.co/nTz3FtorBc", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [{'text': 'WomensMarch', 'indices': [62, 74]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822872859181809664, 'id_str': '822872859181809664', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/C2tugXLXgAArJO4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2tugXLXgAArJO4.jpg', 'url': 'https://t.co/nTz3FtorBc', 'display_url': 'pic.twitter.com/nTz3FtorBc', 'expanded_url': 'https://twitter.com/dog_rates/status/822872901745569793/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822872859181809664, 'id_str': '822872859181809664', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/C2tugXLXgAArJO4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2tugXLXgAArJO4.jpg', 'url': 'https://t.co/nTz3FtorBc', 'display_url': 'pic.twitter.com/nTz3FtorBc', 'expanded_url': 'https://twitter.com/dog_rates/status/822872901745569793/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 39923, 'favorite_count': 124114, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
415:822859134160621569
{'created_at': 'Sat Jan 21 17:31:20 +0000 2017', 'id': 822859134160621569, 'id_str': '822859134160621569', 'full_text': 'This is Hobbes. He was told he was going to the park. Ended up at the vet. H*ckin bamboozled. Quite pupset with you. 12/10 https://t.co/SSQE06XClS', 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822859122781683714, 'id_str': '822859122781683714', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C2tiAzGXgAIFdqi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2tiAzGXgAIFdqi.jpg', 'url': 'https://t.co/SSQE06XClS', 'display_url': 'pic.twitter.com/SSQE06XClS', 'expanded_url': 'https://twitter.com/dog_rates/status/822859134160621569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822859122781683714, 'id_str': '822859122781683714', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/C2tiAzGXgAIFdqi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2tiAzGXgAIFdqi.jpg', 'url': 'https://t.co/SSQE06XClS', 'display_url': 'pic.twitter.com/SSQE06XClS', 'expanded_url': 'https://twitter.com/dog_rates/status/822859134160621569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2111, 'favorite_count': 12460, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
416:822647212903690241
{'created_at': 'Sat Jan 21 03:29:14 +0000 2017', 'id': 822647212903690241, 'id_str': '822647212903690241', 'full_text': 'RT @dog_rates: This is Paisley. She really wanted to be president this time. Dreams officially crushed. 13/10 https://t.co/liJGwMp17E', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 822489041455157248, 'id_str': '822489041455157248', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 822489057087389700, 'source_status_id_str': '822489057087389700', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 822489041455157248, 'id_str': '822489041455157248', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 822489057087389700, 'source_status_id_str': '822489057087389700', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 822489041467752450, 'id_str': '822489041467752450', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C2oRbOxWQAIpnBA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOxWQAIpnBA.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}, 'source_status_id': 822489057087389700, 'source_status_id_str': '822489057087389700', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 822489041463549952, 'id_str': '822489041463549952', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C2oRbOwWIAANYrq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOwWIAANYrq.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 822489057087389700, 'source_status_id_str': '822489057087389700', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jan 20 17:00:46 +0000 2017', 'id': 822489057087389700, 'id_str': '822489057087389700', 'full_text': 'This is Paisley. She really wanted to be president this time. Dreams officially crushed. 13/10 https://t.co/liJGwMp17E', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822489041455157248, 'id_str': '822489041455157248', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822489041455157248, 'id_str': '822489041455157248', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 822489041467752450, 'id_str': '822489041467752450', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOxWQAIpnBA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOxWQAIpnBA.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 822489041463549952, 'id_str': '822489041463549952', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOwWIAANYrq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOwWIAANYrq.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5958, 'favorite_count': 17117, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5958, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
417:822610361945911296
{'created_at': 'Sat Jan 21 01:02:48 +0000 2017', 'id': 822610361945911296, 'id_str': '822610361945911296', 'full_text': 'Please stop sending in non-canines like this Very Pettable Dozing Bath Tortoise. We only rate dogs. Only send dogs... 12/10 https://t.co/mcagPeENIh', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822610349065179137, 'id_str': '822610349065179137', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C2p_wQyXEAELtvS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2p_wQyXEAELtvS.jpg', 'url': 'https://t.co/mcagPeENIh', 'display_url': 'pic.twitter.com/mcagPeENIh', 'expanded_url': 'https://twitter.com/dog_rates/status/822610361945911296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822610349065179137, 'id_str': '822610349065179137', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/C2p_wQyXEAELtvS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2p_wQyXEAELtvS.jpg', 'url': 'https://t.co/mcagPeENIh', 'display_url': 'pic.twitter.com/mcagPeENIh', 'expanded_url': 'https://twitter.com/dog_rates/status/822610361945911296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2736, 'favorite_count': 13975, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
418:822489057087389700
{'created_at': 'Fri Jan 20 17:00:46 +0000 2017', 'id': 822489057087389700, 'id_str': '822489057087389700', 'full_text': 'This is Paisley. She really wanted to be president this time. Dreams officially crushed. 13/10 https://t.co/liJGwMp17E', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822489041455157248, 'id_str': '822489041455157248', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822489041455157248, 'id_str': '822489041455157248', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOuWEAAbVSl.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 822489041467752450, 'id_str': '822489041467752450', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOxWQAIpnBA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOxWQAIpnBA.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 822489041463549952, 'id_str': '822489041463549952', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C2oRbOwWIAANYrq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2oRbOwWIAANYrq.jpg', 'url': 'https://t.co/liJGwMp17E', 'display_url': 'pic.twitter.com/liJGwMp17E', 'expanded_url': 'https://twitter.com/dog_rates/status/822489057087389700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5958, 'favorite_count': 17117, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
419:822462944365645825
{'created_at': 'Fri Jan 20 15:17:01 +0000 2017', 'id': 822462944365645825, 'id_str': '822462944365645825', 'full_text': 'This is Gabe. He was the unequivocal embodiment of a dream meme, but also one h*ck of a pupper. You will be missed by so many. 14/10 RIP https://t.co/M3hZGadUuO', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822462929555652610, 'id_str': '822462929555652610', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C2n5rUUXgAIaNvz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2n5rUUXgAIaNvz.jpg', 'url': 'https://t.co/M3hZGadUuO', 'display_url': 'pic.twitter.com/M3hZGadUuO', 'expanded_url': 'https://twitter.com/dog_rates/status/822462944365645825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 722, 'resize': 'fit'}, 'small': {'w': 680, 'h': 479, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 722, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822462929555652610, 'id_str': '822462929555652610', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C2n5rUUXgAIaNvz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2n5rUUXgAIaNvz.jpg', 'url': 'https://t.co/M3hZGadUuO', 'display_url': 'pic.twitter.com/M3hZGadUuO', 'expanded_url': 'https://twitter.com/dog_rates/status/822462944365645825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 722, 'resize': 'fit'}, 'small': {'w': 680, 'h': 479, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 722, 'resize': 'fit'}}}, {'id': 822462929559810048, 'id_str': '822462929559810048', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C2n5rUVW8AAihia.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2n5rUVW8AAihia.jpg', 'url': 'https://t.co/M3hZGadUuO', 'display_url': 'pic.twitter.com/M3hZGadUuO', 'expanded_url': 'https://twitter.com/dog_rates/status/822462944365645825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 655, 'h': 711, 'resize': 'fit'}, 'large': {'w': 655, 'h': 711, 'resize': 'fit'}, 'small': {'w': 626, 'h': 680, 'resize': 'fit'}}}, {'id': 822462929555623938, 'id_str': '822462929555623938', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C2n5rUUXEAIXAtv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2n5rUUXEAIXAtv.jpg', 'url': 'https://t.co/M3hZGadUuO', 'display_url': 'pic.twitter.com/M3hZGadUuO', 'expanded_url': 'https://twitter.com/dog_rates/status/822462944365645825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 800, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1365, 'resize': 'fit'}}}, {'id': 822462929605947396, 'id_str': '822462929605947396', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/C2n5rUgW8AQC9mq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2n5rUgW8AQC9mq.jpg', 'url': 'https://t.co/M3hZGadUuO', 'display_url': 'pic.twitter.com/M3hZGadUuO', 'expanded_url': 'https://twitter.com/dog_rates/status/822462944365645825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 393, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 1295, 'resize': 'fit'}, 'medium': {'w': 694, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13158, 'favorite_count': 26319, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
420:822244816520155136
{'created_at': 'Fri Jan 20 00:50:15 +0000 2017', 'id': 822244816520155136, 'id_str': '822244816520155136', 'full_text': "We only rate dogs. Please don't send pics of men capturing low level clouds. Thank you... 11/10 https://t.co/rLi83ZyCL5", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 822244810299936769, 'id_str': '822244810299936769', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'url': 'https://t.co/rLi83ZyCL5', 'display_url': 'pic.twitter.com/rLi83ZyCL5', 'expanded_url': 'https://twitter.com/dog_rates/status/822244816520155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 822244810299936769, 'id_str': '822244810299936769', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2kzTGxWEAEOpPL.jpg', 'url': 'https://t.co/rLi83ZyCL5', 'display_url': 'pic.twitter.com/rLi83ZyCL5', 'expanded_url': 'https://twitter.com/dog_rates/status/822244816520155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9235, 'favorite_count': 33124, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
421:822163064745328640
{'created_at': 'Thu Jan 19 19:25:24 +0000 2017', 'id': 822163064745328640, 'id_str': '822163064745328640', 'full_text': "RT @dog_rates: This is Mattie. She's extremely dangerous. Will bite your h*ckin finger right off. Still 11/10 would pet with caution https:…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Oct 12 15:55:59 +0000 2016', 'id': 786233965241827333, 'id_str': '786233965241827333', 'full_text': "This is Mattie. She's extremely dangerous. Will bite your h*ckin finger right off. Still 11/10 would pet with caution https://t.co/78c9W8kLFh", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786233954131144704, 'id_str': '786233954131144704', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'url': 'https://t.co/78c9W8kLFh', 'display_url': 'pic.twitter.com/78c9W8kLFh', 'expanded_url': 'https://twitter.com/dog_rates/status/786233965241827333/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786233954131144704, 'id_str': '786233954131144704', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'url': 'https://t.co/78c9W8kLFh', 'display_url': 'pic.twitter.com/78c9W8kLFh', 'expanded_url': 'https://twitter.com/dog_rates/status/786233965241827333/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4380, 'favorite_count': 14414, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4380, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
422:821886076407029760
{'created_at': 'Thu Jan 19 01:04:45 +0000 2017', 'id': 821886076407029760, 'id_str': '821886076407029760', 'full_text': 'This is Jimison. He was just called a good boy. 13/10 https://t.co/djMep7mGkV', 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 821886054592552961, 'id_str': '821886054592552961', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/C2ftAxnWIAEUdAR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2ftAxnWIAEUdAR.jpg', 'url': 'https://t.co/djMep7mGkV', 'display_url': 'pic.twitter.com/djMep7mGkV', 'expanded_url': 'https://twitter.com/dog_rates/status/821886076407029760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 895, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1528, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821886054592552961, 'id_str': '821886054592552961', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/C2ftAxnWIAEUdAR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2ftAxnWIAEUdAR.jpg', 'url': 'https://t.co/djMep7mGkV', 'display_url': 'pic.twitter.com/djMep7mGkV', 'expanded_url': 'https://twitter.com/dog_rates/status/821886076407029760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 895, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1528, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2142, 'favorite_count': 10679, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
423:821813639212650496
{'created_at': 'Wed Jan 18 20:16:54 +0000 2017', 'id': 821813639212650496, 'id_str': '821813639212650496', 'full_text': 'RT @dog_rates: Meet Hercules. He can have whatever he wants for the rest of eternity. 12/10 would snug passionately https://t.co/mH0IOyFdIG', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 780601293052190720, 'id_str': '780601293052190720', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'url': 'https://t.co/mH0IOyFdIG', 'display_url': 'pic.twitter.com/mH0IOyFdIG', 'expanded_url': 'https://twitter.com/dog_rates/status/780601303617732608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 780601303617732608, 'source_status_id_str': '780601303617732608', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 780601293052190720, 'id_str': '780601293052190720', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'url': 'https://t.co/mH0IOyFdIG', 'display_url': 'pic.twitter.com/mH0IOyFdIG', 'expanded_url': 'https://twitter.com/dog_rates/status/780601303617732608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 780601303617732608, 'source_status_id_str': '780601303617732608', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Sep 27 02:53:48 +0000 2016', 'id': 780601303617732608, 'id_str': '780601303617732608', 'full_text': 'Meet Hercules. He can have whatever he wants for the rest of eternity. 12/10 would snug passionately https://t.co/mH0IOyFdIG', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780601293052190720, 'id_str': '780601293052190720', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'url': 'https://t.co/mH0IOyFdIG', 'display_url': 'pic.twitter.com/mH0IOyFdIG', 'expanded_url': 'https://twitter.com/dog_rates/status/780601303617732608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780601293052190720, 'id_str': '780601293052190720', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'url': 'https://t.co/mH0IOyFdIG', 'display_url': 'pic.twitter.com/mH0IOyFdIG', 'expanded_url': 'https://twitter.com/dog_rates/status/780601303617732608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3127, 'favorite_count': 11429, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3127, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
424:821765923262631936
{'created_at': 'Wed Jan 18 17:07:18 +0000 2017', 'id': 821765923262631936, 'id_str': '821765923262631936', 'full_text': 'This is Duchess. She uses dark doggo forces to levitate her toys. 13/10 magical af https://t.co/maDNMETA52', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 821765912948772865, 'id_str': '821765912948772865', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C2d_vnHWEAE9phX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2d_vnHWEAE9phX.jpg', 'url': 'https://t.co/maDNMETA52', 'display_url': 'pic.twitter.com/maDNMETA52', 'expanded_url': 'https://twitter.com/dog_rates/status/821765923262631936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 1442, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821765912948772865, 'id_str': '821765912948772865', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C2d_vnHWEAE9phX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2d_vnHWEAE9phX.jpg', 'url': 'https://t.co/maDNMETA52', 'display_url': 'pic.twitter.com/maDNMETA52', 'expanded_url': 'https://twitter.com/dog_rates/status/821765923262631936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1152, 'h': 1442, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1556, 'favorite_count': 7906, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
425:821522889702862852
{'created_at': 'Wed Jan 18 01:01:34 +0000 2017', 'id': 821522889702862852, 'id_str': '821522889702862852', 'full_text': "This is Harlso. He has a really good idea but isn't sure you're going to like it. 13/10 he'll just keep it to himself https://t.co/IzcaR3Nqyn", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 821522878252384256, 'id_str': '821522878252384256', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C2aitIUXAAAG-Wi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2aitIUXAAAG-Wi.jpg', 'url': 'https://t.co/IzcaR3Nqyn', 'display_url': 'pic.twitter.com/IzcaR3Nqyn', 'expanded_url': 'https://twitter.com/dog_rates/status/821522889702862852/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 969, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1653, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 549, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821522878252384256, 'id_str': '821522878252384256', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/C2aitIUXAAAG-Wi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2aitIUXAAAG-Wi.jpg', 'url': 'https://t.co/IzcaR3Nqyn', 'display_url': 'pic.twitter.com/IzcaR3Nqyn', 'expanded_url': 'https://twitter.com/dog_rates/status/821522889702862852/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 969, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1653, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 549, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1633, 'favorite_count': 7573, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
426:821421320206483457
{'created_at': 'Tue Jan 17 18:17:58 +0000 2017', 'id': 821421320206483457, 'id_str': '821421320206483457', 'full_text': 'RT @dog_rates: This is Sampson. He just graduated. Ready to be a doggo now. Time for the real world. 12/10 have fun with taxes https://t.co…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Oct 01 19:47:08 +0000 2016', 'id': 782305867769217024, 'id_str': '782305867769217024', 'full_text': 'This is Sampson. He just graduated. Ready to be a doggo now. Time for the real world. 12/10 have fun with taxes https://t.co/pgVKxRw0s1', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782305851176525824, 'id_str': '782305851176525824', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782305851176525824, 'id_str': '782305851176525824', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 782305851168190464, 'id_str': '782305851168190464', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBtyW8AAAUMx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBtyW8AAAUMx.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 782305851189125120, 'id_str': '782305851189125120', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBt3WYAAmFAm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBt3WYAAmFAm.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5129, 'favorite_count': 15716, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5129, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
427:821407182352777218
{'created_at': 'Tue Jan 17 17:21:47 +0000 2017', 'id': 821407182352777218, 'id_str': '821407182352777218', 'full_text': "This is Sundance. He's a doggo drummer. Even sings a bit on the side. 14/10 entertained af (vid by @sweetsundance) https://t.co/Xn5AQtiqzG", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'sweetsundance', 'name': 'Sweet Sundance', 'id': 262052670, 'id_str': '262052670', 'indices': [99, 113]}], 'urls': [], 'media': [{'id': 821407155391725568, 'id_str': '821407155391725568', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/821407155391725568/pu/img/AJC07gFJDDBuwNTD.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/821407155391725568/pu/img/AJC07gFJDDBuwNTD.jpg', 'url': 'https://t.co/Xn5AQtiqzG', 'display_url': 'pic.twitter.com/Xn5AQtiqzG', 'expanded_url': 'https://twitter.com/dog_rates/status/821407182352777218/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821407155391725568, 'id_str': '821407155391725568', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/821407155391725568/pu/img/AJC07gFJDDBuwNTD.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/821407155391725568/pu/img/AJC07gFJDDBuwNTD.jpg', 'url': 'https://t.co/Xn5AQtiqzG', 'display_url': 'pic.twitter.com/Xn5AQtiqzG', 'expanded_url': 'https://twitter.com/dog_rates/status/821407182352777218/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 13742, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/821407155391725568/pu/pl/2lZLmtVj1vCFlWkH.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/821407155391725568/pu/vid/318x180/m3qZ2XpwSfkFrL5q.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3996, 'favorite_count': 11107, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
428:821153421864615936
{'created_at': 'Tue Jan 17 00:33:26 +0000 2017', 'id': 821153421864615936, 'id_str': '821153421864615936', 'full_text': "@imgur for a polar bear tho I'd say 13/10 is appropriate", 'truncated': False, 'display_text_range': [7, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'imgur', 'name': 'Imgur', 'id': 113211856, 'id_str': '113211856', 'indices': [0, 6]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 821152592717697024, 'in_reply_to_status_id_str': '821152592717697024', 'in_reply_to_user_id': 113211856, 'in_reply_to_user_id_str': '113211856', 'in_reply_to_screen_name': 'imgur', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9, 'favorite_count': 236, 'favorited': False, 'retweeted': False, 'lang': 'en'}
429:821149554670182400
{'created_at': 'Tue Jan 17 00:18:04 +0000 2017', 'id': 821149554670182400, 'id_str': '821149554670182400', 'full_text': 'This is Luca. He got caught howling. H*ckin embarrassed. 12/10 https://t.co/r8DxA8DYJ2', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 821149477142556673, 'id_str': '821149477142556673', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/821149477142556673/pu/img/88_DV098c60pC5AA.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/821149477142556673/pu/img/88_DV098c60pC5AA.jpg', 'url': 'https://t.co/r8DxA8DYJ2', 'display_url': 'pic.twitter.com/r8DxA8DYJ2', 'expanded_url': 'https://twitter.com/dog_rates/status/821149554670182400/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821149477142556673, 'id_str': '821149477142556673', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/821149477142556673/pu/img/88_DV098c60pC5AA.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/821149477142556673/pu/img/88_DV098c60pC5AA.jpg', 'url': 'https://t.co/r8DxA8DYJ2', 'display_url': 'pic.twitter.com/r8DxA8DYJ2', 'expanded_url': 'https://twitter.com/dog_rates/status/821149554670182400/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 9973, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/821149477142556673/pu/vid/360x640/EiJigAo1HWWaapjE.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/821149477142556673/pu/vid/720x1280/TGcn4gpcV55iVcJN.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/821149477142556673/pu/vid/180x320/E4au_SLstZi0py2J.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/821149477142556673/pu/pl/-lfb3YUSt5rsjN8K.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1826, 'favorite_count': 8114, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
430:821107785811234820
{'created_at': 'Mon Jan 16 21:32:06 +0000 2017', 'id': 821107785811234820, 'id_str': '821107785811234820', 'full_text': "Here's a doggo who looks like he's about to give you a list of mythical ingredients to go collect for his potion. 11/10 would obey https://t.co/8SiwKDlRcl", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 821107776281669633, 'id_str': '821107776281669633', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C2UpLA-UcAEK_Fz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2UpLA-UcAEK_Fz.jpg', 'url': 'https://t.co/8SiwKDlRcl', 'display_url': 'pic.twitter.com/8SiwKDlRcl', 'expanded_url': 'https://twitter.com/dog_rates/status/821107785811234820/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821107776281669633, 'id_str': '821107776281669633', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/C2UpLA-UcAEK_Fz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2UpLA-UcAEK_Fz.jpg', 'url': 'https://t.co/8SiwKDlRcl', 'display_url': 'pic.twitter.com/8SiwKDlRcl', 'expanded_url': 'https://twitter.com/dog_rates/status/821107785811234820/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1975, 'favorite_count': 9072, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
431:821044531881721856
{'created_at': 'Mon Jan 16 17:20:45 +0000 2017', 'id': 821044531881721856, 'id_str': '821044531881721856', 'full_text': "This is Flash. He went way too hard celebrating Martin Luther King Day last night. 12/10 now he's having a dream in his honor https://t.co/bryVdNaRcu", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 821044517277233152, 'id_str': '821044517277233152', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/C2Tvo20XcAAhNL9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2Tvo20XcAAhNL9.jpg', 'url': 'https://t.co/bryVdNaRcu', 'display_url': 'pic.twitter.com/bryVdNaRcu', 'expanded_url': 'https://twitter.com/dog_rates/status/821044531881721856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 821044517277233152, 'id_str': '821044517277233152', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/C2Tvo20XcAAhNL9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2Tvo20XcAAhNL9.jpg', 'url': 'https://t.co/bryVdNaRcu', 'display_url': 'pic.twitter.com/bryVdNaRcu', 'expanded_url': 'https://twitter.com/dog_rates/status/821044531881721856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2126, 'favorite_count': 11964, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
432:820837357901512704
{'created_at': 'Mon Jan 16 03:37:31 +0000 2017', 'id': 820837357901512704, 'id_str': '820837357901512704', 'full_text': "RT @dog_rates: This is Finn. He's wondering if you come here often. Fr*ckin flirtatious af. 12/10 would give number to https://t.co/ii5eNX5…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 11 17:01:16 +0000 2017', 'id': 819227688460238848, 'id_str': '819227688460238848', 'full_text': "This is Finn. He's wondering if you come here often. Fr*ckin flirtatious af. 12/10 would give number to https://t.co/ii5eNX5LJT", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819227674182828033, 'id_str': '819227674182828033', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'url': 'https://t.co/ii5eNX5LJT', 'display_url': 'pic.twitter.com/ii5eNX5LJT', 'expanded_url': 'https://twitter.com/dog_rates/status/819227688460238848/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1640, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 961, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819227674182828033, 'id_str': '819227674182828033', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'url': 'https://t.co/ii5eNX5LJT', 'display_url': 'pic.twitter.com/ii5eNX5LJT', 'expanded_url': 'https://twitter.com/dog_rates/status/819227688460238848/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1640, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 961, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6241, 'favorite_count': 21800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6241, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
433:820749716845686786
{'created_at': 'Sun Jan 15 21:49:15 +0000 2017', 'id': 820749716845686786, 'id_str': '820749716845686786', 'full_text': 'Meet Sunny. He can take down a polar bear in one fell swoop. Fr*cken deadly af. 13/10 would pet with caution https://t.co/EMq8Ud6Ze1', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 820749705474965509, 'id_str': '820749705474965509', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'url': 'https://t.co/EMq8Ud6Ze1', 'display_url': 'pic.twitter.com/EMq8Ud6Ze1', 'expanded_url': 'https://twitter.com/dog_rates/status/820749716845686786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 820749705474965509, 'id_str': '820749705474965509', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2PjgjRXgAUgKyC.jpg', 'url': 'https://t.co/EMq8Ud6Ze1', 'display_url': 'pic.twitter.com/EMq8Ud6Ze1', 'expanded_url': 'https://twitter.com/dog_rates/status/820749716845686786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 820749705470767104, 'id_str': '820749705470767104', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/C2PjgjQXcAAc4Uu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2PjgjQXcAAc4Uu.jpg', 'url': 'https://t.co/EMq8Ud6Ze1', 'display_url': 'pic.twitter.com/EMq8Ud6Ze1', 'expanded_url': 'https://twitter.com/dog_rates/status/820749716845686786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9220, 'favorite_count': 29850, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
434:820690176645140481
{'created_at': 'Sun Jan 15 17:52:40 +0000 2017', 'id': 820690176645140481, 'id_str': '820690176645140481', 'full_text': 'The floofs have been released I repeat the floofs have been released. 84/70 https://t.co/NIYC820tmd', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 820690162338279425, 'id_str': '820690162338279425', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C2OtWrzUsAE8i0D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2OtWrzUsAE8i0D.jpg', 'url': 'https://t.co/NIYC820tmd', 'display_url': 'pic.twitter.com/NIYC820tmd', 'expanded_url': 'https://twitter.com/dog_rates/status/820690176645140481/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 820690162338279425, 'id_str': '820690162338279425', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C2OtWrzUsAE8i0D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2OtWrzUsAE8i0D.jpg', 'url': 'https://t.co/NIYC820tmd', 'display_url': 'pic.twitter.com/NIYC820tmd', 'expanded_url': 'https://twitter.com/dog_rates/status/820690176645140481/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}, {'id': 820690162342510593, 'id_str': '820690162342510593', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C2OtWr0VQAEnS9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2OtWr0VQAEnS9r.jpg', 'url': 'https://t.co/NIYC820tmd', 'display_url': 'pic.twitter.com/NIYC820tmd', 'expanded_url': 'https://twitter.com/dog_rates/status/820690176645140481/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 529, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 933, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1592, 'resize': 'fit'}}}, {'id': 820690162342473728, 'id_str': '820690162342473728', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C2OtWr0UsAASsmO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2OtWr0UsAASsmO.jpg', 'url': 'https://t.co/NIYC820tmd', 'display_url': 'pic.twitter.com/NIYC820tmd', 'expanded_url': 'https://twitter.com/dog_rates/status/820690176645140481/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 956, 'resize': 'fit'}, 'small': {'w': 680, 'h': 542, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1632, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3004, 'favorite_count': 11589, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
435:820494788566847489
{'created_at': 'Sun Jan 15 04:56:16 +0000 2017', 'id': 820494788566847489, 'id_str': '820494788566847489', 'full_text': 'RT @dog_rates: We are proud to support @LoveYourMelon on their mission to put a hat on every kid battling cancer. They are 14/10\n\nhttps://t…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}, {'screen_name': 'LoveYourMelon', 'name': 'Love Your Melon', 'id': 872887164, 'id_str': '872887164', 'indices': [39, 53]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Jan 14 17:00:24 +0000 2017', 'id': 820314633777061888, 'id_str': '820314633777061888', 'full_text': 'We are proud to support @LoveYourMelon on their mission to put a hat on every kid battling cancer. They are 14/10\n\nhttps://t.co/XQlmPTLHPl https://t.co/ZNIkkHgtYE', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'LoveYourMelon', 'name': 'Love Your Melon', 'id': 872887164, 'id_str': '872887164', 'indices': [24, 38]}], 'urls': [{'url': 'https://t.co/XQlmPTLHPl', 'expanded_url': 'https://www.loveyourmelon.com/pages/ourstory', 'display_url': 'loveyourmelon.com/pages/ourstory', 'indices': [115, 138]}], 'media': [{'id': 820314599069138944, 'id_str': '820314599069138944', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 820314599069138944, 'id_str': '820314599069138944', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}}}, {'id': 820314598712541185, 'id_str': '820314598712541185', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyARUAAE4gbL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyARUAAE4gbL.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 820314598733557761, 'id_str': '820314598733557761', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyAWUsAER4AZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyAWUsAER4AZ.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 523, 'favorite_count': 3160, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 523, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
436:820446719150292993
{'created_at': 'Sun Jan 15 01:45:15 +0000 2017', 'id': 820446719150292993, 'id_str': '820446719150292993', 'full_text': "RT @dog_rates: This is Peaches. She's the ultimate selfie sidekick. Super sneaky tongue slip appreciated. 13/10 https://t.co/pbKOesr8Tg", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 800141411257643009, 'id_str': '800141411257643009', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}, 'source_status_id': 800141422401830912, 'source_status_id_str': '800141422401830912', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 800141411257643009, 'id_str': '800141411257643009', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}, 'source_status_id': 800141422401830912, 'source_status_id_str': '800141422401830912', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 800141411266007041, 'id_str': '800141411266007041', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CxqsX8yXEAEkgUe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8yXEAEkgUe.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}, 'source_status_id': 800141422401830912, 'source_status_id_str': '800141422401830912', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 800141411844837376, 'id_str': '800141411844837376', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CxqsX-8XUAAEvjD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX-8XUAAEvjD.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}, 'source_status_id': 800141422401830912, 'source_status_id_str': '800141422401830912', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Nov 20 00:59:15 +0000 2016', 'id': 800141422401830912, 'id_str': '800141422401830912', 'full_text': "This is Peaches. She's the ultimate selfie sidekick. Super sneaky tongue slip appreciated. 13/10 https://t.co/pbKOesr8Tg", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800141411257643009, 'id_str': '800141411257643009', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800141411257643009, 'id_str': '800141411257643009', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 800141411266007041, 'id_str': '800141411266007041', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX8yXEAEkgUe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8yXEAEkgUe.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 800141411844837376, 'id_str': '800141411844837376', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX-8XUAAEvjD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX-8XUAAEvjD.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2395, 'favorite_count': 14521, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2395, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
437:820314633777061888
{'created_at': 'Sat Jan 14 17:00:24 +0000 2017', 'id': 820314633777061888, 'id_str': '820314633777061888', 'full_text': 'We are proud to support @LoveYourMelon on their mission to put a hat on every kid battling cancer. They are 14/10\n\nhttps://t.co/XQlmPTLHPl https://t.co/ZNIkkHgtYE', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'LoveYourMelon', 'name': 'Love Your Melon', 'id': 872887164, 'id_str': '872887164', 'indices': [24, 38]}], 'urls': [{'url': 'https://t.co/XQlmPTLHPl', 'expanded_url': 'https://www.loveyourmelon.com/pages/ourstory', 'display_url': 'loveyourmelon.com/pages/ourstory', 'indices': [115, 138]}], 'media': [{'id': 820314599069138944, 'id_str': '820314599069138944', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 820314599069138944, 'id_str': '820314599069138944', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyBmVQAAA8th.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}}}, {'id': 820314598712541185, 'id_str': '820314598712541185', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyARUAAE4gbL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyARUAAE4gbL.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 820314598733557761, 'id_str': '820314598733557761', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/C2JXyAWUsAER4AZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2JXyAWUsAER4AZ.jpg', 'url': 'https://t.co/ZNIkkHgtYE', 'display_url': 'pic.twitter.com/ZNIkkHgtYE', 'expanded_url': 'https://twitter.com/dog_rates/status/820314633777061888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 523, 'favorite_count': 3160, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
438:820078625395449857
{'created_at': 'Sat Jan 14 01:22:35 +0000 2017', 'id': 820078625395449857, 'id_str': '820078625395449857', 'full_text': "I've never wanted to go to a camp more in my entire life. 12/10 for all on board https://t.co/wJZlpGFEbD", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 820078598778454020, 'id_str': '820078598778454020', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C2GBJAAXAAQP287.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2GBJAAXAAQP287.jpg', 'url': 'https://t.co/wJZlpGFEbD', 'display_url': 'pic.twitter.com/wJZlpGFEbD', 'expanded_url': 'https://twitter.com/dog_rates/status/820078625395449857/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 820078598778454020, 'id_str': '820078598778454020', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C2GBJAAXAAQP287.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2GBJAAXAAQP287.jpg', 'url': 'https://t.co/wJZlpGFEbD', 'display_url': 'pic.twitter.com/wJZlpGFEbD', 'expanded_url': 'https://twitter.com/dog_rates/status/820078625395449857/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 820078598786842624, 'id_str': '820078598786842624', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C2GBJACXAAAjTdg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2GBJACXAAAjTdg.jpg', 'url': 'https://t.co/wJZlpGFEbD', 'display_url': 'pic.twitter.com/wJZlpGFEbD', 'expanded_url': 'https://twitter.com/dog_rates/status/820078625395449857/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 820078598790979588, 'id_str': '820078598790979588', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/C2GBJADWIAQvcNb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2GBJADWIAQvcNb.jpg', 'url': 'https://t.co/wJZlpGFEbD', 'display_url': 'pic.twitter.com/wJZlpGFEbD', 'expanded_url': 'https://twitter.com/dog_rates/status/820078625395449857/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5794, 'favorite_count': 18657, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
439:820013781606658049
{'created_at': 'Fri Jan 13 21:04:55 +0000 2017', 'id': 820013781606658049, 'id_str': '820013781606658049', 'full_text': 'RT @dog_rates: This is Oliver. He has dreams of being a service puppo so he can help his owner. 13/10 selfless af\n\nmake it happen:\nhttps://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jan 13 17:00:21 +0000 2017', 'id': 819952236453363712, 'id_str': '819952236453363712', 'full_text': 'This is Oliver. He has dreams of being a service puppo so he can help his owner. 13/10 selfless af\n\nmake it happen:\nhttps://t.co/f5WMsx0a9K https://t.co/6lJz0DKZIb', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/f5WMsx0a9K', 'expanded_url': 'https://www.gofundme.com/servicedogoliver', 'display_url': 'gofundme.com/servicedogoliv…', 'indices': [116, 139]}], 'media': [{'id': 819952225594261509, 'id_str': '819952225594261509', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'url': 'https://t.co/6lJz0DKZIb', 'display_url': 'pic.twitter.com/6lJz0DKZIb', 'expanded_url': 'https://twitter.com/dog_rates/status/819952236453363712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 749, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819952225594261509, 'id_str': '819952225594261509', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'url': 'https://t.co/6lJz0DKZIb', 'display_url': 'pic.twitter.com/6lJz0DKZIb', 'expanded_url': 'https://twitter.com/dog_rates/status/819952236453363712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 749, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1082, 'favorite_count': 5016, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1082, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
440:819952236453363712
{'created_at': 'Fri Jan 13 17:00:21 +0000 2017', 'id': 819952236453363712, 'id_str': '819952236453363712', 'full_text': 'This is Oliver. He has dreams of being a service puppo so he can help his owner. 13/10 selfless af\n\nmake it happen:\nhttps://t.co/f5WMsx0a9K https://t.co/6lJz0DKZIb', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/f5WMsx0a9K', 'expanded_url': 'https://www.gofundme.com/servicedogoliver', 'display_url': 'gofundme.com/servicedogoliv…', 'indices': [116, 139]}], 'media': [{'id': 819952225594261509, 'id_str': '819952225594261509', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'url': 'https://t.co/6lJz0DKZIb', 'display_url': 'pic.twitter.com/6lJz0DKZIb', 'expanded_url': 'https://twitter.com/dog_rates/status/819952236453363712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 749, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819952225594261509, 'id_str': '819952225594261509', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2EONHNWQAUWxkP.jpg', 'url': 'https://t.co/6lJz0DKZIb', 'display_url': 'pic.twitter.com/6lJz0DKZIb', 'expanded_url': 'https://twitter.com/dog_rates/status/819952236453363712/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 749, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1082, 'favorite_count': 5016, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
441:819924195358416896
{'created_at': 'Fri Jan 13 15:08:56 +0000 2017', 'id': 819924195358416896, 'id_str': '819924195358416896', 'full_text': "Here we have a doggo who has messed up. He was hoping you wouldn't notice. 11/10 someone help him https://t.co/XdRNXNYD4E", 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819924138965999617, 'id_str': '819924138965999617', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/819924138965999617/pu/img/6OIToyT9eLESHXLU.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/819924138965999617/pu/img/6OIToyT9eLESHXLU.jpg', 'url': 'https://t.co/XdRNXNYD4E', 'display_url': 'pic.twitter.com/XdRNXNYD4E', 'expanded_url': 'https://twitter.com/dog_rates/status/819924195358416896/video/1', 'type': 'photo', 'sizes': {'medium': {'w': 480, 'h': 270, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 480, 'h': 270, 'resize': 'fit'}, 'large': {'w': 480, 'h': 270, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819924138965999617, 'id_str': '819924138965999617', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/819924138965999617/pu/img/6OIToyT9eLESHXLU.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/819924138965999617/pu/img/6OIToyT9eLESHXLU.jpg', 'url': 'https://t.co/XdRNXNYD4E', 'display_url': 'pic.twitter.com/XdRNXNYD4E', 'expanded_url': 'https://twitter.com/dog_rates/status/819924195358416896/video/1', 'type': 'video', 'sizes': {'medium': {'w': 480, 'h': 270, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 480, 'h': 270, 'resize': 'fit'}, 'large': {'w': 480, 'h': 270, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 26300, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/819924138965999617/pu/vid/320x180/M2MxmTw_gkf0jHvh.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/819924138965999617/pu/pl/ExbfVGjHPVfDYLRs.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4549, 'favorite_count': 12239, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
442:819711362133872643
{'created_at': 'Fri Jan 13 01:03:12 +0000 2017', 'id': 819711362133872643, 'id_str': '819711362133872643', 'full_text': 'This is Howie. He just bloomed. 11/10 revolutionary af https://t.co/m5fYxrO3IU', 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819711336993198081, 'id_str': '819711336993198081', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/C2AzHjPXEAEZ3D1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2AzHjPXEAEZ3D1.jpg', 'url': 'https://t.co/m5fYxrO3IU', 'display_url': 'pic.twitter.com/m5fYxrO3IU', 'expanded_url': 'https://twitter.com/dog_rates/status/819711362133872643/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 630, 'h': 215, 'resize': 'fit'}, 'medium': {'w': 630, 'h': 215, 'resize': 'fit'}, 'small': {'w': 630, 'h': 215, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819711336993198081, 'id_str': '819711336993198081', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/C2AzHjPXEAEZ3D1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2AzHjPXEAEZ3D1.jpg', 'url': 'https://t.co/m5fYxrO3IU', 'display_url': 'pic.twitter.com/m5fYxrO3IU', 'expanded_url': 'https://twitter.com/dog_rates/status/819711362133872643/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 630, 'h': 215, 'resize': 'fit'}, 'medium': {'w': 630, 'h': 215, 'resize': 'fit'}, 'small': {'w': 630, 'h': 215, 'resize': 'fit'}}}, {'id': 819711336997339136, 'id_str': '819711336997339136', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/C2AzHjQWQAApuhf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C2AzHjQWQAApuhf.jpg', 'url': 'https://t.co/m5fYxrO3IU', 'display_url': 'pic.twitter.com/m5fYxrO3IU', 'expanded_url': 'https://twitter.com/dog_rates/status/819711362133872643/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2877, 'favorite_count': 12618, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
443:819588359383371776
{'created_at': 'Thu Jan 12 16:54:26 +0000 2017', 'id': 819588359383371776, 'id_str': '819588359383371776', 'full_text': "This is Jazzy. She just found out that sandwich wasn't for her. Shocked and puppalled. 13/10 deep breaths Jazzy https://t.co/52cItP0vIO", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819588347551064066, 'id_str': '819588347551064066', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/C1_DQn3UoAIoJy7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1_DQn3UoAIoJy7.jpg', 'url': 'https://t.co/52cItP0vIO', 'display_url': 'pic.twitter.com/52cItP0vIO', 'expanded_url': 'https://twitter.com/dog_rates/status/819588359383371776/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1151, 'h': 1151, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1151, 'h': 1151, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819588347551064066, 'id_str': '819588347551064066', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/C1_DQn3UoAIoJy7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1_DQn3UoAIoJy7.jpg', 'url': 'https://t.co/52cItP0vIO', 'display_url': 'pic.twitter.com/52cItP0vIO', 'expanded_url': 'https://twitter.com/dog_rates/status/819588359383371776/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1151, 'h': 1151, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1151, 'h': 1151, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1868, 'favorite_count': 9160, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
444:819347104292290561
{'created_at': 'Thu Jan 12 00:55:47 +0000 2017', 'id': 819347104292290561, 'id_str': '819347104292290561', 'full_text': "Say hello to Anna and Elsa. They fall asleep in similar positions. It's pretty wild. Both 12/10 would snug simultaneously https://t.co/8rUL99bX4W", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819347090459463681, 'id_str': '819347090459463681', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C17n1nKWEAEQBCo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C17n1nKWEAEQBCo.jpg', 'url': 'https://t.co/8rUL99bX4W', 'display_url': 'pic.twitter.com/8rUL99bX4W', 'expanded_url': 'https://twitter.com/dog_rates/status/819347104292290561/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819347090459463681, 'id_str': '819347090459463681', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C17n1nKWEAEQBCo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C17n1nKWEAEQBCo.jpg', 'url': 'https://t.co/8rUL99bX4W', 'display_url': 'pic.twitter.com/8rUL99bX4W', 'expanded_url': 'https://twitter.com/dog_rates/status/819347104292290561/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 819347090467946496, 'id_str': '819347090467946496', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C17n1nMXgAAnRxy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C17n1nMXgAAnRxy.jpg', 'url': 'https://t.co/8rUL99bX4W', 'display_url': 'pic.twitter.com/8rUL99bX4W', 'expanded_url': 'https://twitter.com/dog_rates/status/819347104292290561/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}, {'id': 819347090597888002, 'id_str': '819347090597888002', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/C17n1nrWQAIErU3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C17n1nrWQAIErU3.jpg', 'url': 'https://t.co/8rUL99bX4W', 'display_url': 'pic.twitter.com/8rUL99bX4W', 'expanded_url': 'https://twitter.com/dog_rates/status/819347104292290561/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1116, 'favorite_count': 6844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
445:819238181065359361
{'created_at': 'Wed Jan 11 17:42:57 +0000 2017', 'id': 819238181065359361, 'id_str': '819238181065359361', 'full_text': 'Some happy pupper news to share. 10/10 for everyone involved \nhttps://t.co/MefMAZX2uv', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/MefMAZX2uv', 'expanded_url': 'http://us.blastingnews.com/news/2017/01/200-dogs-saved-from-south-korean-dog-meat-industry-001385441.html?sbdht=_pM1QUzk3wsfscF9XF2WEd9KoWDpsQlMUjfh1HxxUq0u5mMbiu2B0kw2_', 'display_url': 'us.blastingnews.com/news/2017/01/2…', 'indices': [62, 85]}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 379, 'favorite_count': 2139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
446:819227688460238848
{'created_at': 'Wed Jan 11 17:01:16 +0000 2017', 'id': 819227688460238848, 'id_str': '819227688460238848', 'full_text': "This is Finn. He's wondering if you come here often. Fr*ckin flirtatious af. 12/10 would give number to https://t.co/ii5eNX5LJT", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819227674182828033, 'id_str': '819227674182828033', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'url': 'https://t.co/ii5eNX5LJT', 'display_url': 'pic.twitter.com/ii5eNX5LJT', 'expanded_url': 'https://twitter.com/dog_rates/status/819227688460238848/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1640, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 961, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819227674182828033, 'id_str': '819227674182828033', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C157Oq3WQAEOyHm.jpg', 'url': 'https://t.co/ii5eNX5LJT', 'display_url': 'pic.twitter.com/ii5eNX5LJT', 'expanded_url': 'https://twitter.com/dog_rates/status/819227688460238848/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1640, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 961, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6241, 'favorite_count': 21800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
447:819015337530290176
{'created_at': 'Wed Jan 11 02:57:27 +0000 2017', 'id': 819015337530290176, 'id_str': '819015337530290176', 'full_text': 'RT @dog_rates: This is Bo. He was a very good First Doggo. 14/10 would be an absolute honor to pet https://t.co/AdPKrI8BZ1', 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 819004789207928832, 'id_str': '819004789207928832', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 488, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 717, 'h': 1000, 'resize': 'fit'}, 'medium': {'w': 717, 'h': 1000, 'resize': 'fit'}}, 'source_status_id': 819004803107983360, 'source_status_id_str': '819004803107983360', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 819004789207928832, 'id_str': '819004789207928832', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 488, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 717, 'h': 1000, 'resize': 'fit'}, 'medium': {'w': 717, 'h': 1000, 'resize': 'fit'}}, 'source_status_id': 819004803107983360, 'source_status_id_str': '819004803107983360', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 819004789212098560, 'id_str': '819004789212098560', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C12whDpUsAADUcB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDpUsAADUcB.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 948, 'h': 633, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 948, 'h': 633, 'resize': 'fit'}}, 'source_status_id': 819004803107983360, 'source_status_id_str': '819004803107983360', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 819004789430198272, 'id_str': '819004789430198272', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C12whEdUoAAlszl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whEdUoAAlszl.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1432, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 475, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 839, 'h': 1200, 'resize': 'fit'}}, 'source_status_id': 819004803107983360, 'source_status_id_str': '819004803107983360', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 819004789430198274, 'id_str': '819004789430198274', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/C12whEdUoAIo41P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whEdUoAIo41P.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 600, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 600, 'resize': 'fit'}}, 'source_status_id': 819004803107983360, 'source_status_id_str': '819004803107983360', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 11 02:15:36 +0000 2017', 'id': 819004803107983360, 'id_str': '819004803107983360', 'full_text': 'This is Bo. He was a very good First Doggo. 14/10 would be an absolute honor to pet https://t.co/AdPKrI8BZ1', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819004789207928832, 'id_str': '819004789207928832', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 488, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 717, 'h': 1000, 'resize': 'fit'}, 'medium': {'w': 717, 'h': 1000, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819004789207928832, 'id_str': '819004789207928832', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 488, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 717, 'h': 1000, 'resize': 'fit'}, 'medium': {'w': 717, 'h': 1000, 'resize': 'fit'}}}, {'id': 819004789212098560, 'id_str': '819004789212098560', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whDpUsAADUcB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDpUsAADUcB.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 948, 'h': 633, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 948, 'h': 633, 'resize': 'fit'}}}, {'id': 819004789430198272, 'id_str': '819004789430198272', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whEdUoAAlszl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whEdUoAAlszl.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1432, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 475, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 839, 'h': 1200, 'resize': 'fit'}}}, {'id': 819004789430198274, 'id_str': '819004789430198274', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whEdUoAIo41P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whEdUoAIo41P.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 600, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 34546, 'favorite_count': 82708, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 34546, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
448:819015331746349057
{'created_at': 'Wed Jan 11 02:57:26 +0000 2017', 'id': 819015331746349057, 'id_str': '819015331746349057', 'full_text': 'RT @dog_rates: This is Sunny. She was also a very good First Doggo. 14/10 would also be an absolute honor to pet https://t.co/YOC1fHFCSb', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 819006388206649344, 'id_str': '819006388206649344', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}, 'source_status_id': 819006400881917954, 'source_status_id_str': '819006400881917954', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 819006388206649344, 'id_str': '819006388206649344', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}, 'source_status_id': 819006400881917954, 'source_status_id_str': '819006400881917954', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 819006388244361216, 'id_str': '819006388244361216', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C12x-IgUsAAulM4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IgUsAAulM4.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 683, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 683, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}, 'source_status_id': 819006400881917954, 'source_status_id_str': '819006400881917954', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 819006388449837058, 'id_str': '819006388449837058', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C12x-JRUAAIgwdf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-JRUAAIgwdf.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 760, 'h': 430, 'resize': 'fit'}, 'large': {'w': 760, 'h': 430, 'resize': 'fit'}, 'small': {'w': 680, 'h': 385, 'resize': 'fit'}}, 'source_status_id': 819006400881917954, 'source_status_id_str': '819006400881917954', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 819006388458299392, 'id_str': '819006388458299392', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C12x-JTVIAAzdfl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-JTVIAAzdfl.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 426, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 426, 'resize': 'fit'}, 'large': {'w': 640, 'h': 426, 'resize': 'fit'}}, 'source_status_id': 819006400881917954, 'source_status_id_str': '819006400881917954', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 11 02:21:57 +0000 2017', 'id': 819006400881917954, 'id_str': '819006400881917954', 'full_text': 'This is Sunny. She was also a very good First Doggo. 14/10 would also be an absolute honor to pet https://t.co/YOC1fHFCSb', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819006388206649344, 'id_str': '819006388206649344', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819006388206649344, 'id_str': '819006388206649344', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}, {'id': 819006388244361216, 'id_str': '819006388244361216', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-IgUsAAulM4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IgUsAAulM4.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 683, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 683, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}}, {'id': 819006388449837058, 'id_str': '819006388449837058', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-JRUAAIgwdf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-JRUAAIgwdf.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 760, 'h': 430, 'resize': 'fit'}, 'large': {'w': 760, 'h': 430, 'resize': 'fit'}, 'small': {'w': 680, 'h': 385, 'resize': 'fit'}}}, {'id': 819006388458299392, 'id_str': '819006388458299392', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-JTVIAAzdfl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-JTVIAAzdfl.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 426, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 426, 'resize': 'fit'}, 'large': {'w': 640, 'h': 426, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 17796, 'favorite_count': 43044, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 17796, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
449:819006400881917954
{'created_at': 'Wed Jan 11 02:21:57 +0000 2017', 'id': 819006400881917954, 'id_str': '819006400881917954', 'full_text': 'This is Sunny. She was also a very good First Doggo. 14/10 would also be an absolute honor to pet https://t.co/YOC1fHFCSb', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819006388206649344, 'id_str': '819006388206649344', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819006388206649344, 'id_str': '819006388206649344', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IXVQAA08TD.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}, {'id': 819006388244361216, 'id_str': '819006388244361216', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-IgUsAAulM4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-IgUsAAulM4.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 683, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 683, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}}, {'id': 819006388449837058, 'id_str': '819006388449837058', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-JRUAAIgwdf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-JRUAAIgwdf.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 760, 'h': 430, 'resize': 'fit'}, 'large': {'w': 760, 'h': 430, 'resize': 'fit'}, 'small': {'w': 680, 'h': 385, 'resize': 'fit'}}}, {'id': 819006388458299392, 'id_str': '819006388458299392', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/C12x-JTVIAAzdfl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12x-JTVIAAzdfl.jpg', 'url': 'https://t.co/YOC1fHFCSb', 'display_url': 'pic.twitter.com/YOC1fHFCSb', 'expanded_url': 'https://twitter.com/dog_rates/status/819006400881917954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 426, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 426, 'resize': 'fit'}, 'large': {'w': 640, 'h': 426, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 17796, 'favorite_count': 43044, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
450:819004803107983360
{'created_at': 'Wed Jan 11 02:15:36 +0000 2017', 'id': 819004803107983360, 'id_str': '819004803107983360', 'full_text': 'This is Bo. He was a very good First Doggo. 14/10 would be an absolute honor to pet https://t.co/AdPKrI8BZ1', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 819004789207928832, 'id_str': '819004789207928832', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 488, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 717, 'h': 1000, 'resize': 'fit'}, 'medium': {'w': 717, 'h': 1000, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 819004789207928832, 'id_str': '819004789207928832', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDoVEAALRxa.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 488, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 717, 'h': 1000, 'resize': 'fit'}, 'medium': {'w': 717, 'h': 1000, 'resize': 'fit'}}}, {'id': 819004789212098560, 'id_str': '819004789212098560', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whDpUsAADUcB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whDpUsAADUcB.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 948, 'h': 633, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 948, 'h': 633, 'resize': 'fit'}}}, {'id': 819004789430198272, 'id_str': '819004789430198272', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whEdUoAAlszl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whEdUoAAlszl.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1432, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 475, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 839, 'h': 1200, 'resize': 'fit'}}}, {'id': 819004789430198274, 'id_str': '819004789430198274', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/C12whEdUoAIo41P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C12whEdUoAIo41P.jpg', 'url': 'https://t.co/AdPKrI8BZ1', 'display_url': 'pic.twitter.com/AdPKrI8BZ1', 'expanded_url': 'https://twitter.com/dog_rates/status/819004803107983360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 600, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 34546, 'favorite_count': 82708, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
451:818646164899774465
{'created_at': 'Tue Jan 10 02:30:30 +0000 2017', 'id': 818646164899774465, 'id_str': '818646164899774465', 'full_text': "RT @dog_rates: This is Seamus. He's very bad at entering pools. Still a very good boy tho 11/10 https://t.co/hfi264QwYM", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/hfi264QwYM', 'expanded_url': 'https://vine.co/v/5QWd3LZqXxd', 'display_url': 'vine.co/v/5QWd3LZqXxd', 'indices': [96, 119]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Dec 12 16:16:49 +0000 2016', 'id': 808344865868283904, 'id_str': '808344865868283904', 'full_text': "This is Seamus. He's very bad at entering pools. Still a very good boy tho 11/10 https://t.co/hfi264QwYM", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/hfi264QwYM', 'expanded_url': 'https://vine.co/v/5QWd3LZqXxd', 'display_url': 'vine.co/v/5QWd3LZqXxd', 'indices': [81, 104]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19459, 'favorite_count': 40219, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 19459, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
452:818627210458333184
{'created_at': 'Tue Jan 10 01:15:10 +0000 2017', 'id': 818627210458333184, 'id_str': '818627210458333184', 'full_text': 'Meet Wafer. He represents every fiber of my being. 13/10 very good dog https://t.co/I7bkhxBxUG', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 818627201767710720, 'id_str': '818627201767710720', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/C1xZGkzWIAA8vh4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xZGkzWIAA8vh4.jpg', 'url': 'https://t.co/I7bkhxBxUG', 'display_url': 'pic.twitter.com/I7bkhxBxUG', 'expanded_url': 'https://twitter.com/dog_rates/status/818627210458333184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 818627201767710720, 'id_str': '818627201767710720', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/C1xZGkzWIAA8vh4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xZGkzWIAA8vh4.jpg', 'url': 'https://t.co/I7bkhxBxUG', 'display_url': 'pic.twitter.com/I7bkhxBxUG', 'expanded_url': 'https://twitter.com/dog_rates/status/818627210458333184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7060, 'favorite_count': 21230, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
453:818614493328580609
{'created_at': 'Tue Jan 10 00:24:38 +0000 2017', 'id': 818614493328580609, 'id_str': '818614493328580609', 'full_text': "This is Bear. He's a passionate believer of the outdoors. Leaves excite him. 12/10 would hug softly https://t.co/FOF0hBDxP8", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 818614452752760832, 'id_str': '818614452752760832', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1xNgfBUQAAU1DW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xNgfBUQAAU1DW.jpg', 'url': 'https://t.co/FOF0hBDxP8', 'display_url': 'pic.twitter.com/FOF0hBDxP8', 'expanded_url': 'https://twitter.com/dog_rates/status/818614493328580609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 818614452752760832, 'id_str': '818614452752760832', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1xNgfBUQAAU1DW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xNgfBUQAAU1DW.jpg', 'url': 'https://t.co/FOF0hBDxP8', 'display_url': 'pic.twitter.com/FOF0hBDxP8', 'expanded_url': 'https://twitter.com/dog_rates/status/818614493328580609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 818614452757008384, 'id_str': '818614452757008384', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1xNgfCVEAA6Bss.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xNgfCVEAA6Bss.jpg', 'url': 'https://t.co/FOF0hBDxP8', 'display_url': 'pic.twitter.com/FOF0hBDxP8', 'expanded_url': 'https://twitter.com/dog_rates/status/818614493328580609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 818614453927219200, 'id_str': '818614453927219200', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1xNgjZVEAAyLbt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xNgjZVEAAyLbt.jpg', 'url': 'https://t.co/FOF0hBDxP8', 'display_url': 'pic.twitter.com/FOF0hBDxP8', 'expanded_url': 'https://twitter.com/dog_rates/status/818614493328580609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 818614456078901248, 'id_str': '818614456078901248', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1xNgraVIAA3EVb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1xNgraVIAA3EVb.jpg', 'url': 'https://t.co/FOF0hBDxP8', 'display_url': 'pic.twitter.com/FOF0hBDxP8', 'expanded_url': 'https://twitter.com/dog_rates/status/818614493328580609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2354, 'favorite_count': 9302, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
454:818588835076603904
{'created_at': 'Mon Jan 09 22:42:41 +0000 2017', 'id': 818588835076603904, 'id_str': '818588835076603904', 'full_text': 'RT @dog_rates: This is Chelsea. She forgot how to dog. 11/10 get it together pupper https://t.co/nBJ5RE4yHb', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 773547591439122432, 'id_str': '773547591439122432', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'url': 'https://t.co/nBJ5RE4yHb', 'display_url': 'pic.twitter.com/nBJ5RE4yHb', 'expanded_url': 'https://twitter.com/dog_rates/status/773547596996571136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 773547596996571136, 'source_status_id_str': '773547596996571136', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 773547591439122432, 'id_str': '773547591439122432', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'url': 'https://t.co/nBJ5RE4yHb', 'display_url': 'pic.twitter.com/nBJ5RE4yHb', 'expanded_url': 'https://twitter.com/dog_rates/status/773547596996571136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 773547596996571136, 'source_status_id_str': '773547596996571136', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Sep 07 15:44:53 +0000 2016', 'id': 773547596996571136, 'id_str': '773547596996571136', 'full_text': 'This is Chelsea. She forgot how to dog. 11/10 get it together pupper https://t.co/nBJ5RE4yHb', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773547591439122432, 'id_str': '773547591439122432', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'url': 'https://t.co/nBJ5RE4yHb', 'display_url': 'pic.twitter.com/nBJ5RE4yHb', 'expanded_url': 'https://twitter.com/dog_rates/status/773547596996571136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773547591439122432, 'id_str': '773547591439122432', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'url': 'https://t.co/nBJ5RE4yHb', 'display_url': 'pic.twitter.com/nBJ5RE4yHb', 'expanded_url': 'https://twitter.com/dog_rates/status/773547596996571136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5698, 'favorite_count': 20830, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5698, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
455:818536468981415936
{'created_at': 'Mon Jan 09 19:14:36 +0000 2017', 'id': 818536468981415936, 'id_str': '818536468981415936', 'full_text': "This is Tom. He's a silly dog. Known for his unconventional swing style. One h*ck of a sneaky tongue slip too. 11/10 would push https://t.co/6fSVcn9HAU", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 818536454431260672, 'id_str': '818536454431260672', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C1wGkYoVQAAuC_O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1wGkYoVQAAuC_O.jpg', 'url': 'https://t.co/6fSVcn9HAU', 'display_url': 'pic.twitter.com/6fSVcn9HAU', 'expanded_url': 'https://twitter.com/dog_rates/status/818536468981415936/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1364, 'h': 1860, 'resize': 'fit'}, 'medium': {'w': 880, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 818536454431260672, 'id_str': '818536454431260672', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C1wGkYoVQAAuC_O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1wGkYoVQAAuC_O.jpg', 'url': 'https://t.co/6fSVcn9HAU', 'display_url': 'pic.twitter.com/6fSVcn9HAU', 'expanded_url': 'https://twitter.com/dog_rates/status/818536468981415936/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1364, 'h': 1860, 'resize': 'fit'}, 'medium': {'w': 880, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2273, 'favorite_count': 10277, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
456:818307523543449600
{'created_at': 'Mon Jan 09 04:04:51 +0000 2017', 'id': 818307523543449600, 'id_str': '818307523543449600', 'full_text': "RT @dog_rates: Meet Moose. He doesn't want his friend to go back to college. 13/10 looks like you're staying home John https://t.co/LIhmM7i…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 04 01:05:59 +0000 2017', 'id': 816450570814898180, 'id_str': '816450570814898180', 'full_text': "Meet Moose. He doesn't want his friend to go back to college. 13/10 looks like you're staying home John https://t.co/LIhmM7i70k", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 816450564926164996, 'id_str': '816450564926164996', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'url': 'https://t.co/LIhmM7i70k', 'display_url': 'pic.twitter.com/LIhmM7i70k', 'expanded_url': 'https://twitter.com/dog_rates/status/816450570814898180/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 618, 'h': 243, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 243, 'resize': 'fit'}, 'medium': {'w': 618, 'h': 243, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 816450564926164996, 'id_str': '816450564926164996', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'url': 'https://t.co/LIhmM7i70k', 'display_url': 'pic.twitter.com/LIhmM7i70k', 'expanded_url': 'https://twitter.com/dog_rates/status/816450570814898180/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 618, 'h': 243, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 243, 'resize': 'fit'}, 'medium': {'w': 618, 'h': 243, 'resize': 'fit'}}}, {'id': 816450565198741505, 'id_str': '816450565198741505', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1SddptWgAExv11.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1SddptWgAExv11.jpg', 'url': 'https://t.co/LIhmM7i70k', 'display_url': 'pic.twitter.com/LIhmM7i70k', 'expanded_url': 'https://twitter.com/dog_rates/status/816450570814898180/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7467, 'favorite_count': 28720, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7467, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
457:818259473185828864
{'created_at': 'Mon Jan 09 00:53:55 +0000 2017', 'id': 818259473185828864, 'id_str': '818259473185828864', 'full_text': 'This is Florence. He saw the same snap you sent him on your story. Pretty pupset with you. 12/10 https://t.co/rnkvT2kvib', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 818259456588812288, 'id_str': '818259456588812288', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/C1sKo_QUkAALtkw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1sKo_QUkAALtkw.jpg', 'url': 'https://t.co/rnkvT2kvib', 'display_url': 'pic.twitter.com/rnkvT2kvib', 'expanded_url': 'https://twitter.com/dog_rates/status/818259473185828864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1639, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 818259456588812288, 'id_str': '818259456588812288', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/C1sKo_QUkAALtkw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1sKo_QUkAALtkw.jpg', 'url': 'https://t.co/rnkvT2kvib', 'display_url': 'pic.twitter.com/rnkvT2kvib', 'expanded_url': 'https://twitter.com/dog_rates/status/818259473185828864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1639, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2088, 'favorite_count': 10423, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
458:818145370475810820
{'created_at': 'Sun Jan 08 17:20:31 +0000 2017', 'id': 818145370475810820, 'id_str': '818145370475810820', 'full_text': 'This is Autumn. Her favorite toy is a cheeseburger. She takes it everywhere. 11/10 https://t.co/JlPug12E5Z', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 818145346668916739, 'id_str': '818145346668916739', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C1qi26rW8AMaj9K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1qi26rW8AMaj9K.jpg', 'url': 'https://t.co/JlPug12E5Z', 'display_url': 'pic.twitter.com/JlPug12E5Z', 'expanded_url': 'https://twitter.com/dog_rates/status/818145370475810820/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 818145346668916739, 'id_str': '818145346668916739', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C1qi26rW8AMaj9K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1qi26rW8AMaj9K.jpg', 'url': 'https://t.co/JlPug12E5Z', 'display_url': 'pic.twitter.com/JlPug12E5Z', 'expanded_url': 'https://twitter.com/dog_rates/status/818145370475810820/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 818145346652143618, 'id_str': '818145346652143618', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C1qi26nXAAIKTok.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1qi26nXAAIKTok.jpg', 'url': 'https://t.co/JlPug12E5Z', 'display_url': 'pic.twitter.com/JlPug12E5Z', 'expanded_url': 'https://twitter.com/dog_rates/status/818145370475810820/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 818145346656370688, 'id_str': '818145346656370688', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/C1qi26oXgAAvTkL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1qi26oXgAAvTkL.jpg', 'url': 'https://t.co/JlPug12E5Z', 'display_url': 'pic.twitter.com/JlPug12E5Z', 'expanded_url': 'https://twitter.com/dog_rates/status/818145370475810820/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2369, 'favorite_count': 11621, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
459:817908911860748288
{'created_at': 'Sun Jan 08 01:40:55 +0000 2017', 'id': 817908911860748288, 'id_str': '817908911860748288', 'full_text': 'Looks like he went cross-eyed trying way too hard to use the force. 12/10 \nhttps://t.co/bbuKxk0fM8', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/bbuKxk0fM8', 'expanded_url': 'https://twitter.com/micahgrimes/status/817902080979599361', 'display_url': 'twitter.com/micahgrimes/st…', 'indices': [75, 98]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 817902080979599361, 'quoted_status_id_str': '817902080979599361', 'quoted_status_permalink': {'url': 'https://t.co/bbuKxk0fM8', 'expanded': 'https://twitter.com/micahgrimes/status/817902080979599361', 'display': 'twitter.com/micahgrimes/st…'}, 'quoted_status': {'created_at': 'Sun Jan 08 01:13:46 +0000 2017', 'id': 817902080979599361, 'id_str': '817902080979599361', 'full_text': 'OMG, look at this awesome cross-eyed dog up for adoption in Florida. https://t.co/CGLfpD2SrQ https://t.co/SdIh7AtnDz', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/CGLfpD2SrQ', 'expanded_url': 'https://www.facebook.com/james.mccook.47/posts/1689945714364415', 'display_url': 'facebook.com/james.mccook.4…', 'indices': [69, 92]}], 'media': [{'id': 817902075942240256, 'id_str': '817902075942240256', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/C1nFmsmXgAAiCDk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1nFmsmXgAAiCDk.jpg', 'url': 'https://t.co/SdIh7AtnDz', 'display_url': 'pic.twitter.com/SdIh7AtnDz', 'expanded_url': 'https://twitter.com/MicahGrimes/status/817902080979599361/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 663, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 702, 'h': 720, 'resize': 'fit'}, 'large': {'w': 702, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817902075942240256, 'id_str': '817902075942240256', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/C1nFmsmXgAAiCDk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1nFmsmXgAAiCDk.jpg', 'url': 'https://t.co/SdIh7AtnDz', 'display_url': 'pic.twitter.com/SdIh7AtnDz', 'expanded_url': 'https://twitter.com/MicahGrimes/status/817902080979599361/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 663, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 702, 'h': 720, 'resize': 'fit'}, 'large': {'w': 702, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 67958182, 'id_str': '67958182', 'name': 'Micah Grimes', 'screen_name': 'MicahGrimes', 'location': 'Austin, Texas', 'description': 'VP, @AtmosphereNews & Sports | Former: Head of Social, @NBCNews & @MSNBC + @ABC, @ABCActionNews, @BN9 & @WSFA12news.', 'url': 'https://t.co/UdZ9wOXRGc', 'entities': {'url': {'urls': [{'url': 'https://t.co/UdZ9wOXRGc', 'expanded_url': 'https://atmosphere.tv/channels/atmosphere-news', 'display_url': 'atmosphere.tv/channels/atmos…', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 26205, 'friends_count': 4590, 'listed_count': 923, 'created_at': 'Sat Aug 22 19:07:05 +0000 2009', 'favourites_count': 11757, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 115201, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1518285115473989632/_Hq_mrbQ_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1518285115473989632/_Hq_mrbQ_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/67958182/1646415615', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'regular', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 734, 'favorite_count': 3590, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 740, 'favorite_count': 4608, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
460:817827839487737858
{'created_at': 'Sat Jan 07 20:18:46 +0000 2017', 'id': 817827839487737858, 'id_str': '817827839487737858', 'full_text': "This is Buddy. He ran into a glass door once. Now he's h*ckin skeptical. 13/10 empowering af (vid by Brittany Gaunt) https://t.co/q2BgNIi3OA", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817827663108771841, 'id_str': '817827663108771841', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'url': 'https://t.co/q2BgNIi3OA', 'display_url': 'pic.twitter.com/q2BgNIi3OA', 'expanded_url': 'https://twitter.com/dog_rates/status/817827839487737858/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 406, 'h': 720, 'resize': 'fit'}, 'large': {'w': 406, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817827663108771841, 'id_str': '817827663108771841', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817827663108771841/pu/img/e9oi839RGWJR37jF.jpg', 'url': 'https://t.co/q2BgNIi3OA', 'display_url': 'pic.twitter.com/q2BgNIi3OA', 'expanded_url': 'https://twitter.com/dog_rates/status/817827839487737858/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 406, 'h': 720, 'resize': 'fit'}, 'large': {'w': 406, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [203, 360], 'duration_millis': 63167, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817827663108771841/pu/vid/180x320/IrfbBqsst8qEXxNG.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817827663108771841/pu/vid/360x640/O3a0D7xslG80E2QM.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/817827663108771841/pu/pl/0ec0OHgwuDKE45Wv.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 25135, 'favorite_count': 48653, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
461:817777686764523521
{'created_at': 'Sat Jan 07 16:59:28 +0000 2017', 'id': 817777686764523521, 'id_str': '817777686764523521', 'full_text': 'This is Dido. She\'s playing the lead role in "Pupper Stops to Catch Snow Before Resuming Shadow Box with Dried Apple." 13/10 (IG: didodoggo) https://t.co/m7isZrOBX7', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817777588030476288, 'id_str': '817777588030476288', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817777588030476288/pu/img/KbuLpE4krHF4VdPf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817777588030476288/pu/img/KbuLpE4krHF4VdPf.jpg', 'url': 'https://t.co/m7isZrOBX7', 'display_url': 'pic.twitter.com/m7isZrOBX7', 'expanded_url': 'https://twitter.com/dog_rates/status/817777686764523521/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 384, 'h': 480, 'resize': 'fit'}, 'small': {'w': 384, 'h': 480, 'resize': 'fit'}, 'large': {'w': 384, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817777588030476288, 'id_str': '817777588030476288', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817777588030476288/pu/img/KbuLpE4krHF4VdPf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817777588030476288/pu/img/KbuLpE4krHF4VdPf.jpg', 'url': 'https://t.co/m7isZrOBX7', 'display_url': 'pic.twitter.com/m7isZrOBX7', 'expanded_url': 'https://twitter.com/dog_rates/status/817777686764523521/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 384, 'h': 480, 'resize': 'fit'}, 'small': {'w': 384, 'h': 480, 'resize': 'fit'}, 'large': {'w': 384, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 45030, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817777588030476288/pu/vid/256x320/k3rN1SZVoTvIG8iz.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/817777588030476288/pu/pl/IElDkG2nvol7sRFM.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2521, 'favorite_count': 10227, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
462:817536400337801217
{'created_at': 'Sat Jan 07 01:00:41 +0000 2017', 'id': 817536400337801217, 'id_str': '817536400337801217', 'full_text': 'Say hello to Eugene & Patti Melt. No matter how dysfunctional they get, they will never top their owners. Both 12/10 would pet at same time https://t.co/jQUdvtdYMu', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817536359321714688, 'id_str': '817536359321714688', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C1h4_MBWQAAKtq4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1h4_MBWQAAKtq4.jpg', 'url': 'https://t.co/jQUdvtdYMu', 'display_url': 'pic.twitter.com/jQUdvtdYMu', 'expanded_url': 'https://twitter.com/dog_rates/status/817536400337801217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817536359321714688, 'id_str': '817536359321714688', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C1h4_MBWQAAKtq4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1h4_MBWQAAKtq4.jpg', 'url': 'https://t.co/jQUdvtdYMu', 'display_url': 'pic.twitter.com/jQUdvtdYMu', 'expanded_url': 'https://twitter.com/dog_rates/status/817536400337801217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 817536359334367232, 'id_str': '817536359334367232', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C1h4_MEXUAARxQF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1h4_MEXUAARxQF.jpg', 'url': 'https://t.co/jQUdvtdYMu', 'display_url': 'pic.twitter.com/jQUdvtdYMu', 'expanded_url': 'https://twitter.com/dog_rates/status/817536400337801217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 817536359321796608, 'id_str': '817536359321796608', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C1h4_MBXgAAT2q3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1h4_MBXgAAT2q3.jpg', 'url': 'https://t.co/jQUdvtdYMu', 'display_url': 'pic.twitter.com/jQUdvtdYMu', 'expanded_url': 'https://twitter.com/dog_rates/status/817536400337801217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 817536359325954052, 'id_str': '817536359325954052', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C1h4_MCW8AQ9s_p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1h4_MCW8AQ9s_p.jpg', 'url': 'https://t.co/jQUdvtdYMu', 'display_url': 'pic.twitter.com/jQUdvtdYMu', 'expanded_url': 'https://twitter.com/dog_rates/status/817536400337801217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2729, 'favorite_count': 11128, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
463:817502432452313088
{'created_at': 'Fri Jan 06 22:45:43 +0000 2017', 'id': 817502432452313088, 'id_str': '817502432452313088', 'full_text': "RT @dog_rates: Meet Herschel. He's slightly bigger than ur average pupper. Looks lonely. Could probably ride 7/10 would totally pet https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 27 18:42:06 +0000 2016', 'id': 692417313023332352, 'id_str': '692417313023332352', 'full_text': "Meet Herschel. He's slightly bigger than ur average pupper. Looks lonely. Could probably ride 7/10 would totally pet https://t.co/VGaIMktX10", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692417305561686016, 'id_str': '692417305561686016', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'url': 'https://t.co/VGaIMktX10', 'display_url': 'pic.twitter.com/VGaIMktX10', 'expanded_url': 'https://twitter.com/dog_rates/status/692417313023332352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 963, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 963, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692417305561686016, 'id_str': '692417305561686016', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'url': 'https://t.co/VGaIMktX10', 'display_url': 'pic.twitter.com/VGaIMktX10', 'expanded_url': 'https://twitter.com/dog_rates/status/692417313023332352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 963, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 963, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3145, 'favorite_count': 8676, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3145, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
464:817423860136083457
{'created_at': 'Fri Jan 06 17:33:29 +0000 2017', 'id': 817423860136083457, 'id_str': '817423860136083457', 'full_text': 'This is Ken. His cheeks are magic. 13/10 (IG: ken_shiba) https://t.co/btzf1zTDeQ', 'truncated': False, 'display_text_range': [0, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817423809049493505, 'id_str': '817423809049493505', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'url': 'https://t.co/btzf1zTDeQ', 'display_url': 'pic.twitter.com/btzf1zTDeQ', 'expanded_url': 'https://twitter.com/dog_rates/status/817423860136083457/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817423809049493505, 'id_str': '817423809049493505', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/817423809049493505/pu/img/5OFW0yueFu9oTUiQ.jpg', 'url': 'https://t.co/btzf1zTDeQ', 'display_url': 'pic.twitter.com/btzf1zTDeQ', 'expanded_url': 'https://twitter.com/dog_rates/status/817423860136083457/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 12079, 'variants': [{'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/720x720/I9zru8euq3KyMtPW.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/pl/pjux09oIx4_Pqa3X.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/480x480/dHYYdvXMlZuCCtRJ.mp4'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/817423809049493505/pu/vid/240x240/J33-HErqMVqpUn6L.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13604, 'favorite_count': 31869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
465:817415592588222464
{'created_at': 'Fri Jan 06 17:00:38 +0000 2017', 'id': 817415592588222464, 'id_str': '817415592588222464', 'full_text': "Meet Strudel. He's rather h*ckin pupset that your clothes clash. 11/10 click the link to see how u can help Strudel\n\nhttps://t.co/3uxgLz8d0l https://t.co/O0ECL1StB2", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/3uxgLz8d0l', 'expanded_url': 'https://www.gofundme.com/help-strudel-walk-again?rcid=ec2be8b6f825461f8ee0fd5dcdf43fea', 'display_url': 'gofundme.com/help-strudel-w…', 'indices': [117, 140]}], 'media': [{'id': 817415587425058816, 'id_str': '817415587425058816', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C1gLJVpWgAApI3r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1gLJVpWgAApI3r.jpg', 'url': 'https://t.co/O0ECL1StB2', 'display_url': 'pic.twitter.com/O0ECL1StB2', 'expanded_url': 'https://twitter.com/dog_rates/status/817415592588222464/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 540, 'resize': 'fit'}, 'large': {'w': 720, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817415587425058816, 'id_str': '817415587425058816', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/C1gLJVpWgAApI3r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1gLJVpWgAApI3r.jpg', 'url': 'https://t.co/O0ECL1StB2', 'display_url': 'pic.twitter.com/O0ECL1StB2', 'expanded_url': 'https://twitter.com/dog_rates/status/817415592588222464/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 540, 'resize': 'fit'}, 'large': {'w': 720, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 890, 'favorite_count': 5297, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
466:817181837579653120
{'created_at': 'Fri Jan 06 01:31:47 +0000 2017', 'id': 817181837579653120, 'id_str': '817181837579653120', 'full_text': "RT @dog_rates: Here's a pupper with squeaky hiccups. Please enjoy. 13/10 https://t.co/MiMKtsLN6k", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 815965888126062592, 'id_str': '815965888126062592', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'url': 'https://t.co/MiMKtsLN6k', 'display_url': 'pic.twitter.com/MiMKtsLN6k', 'expanded_url': 'https://twitter.com/dog_rates/status/815966073409433600/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'source_status_id': 815966073409433600, 'source_status_id_str': '815966073409433600', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 815965888126062592, 'id_str': '815965888126062592', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'url': 'https://t.co/MiMKtsLN6k', 'display_url': 'pic.twitter.com/MiMKtsLN6k', 'expanded_url': 'https://twitter.com/dog_rates/status/815966073409433600/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'source_status_id': 815966073409433600, 'source_status_id_str': '815966073409433600', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835', 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 14933, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/815965888126062592/pu/pl/_HKfIcEFLAA4vJZb.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/815965888126062592/pu/vid/318x180/pcQ7LVEhPzXZ8_7p.mp4'}]}, 'additional_media_info': {'monetizable': False, 'source_user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Jan 02 17:00:46 +0000 2017', 'id': 815966073409433600, 'id_str': '815966073409433600', 'full_text': "Here's a pupper with squeaky hiccups. Please enjoy. 13/10 https://t.co/MiMKtsLN6k", 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 815965888126062592, 'id_str': '815965888126062592', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'url': 'https://t.co/MiMKtsLN6k', 'display_url': 'pic.twitter.com/MiMKtsLN6k', 'expanded_url': 'https://twitter.com/dog_rates/status/815966073409433600/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815965888126062592, 'id_str': '815965888126062592', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'url': 'https://t.co/MiMKtsLN6k', 'display_url': 'pic.twitter.com/MiMKtsLN6k', 'expanded_url': 'https://twitter.com/dog_rates/status/815966073409433600/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 14933, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/815965888126062592/pu/pl/_HKfIcEFLAA4vJZb.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/815965888126062592/pu/vid/318x180/pcQ7LVEhPzXZ8_7p.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7872, 'favorite_count': 21139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7872, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
467:817171292965273600
{'created_at': 'Fri Jan 06 00:49:53 +0000 2017', 'id': 817171292965273600, 'id_str': '817171292965273600', 'full_text': 'This is Tebow. He kindly requests that you put down the coffee and play with him. 13/10 such a good boy https://t.co/56uBP28eqw', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817171279044313089, 'id_str': '817171279044313089', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1cs8uAWgAEwbXc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1cs8uAWgAEwbXc.jpg', 'url': 'https://t.co/56uBP28eqw', 'display_url': 'pic.twitter.com/56uBP28eqw', 'expanded_url': 'https://twitter.com/dog_rates/status/817171292965273600/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 782, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1334, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 443, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817171279044313089, 'id_str': '817171279044313089', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1cs8uAWgAEwbXc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1cs8uAWgAEwbXc.jpg', 'url': 'https://t.co/56uBP28eqw', 'display_url': 'pic.twitter.com/56uBP28eqw', 'expanded_url': 'https://twitter.com/dog_rates/status/817171292965273600/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 782, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1334, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 443, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1869, 'favorite_count': 8312, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
468:817120970343411712
{'created_at': 'Thu Jan 05 21:29:55 +0000 2017', 'id': 817120970343411712, 'id_str': '817120970343411712', 'full_text': "Name a more iconic quartet... I'll wait. 13/10 for all https://t.co/kCLgD8687T", 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817120951791824896, 'id_str': '817120951791824896', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/C1b_LSYUsAAJ494.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1b_LSYUsAAJ494.jpg', 'url': 'https://t.co/kCLgD8687T', 'display_url': 'pic.twitter.com/kCLgD8687T', 'expanded_url': 'https://twitter.com/dog_rates/status/817120970343411712/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 898, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1532, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817120951791824896, 'id_str': '817120951791824896', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/C1b_LSYUsAAJ494.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1b_LSYUsAAJ494.jpg', 'url': 'https://t.co/kCLgD8687T', 'display_url': 'pic.twitter.com/kCLgD8687T', 'expanded_url': 'https://twitter.com/dog_rates/status/817120970343411712/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 898, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1532, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2413, 'favorite_count': 11549, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
469:817056546584727552
{'created_at': 'Thu Jan 05 17:13:55 +0000 2017', 'id': 817056546584727552, 'id_str': '817056546584727552', 'full_text': 'This is Chloe. She fell asleep at the wheel. Absolute menace on the roadways. Sneaky tongue slip tho. 11/10 https://t.co/r6SLVN2VUH', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 817056537596207104, 'id_str': '817056537596207104', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C1bEl4zVIAASj7_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1bEl4zVIAASj7_.jpg', 'url': 'https://t.co/r6SLVN2VUH', 'display_url': 'pic.twitter.com/r6SLVN2VUH', 'expanded_url': 'https://twitter.com/dog_rates/status/817056546584727552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 469, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 827, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1412, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 817056537596207104, 'id_str': '817056537596207104', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C1bEl4zVIAASj7_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1bEl4zVIAASj7_.jpg', 'url': 'https://t.co/r6SLVN2VUH', 'display_url': 'pic.twitter.com/r6SLVN2VUH', 'expanded_url': 'https://twitter.com/dog_rates/status/817056546584727552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 469, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 827, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1412, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1518, 'favorite_count': 8140, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
470:816829038950027264
{'created_at': 'Thu Jan 05 02:09:53 +0000 2017', 'id': 816829038950027264, 'id_str': '816829038950027264', 'full_text': "RT @dog_rates: This is Betty. She's assisting with the dishes. Such a good puppo. 12/10 h*ckin helpful af https://t.co/dgvTPZ9tgI", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 790946047744966656, 'id_str': '790946047744966656', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'url': 'https://t.co/dgvTPZ9tgI', 'display_url': 'pic.twitter.com/dgvTPZ9tgI', 'expanded_url': 'https://twitter.com/dog_rates/status/790946055508652032/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}, 'source_status_id': 790946055508652032, 'source_status_id_str': '790946055508652032', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 790946047744966656, 'id_str': '790946047744966656', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'url': 'https://t.co/dgvTPZ9tgI', 'display_url': 'pic.twitter.com/dgvTPZ9tgI', 'expanded_url': 'https://twitter.com/dog_rates/status/790946055508652032/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}, 'source_status_id': 790946055508652032, 'source_status_id_str': '790946055508652032', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Oct 25 16:00:09 +0000 2016', 'id': 790946055508652032, 'id_str': '790946055508652032', 'full_text': "This is Betty. She's assisting with the dishes. Such a good puppo. 12/10 h*ckin helpful af https://t.co/dgvTPZ9tgI", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790946047744966656, 'id_str': '790946047744966656', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'url': 'https://t.co/dgvTPZ9tgI', 'display_url': 'pic.twitter.com/dgvTPZ9tgI', 'expanded_url': 'https://twitter.com/dog_rates/status/790946055508652032/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790946047744966656, 'id_str': '790946047744966656', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'url': 'https://t.co/dgvTPZ9tgI', 'display_url': 'pic.twitter.com/dgvTPZ9tgI', 'expanded_url': 'https://twitter.com/dog_rates/status/790946055508652032/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4392, 'favorite_count': 15868, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4392, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
471:816816676327063552
{'created_at': 'Thu Jan 05 01:20:46 +0000 2017', 'id': 816816676327063552, 'id_str': '816816676327063552', 'full_text': 'This is Timber. He misses Christmas. Specifically the presents part. 12/10 cheer pup Timber https://t.co/dVVavqpeF9', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 816816665971347457, 'id_str': '816816665971347457', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1XqbhXXUAElpfI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1XqbhXXUAElpfI.jpg', 'url': 'https://t.co/dVVavqpeF9', 'display_url': 'pic.twitter.com/dVVavqpeF9', 'expanded_url': 'https://twitter.com/dog_rates/status/816816676327063552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 816816665971347457, 'id_str': '816816665971347457', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1XqbhXXUAElpfI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1XqbhXXUAElpfI.jpg', 'url': 'https://t.co/dVVavqpeF9', 'display_url': 'pic.twitter.com/dVVavqpeF9', 'expanded_url': 'https://twitter.com/dog_rates/status/816816676327063552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1896, 'favorite_count': 9480, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
472:816697700272001025
{'created_at': 'Wed Jan 04 17:27:59 +0000 2017', 'id': 816697700272001025, 'id_str': '816697700272001025', 'full_text': 'This is Binky. She appears to be rather h*ckin cozy. Nifty leg cross as well. 12/10 would snug well https://t.co/WFt82XLyEF', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 816697633502658561, 'id_str': '816697633502658561', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1V-K63UAAEUHqw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1V-K63UAAEUHqw.jpg', 'url': 'https://t.co/WFt82XLyEF', 'display_url': 'pic.twitter.com/WFt82XLyEF', 'expanded_url': 'https://twitter.com/dog_rates/status/816697700272001025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 816697633502658561, 'id_str': '816697633502658561', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1V-K63UAAEUHqw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1V-K63UAAEUHqw.jpg', 'url': 'https://t.co/WFt82XLyEF', 'display_url': 'pic.twitter.com/WFt82XLyEF', 'expanded_url': 'https://twitter.com/dog_rates/status/816697700272001025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 816697633502695425, 'id_str': '816697633502695425', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/C1V-K63UkAECmzH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1V-K63UkAECmzH.jpg', 'url': 'https://t.co/WFt82XLyEF', 'display_url': 'pic.twitter.com/WFt82XLyEF', 'expanded_url': 'https://twitter.com/dog_rates/status/816697700272001025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2056, 'favorite_count': 9244, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
473:816450570814898180
{'created_at': 'Wed Jan 04 01:05:59 +0000 2017', 'id': 816450570814898180, 'id_str': '816450570814898180', 'full_text': "Meet Moose. He doesn't want his friend to go back to college. 13/10 looks like you're staying home John https://t.co/LIhmM7i70k", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 816450564926164996, 'id_str': '816450564926164996', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'url': 'https://t.co/LIhmM7i70k', 'display_url': 'pic.twitter.com/LIhmM7i70k', 'expanded_url': 'https://twitter.com/dog_rates/status/816450570814898180/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 618, 'h': 243, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 243, 'resize': 'fit'}, 'medium': {'w': 618, 'h': 243, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 816450564926164996, 'id_str': '816450564926164996', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1SddosXUAQcVR1.jpg', 'url': 'https://t.co/LIhmM7i70k', 'display_url': 'pic.twitter.com/LIhmM7i70k', 'expanded_url': 'https://twitter.com/dog_rates/status/816450570814898180/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 618, 'h': 243, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 243, 'resize': 'fit'}, 'medium': {'w': 618, 'h': 243, 'resize': 'fit'}}}, {'id': 816450565198741505, 'id_str': '816450565198741505', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C1SddptWgAExv11.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1SddptWgAExv11.jpg', 'url': 'https://t.co/LIhmM7i70k', 'display_url': 'pic.twitter.com/LIhmM7i70k', 'expanded_url': 'https://twitter.com/dog_rates/status/816450570814898180/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7467, 'favorite_count': 28720, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
474:816336735214911488
{'created_at': 'Tue Jan 03 17:33:39 +0000 2017', 'id': 816336735214911488, 'id_str': '816336735214911488', 'full_text': "This is Dudley. He found a flower and now he's a queen. 11/10 would be an honor to pet https://t.co/nuJxtmlLcY", 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 816336726218117120, 'id_str': '816336726218117120', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/C1Q17WdWEAAjKFO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1Q17WdWEAAjKFO.jpg', 'url': 'https://t.co/nuJxtmlLcY', 'display_url': 'pic.twitter.com/nuJxtmlLcY', 'expanded_url': 'https://twitter.com/dog_rates/status/816336735214911488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 816336726218117120, 'id_str': '816336726218117120', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/C1Q17WdWEAAjKFO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1Q17WdWEAAjKFO.jpg', 'url': 'https://t.co/nuJxtmlLcY', 'display_url': 'pic.twitter.com/nuJxtmlLcY', 'expanded_url': 'https://twitter.com/dog_rates/status/816336735214911488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1803, 'favorite_count': 8166, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
475:816091915477250048
{'created_at': 'Tue Jan 03 01:20:49 +0000 2017', 'id': 816091915477250048, 'id_str': '816091915477250048', 'full_text': "This is Comet. He's a Wild Estonian Poofer. Surprised they caught him. 12/10 would pet well https://t.co/tlfuZ25IMi", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 816091903011725312, 'id_str': '816091903011725312', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1NXQw8WIAAXQaK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1NXQw8WIAAXQaK.jpg', 'url': 'https://t.co/tlfuZ25IMi', 'display_url': 'pic.twitter.com/tlfuZ25IMi', 'expanded_url': 'https://twitter.com/dog_rates/status/816091915477250048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 816091903011725312, 'id_str': '816091903011725312', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1NXQw8WIAAXQaK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1NXQw8WIAAXQaK.jpg', 'url': 'https://t.co/tlfuZ25IMi', 'display_url': 'pic.twitter.com/tlfuZ25IMi', 'expanded_url': 'https://twitter.com/dog_rates/status/816091915477250048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 816091903443734529, 'id_str': '816091903443734529', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1NXQyjWEAElsF5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1NXQyjWEAElsF5.jpg', 'url': 'https://t.co/tlfuZ25IMi', 'display_url': 'pic.twitter.com/tlfuZ25IMi', 'expanded_url': 'https://twitter.com/dog_rates/status/816091915477250048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 816091905499025409, 'id_str': '816091905499025409', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1NXQ6NXUAEAxIQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1NXQ6NXUAEAxIQ.jpg', 'url': 'https://t.co/tlfuZ25IMi', 'display_url': 'pic.twitter.com/tlfuZ25IMi', 'expanded_url': 'https://twitter.com/dog_rates/status/816091915477250048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 816091906107199490, 'id_str': '816091906107199490', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/C1NXQ8eXUAIlKjw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1NXQ8eXUAIlKjw.jpg', 'url': 'https://t.co/tlfuZ25IMi', 'display_url': 'pic.twitter.com/tlfuZ25IMi', 'expanded_url': 'https://twitter.com/dog_rates/status/816091915477250048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1990, 'favorite_count': 8481, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
476:816062466425819140
{'created_at': 'Mon Jan 02 23:23:48 +0000 2017', 'id': 816062466425819140, 'id_str': '816062466425819140', 'full_text': "RT @dog_rates: Meet Jack. He's one of the rare doggos that doesn't mind baths. 11/10 click the link to see how you can help Jack!\n\nhttps://…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Jan 02 18:38:42 +0000 2017', 'id': 815990720817401858, 'id_str': '815990720817401858', 'full_text': "Meet Jack. He's one of the rare doggos that doesn't mind baths. 11/10 click the link to see how you can help Jack!\n\nhttps://t.co/r4W111FzAq https://t.co/fQpYuMKG3p", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/r4W111FzAq', 'expanded_url': 'https://www.gofundme.com/surgeryforjacktheminpin', 'display_url': 'gofundme.com/surgeryforjack…', 'indices': [116, 139]}], 'media': [{'id': 815990706170904578, 'id_str': '815990706170904578', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'url': 'https://t.co/fQpYuMKG3p', 'display_url': 'pic.twitter.com/fQpYuMKG3p', 'expanded_url': 'https://twitter.com/dog_rates/status/815990720817401858/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 926, 'resize': 'fit'}, 'large': {'w': 749, 'h': 926, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815990706170904578, 'id_str': '815990706170904578', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'url': 'https://t.co/fQpYuMKG3p', 'display_url': 'pic.twitter.com/fQpYuMKG3p', 'expanded_url': 'https://twitter.com/dog_rates/status/815990720817401858/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 926, 'resize': 'fit'}, 'large': {'w': 749, 'h': 926, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 944, 'favorite_count': 4688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 944, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
477:816014286006976512
{'created_at': 'Mon Jan 02 20:12:21 +0000 2017', 'id': 816014286006976512, 'id_str': '816014286006976512', 'full_text': 'RT @dog_rates: This is Larry. He has no self control. Tongue still nifty af tho 11/10 https://t.co/ghyT4Ubk1r', 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 732005607704649728, 'id_str': '732005607704649728', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 732005617171337216, 'source_status_id_str': '732005617171337216', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 732005607704649728, 'id_str': '732005607704649728', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 732005617171337216, 'source_status_id_str': '732005617171337216', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 732005607771774976, 'id_str': '732005607771774976', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CiibONDUoAASWY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibONDUoAASWY3.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 732005617171337216, 'source_status_id_str': '732005617171337216', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon May 16 00:31:53 +0000 2016', 'id': 732005617171337216, 'id_str': '732005617171337216', 'full_text': 'This is Larry. He has no self control. Tongue still nifty af tho 11/10 https://t.co/ghyT4Ubk1r', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 732005607704649728, 'id_str': '732005607704649728', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 732005607704649728, 'id_str': '732005607704649728', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}}, {'id': 732005607771774976, 'id_str': '732005607771774976', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CiibONDUoAASWY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibONDUoAASWY3.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4881, 'favorite_count': 13718, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4881, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
478:815990720817401858
{'created_at': 'Mon Jan 02 18:38:42 +0000 2017', 'id': 815990720817401858, 'id_str': '815990720817401858', 'full_text': "Meet Jack. He's one of the rare doggos that doesn't mind baths. 11/10 click the link to see how you can help Jack!\n\nhttps://t.co/r4W111FzAq https://t.co/fQpYuMKG3p", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/r4W111FzAq', 'expanded_url': 'https://www.gofundme.com/surgeryforjacktheminpin', 'display_url': 'gofundme.com/surgeryforjack…', 'indices': [116, 139]}], 'media': [{'id': 815990706170904578, 'id_str': '815990706170904578', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'url': 'https://t.co/fQpYuMKG3p', 'display_url': 'pic.twitter.com/fQpYuMKG3p', 'expanded_url': 'https://twitter.com/dog_rates/status/815990720817401858/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 926, 'resize': 'fit'}, 'large': {'w': 749, 'h': 926, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815990706170904578, 'id_str': '815990706170904578', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1L7OVVWQAIQ6Tt.jpg', 'url': 'https://t.co/fQpYuMKG3p', 'display_url': 'pic.twitter.com/fQpYuMKG3p', 'expanded_url': 'https://twitter.com/dog_rates/status/815990720817401858/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 926, 'resize': 'fit'}, 'large': {'w': 749, 'h': 926, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 944, 'favorite_count': 4688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
479:815966073409433600
{'created_at': 'Mon Jan 02 17:00:46 +0000 2017', 'id': 815966073409433600, 'id_str': '815966073409433600', 'full_text': "Here's a pupper with squeaky hiccups. Please enjoy. 13/10 https://t.co/MiMKtsLN6k", 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 815965888126062592, 'id_str': '815965888126062592', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'url': 'https://t.co/MiMKtsLN6k', 'display_url': 'pic.twitter.com/MiMKtsLN6k', 'expanded_url': 'https://twitter.com/dog_rates/status/815966073409433600/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815965888126062592, 'id_str': '815965888126062592', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/815965888126062592/pu/img/JleSw4wRhgKDWQj5.jpg', 'url': 'https://t.co/MiMKtsLN6k', 'display_url': 'pic.twitter.com/MiMKtsLN6k', 'expanded_url': 'https://twitter.com/dog_rates/status/815966073409433600/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 14933, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/815965888126062592/pu/pl/_HKfIcEFLAA4vJZb.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/815965888126062592/pu/vid/318x180/pcQ7LVEhPzXZ8_7p.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7872, 'favorite_count': 21139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
480:815745968457060357
{'created_at': 'Mon Jan 02 02:26:09 +0000 2017', 'id': 815745968457060357, 'id_str': '815745968457060357', 'full_text': "RT @dog_rates: Say hello to Levi. He's a Madagascan Butterbop. One of the more docile Butterbops I've seen. 12/10 would give all the pets h…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Oct 26 22:31:36 +0000 2016', 'id': 791406955684368384, 'id_str': '791406955684368384', 'full_text': "Say hello to Levi. He's a Madagascan Butterbop. One of the more docile Butterbops I've seen. 12/10 would give all the pets https://t.co/Zcw9Sccctc", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 791406944514871298, 'id_str': '791406944514871298', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 791406944514871298, 'id_str': '791406944514871298', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 791406944514867201, 'id_str': '791406944514867201', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEiWAAEoQck.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEiWAAEoQck.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 791406944523280384, 'id_str': '791406944523280384', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEkWYAAU8wS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEkWYAAU8wS.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 791406944523255808, 'id_str': '791406944523255808', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEkWAAAV-69.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEkWAAAV-69.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 754, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 754, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3860, 'favorite_count': 12495, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3860, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
481:815736392542261248
{'created_at': 'Mon Jan 02 01:48:06 +0000 2017', 'id': 815736392542261248, 'id_str': '815736392542261248', 'full_text': "This is Akumi. It's his birthday. He received many lickable gifts. 11/10 happy h*ckin birthday https://t.co/gd9UlLOCQ0", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 815736380588433408, 'id_str': '815736380588433408', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C1IT6otWIAAGtpe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1IT6otWIAAGtpe.jpg', 'url': 'https://t.co/gd9UlLOCQ0', 'display_url': 'pic.twitter.com/gd9UlLOCQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/815736392542261248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815736380588433408, 'id_str': '815736380588433408', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C1IT6otWIAAGtpe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1IT6otWIAAGtpe.jpg', 'url': 'https://t.co/gd9UlLOCQ0', 'display_url': 'pic.twitter.com/gd9UlLOCQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/815736392542261248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 815736380605300738, 'id_str': '815736380605300738', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C1IT6oxXgAICpJw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1IT6oxXgAICpJw.jpg', 'url': 'https://t.co/gd9UlLOCQ0', 'display_url': 'pic.twitter.com/gd9UlLOCQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/815736392542261248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 815736381293154306, 'id_str': '815736381293154306', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C1IT6rVXUAIvwYT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1IT6rVXUAIvwYT.jpg', 'url': 'https://t.co/gd9UlLOCQ0', 'display_url': 'pic.twitter.com/gd9UlLOCQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/815736392542261248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 815736383021154304, 'id_str': '815736383021154304', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C1IT6xxWgAAF5WH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1IT6xxWgAAF5WH.jpg', 'url': 'https://t.co/gd9UlLOCQ0', 'display_url': 'pic.twitter.com/gd9UlLOCQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/815736392542261248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2121, 'favorite_count': 9310, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
482:815639385530101762
{'created_at': 'Sun Jan 01 19:22:38 +0000 2017', 'id': 815639385530101762, 'id_str': '815639385530101762', 'full_text': 'This is Titan. His nose is quite chilly. Requests to return to the indoors. 12/10 would boop to warm https://t.co/bLZuOh9sKy', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 815639378504589312, 'id_str': '815639378504589312', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C1G7sXyWIAA10eH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1G7sXyWIAA10eH.jpg', 'url': 'https://t.co/bLZuOh9sKy', 'display_url': 'pic.twitter.com/bLZuOh9sKy', 'expanded_url': 'https://twitter.com/dog_rates/status/815639385530101762/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1867, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1094, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 620, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815639378504589312, 'id_str': '815639378504589312', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C1G7sXyWIAA10eH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1G7sXyWIAA10eH.jpg', 'url': 'https://t.co/bLZuOh9sKy', 'display_url': 'pic.twitter.com/bLZuOh9sKy', 'expanded_url': 'https://twitter.com/dog_rates/status/815639385530101762/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1867, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1094, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 620, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1553, 'favorite_count': 7827, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
483:815390420867969024
{'created_at': 'Sun Jan 01 02:53:20 +0000 2017', 'id': 815390420867969024, 'id_str': '815390420867969024', 'full_text': 'Happy New Year from the squad! 13/10 for all https://t.co/9njRxyUd5L', 'truncated': False, 'display_text_range': [0, 44], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 815390410663231493, 'id_str': '815390410663231493', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/C1DZQiTXgAUqgRI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1DZQiTXgAUqgRI.jpg', 'url': 'https://t.co/9njRxyUd5L', 'display_url': 'pic.twitter.com/9njRxyUd5L', 'expanded_url': 'https://twitter.com/dog_rates/status/815390420867969024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 894, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 594, 'h': 680, 'resize': 'fit'}, 'large': {'w': 894, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 815390410663231493, 'id_str': '815390410663231493', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/C1DZQiTXgAUqgRI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C1DZQiTXgAUqgRI.jpg', 'url': 'https://t.co/9njRxyUd5L', 'display_url': 'pic.twitter.com/9njRxyUd5L', 'expanded_url': 'https://twitter.com/dog_rates/status/815390420867969024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 894, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 594, 'h': 680, 'resize': 'fit'}, 'large': {'w': 894, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3573, 'favorite_count': 9828, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
484:814986499976527872
{'created_at': 'Sat Dec 31 00:08:17 +0000 2016', 'id': 814986499976527872, 'id_str': '814986499976527872', 'full_text': 'This is Cooper. Someone attacked him with a sharpie. Poor pupper. 11/10 nifty tongue slip tho https://t.co/01vpuRDXQ8', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 814986493374636033, 'id_str': '814986493374636033', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C09p5dJWIAE5qKL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C09p5dJWIAE5qKL.jpg', 'url': 'https://t.co/01vpuRDXQ8', 'display_url': 'pic.twitter.com/01vpuRDXQ8', 'expanded_url': 'https://twitter.com/dog_rates/status/814986499976527872/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 814986493374636033, 'id_str': '814986493374636033', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C09p5dJWIAE5qKL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C09p5dJWIAE5qKL.jpg', 'url': 'https://t.co/01vpuRDXQ8', 'display_url': 'pic.twitter.com/01vpuRDXQ8', 'expanded_url': 'https://twitter.com/dog_rates/status/814986499976527872/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1187, 'favorite_count': 7258, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
485:814638523311648768
{'created_at': 'Fri Dec 30 01:05:33 +0000 2016', 'id': 814638523311648768, 'id_str': '814638523311648768', 'full_text': "This is Olivia. She's a passionate advocate of candid selfies. 12/10 would boop shnoop https://t.co/0LdNjoiNbv", 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 814638512821694464, 'id_str': '814638512821694464', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/C04taUkW8AAgYS5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C04taUkW8AAgYS5.jpg', 'url': 'https://t.co/0LdNjoiNbv', 'display_url': 'pic.twitter.com/0LdNjoiNbv', 'expanded_url': 'https://twitter.com/dog_rates/status/814638523311648768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 814638512821694464, 'id_str': '814638512821694464', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/C04taUkW8AAgYS5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C04taUkW8AAgYS5.jpg', 'url': 'https://t.co/0LdNjoiNbv', 'display_url': 'pic.twitter.com/0LdNjoiNbv', 'expanded_url': 'https://twitter.com/dog_rates/status/814638523311648768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 814638512817446912, 'id_str': '814638512817446912', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/C04taUjWIAA6Mo4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C04taUjWIAA6Mo4.jpg', 'url': 'https://t.co/0LdNjoiNbv', 'display_url': 'pic.twitter.com/0LdNjoiNbv', 'expanded_url': 'https://twitter.com/dog_rates/status/814638523311648768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 863, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1472, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 489, 'h': 680, 'resize': 'fit'}}}, {'id': 814638512825888770, 'id_str': '814638512825888770', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/C04taUlW8AIrIQZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C04taUlW8AIrIQZ.jpg', 'url': 'https://t.co/0LdNjoiNbv', 'display_url': 'pic.twitter.com/0LdNjoiNbv', 'expanded_url': 'https://twitter.com/dog_rates/status/814638523311648768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2524, 'favorite_count': 10694, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
486:814578408554463233
{'created_at': 'Thu Dec 29 21:06:41 +0000 2016', 'id': 814578408554463233, 'id_str': '814578408554463233', 'full_text': "RT @dog_rates: Meet Beau & Wilbur. Wilbur stole Beau's bed from him. Wilbur now has so much room for activities. 9/10 for both pups https:/…", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Feb 12 17:22:12 +0000 2016', 'id': 698195409219559425, 'id_str': '698195409219559425', 'full_text': "Meet Beau & Wilbur. Wilbur stole Beau's bed from him. Wilbur now has so much room for activities. 9/10 for both pups https://t.co/GPaoH5qWEk", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698195403653705729, 'id_str': '698195403653705729', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'url': 'https://t.co/GPaoH5qWEk', 'display_url': 'pic.twitter.com/GPaoH5qWEk', 'expanded_url': 'https://twitter.com/dog_rates/status/698195409219559425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 621, 'h': 557, 'resize': 'fit'}, 'small': {'w': 621, 'h': 557, 'resize': 'fit'}, 'medium': {'w': 621, 'h': 557, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698195403653705729, 'id_str': '698195403653705729', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'url': 'https://t.co/GPaoH5qWEk', 'display_url': 'pic.twitter.com/GPaoH5qWEk', 'expanded_url': 'https://twitter.com/dog_rates/status/698195409219559425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 621, 'h': 557, 'resize': 'fit'}, 'small': {'w': 621, 'h': 557, 'resize': 'fit'}, 'medium': {'w': 621, 'h': 557, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5461, 'favorite_count': 15552, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5461, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
487:814530161257443328
{'created_at': 'Thu Dec 29 17:54:58 +0000 2016', 'id': 814530161257443328, 'id_str': '814530161257443328', 'full_text': "This is Alf. Someone just rubbed a balloon on his head. He's only a little pupset about it. 12/10 would pet well https://t.co/IOdgfnSE9G", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 814530153418203136, 'id_str': '814530153418203136', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C03K2-VWIAAK1iV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C03K2-VWIAAK1iV.jpg', 'url': 'https://t.co/IOdgfnSE9G', 'display_url': 'pic.twitter.com/IOdgfnSE9G', 'expanded_url': 'https://twitter.com/dog_rates/status/814530161257443328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 1000, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 814530153418203136, 'id_str': '814530153418203136', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C03K2-VWIAAK1iV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C03K2-VWIAAK1iV.jpg', 'url': 'https://t.co/IOdgfnSE9G', 'display_url': 'pic.twitter.com/IOdgfnSE9G', 'expanded_url': 'https://twitter.com/dog_rates/status/814530161257443328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 1000, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1740, 'favorite_count': 8219, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
488:814153002265309185
{'created_at': 'Wed Dec 28 16:56:16 +0000 2016', 'id': 814153002265309185, 'id_str': '814153002265309185', 'full_text': "This is Oshie. He's ready to party. Bought that case himself. 12/10 someone tell Oshie it's Wednesday morning https://t.co/YIJo7X7K9J", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 814152984946876416, 'id_str': '814152984946876416', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C0xz04SVIAAeyDb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0xz04SVIAAeyDb.jpg', 'url': 'https://t.co/YIJo7X7K9J', 'display_url': 'pic.twitter.com/YIJo7X7K9J', 'expanded_url': 'https://twitter.com/dog_rates/status/814153002265309185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1064, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1816, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 603, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 814152984946876416, 'id_str': '814152984946876416', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/C0xz04SVIAAeyDb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0xz04SVIAAeyDb.jpg', 'url': 'https://t.co/YIJo7X7K9J', 'display_url': 'pic.twitter.com/YIJo7X7K9J', 'expanded_url': 'https://twitter.com/dog_rates/status/814153002265309185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1064, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1816, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 603, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8115, 'favorite_count': 27263, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
489:813944609378369540
{'created_at': 'Wed Dec 28 03:08:11 +0000 2016', 'id': 813944609378369540, 'id_str': '813944609378369540', 'full_text': 'RT @dog_rates: This is Bruce. He never backs down from a challenge. 11/10 you got this Bruce https://t.co/aI7umZHIq7', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 790277108719386624, 'id_str': '790277108719386624', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'url': 'https://t.co/aI7umZHIq7', 'display_url': 'pic.twitter.com/aI7umZHIq7', 'expanded_url': 'https://twitter.com/dog_rates/status/790277117346975746/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 768, 'resize': 'fit'}}, 'source_status_id': 790277117346975746, 'source_status_id_str': '790277117346975746', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 790277108719386624, 'id_str': '790277108719386624', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'url': 'https://t.co/aI7umZHIq7', 'display_url': 'pic.twitter.com/aI7umZHIq7', 'expanded_url': 'https://twitter.com/dog_rates/status/790277117346975746/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 768, 'resize': 'fit'}}, 'source_status_id': 790277117346975746, 'source_status_id_str': '790277117346975746', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Oct 23 19:42:02 +0000 2016', 'id': 790277117346975746, 'id_str': '790277117346975746', 'full_text': 'This is Bruce. He never backs down from a challenge. 11/10 you got this Bruce https://t.co/aI7umZHIq7', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790277108719386624, 'id_str': '790277108719386624', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'url': 'https://t.co/aI7umZHIq7', 'display_url': 'pic.twitter.com/aI7umZHIq7', 'expanded_url': 'https://twitter.com/dog_rates/status/790277117346975746/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790277108719386624, 'id_str': '790277108719386624', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'url': 'https://t.co/aI7umZHIq7', 'display_url': 'pic.twitter.com/aI7umZHIq7', 'expanded_url': 'https://twitter.com/dog_rates/status/790277117346975746/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2958, 'favorite_count': 11908, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2958, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
490:813910438903693312
{'created_at': 'Wed Dec 28 00:52:25 +0000 2016', 'id': 813910438903693312, 'id_str': '813910438903693312', 'full_text': "This is Chubbs. He dug a hole and now he's stuck in it. Dang h*ckin doggo. 11/10 would assist https://t.co/z1VRj1cYZf", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813910431769251840, 'id_str': '813910431769251840', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C0uXObSXUAAIzmV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0uXObSXUAAIzmV.jpg', 'url': 'https://t.co/z1VRj1cYZf', 'display_url': 'pic.twitter.com/z1VRj1cYZf', 'expanded_url': 'https://twitter.com/dog_rates/status/813910438903693312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 356, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1071, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 628, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813910431769251840, 'id_str': '813910431769251840', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/C0uXObSXUAAIzmV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0uXObSXUAAIzmV.jpg', 'url': 'https://t.co/z1VRj1cYZf', 'display_url': 'pic.twitter.com/z1VRj1cYZf', 'expanded_url': 'https://twitter.com/dog_rates/status/813910438903693312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 356, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1071, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 628, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1733, 'favorite_count': 8858, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
491:813812741911748608
{'created_at': 'Tue Dec 27 18:24:12 +0000 2016', 'id': 813812741911748608, 'id_str': '813812741911748608', 'full_text': "Meet Gary, Carrie Fisher's dog. Idk what I can say about Gary that reflects the inspirational awesomeness that was Carrie Fisher. 14/10 RIP https://t.co/uBnQTNEeGg", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813812734823399424, 'id_str': '813812734823399424', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C0s-XtzWgAAp1W-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0s-XtzWgAAp1W-.jpg', 'url': 'https://t.co/uBnQTNEeGg', 'display_url': 'pic.twitter.com/uBnQTNEeGg', 'expanded_url': 'https://twitter.com/dog_rates/status/813812741911748608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 690, 'h': 518, 'resize': 'fit'}, 'medium': {'w': 690, 'h': 518, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813812734823399424, 'id_str': '813812734823399424', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C0s-XtzWgAAp1W-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0s-XtzWgAAp1W-.jpg', 'url': 'https://t.co/uBnQTNEeGg', 'display_url': 'pic.twitter.com/uBnQTNEeGg', 'expanded_url': 'https://twitter.com/dog_rates/status/813812741911748608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 690, 'h': 518, 'resize': 'fit'}, 'medium': {'w': 690, 'h': 518, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 813812734831841280, 'id_str': '813812734831841280', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C0s-Xt1XUAARNvh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0s-Xt1XUAARNvh.jpg', 'url': 'https://t.co/uBnQTNEeGg', 'display_url': 'pic.twitter.com/uBnQTNEeGg', 'expanded_url': 'https://twitter.com/dog_rates/status/813812741911748608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 800, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1366, 'resize': 'fit'}}}, {'id': 813812734823452672, 'id_str': '813812734823452672', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/C0s-XtzXUAA_LE2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0s-XtzXUAA_LE2.jpg', 'url': 'https://t.co/uBnQTNEeGg', 'display_url': 'pic.twitter.com/uBnQTNEeGg', 'expanded_url': 'https://twitter.com/dog_rates/status/813812741911748608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 968, 'h': 645, 'resize': 'fit'}, 'large': {'w': 968, 'h': 645, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13037, 'favorite_count': 34646, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
492:813800681631023104
{'created_at': 'Tue Dec 27 17:36:16 +0000 2016', 'id': 813800681631023104, 'id_str': '813800681631023104', 'full_text': "This is Sky. She's learning how to roll her R's. 12/10 cultured af https://t.co/OuaVvVkwJ1", 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813800671384391680, 'id_str': '813800671384391680', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/C0szZh_XUAAm9je.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0szZh_XUAAm9je.jpg', 'url': 'https://t.co/OuaVvVkwJ1', 'display_url': 'pic.twitter.com/OuaVvVkwJ1', 'expanded_url': 'https://twitter.com/dog_rates/status/813800681631023104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813800671384391680, 'id_str': '813800671384391680', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/C0szZh_XUAAm9je.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0szZh_XUAAm9je.jpg', 'url': 'https://t.co/OuaVvVkwJ1', 'display_url': 'pic.twitter.com/OuaVvVkwJ1', 'expanded_url': 'https://twitter.com/dog_rates/status/813800681631023104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1649, 'favorite_count': 7884, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
493:813217897535406080
{'created_at': 'Mon Dec 26 03:00:30 +0000 2016', 'id': 813217897535406080, 'id_str': '813217897535406080', 'full_text': 'Here is Atlas. He went all out this year. 13/10 downright magical af https://t.co/DVYIZOnO81', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813217879311192066, 'id_str': '813217879311192066', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/C0khWkVXEAI389B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0khWkVXEAI389B.jpg', 'url': 'https://t.co/DVYIZOnO81', 'display_url': 'pic.twitter.com/DVYIZOnO81', 'expanded_url': 'https://twitter.com/dog_rates/status/813217897535406080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813217879311192066, 'id_str': '813217879311192066', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/C0khWkVXEAI389B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0khWkVXEAI389B.jpg', 'url': 'https://t.co/DVYIZOnO81', 'display_url': 'pic.twitter.com/DVYIZOnO81', 'expanded_url': 'https://twitter.com/dog_rates/status/813217897535406080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 813217879311130624, 'id_str': '813217879311130624', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/C0khWkVWIAAAZxg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0khWkVWIAAAZxg.jpg', 'url': 'https://t.co/DVYIZOnO81', 'display_url': 'pic.twitter.com/DVYIZOnO81', 'expanded_url': 'https://twitter.com/dog_rates/status/813217897535406080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1858, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1089, 'resize': 'fit'}, 'small': {'w': 680, 'h': 617, 'resize': 'fit'}}}, {'id': 813217879311138816, 'id_str': '813217879311138816', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/C0khWkVWQAANj7q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0khWkVWQAANj7q.jpg', 'url': 'https://t.co/DVYIZOnO81', 'display_url': 'pic.twitter.com/DVYIZOnO81', 'expanded_url': 'https://twitter.com/dog_rates/status/813217897535406080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 813217879306936324, 'id_str': '813217879306936324', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/C0khWkUWIAQK08y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0khWkUWIAQK08y.jpg', 'url': 'https://t.co/DVYIZOnO81', 'display_url': 'pic.twitter.com/DVYIZOnO81', 'expanded_url': 'https://twitter.com/dog_rates/status/813217897535406080/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6852, 'favorite_count': 17691, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
494:813202720496779264
{'created_at': 'Mon Dec 26 02:00:11 +0000 2016', 'id': 813202720496779264, 'id_str': '813202720496779264', 'full_text': "Here's a doggo who has concluded that Christmas is entirely too bright. Requests you tone it down a notch. 11/10 https://t.co/cD967DjnIn", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813202711042818048, 'id_str': '813202711042818048', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0kTjqIXgAAqpRi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0kTjqIXgAAqpRi.jpg', 'url': 'https://t.co/cD967DjnIn', 'display_url': 'pic.twitter.com/cD967DjnIn', 'expanded_url': 'https://twitter.com/dog_rates/status/813202720496779264/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1008, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 335, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 591, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813202711042818048, 'id_str': '813202711042818048', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0kTjqIXgAAqpRi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0kTjqIXgAAqpRi.jpg', 'url': 'https://t.co/cD967DjnIn', 'display_url': 'pic.twitter.com/cD967DjnIn', 'expanded_url': 'https://twitter.com/dog_rates/status/813202720496779264/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1008, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 335, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 591, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1706, 'favorite_count': 8772, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
495:813187593374461952
{'created_at': 'Mon Dec 26 01:00:05 +0000 2016', 'id': 813187593374461952, 'id_str': '813187593374461952', 'full_text': "We only rate dogs. Please don't send in other things like this very good Christmas tree. Thank you... 13/10 https://t.co/rvSANEsQZJ", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813187585275109376, 'id_str': '813187585275109376', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C0kFzOQUoAAt6yb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0kFzOQUoAAt6yb.jpg', 'url': 'https://t.co/rvSANEsQZJ', 'display_url': 'pic.twitter.com/rvSANEsQZJ', 'expanded_url': 'https://twitter.com/dog_rates/status/813187593374461952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813187585275109376, 'id_str': '813187585275109376', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/C0kFzOQUoAAt6yb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0kFzOQUoAAt6yb.jpg', 'url': 'https://t.co/rvSANEsQZJ', 'display_url': 'pic.twitter.com/rvSANEsQZJ', 'expanded_url': 'https://twitter.com/dog_rates/status/813187593374461952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4048, 'favorite_count': 18841, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
496:813172488309972993
{'created_at': 'Mon Dec 26 00:00:03 +0000 2016', 'id': 813172488309972993, 'id_str': '813172488309972993', 'full_text': "This is Eleanor. She winks like she knows many things that you don't. 12/10 https://t.co/bxGwkJa2kE", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813172481494134784, 'id_str': '813172481494134784', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C0j4EESUsAABtMq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0j4EESUsAABtMq.jpg', 'url': 'https://t.co/bxGwkJa2kE', 'display_url': 'pic.twitter.com/bxGwkJa2kE', 'expanded_url': 'https://twitter.com/dog_rates/status/813172488309972993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}, 'small': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813172481494134784, 'id_str': '813172481494134784', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/C0j4EESUsAABtMq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0j4EESUsAABtMq.jpg', 'url': 'https://t.co/bxGwkJa2kE', 'display_url': 'pic.twitter.com/bxGwkJa2kE', 'expanded_url': 'https://twitter.com/dog_rates/status/813172488309972993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}, 'small': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1809, 'favorite_count': 8811, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
497:813157409116065792
{'created_at': 'Sun Dec 25 23:00:08 +0000 2016', 'id': 813157409116065792, 'id_str': '813157409116065792', 'full_text': 'This is Layla. It is her first Christmas. She got to be one of the presents. 12/10 I wish my presents would bark https://t.co/hwhCbhCjnV', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813157384998756352, 'id_str': '813157384998756352', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0jqVVdWIAAZbYV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jqVVdWIAAZbYV.jpg', 'url': 'https://t.co/hwhCbhCjnV', 'display_url': 'pic.twitter.com/hwhCbhCjnV', 'expanded_url': 'https://twitter.com/dog_rates/status/813157409116065792/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 574, 'h': 749, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'large': {'w': 574, 'h': 749, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813157384998756352, 'id_str': '813157384998756352', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0jqVVdWIAAZbYV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jqVVdWIAAZbYV.jpg', 'url': 'https://t.co/hwhCbhCjnV', 'display_url': 'pic.twitter.com/hwhCbhCjnV', 'expanded_url': 'https://twitter.com/dog_rates/status/813157409116065792/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 574, 'h': 749, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'large': {'w': 574, 'h': 749, 'resize': 'fit'}}}, {'id': 813157384935919616, 'id_str': '813157384935919616', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0jqVVOXUAAGJ0G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jqVVOXUAAGJ0G.jpg', 'url': 'https://t.co/hwhCbhCjnV', 'display_url': 'pic.twitter.com/hwhCbhCjnV', 'expanded_url': 'https://twitter.com/dog_rates/status/813157409116065792/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 533, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 732, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 732, 'resize': 'fit'}}}, {'id': 813157384965210112, 'id_str': '813157384965210112', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0jqVVVWQAAe6Y9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jqVVVWQAAe6Y9.jpg', 'url': 'https://t.co/hwhCbhCjnV', 'display_url': 'pic.twitter.com/hwhCbhCjnV', 'expanded_url': 'https://twitter.com/dog_rates/status/813157409116065792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 751, 'resize': 'fit'}, 'large': {'w': 574, 'h': 751, 'resize': 'fit'}, 'small': {'w': 520, 'h': 680, 'resize': 'fit'}}}, {'id': 813157384994586624, 'id_str': '813157384994586624', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0jqVVcWgAAcRmC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jqVVcWgAAcRmC.jpg', 'url': 'https://t.co/hwhCbhCjnV', 'display_url': 'pic.twitter.com/hwhCbhCjnV', 'expanded_url': 'https://twitter.com/dog_rates/status/813157409116065792/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 574, 'h': 723, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 723, 'resize': 'fit'}, 'small': {'w': 540, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2066, 'favorite_count': 7382, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
498:813142292504645637
{'created_at': 'Sun Dec 25 22:00:04 +0000 2016', 'id': 813142292504645637, 'id_str': '813142292504645637', 'full_text': "Everybody stop what you're doing and look at this dog with her tiny Santa hat. 13/10 https://t.co/KK4XQK9SPi", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813142281943252992, 'id_str': '813142281943252992', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/C0jcmOMUAAAuitE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jcmOMUAAAuitE.jpg', 'url': 'https://t.co/KK4XQK9SPi', 'display_url': 'pic.twitter.com/KK4XQK9SPi', 'expanded_url': 'https://twitter.com/dog_rates/status/813142292504645637/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813142281943252992, 'id_str': '813142281943252992', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/C0jcmOMUAAAuitE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jcmOMUAAAuitE.jpg', 'url': 'https://t.co/KK4XQK9SPi', 'display_url': 'pic.twitter.com/KK4XQK9SPi', 'expanded_url': 'https://twitter.com/dog_rates/status/813142292504645637/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 813142281939099648, 'id_str': '813142281939099648', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/C0jcmOLUoAApCHf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jcmOLUoAApCHf.jpg', 'url': 'https://t.co/KK4XQK9SPi', 'display_url': 'pic.twitter.com/KK4XQK9SPi', 'expanded_url': 'https://twitter.com/dog_rates/status/813142292504645637/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 813142281934946304, 'id_str': '813142281934946304', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/C0jcmOKVQAAd0VR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jcmOKVQAAd0VR.jpg', 'url': 'https://t.co/KK4XQK9SPi', 'display_url': 'pic.twitter.com/KK4XQK9SPi', 'expanded_url': 'https://twitter.com/dog_rates/status/813142292504645637/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2243, 'favorite_count': 8084, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
499:813130366689148928
{'created_at': 'Sun Dec 25 21:12:41 +0000 2016', 'id': 813130366689148928, 'id_str': '813130366689148928', 'full_text': "I've been informed by multiple sources that this is actually a dog elf who's tired from helping Santa all night. Pupgraded to 12/10", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 813127251579564032, 'in_reply_to_status_id_str': '813127251579564032', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 418, 'favorite_count': 4261, 'favorited': False, 'retweeted': False, 'lang': 'en'}
500:813127251579564032
{'created_at': 'Sun Dec 25 21:00:18 +0000 2016', 'id': 813127251579564032, 'id_str': '813127251579564032', 'full_text': "Here's an anonymous doggo that appears to be very done with Christmas. 11/10 cheer up pup https://t.co/BzITyGw3JA", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813127235553071104, 'id_str': '813127235553071104', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C0jO6aBWEAAM28r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jO6aBWEAAM28r.jpg', 'url': 'https://t.co/BzITyGw3JA', 'display_url': 'pic.twitter.com/BzITyGw3JA', 'expanded_url': 'https://twitter.com/dog_rates/status/813127251579564032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813127235553071104, 'id_str': '813127235553071104', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C0jO6aBWEAAM28r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jO6aBWEAAM28r.jpg', 'url': 'https://t.co/BzITyGw3JA', 'display_url': 'pic.twitter.com/BzITyGw3JA', 'expanded_url': 'https://twitter.com/dog_rates/status/813127251579564032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 813127235540545536, 'id_str': '813127235540545536', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/C0jO6Z-W8AA9Fa2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jO6Z-W8AA9Fa2.jpg', 'url': 'https://t.co/BzITyGw3JA', 'display_url': 'pic.twitter.com/BzITyGw3JA', 'expanded_url': 'https://twitter.com/dog_rates/status/813127251579564032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2920, 'favorite_count': 11212, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
501:813112105746448384
{'created_at': 'Sun Dec 25 20:00:07 +0000 2016', 'id': 813112105746448384, 'id_str': '813112105746448384', 'full_text': "Meet Toby. He's pupset because his hat isn't big enough. Christmas is ruined. 12/10 it'll be ok Toby https://t.co/zfdaGZlweq", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813112099903782912, 'id_str': '813112099903782912', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C0jBJZVWQAA2_-X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jBJZVWQAA2_-X.jpg', 'url': 'https://t.co/zfdaGZlweq', 'display_url': 'pic.twitter.com/zfdaGZlweq', 'expanded_url': 'https://twitter.com/dog_rates/status/813112105746448384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 826, 'resize': 'fit'}, 'large': {'w': 640, 'h': 826, 'resize': 'fit'}, 'small': {'w': 527, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813112099903782912, 'id_str': '813112099903782912', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C0jBJZVWQAA2_-X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0jBJZVWQAA2_-X.jpg', 'url': 'https://t.co/zfdaGZlweq', 'display_url': 'pic.twitter.com/zfdaGZlweq', 'expanded_url': 'https://twitter.com/dog_rates/status/813112105746448384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 826, 'resize': 'fit'}, 'large': {'w': 640, 'h': 826, 'resize': 'fit'}, 'small': {'w': 527, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2570, 'favorite_count': 9798, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
502:813096984823349248
{'created_at': 'Sun Dec 25 19:00:02 +0000 2016', 'id': 813096984823349248, 'id_str': '813096984823349248', 'full_text': 'This is Rocky. He got triple-doggo-dared. Stuck af. 11/10 someone help him https://t.co/soNL00XWVu', 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813096980234797056, 'id_str': '813096980234797056', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/C0izZULWgAAKD-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0izZULWgAAKD-F.jpg', 'url': 'https://t.co/soNL00XWVu', 'display_url': 'pic.twitter.com/soNL00XWVu', 'expanded_url': 'https://twitter.com/dog_rates/status/813096984823349248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 602, 'resize': 'fit'}, 'small': {'w': 680, 'h': 400, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 602, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813096980234797056, 'id_str': '813096980234797056', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/C0izZULWgAAKD-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0izZULWgAAKD-F.jpg', 'url': 'https://t.co/soNL00XWVu', 'display_url': 'pic.twitter.com/soNL00XWVu', 'expanded_url': 'https://twitter.com/dog_rates/status/813096984823349248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 602, 'resize': 'fit'}, 'small': {'w': 680, 'h': 400, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 602, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3390, 'favorite_count': 10039, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
503:813081950185472002
{'created_at': 'Sun Dec 25 18:00:17 +0000 2016', 'id': 813081950185472002, 'id_str': '813081950185472002', 'full_text': "This is Baron. He's officially festive as h*ck. Thinks it's just a fancy scarf. 11/10 would pat head approvingly https://t.co/PjulYEXTvg", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813081915272073216, 'id_str': '813081915272073216', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0ilsa0WEAADQEG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0ilsa0WEAADQEG.jpg', 'url': 'https://t.co/PjulYEXTvg', 'display_url': 'pic.twitter.com/PjulYEXTvg', 'expanded_url': 'https://twitter.com/dog_rates/status/813081950185472002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813081915272073216, 'id_str': '813081915272073216', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0ilsa0WEAADQEG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0ilsa0WEAADQEG.jpg', 'url': 'https://t.co/PjulYEXTvg', 'display_url': 'pic.twitter.com/PjulYEXTvg', 'expanded_url': 'https://twitter.com/dog_rates/status/813081950185472002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 813081915276349441, 'id_str': '813081915276349441', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0ilsa1XUAEHK_k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0ilsa1XUAEHK_k.jpg', 'url': 'https://t.co/PjulYEXTvg', 'display_url': 'pic.twitter.com/PjulYEXTvg', 'expanded_url': 'https://twitter.com/dog_rates/status/813081950185472002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2596, 'favorite_count': 9425, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
504:813066809284972545
{'created_at': 'Sun Dec 25 17:00:08 +0000 2016', 'id': 813066809284972545, 'id_str': '813066809284972545', 'full_text': 'This is Tyr. He is disgusted by holiday traffic. Just trying to get to Christmas brunch on time. 12/10 hurry up pup https://t.co/syuTXARdtN', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813066793606516737, 'id_str': '813066793606516737', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C0iX8OOVEAEIpMC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0iX8OOVEAEIpMC.jpg', 'url': 'https://t.co/syuTXARdtN', 'display_url': 'pic.twitter.com/syuTXARdtN', 'expanded_url': 'https://twitter.com/dog_rates/status/813066809284972545/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813066793606516737, 'id_str': '813066793606516737', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/C0iX8OOVEAEIpMC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0iX8OOVEAEIpMC.jpg', 'url': 'https://t.co/syuTXARdtN', 'display_url': 'pic.twitter.com/syuTXARdtN', 'expanded_url': 'https://twitter.com/dog_rates/status/813066809284972545/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1830, 'favorite_count': 7545, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
505:813051746834595840
{'created_at': 'Sun Dec 25 16:00:16 +0000 2016', 'id': 813051746834595840, 'id_str': '813051746834595840', 'full_text': 'This is Bauer. He had nothing to do with the cookies that disappeared. 13/10 very good boy https://t.co/AIMF8ouzvl', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 813051729789014016, 'id_str': '813051729789014016', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/C0iKPZIXUAAbDYV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0iKPZIXUAAbDYV.jpg', 'url': 'https://t.co/AIMF8ouzvl', 'display_url': 'pic.twitter.com/AIMF8ouzvl', 'expanded_url': 'https://twitter.com/dog_rates/status/813051746834595840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2032, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1191, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 813051729789014016, 'id_str': '813051729789014016', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/C0iKPZIXUAAbDYV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0iKPZIXUAAbDYV.jpg', 'url': 'https://t.co/AIMF8ouzvl', 'display_url': 'pic.twitter.com/AIMF8ouzvl', 'expanded_url': 'https://twitter.com/dog_rates/status/813051746834595840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2032, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1191, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6864, 'favorite_count': 19926, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
506:812781120811126785
{'created_at': 'Sat Dec 24 22:04:54 +0000 2016', 'id': 812781120811126785, 'id_str': '812781120811126785', 'full_text': "This is Swagger. He's the Cleveland Browns ambassador. Hype as h*ck after that first win today. 10/10 https://t.co/lXFM1l22bG", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 812781114158743552, 'id_str': '812781114158743552', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/C0eUHfWUAAANEYr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0eUHfWUAAANEYr.jpg', 'url': 'https://t.co/lXFM1l22bG', 'display_url': 'pic.twitter.com/lXFM1l22bG', 'expanded_url': 'https://twitter.com/dog_rates/status/812781120811126785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 487, 'h': 331, 'resize': 'fit'}, 'large': {'w': 487, 'h': 331, 'resize': 'fit'}, 'medium': {'w': 487, 'h': 331, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 812781114158743552, 'id_str': '812781114158743552', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/C0eUHfWUAAANEYr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0eUHfWUAAANEYr.jpg', 'url': 'https://t.co/lXFM1l22bG', 'display_url': 'pic.twitter.com/lXFM1l22bG', 'expanded_url': 'https://twitter.com/dog_rates/status/812781120811126785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 487, 'h': 331, 'resize': 'fit'}, 'large': {'w': 487, 'h': 331, 'resize': 'fit'}, 'medium': {'w': 487, 'h': 331, 'resize': 'fit'}}}, {'id': 812781114158784512, 'id_str': '812781114158784512', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/C0eUHfWUoAAfS09.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0eUHfWUoAAfS09.jpg', 'url': 'https://t.co/lXFM1l22bG', 'display_url': 'pic.twitter.com/lXFM1l22bG', 'expanded_url': 'https://twitter.com/dog_rates/status/812781120811126785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 444, 'h': 665, 'resize': 'fit'}, 'small': {'w': 444, 'h': 665, 'resize': 'fit'}, 'medium': {'w': 444, 'h': 665, 'resize': 'fit'}}}, {'id': 812781114175537152, 'id_str': '812781114175537152', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/C0eUHfaUQAA5aD5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0eUHfaUQAA5aD5.jpg', 'url': 'https://t.co/lXFM1l22bG', 'display_url': 'pic.twitter.com/lXFM1l22bG', 'expanded_url': 'https://twitter.com/dog_rates/status/812781120811126785/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 497, 'h': 341, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 497, 'h': 341, 'resize': 'fit'}, 'small': {'w': 497, 'h': 341, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1788, 'favorite_count': 7152, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
507:812747805718642688
check_again
508:812709060537683968
{'created_at': 'Sat Dec 24 17:18:34 +0000 2016', 'id': 812709060537683968, 'id_str': '812709060537683968', 'full_text': 'This is Brandi and Harley. They are practicing their caroling for later. Both 12/10 festive af https://t.co/AbBDuGZUpp', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 812709052820099072, 'id_str': '812709052820099072', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C0dSk98WEAALyya.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0dSk98WEAALyya.jpg', 'url': 'https://t.co/AbBDuGZUpp', 'display_url': 'pic.twitter.com/AbBDuGZUpp', 'expanded_url': 'https://twitter.com/dog_rates/status/812709060537683968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 812709052820099072, 'id_str': '812709052820099072', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/C0dSk98WEAALyya.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0dSk98WEAALyya.jpg', 'url': 'https://t.co/AbBDuGZUpp', 'display_url': 'pic.twitter.com/AbBDuGZUpp', 'expanded_url': 'https://twitter.com/dog_rates/status/812709060537683968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1352, 'favorite_count': 6293, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
509:812503143955202048
{'created_at': 'Sat Dec 24 03:40:19 +0000 2016', 'id': 812503143955202048, 'id_str': '812503143955202048', 'full_text': "I'm happy to inform you all that Jake is in excellent hands. 13/10 for him and his new family \nhttps://t.co/LRCTJpnCnS https://t.co/wZz7fI6XO1", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/LRCTJpnCnS', 'expanded_url': 'https://m.facebook.com/story.php?story_fbid=1888712391349242&id=1506300642923754&refsrc=http%3A%2F%2Ft.co%2FURVffYPPjY&_rdr', 'display_url': 'm.facebook.com/story.php?stor…', 'indices': [95, 118]}], 'media': [{'id': 812503138594865152, 'id_str': '812503138594865152', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C0aXTLrWQAAPuJQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0aXTLrWQAAPuJQ.jpg', 'url': 'https://t.co/wZz7fI6XO1', 'display_url': 'pic.twitter.com/wZz7fI6XO1', 'expanded_url': 'https://twitter.com/dog_rates/status/812503143955202048/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 875, 'resize': 'fit'}, 'small': {'w': 583, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 875, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 812503138594865152, 'id_str': '812503138594865152', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C0aXTLrWQAAPuJQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0aXTLrWQAAPuJQ.jpg', 'url': 'https://t.co/wZz7fI6XO1', 'display_url': 'pic.twitter.com/wZz7fI6XO1', 'expanded_url': 'https://twitter.com/dog_rates/status/812503143955202048/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 875, 'resize': 'fit'}, 'small': {'w': 583, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 875, 'resize': 'fit'}}}, {'id': 812503138590724096, 'id_str': '812503138590724096', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/C0aXTLqXEAADxBi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0aXTLqXEAADxBi.jpg', 'url': 'https://t.co/wZz7fI6XO1', 'display_url': 'pic.twitter.com/wZz7fI6XO1', 'expanded_url': 'https://twitter.com/dog_rates/status/812503143955202048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 852, 'resize': 'fit'}, 'small': {'w': 599, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 852, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1148, 'favorite_count': 5742, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
510:812466873996607488
{'created_at': 'Sat Dec 24 01:16:12 +0000 2016', 'id': 812466873996607488, 'id_str': '812466873996607488', 'full_text': "This is Mary. She's desperately trying to recreate her Coachella experience. 12/10 downright h*ckin adorable https://t.co/BAJrfPvtux", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 812466868514619392, 'id_str': '812466868514619392', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C0Z2T_GWgAAxbL9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0Z2T_GWgAAxbL9.jpg', 'url': 'https://t.co/BAJrfPvtux', 'display_url': 'pic.twitter.com/BAJrfPvtux', 'expanded_url': 'https://twitter.com/dog_rates/status/812466873996607488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 812466868514619392, 'id_str': '812466868514619392', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/C0Z2T_GWgAAxbL9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0Z2T_GWgAAxbL9.jpg', 'url': 'https://t.co/BAJrfPvtux', 'display_url': 'pic.twitter.com/BAJrfPvtux', 'expanded_url': 'https://twitter.com/dog_rates/status/812466873996607488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1802, 'favorite_count': 7573, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
511:812372279581671427
{'created_at': 'Fri Dec 23 19:00:19 +0000 2016', 'id': 812372279581671427, 'id_str': '812372279581671427', 'full_text': "This is Moe. He's a fetty woof. Got a cardboard cutout of himself for Christmas. 13/10 inspirational af https://t.co/gCnAeL2mvT", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 812372222392303616, 'id_str': '812372222392303616', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C0YgO20WgAAPhsf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0YgO20WgAAPhsf.jpg', 'url': 'https://t.co/gCnAeL2mvT', 'display_url': 'pic.twitter.com/gCnAeL2mvT', 'expanded_url': 'https://twitter.com/dog_rates/status/812372279581671427/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1636, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 812372222392303616, 'id_str': '812372222392303616', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C0YgO20WgAAPhsf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0YgO20WgAAPhsf.jpg', 'url': 'https://t.co/gCnAeL2mvT', 'display_url': 'pic.twitter.com/gCnAeL2mvT', 'expanded_url': 'https://twitter.com/dog_rates/status/812372279581671427/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1636, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}}}, {'id': 812372222455246848, 'id_str': '812372222455246848', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C0YgO3DW8AAz98O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0YgO3DW8AAz98O.jpg', 'url': 'https://t.co/gCnAeL2mvT', 'display_url': 'pic.twitter.com/gCnAeL2mvT', 'expanded_url': 'https://twitter.com/dog_rates/status/812372279581671427/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3424, 'favorite_count': 12940, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
512:811985624773361665
{'created_at': 'Thu Dec 22 17:23:53 +0000 2016', 'id': 811985624773361665, 'id_str': '811985624773361665', 'full_text': 'Say hello to Ted. He accidentally opened the front facing camera. 11/10 h*ckin unpupared https://t.co/sIB5C6FDop', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 811985615826714624, 'id_str': '811985615826714624', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/C0TAnZIUAAAADKs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0TAnZIUAAAADKs.jpg', 'url': 'https://t.co/sIB5C6FDop', 'display_url': 'pic.twitter.com/sIB5C6FDop', 'expanded_url': 'https://twitter.com/dog_rates/status/811985624773361665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 811985615826714624, 'id_str': '811985615826714624', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/C0TAnZIUAAAADKs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0TAnZIUAAAADKs.jpg', 'url': 'https://t.co/sIB5C6FDop', 'display_url': 'pic.twitter.com/sIB5C6FDop', 'expanded_url': 'https://twitter.com/dog_rates/status/811985624773361665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1312, 'favorite_count': 6916, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
513:811744202451197953
{'created_at': 'Thu Dec 22 01:24:33 +0000 2016', 'id': 811744202451197953, 'id_str': '811744202451197953', 'full_text': 'This is Halo. She likes watermelon. 13/10 https://t.co/TZkiQZqwA6', 'truncated': False, 'display_text_range': [0, 41], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 811744184822595584, 'id_str': '811744184822595584', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/C0PlCQjXAAA9TIh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0PlCQjXAAA9TIh.jpg', 'url': 'https://t.co/TZkiQZqwA6', 'display_url': 'pic.twitter.com/TZkiQZqwA6', 'expanded_url': 'https://twitter.com/dog_rates/status/811744202451197953/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 458, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 809, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1380, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 811744184822595584, 'id_str': '811744184822595584', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/C0PlCQjXAAA9TIh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0PlCQjXAAA9TIh.jpg', 'url': 'https://t.co/TZkiQZqwA6', 'display_url': 'pic.twitter.com/TZkiQZqwA6', 'expanded_url': 'https://twitter.com/dog_rates/status/811744202451197953/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 458, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 809, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1380, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1478, 'favorite_count': 7164, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
514:811647686436880384
{'created_at': 'Wed Dec 21 19:01:02 +0000 2016', 'id': 811647686436880384, 'id_str': '811647686436880384', 'full_text': "PUPDATE: I've been informed that Augie was actually bringing his family these flowers when he tripped. Very good boy. Pupgraded to 11/10", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 811627233043480576, 'in_reply_to_status_id_str': '811627233043480576', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 682, 'favorite_count': 5321, 'favorited': False, 'retweeted': False, 'lang': 'en'}
515:811627233043480576
{'created_at': 'Wed Dec 21 17:39:46 +0000 2016', 'id': 811627233043480576, 'id_str': '811627233043480576', 'full_text': "This is Augie. He's a savage. Doesn't give a h*ck about your garden. Still 10/10 would forgive then pet https://t.co/IU8S0n4oxn", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 811627196553035776, 'id_str': '811627196553035776', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C0N6opSXAAAkCtN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0N6opSXAAAkCtN.jpg', 'url': 'https://t.co/IU8S0n4oxn', 'display_url': 'pic.twitter.com/IU8S0n4oxn', 'expanded_url': 'https://twitter.com/dog_rates/status/811627233043480576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 462, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1390, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 814, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 811627196553035776, 'id_str': '811627196553035776', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/C0N6opSXAAAkCtN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0N6opSXAAAkCtN.jpg', 'url': 'https://t.co/IU8S0n4oxn', 'display_url': 'pic.twitter.com/IU8S0n4oxn', 'expanded_url': 'https://twitter.com/dog_rates/status/811627233043480576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 462, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1390, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 814, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2853, 'favorite_count': 12081, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
516:811386762094317568
{'created_at': 'Wed Dec 21 01:44:13 +0000 2016', 'id': 811386762094317568, 'id_str': '811386762094317568', 'full_text': "This is Craig. That's actually a normal sized fence he's stuck on. H*ckin massive pupper. 11/10 someone help him https://t.co/aAUXzoxaBy", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 811386757417680897, 'id_str': '811386757417680897', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0Kf9PtWQAEW4sE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0Kf9PtWQAEW4sE.jpg', 'url': 'https://t.co/aAUXzoxaBy', 'display_url': 'pic.twitter.com/aAUXzoxaBy', 'expanded_url': 'https://twitter.com/dog_rates/status/811386762094317568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 650, 'h': 867, 'resize': 'fit'}, 'large': {'w': 650, 'h': 867, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 811386757417680897, 'id_str': '811386757417680897', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/C0Kf9PtWQAEW4sE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0Kf9PtWQAEW4sE.jpg', 'url': 'https://t.co/aAUXzoxaBy', 'display_url': 'pic.twitter.com/aAUXzoxaBy', 'expanded_url': 'https://twitter.com/dog_rates/status/811386762094317568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 650, 'h': 867, 'resize': 'fit'}, 'large': {'w': 650, 'h': 867, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5984, 'favorite_count': 19875, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
517:810984652412424192
{'created_at': 'Mon Dec 19 23:06:23 +0000 2016', 'id': 810984652412424192, 'id_str': '810984652412424192', 'full_text': 'Meet Sam. She smiles 24/7 & secretly aspires to be a reindeer. \nKeep Sam smiling by clicking and sharing this link:\nhttps://t.co/98tB8y7y7t https://t.co/LouL5vdvxx', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/98tB8y7y7t', 'expanded_url': 'https://www.gofundme.com/sams-smile', 'display_url': 'gofundme.com/sams-smile', 'indices': [120, 143]}], 'media': [{'id': 810984648008466432, 'id_str': '810984648008466432', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C0EyPZbXAAAceSc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0EyPZbXAAAceSc.jpg', 'url': 'https://t.co/LouL5vdvxx', 'display_url': 'pic.twitter.com/LouL5vdvxx', 'expanded_url': 'https://twitter.com/dog_rates/status/810984652412424192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 528, 'h': 527, 'resize': 'fit'}, 'small': {'w': 528, 'h': 527, 'resize': 'fit'}, 'medium': {'w': 528, 'h': 527, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 810984648008466432, 'id_str': '810984648008466432', 'indices': [144, 167], 'media_url': 'http://pbs.twimg.com/media/C0EyPZbXAAAceSc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0EyPZbXAAAceSc.jpg', 'url': 'https://t.co/LouL5vdvxx', 'display_url': 'pic.twitter.com/LouL5vdvxx', 'expanded_url': 'https://twitter.com/dog_rates/status/810984652412424192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 528, 'h': 527, 'resize': 'fit'}, 'small': {'w': 528, 'h': 527, 'resize': 'fit'}, 'medium': {'w': 528, 'h': 527, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1332, 'favorite_count': 5059, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
518:810896069567610880
{'created_at': 'Mon Dec 19 17:14:23 +0000 2016', 'id': 810896069567610880, 'id_str': '810896069567610880', 'full_text': "This is Hunter. He just found out he needs braces. Requesting an orthodogtist stat. 11/10 you're fine Hunter, everything's fine https://t.co/zW1o0W4AYV", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 810896035115433984, 'id_str': '810896035115433984', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C0DhpcrUAAAnx88.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0DhpcrUAAAnx88.jpg', 'url': 'https://t.co/zW1o0W4AYV', 'display_url': 'pic.twitter.com/zW1o0W4AYV', 'expanded_url': 'https://twitter.com/dog_rates/status/810896069567610880/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1940, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 644, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1137, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 810896035115433984, 'id_str': '810896035115433984', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C0DhpcrUAAAnx88.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0DhpcrUAAAnx88.jpg', 'url': 'https://t.co/zW1o0W4AYV', 'display_url': 'pic.twitter.com/zW1o0W4AYV', 'expanded_url': 'https://twitter.com/dog_rates/status/810896069567610880/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1940, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 644, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1137, 'resize': 'fit'}}}, {'id': 810896035111276545, 'id_str': '810896035111276545', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C0DhpcqUkAE7sXb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0DhpcqUkAE7sXb.jpg', 'url': 'https://t.co/zW1o0W4AYV', 'display_url': 'pic.twitter.com/zW1o0W4AYV', 'expanded_url': 'https://twitter.com/dog_rates/status/810896069567610880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1568, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 919, 'h': 1200, 'resize': 'fit'}}}, {'id': 810896035123859457, 'id_str': '810896035123859457', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/C0DhpctUkAEXZyG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0DhpctUkAEXZyG.jpg', 'url': 'https://t.co/zW1o0W4AYV', 'display_url': 'pic.twitter.com/zW1o0W4AYV', 'expanded_url': 'https://twitter.com/dog_rates/status/810896069567610880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1948, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 647, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1141, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1644, 'favorite_count': 8550, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
519:810657578271330305
{'created_at': 'Mon Dec 19 01:26:42 +0000 2016', 'id': 810657578271330305, 'id_str': '810657578271330305', 'full_text': "This is Pavlov. His floatation device has failed him. He's quite pupset about it. 11/10 would rescue https://t.co/MXd0AGDsRJ", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 810657562332954624, 'id_str': '810657562332954624', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C0AIwgVXAAAc1Ig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0AIwgVXAAAc1Ig.jpg', 'url': 'https://t.co/MXd0AGDsRJ', 'display_url': 'pic.twitter.com/MXd0AGDsRJ', 'expanded_url': 'https://twitter.com/dog_rates/status/810657578271330305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 810657562332954624, 'id_str': '810657562332954624', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/C0AIwgVXAAAc1Ig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/C0AIwgVXAAAc1Ig.jpg', 'url': 'https://t.co/MXd0AGDsRJ', 'display_url': 'pic.twitter.com/MXd0AGDsRJ', 'expanded_url': 'https://twitter.com/dog_rates/status/810657578271330305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2468, 'favorite_count': 10432, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
520:810284430598270976
{'created_at': 'Sun Dec 18 00:43:57 +0000 2016', 'id': 810284430598270976, 'id_str': '810284430598270976', 'full_text': "This is Phil. He's a father. A very good father too. 13/10 everybody loves Phil https://t.co/9p6ECXJMMu", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 810284425116315648, 'id_str': '810284425116315648', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cz61ZD4W8AAcJEU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz61ZD4W8AAcJEU.jpg', 'url': 'https://t.co/9p6ECXJMMu', 'display_url': 'pic.twitter.com/9p6ECXJMMu', 'expanded_url': 'https://twitter.com/dog_rates/status/810284430598270976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 745, 'h': 737, 'resize': 'fit'}, 'medium': {'w': 745, 'h': 737, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 810284425116315648, 'id_str': '810284425116315648', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cz61ZD4W8AAcJEU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz61ZD4W8AAcJEU.jpg', 'url': 'https://t.co/9p6ECXJMMu', 'display_url': 'pic.twitter.com/9p6ECXJMMu', 'expanded_url': 'https://twitter.com/dog_rates/status/810284430598270976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 745, 'h': 737, 'resize': 'fit'}, 'medium': {'w': 745, 'h': 737, 'resize': 'fit'}}}, {'id': 810284425116340224, 'id_str': '810284425116340224', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cz61ZD4XUAAXC6y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz61ZD4XUAAXC6y.jpg', 'url': 'https://t.co/9p6ECXJMMu', 'display_url': 'pic.twitter.com/9p6ECXJMMu', 'expanded_url': 'https://twitter.com/dog_rates/status/810284430598270976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 732, 'resize': 'fit'}, 'small': {'w': 680, 'h': 664, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 732, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10497, 'favorite_count': 33335, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
521:810254108431155201
{'created_at': 'Sat Dec 17 22:43:27 +0000 2016', 'id': 810254108431155201, 'id_str': '810254108431155201', 'full_text': 'This is Gus. He likes to be close to you, which is good because you want to be close to Gus. 12/10 would boop then pet https://t.co/DrsrQkEfnb', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 810254102546489344, 'id_str': '810254102546489344', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'url': 'https://t.co/DrsrQkEfnb', 'display_url': 'pic.twitter.com/DrsrQkEfnb', 'expanded_url': 'https://twitter.com/dog_rates/status/810254108431155201/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1528, 'h': 1939, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 946, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 810254102546489344, 'id_str': '810254102546489344', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz6Z0DgWIAAfdvp.jpg', 'url': 'https://t.co/DrsrQkEfnb', 'display_url': 'pic.twitter.com/DrsrQkEfnb', 'expanded_url': 'https://twitter.com/dog_rates/status/810254108431155201/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1528, 'h': 1939, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 946, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3168, 'favorite_count': 13980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
522:809920764300447744
{'created_at': 'Sat Dec 17 00:38:52 +0000 2016', 'id': 809920764300447744, 'id_str': '809920764300447744', 'full_text': 'Please only send in dogs. We only rate dogs, not seemingly heartbroken ewoks. Thank you... still 10/10 would console https://t.co/HIraYS1Bzo', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 809920757623115780, 'id_str': '809920757623115780', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'url': 'https://t.co/HIraYS1Bzo', 'display_url': 'pic.twitter.com/HIraYS1Bzo', 'expanded_url': 'https://twitter.com/dog_rates/status/809920764300447744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1590, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 809920757623115780, 'id_str': '809920757623115780', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cz1qo05XUAQ4qXp.jpg', 'url': 'https://t.co/HIraYS1Bzo', 'display_url': 'pic.twitter.com/HIraYS1Bzo', 'expanded_url': 'https://twitter.com/dog_rates/status/809920764300447744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 867, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1590, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3684, 'favorite_count': 14785, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
523:809808892968534016
{'created_at': 'Fri Dec 16 17:14:20 +0000 2016', 'id': 809808892968534016, 'id_str': '809808892968534016', 'full_text': 'RT @dog_rates: This is Maximus. His face is stuck like that. Tragic really. Great tongue tho. 12/10 would pet firmly https://t.co/xIfrsMNLBR', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 793962202520834048, 'id_str': '793962202520834048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 793962221541933056, 'source_status_id_str': '793962221541933056', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 793962202520834048, 'id_str': '793962202520834048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 793962221541933056, 'source_status_id_str': '793962221541933056', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 793962202516647936, 'id_str': '793962202516647936', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CwS4aqYXcAAJC-H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqYXcAAJC-H.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 793962221541933056, 'source_status_id_str': '793962221541933056', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Nov 02 23:45:19 +0000 2016', 'id': 793962221541933056, 'id_str': '793962221541933056', 'full_text': 'This is Maximus. His face is stuck like that. Tragic really. Great tongue tho. 12/10 would pet firmly https://t.co/xIfrsMNLBR', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793962202520834048, 'id_str': '793962202520834048', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793962202520834048, 'id_str': '793962202520834048', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 793962202516647936, 'id_str': '793962202516647936', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CwS4aqYXcAAJC-H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqYXcAAJC-H.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4582, 'favorite_count': 15918, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4582, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
524:809448704142938112
{'created_at': 'Thu Dec 15 17:23:04 +0000 2016', 'id': 809448704142938112, 'id_str': '809448704142938112', 'full_text': 'I call this one "A Blep by the Sea" 12/10 https://t.co/EMdnCugNbo', 'truncated': False, 'display_text_range': [0, 41], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 809448667128074240, 'id_str': '809448667128074240', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/Czu9RiwVEAA_Okk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czu9RiwVEAA_Okk.jpg', 'url': 'https://t.co/EMdnCugNbo', 'display_url': 'pic.twitter.com/EMdnCugNbo', 'expanded_url': 'https://twitter.com/dog_rates/status/809448704142938112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 809448667128074240, 'id_str': '809448667128074240', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/Czu9RiwVEAA_Okk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czu9RiwVEAA_Okk.jpg', 'url': 'https://t.co/EMdnCugNbo', 'display_url': 'pic.twitter.com/EMdnCugNbo', 'expanded_url': 'https://twitter.com/dog_rates/status/809448704142938112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1370, 'favorite_count': 6612, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
525:809220051211603969
{'created_at': 'Thu Dec 15 02:14:29 +0000 2016', 'id': 809220051211603969, 'id_str': '809220051211603969', 'full_text': "This is Kyro. He's a Stratocumulus Flop. Tongue ejects at random. Serious h*ckin condition. Still 12/10 would pet passionately https://t.co/wHu15q2Q6p", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 809220046199328768, 'id_str': '809220046199328768', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'url': 'https://t.co/wHu15q2Q6p', 'display_url': 'pic.twitter.com/wHu15q2Q6p', 'expanded_url': 'https://twitter.com/dog_rates/status/809220051211603969/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 809220046199328768, 'id_str': '809220046199328768', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzrtWDbWEAAmIhy.jpg', 'url': 'https://t.co/wHu15q2Q6p', 'display_url': 'pic.twitter.com/wHu15q2Q6p', 'expanded_url': 'https://twitter.com/dog_rates/status/809220051211603969/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 809220046203604992, 'id_str': '809220046203604992', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CzrtWDcXUAAyn6j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzrtWDcXUAAyn6j.jpg', 'url': 'https://t.co/wHu15q2Q6p', 'display_url': 'pic.twitter.com/wHu15q2Q6p', 'expanded_url': 'https://twitter.com/dog_rates/status/809220051211603969/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5251, 'favorite_count': 18896, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
526:809084759137812480
{'created_at': 'Wed Dec 14 17:16:53 +0000 2016', 'id': 809084759137812480, 'id_str': '809084759137812480', 'full_text': 'This is Wallace. You said you brushed your teeth but he checked your toothbrush and it was bone dry. 11/10 not pupset, just disappointed https://t.co/nadm8yWZ4h', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 809084648806457345, 'id_str': '809084648806457345', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/CzpyM41UoAE1b2w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzpyM41UoAE1b2w.jpg', 'url': 'https://t.co/nadm8yWZ4h', 'display_url': 'pic.twitter.com/nadm8yWZ4h', 'expanded_url': 'https://twitter.com/dog_rates/status/809084759137812480/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1561, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 915, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 809084648806457345, 'id_str': '809084648806457345', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/CzpyM41UoAE1b2w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzpyM41UoAE1b2w.jpg', 'url': 'https://t.co/nadm8yWZ4h', 'display_url': 'pic.twitter.com/nadm8yWZ4h', 'expanded_url': 'https://twitter.com/dog_rates/status/809084759137812480/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1561, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 915, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3307, 'favorite_count': 12567, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
527:808838249661788160
{'created_at': 'Wed Dec 14 00:57:20 +0000 2016', 'id': 808838249661788160, 'id_str': '808838249661788160', 'full_text': "This is Ito. He'll be your uber driver tonight. Currently adjusting the mirrors. 13/10 incredibly h*ckin responsible https://t.co/Zrrcw29o13", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 808838232662081536, 'id_str': '808838232662081536', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CzmSFlKUAAAQOjP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzmSFlKUAAAQOjP.jpg', 'url': 'https://t.co/Zrrcw29o13', 'display_url': 'pic.twitter.com/Zrrcw29o13', 'expanded_url': 'https://twitter.com/dog_rates/status/808838249661788160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 808838232662081536, 'id_str': '808838232662081536', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CzmSFlKUAAAQOjP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzmSFlKUAAAQOjP.jpg', 'url': 'https://t.co/Zrrcw29o13', 'display_url': 'pic.twitter.com/Zrrcw29o13', 'expanded_url': 'https://twitter.com/dog_rates/status/808838249661788160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1537, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 901, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2868, 'favorite_count': 9646, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
528:808733504066486276
{'created_at': 'Tue Dec 13 18:01:07 +0000 2016', 'id': 808733504066486276, 'id_str': '808733504066486276', 'full_text': "Here's a pupper in a onesie. Quite pupset about it. Currently plotting revenge. 12/10 would rescue https://t.co/xQfrbNK3HD", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 808733489898004481, 'id_str': '808733489898004481', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Czky0v9VIAEXRkd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czky0v9VIAEXRkd.jpg', 'url': 'https://t.co/xQfrbNK3HD', 'display_url': 'pic.twitter.com/xQfrbNK3HD', 'expanded_url': 'https://twitter.com/dog_rates/status/808733504066486276/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 917, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1504, 'resize': 'fit'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 808733489898004481, 'id_str': '808733489898004481', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Czky0v9VIAEXRkd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czky0v9VIAEXRkd.jpg', 'url': 'https://t.co/xQfrbNK3HD', 'display_url': 'pic.twitter.com/xQfrbNK3HD', 'expanded_url': 'https://twitter.com/dog_rates/status/808733504066486276/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 917, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1149, 'h': 1504, 'resize': 'fit'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2034, 'favorite_count': 7508, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
529:808501579447930884
{'created_at': 'Tue Dec 13 02:39:32 +0000 2016', 'id': 808501579447930884, 'id_str': '808501579447930884', 'full_text': 'This is Koda. He dug a hole and then sat in it because why not. Unamused by the bath that followed. 12/10 https://t.co/SQhyqrr8px', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 808501555154432000, 'id_str': '808501555154432000', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Czhf4XtUsAADGoY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czhf4XtUsAADGoY.jpg', 'url': 'https://t.co/SQhyqrr8px', 'display_url': 'pic.twitter.com/SQhyqrr8px', 'expanded_url': 'https://twitter.com/dog_rates/status/808501579447930884/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 995, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1594, 'h': 1923, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 808501555154432000, 'id_str': '808501555154432000', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Czhf4XtUsAADGoY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czhf4XtUsAADGoY.jpg', 'url': 'https://t.co/SQhyqrr8px', 'display_url': 'pic.twitter.com/SQhyqrr8px', 'expanded_url': 'https://twitter.com/dog_rates/status/808501579447930884/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 995, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1594, 'h': 1923, 'resize': 'fit'}}}, {'id': 808501555154468864, 'id_str': '808501555154468864', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Czhf4XtVQAAIqpd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czhf4XtVQAAIqpd.jpg', 'url': 'https://t.co/SQhyqrr8px', 'display_url': 'pic.twitter.com/SQhyqrr8px', 'expanded_url': 'https://twitter.com/dog_rates/status/808501579447930884/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1636, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2455, 'favorite_count': 10764, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
530:808344865868283904
{'created_at': 'Mon Dec 12 16:16:49 +0000 2016', 'id': 808344865868283904, 'id_str': '808344865868283904', 'full_text': "This is Seamus. He's very bad at entering pools. Still a very good boy tho 11/10 https://t.co/hfi264QwYM", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/hfi264QwYM', 'expanded_url': 'https://vine.co/v/5QWd3LZqXxd', 'display_url': 'vine.co/v/5QWd3LZqXxd', 'indices': [81, 104]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19459, 'favorite_count': 40219, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
531:808134635716833280
{'created_at': 'Mon Dec 12 02:21:26 +0000 2016', 'id': 808134635716833280, 'id_str': '808134635716833280', 'full_text': 'RT @dog_rates: This is Milo. I would do terrible things for Milo. 13/10 https://t.co/R6wJyC2Tey', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 801167887901724672, 'id_str': '801167887901724672', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'url': 'https://t.co/R6wJyC2Tey', 'display_url': 'pic.twitter.com/R6wJyC2Tey', 'expanded_url': 'https://twitter.com/dog_rates/status/801167903437357056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 801167903437357056, 'source_status_id_str': '801167903437357056', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 801167887901724672, 'id_str': '801167887901724672', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'url': 'https://t.co/R6wJyC2Tey', 'display_url': 'pic.twitter.com/R6wJyC2Tey', 'expanded_url': 'https://twitter.com/dog_rates/status/801167903437357056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 801167903437357056, 'source_status_id_str': '801167903437357056', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Nov 22 20:58:07 +0000 2016', 'id': 801167903437357056, 'id_str': '801167903437357056', 'full_text': 'This is Milo. I would do terrible things for Milo. 13/10 https://t.co/R6wJyC2Tey', 'truncated': False, 'display_text_range': [0, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 801167887901724672, 'id_str': '801167887901724672', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'url': 'https://t.co/R6wJyC2Tey', 'display_url': 'pic.twitter.com/R6wJyC2Tey', 'expanded_url': 'https://twitter.com/dog_rates/status/801167903437357056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 801167887901724672, 'id_str': '801167887901724672', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'url': 'https://t.co/R6wJyC2Tey', 'display_url': 'pic.twitter.com/R6wJyC2Tey', 'expanded_url': 'https://twitter.com/dog_rates/status/801167903437357056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5523, 'favorite_count': 23190, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5523, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
532:808106460588765185
{'created_at': 'Mon Dec 12 00:29:28 +0000 2016', 'id': 808106460588765185, 'id_str': '808106460588765185', 'full_text': 'Here we have Burke (pupper) and Dexter (doggo). Pupper wants to be exactly like doggo. Both 12/10 would pet at same time https://t.co/ANBpEYHaho', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 808106447573843970, 'id_str': '808106447573843970', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/Czb4iFRXgAIUMiN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czb4iFRXgAIUMiN.jpg', 'url': 'https://t.co/ANBpEYHaho', 'display_url': 'pic.twitter.com/ANBpEYHaho', 'expanded_url': 'https://twitter.com/dog_rates/status/808106460588765185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 554, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1670, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 979, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 808106447573843970, 'id_str': '808106447573843970', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/Czb4iFRXgAIUMiN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Czb4iFRXgAIUMiN.jpg', 'url': 'https://t.co/ANBpEYHaho', 'display_url': 'pic.twitter.com/ANBpEYHaho', 'expanded_url': 'https://twitter.com/dog_rates/status/808106460588765185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 554, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1670, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 979, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2070, 'favorite_count': 8390, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
533:808001312164028416
{'created_at': 'Sun Dec 11 17:31:39 +0000 2016', 'id': 808001312164028416, 'id_str': '808001312164028416', 'full_text': 'This is Cooper. He likes to stick his tongue out at you and then laugh about it. 12/10 quite the jokester https://t.co/O9iGgvfuzl', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 808001293671243776, 'id_str': '808001293671243776', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CzaY5UdUoAAC91S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzaY5UdUoAAC91S.jpg', 'url': 'https://t.co/O9iGgvfuzl', 'display_url': 'pic.twitter.com/O9iGgvfuzl', 'expanded_url': 'https://twitter.com/dog_rates/status/808001312164028416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 808001293671243776, 'id_str': '808001293671243776', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CzaY5UdUoAAC91S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzaY5UdUoAAC91S.jpg', 'url': 'https://t.co/O9iGgvfuzl', 'display_url': 'pic.twitter.com/O9iGgvfuzl', 'expanded_url': 'https://twitter.com/dog_rates/status/808001312164028416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 808001293688025088, 'id_str': '808001293688025088', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CzaY5UhUsAA-C9X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzaY5UhUsAA-C9X.jpg', 'url': 'https://t.co/O9iGgvfuzl', 'display_url': 'pic.twitter.com/O9iGgvfuzl', 'expanded_url': 'https://twitter.com/dog_rates/status/808001312164028416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3313, 'favorite_count': 11855, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
534:807621403335917568
{'created_at': 'Sat Dec 10 16:22:02 +0000 2016', 'id': 807621403335917568, 'id_str': '807621403335917568', 'full_text': 'This is Ollie Vue. He was a 3 legged pupper on a mission to overcome everything. This is very hard to write. 14/10 we will miss you Ollie https://t.co/qTRY2qX9y4', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 807621395395944448, 'id_str': '807621395395944448', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/CzU_YVGUoAA1Bla.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzU_YVGUoAA1Bla.jpg', 'url': 'https://t.co/qTRY2qX9y4', 'display_url': 'pic.twitter.com/qTRY2qX9y4', 'expanded_url': 'https://twitter.com/dog_rates/status/807621403335917568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 848, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 848, 'resize': 'fit'}, 'small': {'w': 601, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 807621395395944448, 'id_str': '807621395395944448', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/CzU_YVGUoAA1Bla.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzU_YVGUoAA1Bla.jpg', 'url': 'https://t.co/qTRY2qX9y4', 'display_url': 'pic.twitter.com/qTRY2qX9y4', 'expanded_url': 'https://twitter.com/dog_rates/status/807621403335917568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 848, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 848, 'resize': 'fit'}, 'small': {'w': 601, 'h': 680, 'resize': 'fit'}}}, {'id': 807621395391778816, 'id_str': '807621395391778816', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/CzU_YVFVEAA5zVE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzU_YVFVEAA5zVE.jpg', 'url': 'https://t.co/qTRY2qX9y4', 'display_url': 'pic.twitter.com/qTRY2qX9y4', 'expanded_url': 'https://twitter.com/dog_rates/status/807621403335917568/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 749, 'h': 1018, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 1018, 'resize': 'fit'}, 'small': {'w': 500, 'h': 680, 'resize': 'fit'}}}, {'id': 807621395395923968, 'id_str': '807621395395923968', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/CzU_YVGUUAA3Xsd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzU_YVGUUAA3Xsd.jpg', 'url': 'https://t.co/qTRY2qX9y4', 'display_url': 'pic.twitter.com/qTRY2qX9y4', 'expanded_url': 'https://twitter.com/dog_rates/status/807621403335917568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 1037, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 1037, 'resize': 'fit'}}}, {'id': 807621395391750144, 'id_str': '807621395391750144', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/CzU_YVFUoAAwOwf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzU_YVFUoAAwOwf.jpg', 'url': 'https://t.co/qTRY2qX9y4', 'display_url': 'pic.twitter.com/qTRY2qX9y4', 'expanded_url': 'https://twitter.com/dog_rates/status/807621403335917568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 631, 'resize': 'fit'}, 'large': {'w': 750, 'h': 696, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 696, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3391, 'favorite_count': 13860, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
535:807106840509214720
{'created_at': 'Fri Dec 09 06:17:20 +0000 2016', 'id': 807106840509214720, 'id_str': '807106840509214720', 'full_text': 'This is Stephan. He just wants to help. 13/10 such a good boy https://t.co/DkBYaCAg2d', 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 807106774843039744, 'id_str': '807106774843039744', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/807106774843039744/pu/img/8XZg1xW35Xp2J6JW.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/807106774843039744/pu/img/8XZg1xW35Xp2J6JW.jpg', 'url': 'https://t.co/DkBYaCAg2d', 'display_url': 'pic.twitter.com/DkBYaCAg2d', 'expanded_url': 'https://twitter.com/dog_rates/status/807106840509214720/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 807106774843039744, 'id_str': '807106774843039744', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/807106774843039744/pu/img/8XZg1xW35Xp2J6JW.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/807106774843039744/pu/img/8XZg1xW35Xp2J6JW.jpg', 'url': 'https://t.co/DkBYaCAg2d', 'display_url': 'pic.twitter.com/DkBYaCAg2d', 'expanded_url': 'https://twitter.com/dog_rates/status/807106840509214720/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 15967, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/807106774843039744/pu/pl/xYYVLGSP62Yzxz2m.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/807106774843039744/pu/vid/256x320/8nfyuHC5LV48MjXi.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/807106774843039744/pu/vid/512x640/D8BmVrILrSek1MKE.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 51682, 'favorite_count': 111698, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
536:807059379405148160
{'created_at': 'Fri Dec 09 03:08:45 +0000 2016', 'id': 807059379405148160, 'id_str': '807059379405148160', 'full_text': 'RT @dog_rates: This is Cali. She arrived preassembled. Convenient af. 12/10 appears to be rather h*ckin pettable https://t.co/vOBV1ZqVcX', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 782969083092471809, 'id_str': '782969083092471809', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}, 'source_status_id': 782969140009107456, 'source_status_id_str': '782969140009107456', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 782969083092471809, 'id_str': '782969083092471809', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}, 'source_status_id': 782969140009107456, 'source_status_id_str': '782969140009107456', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 782969083088240640, 'id_str': '782969083088240640', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5OWgAA3d7j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5OWgAA3d7j.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 782969140009107456, 'source_status_id_str': '782969140009107456', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Oct 03 15:42:44 +0000 2016', 'id': 782969140009107456, 'id_str': '782969140009107456', 'full_text': 'This is Cali. She arrived preassembled. Convenient af. 12/10 appears to be rather h*ckin pettable https://t.co/vOBV1ZqVcX', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782969083092471809, 'id_str': '782969083092471809', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782969083092471809, 'id_str': '782969083092471809', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}}, {'id': 782969083088240640, 'id_str': '782969083088240640', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5OWgAA3d7j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5OWgAA3d7j.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6891, 'favorite_count': 22823, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6891, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
537:807010152071229440
{'created_at': 'Thu Dec 08 23:53:08 +0000 2016', 'id': 807010152071229440, 'id_str': '807010152071229440', 'full_text': "This is Lennon. He's a Boopershnoop Pupperdoop. Quite rare. Exceptionally pettable. 12/10 would definitely boop that shnoop https://t.co/fhgP6vSfhX", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 807010136866902017, 'id_str': '807010136866902017', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CzMTcZoXUAEKqEt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzMTcZoXUAEKqEt.jpg', 'url': 'https://t.co/fhgP6vSfhX', 'display_url': 'pic.twitter.com/fhgP6vSfhX', 'expanded_url': 'https://twitter.com/dog_rates/status/807010152071229440/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 807010136866902017, 'id_str': '807010136866902017', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CzMTcZoXUAEKqEt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzMTcZoXUAEKqEt.jpg', 'url': 'https://t.co/fhgP6vSfhX', 'display_url': 'pic.twitter.com/fhgP6vSfhX', 'expanded_url': 'https://twitter.com/dog_rates/status/807010152071229440/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3636, 'favorite_count': 12481, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
538:806629075125202948
{'created_at': 'Wed Dec 07 22:38:52 +0000 2016', 'id': 806629075125202948, 'id_str': '806629075125202948', 'full_text': '"Good afternoon class today we\'re going to learn what makes a good boy so good" 13/10 https://t.co/f1h2Fsalv9', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 806629061598597121, 'id_str': '806629061598597121', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CzG425oXUAEu0Cc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzG425oXUAEu0Cc.jpg', 'url': 'https://t.co/f1h2Fsalv9', 'display_url': 'pic.twitter.com/f1h2Fsalv9', 'expanded_url': 'https://twitter.com/dog_rates/status/806629075125202948/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 806629061598597121, 'id_str': '806629061598597121', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CzG425oXUAEu0Cc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzG425oXUAEu0Cc.jpg', 'url': 'https://t.co/f1h2Fsalv9', 'display_url': 'pic.twitter.com/f1h2Fsalv9', 'expanded_url': 'https://twitter.com/dog_rates/status/806629075125202948/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 806629061594349568, 'id_str': '806629061594349568', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CzG425nWgAAnP7P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzG425nWgAAnP7P.jpg', 'url': 'https://t.co/f1h2Fsalv9', 'display_url': 'pic.twitter.com/f1h2Fsalv9', 'expanded_url': 'https://twitter.com/dog_rates/status/806629075125202948/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 32398, 'favorite_count': 70643, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
539:806620845233815552
{'created_at': 'Wed Dec 07 22:06:10 +0000 2016', 'id': 806620845233815552, 'id_str': '806620845233815552', 'full_text': 'RT @dog_rates: Idk why this keeps happening. We only rate dogs. Not Bangladeshi Couch Chipmunks. Please only send dogs... 12/10 https://t.c…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Sep 29 16:03:01 +0000 2016', 'id': 781524693396357120, 'id_str': '781524693396357120', 'full_text': 'Idk why this keeps happening. We only rate dogs. Not Bangladeshi Couch Chipmunks. Please only send dogs... 12/10 https://t.co/ya7bviQUUf', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 781524684185694209, 'id_str': '781524684185694209', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'url': 'https://t.co/ya7bviQUUf', 'display_url': 'pic.twitter.com/ya7bviQUUf', 'expanded_url': 'https://twitter.com/dog_rates/status/781524693396357120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 781524684185694209, 'id_str': '781524684185694209', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'url': 'https://t.co/ya7bviQUUf', 'display_url': 'pic.twitter.com/ya7bviQUUf', 'expanded_url': 'https://twitter.com/dog_rates/status/781524693396357120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5148, 'favorite_count': 19596, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5148, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
540:806576416489959424
{'created_at': 'Wed Dec 07 19:09:37 +0000 2016', 'id': 806576416489959424, 'id_str': '806576416489959424', 'full_text': 'Hooman catch successful. Massive hit by dog. Fumble ensued. Possession to dog. 13/10 https://t.co/QrFkqgHR1G', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/QrFkqgHR1G', 'expanded_url': 'https://twitter.com/deadspin/status/806570933175652352', 'display_url': 'twitter.com/deadspin/statu…', 'indices': [85, 108]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 806570933175652352, 'quoted_status_id_str': '806570933175652352', 'quoted_status_permalink': {'url': 'https://t.co/QrFkqgHR1G', 'expanded': 'https://twitter.com/deadspin/status/806570933175652352', 'display': 'twitter.com/deadspin/statu…'}, 'quoted_status': {'created_at': 'Wed Dec 07 18:47:50 +0000 2016', 'id': 806570933175652352, 'id_str': '806570933175652352', 'full_text': 'The sports highlight of the day is this dog: https://t.co/YeDjYgiBc5 https://t.co/6DkNhMzgJv', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/YeDjYgiBc5', 'expanded_url': 'http://deadsp.in/kc7EbMl', 'display_url': 'deadsp.in/kc7EbMl', 'indices': [45, 68]}], 'media': [{'id': 806570877513039879, 'id_str': '806570877513039879', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CzGD8JBXAAcJSfH.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CzGD8JBXAAcJSfH.jpg', 'url': 'https://t.co/6DkNhMzgJv', 'display_url': 'pic.twitter.com/6DkNhMzgJv', 'expanded_url': 'https://twitter.com/Deadspin/status/806570933175652352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 320, 'h': 240, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 240, 'resize': 'fit'}, 'large': {'w': 320, 'h': 240, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 806570877513039879, 'id_str': '806570877513039879', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CzGD8JBXAAcJSfH.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CzGD8JBXAAcJSfH.jpg', 'url': 'https://t.co/6DkNhMzgJv', 'display_url': 'pic.twitter.com/6DkNhMzgJv', 'expanded_url': 'https://twitter.com/Deadspin/status/806570933175652352/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 320, 'h': 240, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 240, 'resize': 'fit'}, 'large': {'w': 320, 'h': 240, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 3], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CzGD8JBXAAcJSfH.mp4'}]}}]}, 'source': '<a href="http://www.socialflow.com" rel="nofollow">SocialFlow</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 13213122, 'id_str': '13213122', 'name': 'Deadspin', 'screen_name': 'Deadspin', 'location': '', 'description': 'Sports News Without Fear, Favor or Compromise', 'url': 'http://t.co/mhAF2P6Jmb', 'entities': {'url': {'urls': [{'url': 'http://t.co/mhAF2P6Jmb', 'expanded_url': 'http://deadspin.com', 'display_url': 'deadspin.com', 'indices': [0, 22]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 865965, 'friends_count': 1480, 'listed_count': 11554, 'created_at': 'Thu Feb 07 17:38:57 +0000 2008', 'favourites_count': 473, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': True, 'statuses_count': 117873, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': True, 'profile_background_color': 'FFFFFF', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/590240306353811456/Ee89NSpb_normal.png', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/590240306353811456/Ee89NSpb_normal.png', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/13213122/1423283211', 'profile_link_color': '405274', 'profile_sidebar_border_color': 'B3BCC1', 'profile_sidebar_fill_color': 'B3BCC1', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6614, 'favorite_count': 8204, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 1825, 'favorite_count': 4664, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
541:806542213899489280
{'created_at': 'Wed Dec 07 16:53:43 +0000 2016', 'id': 806542213899489280, 'id_str': '806542213899489280', 'full_text': "This is Waffles. He's concerned that the dandruff shampoo he just bought is faulty. 11/10 tragic af https://t.co/BCB87qUU0h", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 806542203287957504, 'id_str': '806542203287957504', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CzFp3FNW8AAfvV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzFp3FNW8AAfvV8.jpg', 'url': 'https://t.co/BCB87qUU0h', 'display_url': 'pic.twitter.com/BCB87qUU0h', 'expanded_url': 'https://twitter.com/dog_rates/status/806542213899489280/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1874, 'h': 1911, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1177, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 667, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 806542203287957504, 'id_str': '806542203287957504', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CzFp3FNW8AAfvV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzFp3FNW8AAfvV8.jpg', 'url': 'https://t.co/BCB87qUU0h', 'display_url': 'pic.twitter.com/BCB87qUU0h', 'expanded_url': 'https://twitter.com/dog_rates/status/806542213899489280/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1874, 'h': 1911, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1177, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 667, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2218, 'favorite_count': 9740, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
542:806242860592926720
{'created_at': 'Tue Dec 06 21:04:11 +0000 2016', 'id': 806242860592926720, 'id_str': '806242860592926720', 'full_text': "RT @dog_rates: This is Dave. He's currently in a predicament. Doesn't seem to mind tho. 12/10 someone assist Dave https://t.co/nfprKAXqwu", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 783334603142598656, 'id_str': '783334603142598656', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 783334639985389568, 'source_status_id_str': '783334639985389568', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 783334603142598656, 'id_str': '783334603142598656', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 783334639985389568, 'source_status_id_str': '783334639985389568', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 783334603146817536, 'id_str': '783334603146817536', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ct72q9jWcAAhlnw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9jWcAAhlnw.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 783334639985389568, 'source_status_id_str': '783334639985389568', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 783334603146813440, 'id_str': '783334603146813440', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ct72q9jWYAArAnq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9jWYAArAnq.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 783334639985389568, 'source_status_id_str': '783334639985389568', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Oct 04 15:55:06 +0000 2016', 'id': 783334639985389568, 'id_str': '783334639985389568', 'full_text': "This is Dave. He's currently in a predicament. Doesn't seem to mind tho. 12/10 someone assist Dave https://t.co/nfprKAXqwu", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783334603142598656, 'id_str': '783334603142598656', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783334603142598656, 'id_str': '783334603142598656', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 783334603146817536, 'id_str': '783334603146817536', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9jWcAAhlnw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9jWcAAhlnw.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 783334603146813440, 'id_str': '783334603146813440', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9jWYAArAnq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9jWYAArAnq.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10890, 'favorite_count': 27503, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 10890, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
543:806219024703037440
{'created_at': 'Tue Dec 06 19:29:28 +0000 2016', 'id': 806219024703037440, 'id_str': '806219024703037440', 'full_text': 'We only rate dogs. Please stop sending in non-canines like this Freudian Poof Lion. This is incredibly frustrating... 11/10 https://t.co/IZidSrBvhi', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 806219017505546240, 'id_str': '806219017505546240', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CzBD7MWVIAA5ptx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzBD7MWVIAA5ptx.jpg', 'url': 'https://t.co/IZidSrBvhi', 'display_url': 'pic.twitter.com/IZidSrBvhi', 'expanded_url': 'https://twitter.com/dog_rates/status/806219024703037440/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 806219017505546240, 'id_str': '806219017505546240', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CzBD7MWVIAA5ptx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CzBD7MWVIAA5ptx.jpg', 'url': 'https://t.co/IZidSrBvhi', 'display_url': 'pic.twitter.com/IZidSrBvhi', 'expanded_url': 'https://twitter.com/dog_rates/status/806219024703037440/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1134, 'favorite_count': 6136, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
544:805958939288408065
{'created_at': 'Tue Dec 06 02:15:59 +0000 2016', 'id': 805958939288408065, 'id_str': '805958939288408065', 'full_text': "RT @dog_rates: This is Penny. She fought a bee and the bee won. 10/10 you're fine Penny, everything's fine https://t.co/zrMVdfFej6", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 782722587017285632, 'id_str': '782722587017285632', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'url': 'https://t.co/zrMVdfFej6', 'display_url': 'pic.twitter.com/zrMVdfFej6', 'expanded_url': 'https://twitter.com/dog_rates/status/782722598790725632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 782722598790725632, 'source_status_id_str': '782722598790725632', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 782722587017285632, 'id_str': '782722587017285632', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'url': 'https://t.co/zrMVdfFej6', 'display_url': 'pic.twitter.com/zrMVdfFej6', 'expanded_url': 'https://twitter.com/dog_rates/status/782722598790725632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 782722598790725632, 'source_status_id_str': '782722598790725632', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Oct 02 23:23:04 +0000 2016', 'id': 782722598790725632, 'id_str': '782722598790725632', 'full_text': "This is Penny. She fought a bee and the bee won. 10/10 you're fine Penny, everything's fine https://t.co/zrMVdfFej6", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782722587017285632, 'id_str': '782722587017285632', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'url': 'https://t.co/zrMVdfFej6', 'display_url': 'pic.twitter.com/zrMVdfFej6', 'expanded_url': 'https://twitter.com/dog_rates/status/782722598790725632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782722587017285632, 'id_str': '782722587017285632', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'url': 'https://t.co/zrMVdfFej6', 'display_url': 'pic.twitter.com/zrMVdfFej6', 'expanded_url': 'https://twitter.com/dog_rates/status/782722598790725632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5017, 'favorite_count': 16300, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5017, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
545:805932879469572096
{'created_at': 'Tue Dec 06 00:32:26 +0000 2016', 'id': 805932879469572096, 'id_str': '805932879469572096', 'full_text': 'This is Major. He put on a tie for his first real walk. Only a little crooked. Can also drool upwards. H*ckin talented. 12/10 https://t.co/Zcwr8LgoO8', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 805932861408694272, 'id_str': '805932861408694272', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/Cy8_qt0UUAAHuuN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy8_qt0UUAAHuuN.jpg', 'url': 'https://t.co/Zcwr8LgoO8', 'display_url': 'pic.twitter.com/Zcwr8LgoO8', 'expanded_url': 'https://twitter.com/dog_rates/status/805932879469572096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 805932861408694272, 'id_str': '805932861408694272', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/Cy8_qt0UUAAHuuN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy8_qt0UUAAHuuN.jpg', 'url': 'https://t.co/Zcwr8LgoO8', 'display_url': 'pic.twitter.com/Zcwr8LgoO8', 'expanded_url': 'https://twitter.com/dog_rates/status/805932879469572096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1802, 'favorite_count': 7887, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
546:805826884734976000
{'created_at': 'Mon Dec 05 17:31:15 +0000 2016', 'id': 805826884734976000, 'id_str': '805826884734976000', 'full_text': 'This is Duke. He is not a fan of the pupporazzi. 12/10 https://t.co/SgpBVYIL18', 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 805826823359631360, 'id_str': '805826823359631360', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/805826823359631360/pu/img/yr_fF0TZCR-B70p2.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/805826823359631360/pu/img/yr_fF0TZCR-B70p2.jpg', 'url': 'https://t.co/SgpBVYIL18', 'display_url': 'pic.twitter.com/SgpBVYIL18', 'expanded_url': 'https://twitter.com/dog_rates/status/805826884734976000/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 805826823359631360, 'id_str': '805826823359631360', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/805826823359631360/pu/img/yr_fF0TZCR-B70p2.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/805826823359631360/pu/img/yr_fF0TZCR-B70p2.jpg', 'url': 'https://t.co/SgpBVYIL18', 'display_url': 'pic.twitter.com/SgpBVYIL18', 'expanded_url': 'https://twitter.com/dog_rates/status/805826884734976000/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 13413, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/805826823359631360/pu/pl/Z50WyyQqYYn79c5k.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/805826823359631360/pu/vid/318x180/9hZnITDH6BGpGBtp.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1717, 'favorite_count': 6245, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
547:805823200554876929
{'created_at': 'Mon Dec 05 17:16:37 +0000 2016', 'id': 805823200554876929, 'id_str': '805823200554876929', 'full_text': "RT @dog_rates: This is Reginald. He's one magical puppo. Aerodynamic af. 12/10 would catch https://t.co/t0cEeRbcXJ", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/t0cEeRbcXJ', 'expanded_url': 'https://vine.co/v/5ghHLBMMdlV', 'display_url': 'vine.co/v/5ghHLBMMdlV', 'indices': [91, 114]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Oct 07 00:06:50 +0000 2016', 'id': 784183165795655680, 'id_str': '784183165795655680', 'full_text': "This is Reginald. He's one magical puppo. Aerodynamic af. 12/10 would catch https://t.co/t0cEeRbcXJ", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/t0cEeRbcXJ', 'expanded_url': 'https://vine.co/v/5ghHLBMMdlV', 'display_url': 'vine.co/v/5ghHLBMMdlV', 'indices': [76, 99]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7483, 'favorite_count': 18971, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7483, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
548:805520635690676224
{'created_at': 'Sun Dec 04 21:14:20 +0000 2016', 'id': 805520635690676224, 'id_str': '805520635690676224', 'full_text': 'This is Zeke the Wonder Dog. He never let that poor man keep his frisbees. One of the Spartans all time greatest receivers. 13/10 RIP Zeke https://t.co/zacX7S6GyJ', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 805520626039619589, 'id_str': '805520626039619589', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Cy3IvdZXgAUoEaj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy3IvdZXgAUoEaj.jpg', 'url': 'https://t.co/zacX7S6GyJ', 'display_url': 'pic.twitter.com/zacX7S6GyJ', 'expanded_url': 'https://twitter.com/dog_rates/status/805520635690676224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 500, 'h': 379, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 500, 'h': 379, 'resize': 'fit'}, 'large': {'w': 500, 'h': 379, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 805520626039619589, 'id_str': '805520626039619589', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Cy3IvdZXgAUoEaj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy3IvdZXgAUoEaj.jpg', 'url': 'https://t.co/zacX7S6GyJ', 'display_url': 'pic.twitter.com/zacX7S6GyJ', 'expanded_url': 'https://twitter.com/dog_rates/status/805520635690676224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 500, 'h': 379, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 500, 'h': 379, 'resize': 'fit'}, 'large': {'w': 500, 'h': 379, 'resize': 'fit'}}}, {'id': 805520626026946560, 'id_str': '805520626026946560', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Cy3IvdWWIAADpWe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy3IvdWWIAADpWe.jpg', 'url': 'https://t.co/zacX7S6GyJ', 'display_url': 'pic.twitter.com/zacX7S6GyJ', 'expanded_url': 'https://twitter.com/dog_rates/status/805520635690676224/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 400, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 400, 'resize': 'fit'}, 'large': {'w': 400, 'h': 400, 'resize': 'fit'}}}, {'id': 805520626018619397, 'id_str': '805520626018619397', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Cy3IvdUXEAUJe1m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy3IvdUXEAUJe1m.jpg', 'url': 'https://t.co/zacX7S6GyJ', 'display_url': 'pic.twitter.com/zacX7S6GyJ', 'expanded_url': 'https://twitter.com/dog_rates/status/805520635690676224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 558, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 558, 'resize': 'fit'}}}, {'id': 805520626026942464, 'id_str': '805520626026942464', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Cy3IvdWWEAATB4M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy3IvdWWEAATB4M.jpg', 'url': 'https://t.co/zacX7S6GyJ', 'display_url': 'pic.twitter.com/zacX7S6GyJ', 'expanded_url': 'https://twitter.com/dog_rates/status/805520635690676224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 352, 'h': 500, 'resize': 'fit'}, 'large': {'w': 352, 'h': 500, 'resize': 'fit'}, 'small': {'w': 352, 'h': 500, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1552, 'favorite_count': 5485, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
549:805487436403003392
{'created_at': 'Sun Dec 04 19:02:24 +0000 2016', 'id': 805487436403003392, 'id_str': '805487436403003392', 'full_text': 'Meet Sansa and Gary. They run along the fence together everyday, so the owners installed a window for them. Both 12/10 h*ckin romantic af https://t.co/1JUduNuaWl', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 805487414768701441, 'id_str': '805487414768701441', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cy2qiTxWEAEwkph.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy2qiTxWEAEwkph.jpg', 'url': 'https://t.co/1JUduNuaWl', 'display_url': 'pic.twitter.com/1JUduNuaWl', 'expanded_url': 'https://twitter.com/dog_rates/status/805487436403003392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1639, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 805487414768701441, 'id_str': '805487414768701441', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cy2qiTxWEAEwkph.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy2qiTxWEAEwkph.jpg', 'url': 'https://t.co/1JUduNuaWl', 'display_url': 'pic.twitter.com/1JUduNuaWl', 'expanded_url': 'https://twitter.com/dog_rates/status/805487436403003392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1639, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}, {'id': 805487414760394754, 'id_str': '805487414760394754', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cy2qiTvXUAIbcyj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy2qiTvXUAIbcyj.jpg', 'url': 'https://t.co/1JUduNuaWl', 'display_url': 'pic.twitter.com/1JUduNuaWl', 'expanded_url': 'https://twitter.com/dog_rates/status/805487436403003392/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1697, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 994, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 563, 'h': 680, 'resize': 'fit'}}}, {'id': 805487414768791552, 'id_str': '805487414768791552', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cy2qiTxXcAAtQBH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy2qiTxXcAAtQBH.jpg', 'url': 'https://t.co/1JUduNuaWl', 'display_url': 'pic.twitter.com/1JUduNuaWl', 'expanded_url': 'https://twitter.com/dog_rates/status/805487436403003392/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}, {'id': 805487414764568577, 'id_str': '805487414764568577', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cy2qiTwXAAEirRj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cy2qiTwXAAEirRj.jpg', 'url': 'https://t.co/1JUduNuaWl', 'display_url': 'pic.twitter.com/1JUduNuaWl', 'expanded_url': 'https://twitter.com/dog_rates/status/805487436403003392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2382, 'favorite_count': 8354, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
550:805207613751304193
{'created_at': 'Sun Dec 04 00:30:29 +0000 2016', 'id': 805207613751304193, 'id_str': '805207613751304193', 'full_text': "This is Shooter. He's doing quite the snowy zoom. 12/10 https://t.co/lHy4Xbyhd9", 'truncated': False, 'display_text_range': [0, 55], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 805207605383602176, 'id_str': '805207605383602176', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CyysDQlVIAAYgrl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyysDQlVIAAYgrl.jpg', 'url': 'https://t.co/lHy4Xbyhd9', 'display_url': 'pic.twitter.com/lHy4Xbyhd9', 'expanded_url': 'https://twitter.com/dog_rates/status/805207613751304193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 384, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1158, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 679, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 805207605383602176, 'id_str': '805207605383602176', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CyysDQlVIAAYgrl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyysDQlVIAAYgrl.jpg', 'url': 'https://t.co/lHy4Xbyhd9', 'display_url': 'pic.twitter.com/lHy4Xbyhd9', 'expanded_url': 'https://twitter.com/dog_rates/status/805207613751304193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 384, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1158, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 679, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1628, 'favorite_count': 7483, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
551:804738756058218496
{'created_at': 'Fri Dec 02 17:27:25 +0000 2016', 'id': 804738756058218496, 'id_str': '804738756058218496', 'full_text': 'This is Django. He accidentally opened the front facing camera. Did him quite the frighten. 12/10 https://t.co/kQVQoOW9NZ', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 804738744741928960, 'id_str': '804738744741928960', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CysBn-lWIAAoRx1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CysBn-lWIAAoRx1.jpg', 'url': 'https://t.co/kQVQoOW9NZ', 'display_url': 'pic.twitter.com/kQVQoOW9NZ', 'expanded_url': 'https://twitter.com/dog_rates/status/804738756058218496/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1104, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1884, 'resize': 'fit'}, 'small': {'w': 680, 'h': 626, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 804738744741928960, 'id_str': '804738744741928960', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CysBn-lWIAAoRx1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CysBn-lWIAAoRx1.jpg', 'url': 'https://t.co/kQVQoOW9NZ', 'display_url': 'pic.twitter.com/kQVQoOW9NZ', 'expanded_url': 'https://twitter.com/dog_rates/status/804738756058218496/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 1104, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1884, 'resize': 'fit'}, 'small': {'w': 680, 'h': 626, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3603, 'favorite_count': 12996, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
552:804475857670639616
{'created_at': 'Fri Dec 02 00:02:45 +0000 2016', 'id': 804475857670639616, 'id_str': '804475857670639616', 'full_text': "HE'S TRYING TO BE HIS OWN PERSON LET HIM GO 13/10\nhttps://t.co/LEZ8jR5txd", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/LEZ8jR5txd', 'expanded_url': 'https://twitter.com/bvuepd/status/804417859124273152', 'display_url': 'twitter.com/bvuepd/status/…', 'indices': [50, 73]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 804417859124273152, 'quoted_status_id_str': '804417859124273152', 'quoted_status_permalink': {'url': 'https://t.co/LEZ8jR5txd', 'expanded': 'https://twitter.com/bvuepd/status/804417859124273152', 'display': 'twitter.com/bvuepd/status/…'}, 'quoted_status': {'created_at': 'Thu Dec 01 20:12:17 +0000 2016', 'id': 804417859124273152, 'id_str': '804417859124273152', 'full_text': 'Is this your dog? Caught by Officer at Robinswood Park. Was wearing a sweater and blue pants, and very angry. Contact @VCAPetHealth Issaquah https://t.co/MCRqEQzzjs', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'VCAPetHealth', 'name': 'vcapethealth', 'id': 224722164, 'id_str': '224722164', 'indices': [118, 131]}], 'urls': [], 'media': [{'id': 804416939766353921, 'id_str': '804416939766353921', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/Cync8doUkAEt3t0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cync8doUkAEt3t0.jpg', 'url': 'https://t.co/MCRqEQzzjs', 'display_url': 'pic.twitter.com/MCRqEQzzjs', 'expanded_url': 'https://twitter.com/BvuePD/status/804417859124273152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 545, 'h': 413, 'resize': 'fit'}, 'large': {'w': 545, 'h': 413, 'resize': 'fit'}, 'medium': {'w': 545, 'h': 413, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 804416939766353921, 'id_str': '804416939766353921', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/Cync8doUkAEt3t0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cync8doUkAEt3t0.jpg', 'url': 'https://t.co/MCRqEQzzjs', 'display_url': 'pic.twitter.com/MCRqEQzzjs', 'expanded_url': 'https://twitter.com/BvuePD/status/804417859124273152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 545, 'h': 413, 'resize': 'fit'}, 'large': {'w': 545, 'h': 413, 'resize': 'fit'}, 'medium': {'w': 545, 'h': 413, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 339802641, 'id_str': '339802641', 'name': 'Bellevue, WA Police', 'screen_name': 'BvuePD', 'location': 'Bellevue, Washington', 'description': 'Official tweets of the Bellevue, WA Police Department. Call 911 to report a crime. Social media policy: https://t.co/huexruHySi\nThis account is not monitored 24/7', 'url': 'http://t.co/nAUxH9fUlf', 'entities': {'url': {'urls': [{'url': 'http://t.co/nAUxH9fUlf', 'expanded_url': 'http://www.bellevuewa.gov/police.htm', 'display_url': 'bellevuewa.gov/police.htm', 'indices': [0, 22]}]}, 'description': {'urls': [{'url': 'https://t.co/huexruHySi', 'expanded_url': 'http://tinyurl.com/PDcomment', 'display_url': 'tinyurl.com/PDcomment', 'indices': [104, 127]}]}}, 'protected': False, 'followers_count': 43720, 'friends_count': 306, 'listed_count': 508, 'created_at': 'Thu Jul 21 17:45:52 +0000 2011', 'favourites_count': 1023, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 6975, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme5/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme5/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/689139719322484736/fgdnDkFT_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/689139719322484736/fgdnDkFT_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/339802641/1457997716', 'profile_link_color': '3B94D9', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14592, 'favorite_count': 22489, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 1892, 'favorite_count': 5849, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
553:804413760345620481
{'created_at': 'Thu Dec 01 19:56:00 +0000 2016', 'id': 804413760345620481, 'id_str': '804413760345620481', 'full_text': "RT @dog_rates: This is Rusty. He's going D1 for sure. Insane vertical. 13/10 would draft https://t.co/AsykOwMrXQ", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 784826004988653570, 'id_str': '784826004988653570', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'url': 'https://t.co/AsykOwMrXQ', 'display_url': 'pic.twitter.com/AsykOwMrXQ', 'expanded_url': 'https://twitter.com/dog_rates/status/784826020293709826/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 784826020293709826, 'source_status_id_str': '784826020293709826', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 784826004988653570, 'id_str': '784826004988653570', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'url': 'https://t.co/AsykOwMrXQ', 'display_url': 'pic.twitter.com/AsykOwMrXQ', 'expanded_url': 'https://twitter.com/dog_rates/status/784826020293709826/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 784826020293709826, 'source_status_id_str': '784826020293709826', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Oct 08 18:41:19 +0000 2016', 'id': 784826020293709826, 'id_str': '784826020293709826', 'full_text': "This is Rusty. He's going D1 for sure. Insane vertical. 13/10 would draft https://t.co/AsykOwMrXQ", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 784826004988653570, 'id_str': '784826004988653570', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'url': 'https://t.co/AsykOwMrXQ', 'display_url': 'pic.twitter.com/AsykOwMrXQ', 'expanded_url': 'https://twitter.com/dog_rates/status/784826020293709826/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 784826004988653570, 'id_str': '784826004988653570', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'url': 'https://t.co/AsykOwMrXQ', 'display_url': 'pic.twitter.com/AsykOwMrXQ', 'expanded_url': 'https://twitter.com/dog_rates/status/784826020293709826/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3012, 'favorite_count': 9576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3012, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
554:804026241225523202
{'created_at': 'Wed Nov 30 18:16:08 +0000 2016', 'id': 804026241225523202, 'id_str': '804026241225523202', 'full_text': "This is Bo. He's going to make me cry. 13/10 please get off the bus for him Carly https://t.co/U7FvBZo6Bq", 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 804026231603785732, 'id_str': '804026231603785732', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Cyh5mQTW8AQpB6K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cyh5mQTW8AQpB6K.jpg', 'url': 'https://t.co/U7FvBZo6Bq', 'display_url': 'pic.twitter.com/U7FvBZo6Bq', 'expanded_url': 'https://twitter.com/dog_rates/status/804026241225523202/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 348, 'resize': 'fit'}, 'large': {'w': 750, 'h': 348, 'resize': 'fit'}, 'small': {'w': 680, 'h': 316, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 804026231603785732, 'id_str': '804026231603785732', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Cyh5mQTW8AQpB6K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cyh5mQTW8AQpB6K.jpg', 'url': 'https://t.co/U7FvBZo6Bq', 'display_url': 'pic.twitter.com/U7FvBZo6Bq', 'expanded_url': 'https://twitter.com/dog_rates/status/804026241225523202/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 348, 'resize': 'fit'}, 'large': {'w': 750, 'h': 348, 'resize': 'fit'}, 'small': {'w': 680, 'h': 316, 'resize': 'fit'}}}, {'id': 804026231603789829, 'id_str': '804026231603789829', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Cyh5mQTXAAUqwTg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cyh5mQTXAAUqwTg.jpg', 'url': 'https://t.co/U7FvBZo6Bq', 'display_url': 'pic.twitter.com/U7FvBZo6Bq', 'expanded_url': 'https://twitter.com/dog_rates/status/804026241225523202/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 742, 'h': 859, 'resize': 'fit'}, 'small': {'w': 587, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 742, 'h': 859, 'resize': 'fit'}}}, {'id': 804026231620567041, 'id_str': '804026231620567041', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Cyh5mQXXAAE66mr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cyh5mQXXAAE66mr.jpg', 'url': 'https://t.co/U7FvBZo6Bq', 'display_url': 'pic.twitter.com/U7FvBZo6Bq', 'expanded_url': 'https://twitter.com/dog_rates/status/804026241225523202/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1200, 'h': 1600, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15061, 'favorite_count': 42080, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
555:803773340896923648
{'created_at': 'Wed Nov 30 01:31:12 +0000 2016', 'id': 803773340896923648, 'id_str': '803773340896923648', 'full_text': 'This is Diogi. He fell in the pool as soon as he was brought home. Clumsy puppo. 12/10 would pet until dry https://t.co/ZxeRjMKaWt', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 803773317803048960, 'id_str': '803773317803048960', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CyeTku-WgAACd6I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyeTku-WgAACd6I.jpg', 'url': 'https://t.co/ZxeRjMKaWt', 'display_url': 'pic.twitter.com/ZxeRjMKaWt', 'expanded_url': 'https://twitter.com/dog_rates/status/803773340896923648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 803773317803048960, 'id_str': '803773317803048960', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CyeTku-WgAACd6I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyeTku-WgAACd6I.jpg', 'url': 'https://t.co/ZxeRjMKaWt', 'display_url': 'pic.twitter.com/ZxeRjMKaWt', 'expanded_url': 'https://twitter.com/dog_rates/status/803773340896923648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}, {'id': 803773317803110400, 'id_str': '803773317803110400', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CyeTku-XcAALkBd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyeTku-XcAALkBd.jpg', 'url': 'https://t.co/ZxeRjMKaWt', 'display_url': 'pic.twitter.com/ZxeRjMKaWt', 'expanded_url': 'https://twitter.com/dog_rates/status/803773340896923648/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}, {'id': 803773317803020289, 'id_str': '803773317803020289', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CyeTku-WEAEgAe1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyeTku-WEAEgAe1.jpg', 'url': 'https://t.co/ZxeRjMKaWt', 'display_url': 'pic.twitter.com/ZxeRjMKaWt', 'expanded_url': 'https://twitter.com/dog_rates/status/803773340896923648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}, {'id': 803773317794689024, 'id_str': '803773317794689024', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CyeTku8W8AA0Fzt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyeTku8W8AA0Fzt.jpg', 'url': 'https://t.co/ZxeRjMKaWt', 'display_url': 'pic.twitter.com/ZxeRjMKaWt', 'expanded_url': 'https://twitter.com/dog_rates/status/803773340896923648/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1150, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2591, 'favorite_count': 9566, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
556:803692223237865472
{'created_at': 'Tue Nov 29 20:08:52 +0000 2016', 'id': 803692223237865472, 'id_str': '803692223237865472', 'full_text': 'RT @dog_rates: I present to you... Dog Jesus. 13/10 (he could be sitting on a rock but I doubt it) https://t.co/fR1P3g5I6k', 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 691416861947379712, 'id_str': '691416861947379712', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'url': 'https://t.co/fR1P3g5I6k', 'display_url': 'pic.twitter.com/fR1P3g5I6k', 'expanded_url': 'https://twitter.com/dog_rates/status/691416866452082688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 691416866452082688, 'source_status_id_str': '691416866452082688', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 691416861947379712, 'id_str': '691416861947379712', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'url': 'https://t.co/fR1P3g5I6k', 'display_url': 'pic.twitter.com/fR1P3g5I6k', 'expanded_url': 'https://twitter.com/dog_rates/status/691416866452082688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 691416866452082688, 'source_status_id_str': '691416866452082688', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285984, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Jan 25 00:26:41 +0000 2016', 'id': 691416866452082688, 'id_str': '691416866452082688', 'full_text': 'I present to you... Dog Jesus. 13/10 (he could be sitting on a rock but I doubt it) https://t.co/fR1P3g5I6k', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691416861947379712, 'id_str': '691416861947379712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'url': 'https://t.co/fR1P3g5I6k', 'display_url': 'pic.twitter.com/fR1P3g5I6k', 'expanded_url': 'https://twitter.com/dog_rates/status/691416866452082688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691416861947379712, 'id_str': '691416861947379712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'url': 'https://t.co/fR1P3g5I6k', 'display_url': 'pic.twitter.com/fR1P3g5I6k', 'expanded_url': 'https://twitter.com/dog_rates/status/691416866452082688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285984, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6931, 'favorite_count': 17891, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6931, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
557:803638050916102144
{'created_at': 'Tue Nov 29 16:33:36 +0000 2016', 'id': 803638050916102144, 'id_str': '803638050916102144', 'full_text': 'Pupper hath acquire enemy. 13/10 https://t.co/ns9qoElfsX', 'truncated': False, 'display_text_range': [0, 32], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 803638023904559104, 'id_str': '803638023904559104', 'indices': [33, 56], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/803638023904559104/pu/img/vxm0Htm5iIV7EOAQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/803638023904559104/pu/img/vxm0Htm5iIV7EOAQ.jpg', 'url': 'https://t.co/ns9qoElfsX', 'display_url': 'pic.twitter.com/ns9qoElfsX', 'expanded_url': 'https://twitter.com/dog_rates/status/803638050916102144/video/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 803638023904559104, 'id_str': '803638023904559104', 'indices': [33, 56], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/803638023904559104/pu/img/vxm0Htm5iIV7EOAQ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/803638023904559104/pu/img/vxm0Htm5iIV7EOAQ.jpg', 'url': 'https://t.co/ns9qoElfsX', 'display_url': 'pic.twitter.com/ns9qoElfsX', 'expanded_url': 'https://twitter.com/dog_rates/status/803638050916102144/video/1', 'type': 'video', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 10000, 'variants': [{'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/803638023904559104/pu/vid/240x240/X6pOMvaEx-_F4aif.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/803638023904559104/pu/pl/Lgf9iIP-6SwiG23D.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/803638023904559104/pu/vid/480x480/Ij0zWeaEOk4L90kY.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3887, 'favorite_count': 10381, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
558:803380650405482500
{'created_at': 'Mon Nov 28 23:30:47 +0000 2016', 'id': 803380650405482500, 'id_str': '803380650405482500', 'full_text': "Meet Sonny. He's an in-home movie critic. That is his collection. He's very proud of it. 12/10 https://t.co/yPbCALoy2n", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 803380639571513345, 'id_str': '803380639571513345', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CyYub2kWEAEYdaq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyYub2kWEAEYdaq.jpg', 'url': 'https://t.co/yPbCALoy2n', 'display_url': 'pic.twitter.com/yPbCALoy2n', 'expanded_url': 'https://twitter.com/dog_rates/status/803380650405482500/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 992, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 562, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1320, 'h': 1597, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 803380639571513345, 'id_str': '803380639571513345', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CyYub2kWEAEYdaq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyYub2kWEAEYdaq.jpg', 'url': 'https://t.co/yPbCALoy2n', 'display_url': 'pic.twitter.com/yPbCALoy2n', 'expanded_url': 'https://twitter.com/dog_rates/status/803380650405482500/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 992, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 562, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1320, 'h': 1597, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1769, 'favorite_count': 7397, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
559:803321560782307329
{'created_at': 'Mon Nov 28 19:35:59 +0000 2016', 'id': 803321560782307329, 'id_str': '803321560782307329', 'full_text': "RT @dog_rates: This is Philbert. His toilet broke and he doesn't know what to do. Trying not to panic. 11/10 furustrated af https://t.co/Nb…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Aug 22 16:06:54 +0000 2016', 'id': 767754930266464257, 'id_str': '767754930266464257', 'full_text': "This is Philbert. His toilet broke and he doesn't know what to do. Trying not to panic. 11/10 furustrated af https://t.co/Nb68IsVb9O", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 767754923563974658, 'id_str': '767754923563974658', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'url': 'https://t.co/Nb68IsVb9O', 'display_url': 'pic.twitter.com/Nb68IsVb9O', 'expanded_url': 'https://twitter.com/dog_rates/status/767754930266464257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 767754923563974658, 'id_str': '767754923563974658', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'url': 'https://t.co/Nb68IsVb9O', 'display_url': 'pic.twitter.com/Nb68IsVb9O', 'expanded_url': 'https://twitter.com/dog_rates/status/767754930266464257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4960, 'favorite_count': 14991, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4960, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
560:803276597545603072
{'created_at': 'Mon Nov 28 16:37:19 +0000 2016', 'id': 803276597545603072, 'id_str': '803276597545603072', 'full_text': 'This is Winston. His selfie game is legendary. Will steal your girl with a single snap. 11/10 handsome as h*ck https://t.co/jxQhxoPsgL', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 803276589882572800, 'id_str': '803276589882572800', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CyXPzXRWgAAvd1j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyXPzXRWgAAvd1j.jpg', 'url': 'https://t.co/jxQhxoPsgL', 'display_url': 'pic.twitter.com/jxQhxoPsgL', 'expanded_url': 'https://twitter.com/dog_rates/status/803276597545603072/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 487, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1468, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 860, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 803276589882572800, 'id_str': '803276589882572800', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CyXPzXRWgAAvd1j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyXPzXRWgAAvd1j.jpg', 'url': 'https://t.co/jxQhxoPsgL', 'display_url': 'pic.twitter.com/jxQhxoPsgL', 'expanded_url': 'https://twitter.com/dog_rates/status/803276597545603072/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 487, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1468, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 860, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2300, 'favorite_count': 9557, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
561:802952499103731712
{'created_at': 'Sun Nov 27 19:09:28 +0000 2016', 'id': 802952499103731712, 'id_str': '802952499103731712', 'full_text': "This is Marley. She's having a ruff day. Pretty pupset. 12/10 would assist https://t.co/yLm7hQ6UXh", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 802952490266357760, 'id_str': '802952490266357760', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CySpCSHXcAAN-qC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CySpCSHXcAAN-qC.jpg', 'url': 'https://t.co/yLm7hQ6UXh', 'display_url': 'pic.twitter.com/yLm7hQ6UXh', 'expanded_url': 'https://twitter.com/dog_rates/status/802952499103731712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 541, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 955, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1630, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 802952490266357760, 'id_str': '802952490266357760', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CySpCSHXcAAN-qC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CySpCSHXcAAN-qC.jpg', 'url': 'https://t.co/yLm7hQ6UXh', 'display_url': 'pic.twitter.com/yLm7hQ6UXh', 'expanded_url': 'https://twitter.com/dog_rates/status/802952499103731712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 541, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 955, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1630, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1875, 'favorite_count': 8580, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
562:802624713319034886
{'created_at': 'Sat Nov 26 21:26:58 +0000 2016', 'id': 802624713319034886, 'id_str': '802624713319034886', 'full_text': 'RT @dog_rates: "Yep... just as I suspected. You\'re not flossing." 12/10 and 11/10 for the pup not flossing https://t.co/SuXcI9B7pQ', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 777684227185868800, 'id_str': '777684227185868800', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'url': 'https://t.co/SuXcI9B7pQ', 'display_url': 'pic.twitter.com/SuXcI9B7pQ', 'expanded_url': 'https://twitter.com/dog_rates/status/777684233540206592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}, 'source_status_id': 777684233540206592, 'source_status_id_str': '777684233540206592', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 777684227185868800, 'id_str': '777684227185868800', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'url': 'https://t.co/SuXcI9B7pQ', 'display_url': 'pic.twitter.com/SuXcI9B7pQ', 'expanded_url': 'https://twitter.com/dog_rates/status/777684233540206592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}, 'source_status_id': 777684233540206592, 'source_status_id_str': '777684233540206592', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Sep 19 01:42:24 +0000 2016', 'id': 777684233540206592, 'id_str': '777684233540206592', 'full_text': '"Yep... just as I suspected. You\'re not flossing." 12/10 and 11/10 for the pup not flossing https://t.co/SuXcI9B7pQ', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 777684227185868800, 'id_str': '777684227185868800', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'url': 'https://t.co/SuXcI9B7pQ', 'display_url': 'pic.twitter.com/SuXcI9B7pQ', 'expanded_url': 'https://twitter.com/dog_rates/status/777684233540206592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 777684227185868800, 'id_str': '777684227185868800', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'url': 'https://t.co/SuXcI9B7pQ', 'display_url': 'pic.twitter.com/SuXcI9B7pQ', 'expanded_url': 'https://twitter.com/dog_rates/status/777684233540206592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2727, 'favorite_count': 10621, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2727, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
563:802600418706604034
{'created_at': 'Sat Nov 26 19:50:26 +0000 2016', 'id': 802600418706604034, 'id_str': '802600418706604034', 'full_text': 'This is Bailey. She has mastered the head tilt. 11/10 rather h*ckin adorable https://t.co/urhl90ZE1O', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/urhl90ZE1O', 'expanded_url': 'https://vine.co/v/5FwUWjYaW0Y', 'display_url': 'vine.co/v/5FwUWjYaW0Y', 'indices': [77, 100]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1384, 'favorite_count': 6767, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
564:802572683846291456
{'created_at': 'Sat Nov 26 18:00:13 +0000 2016', 'id': 802572683846291456, 'id_str': '802572683846291456', 'full_text': "This is Winnie. She's h*ckin ferocious. Dandelion doesn't even see her coming. 12/10 would pet with caution https://t.co/EFfLCP7oQv", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 802572675407376385, 'id_str': '802572675407376385', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CyNPmJgXcAECPuB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyNPmJgXcAECPuB.jpg', 'url': 'https://t.co/EFfLCP7oQv', 'display_url': 'pic.twitter.com/EFfLCP7oQv', 'expanded_url': 'https://twitter.com/dog_rates/status/802572683846291456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 802572675407376385, 'id_str': '802572675407376385', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CyNPmJgXcAECPuB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyNPmJgXcAECPuB.jpg', 'url': 'https://t.co/EFfLCP7oQv', 'display_url': 'pic.twitter.com/EFfLCP7oQv', 'expanded_url': 'https://twitter.com/dog_rates/status/802572683846291456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2358, 'favorite_count': 8520, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
565:802323869084381190
{'created_at': 'Sat Nov 26 01:31:31 +0000 2016', 'id': 802323869084381190, 'id_str': '802323869084381190', 'full_text': "This is Severus. He's here to fix your cable. Looks like he succeeded. Even offered to pupgrade your plan. 13/10 h*ckin helpful https://t.co/aX4brLLpWZ", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 802323849832337408, 'id_str': '802323849832337408', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/CyJtSmAUkAA-1w3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyJtSmAUkAA-1w3.jpg', 'url': 'https://t.co/aX4brLLpWZ', 'display_url': 'pic.twitter.com/aX4brLLpWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/802323869084381190/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 802323849832337408, 'id_str': '802323849832337408', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/CyJtSmAUkAA-1w3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyJtSmAUkAA-1w3.jpg', 'url': 'https://t.co/aX4brLLpWZ', 'display_url': 'pic.twitter.com/aX4brLLpWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/802323869084381190/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 802323849832321024, 'id_str': '802323849832321024', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/CyJtSmAUUAAdOyA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyJtSmAUUAAdOyA.jpg', 'url': 'https://t.co/aX4brLLpWZ', 'display_url': 'pic.twitter.com/aX4brLLpWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/802323869084381190/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}}}, {'id': 802323849836531713, 'id_str': '802323849836531713', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/CyJtSmBUkAE7J3U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyJtSmBUkAE7J3U.jpg', 'url': 'https://t.co/aX4brLLpWZ', 'display_url': 'pic.twitter.com/aX4brLLpWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/802323869084381190/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 802323849844883456, 'id_str': '802323849844883456', 'indices': [128, 151], 'media_url': 'http://pbs.twimg.com/media/CyJtSmDUAAA2F9x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyJtSmDUAAA2F9x.jpg', 'url': 'https://t.co/aX4brLLpWZ', 'display_url': 'pic.twitter.com/aX4brLLpWZ', 'expanded_url': 'https://twitter.com/dog_rates/status/802323869084381190/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5482, 'favorite_count': 15348, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
566:802265048156610565
{'created_at': 'Fri Nov 25 21:37:47 +0000 2016', 'id': 802265048156610565, 'id_str': '802265048156610565', 'full_text': 'Like doggo, like pupper version 2. Both 11/10 https://t.co/9IxWAXFqze', 'truncated': False, 'display_text_range': [0, 45], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 802265039247904768, 'id_str': '802265039247904768', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CyI3zXgWEAACQfB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyI3zXgWEAACQfB.jpg', 'url': 'https://t.co/9IxWAXFqze', 'display_url': 'pic.twitter.com/9IxWAXFqze', 'expanded_url': 'https://twitter.com/dog_rates/status/802265048156610565/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 802265039247904768, 'id_str': '802265039247904768', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CyI3zXgWEAACQfB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyI3zXgWEAACQfB.jpg', 'url': 'https://t.co/9IxWAXFqze', 'display_url': 'pic.twitter.com/9IxWAXFqze', 'expanded_url': 'https://twitter.com/dog_rates/status/802265048156610565/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 733109485275860992, 'in_reply_to_status_id_str': '733109485275860992', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1298, 'favorite_count': 6622, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
567:802247111496568832
check_again
568:802239329049477120
{'created_at': 'Fri Nov 25 19:55:35 +0000 2016', 'id': 802239329049477120, 'id_str': '802239329049477120', 'full_text': "This is Loki. He'll do your taxes for you. Can also make room in your budget for all the things you bought today. 12/10 what a puppo https://t.co/5oWrHCWg87", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 802239319792455680, 'id_str': '802239319792455680', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/CyIgaTEUkAAZ62t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyIgaTEUkAAZ62t.jpg', 'url': 'https://t.co/5oWrHCWg87', 'display_url': 'pic.twitter.com/5oWrHCWg87', 'expanded_url': 'https://twitter.com/dog_rates/status/802239329049477120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 802239319792455680, 'id_str': '802239319792455680', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/CyIgaTEUkAAZ62t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyIgaTEUkAAZ62t.jpg', 'url': 'https://t.co/5oWrHCWg87', 'display_url': 'pic.twitter.com/5oWrHCWg87', 'expanded_url': 'https://twitter.com/dog_rates/status/802239329049477120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}, {'id': 802239319792488448, 'id_str': '802239319792488448', 'indices': [133, 156], 'media_url': 'http://pbs.twimg.com/media/CyIgaTEVEAA-9zS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyIgaTEVEAA-9zS.jpg', 'url': 'https://t.co/5oWrHCWg87', 'display_url': 'pic.twitter.com/5oWrHCWg87', 'expanded_url': 'https://twitter.com/dog_rates/status/802239329049477120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2460, 'favorite_count': 8648, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
569:802185808107208704
{'created_at': 'Fri Nov 25 16:22:55 +0000 2016', 'id': 802185808107208704, 'id_str': '802185808107208704', 'full_text': "RT @ChinoChinako: They're good products, Brent\n\nMug holds drinks; hoodie is comfy af. 13/10 \n\nPuppy Aika h*cking agrees. @dog_rates https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'ChinoChinako', 'name': 'Jeannette ChinoChinako', 'id': 24885566, 'id_str': '24885566', 'indices': [3, 16]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [121, 131]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Nov 19 19:55:41 +0000 2016', 'id': 800065028116385792, 'id_str': '800065028116385792', 'full_text': "They're good products, Brent\n\nMug holds drinks; hoodie is comfy af. 13/10 \n\nPuppy Aika h*cking agrees. @dog_rates https://t.co/tANxe3DrX7", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [103, 113]}], 'urls': [], 'media': [{'id': 800065000324763648, 'id_str': '800065000324763648', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cxpm4P2UkAA9lxE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxpm4P2UkAA9lxE.jpg', 'url': 'https://t.co/tANxe3DrX7', 'display_url': 'pic.twitter.com/tANxe3DrX7', 'expanded_url': 'https://twitter.com/ChinoChinako/status/800065028116385792/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 1280, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800065000324763648, 'id_str': '800065000324763648', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cxpm4P2UkAA9lxE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxpm4P2UkAA9lxE.jpg', 'url': 'https://t.co/tANxe3DrX7', 'display_url': 'pic.twitter.com/tANxe3DrX7', 'expanded_url': 'https://twitter.com/ChinoChinako/status/800065028116385792/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 1280, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 800065000328921088, 'id_str': '800065000328921088', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cxpm4P3UAAA-8I1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxpm4P3UAAA-8I1.jpg', 'url': 'https://t.co/tANxe3DrX7', 'display_url': 'pic.twitter.com/tANxe3DrX7', 'expanded_url': 'https://twitter.com/ChinoChinako/status/800065028116385792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1350, 'h': 1800, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 800065000333152256, 'id_str': '800065000333152256', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cxpm4P4UkAAeQ0u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxpm4P4UkAAeQ0u.jpg', 'url': 'https://t.co/tANxe3DrX7', 'display_url': 'pic.twitter.com/tANxe3DrX7', 'expanded_url': 'https://twitter.com/ChinoChinako/status/800065028116385792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1350, 'h': 1800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 24885566, 'id_str': '24885566', 'name': 'Jeannette ChinoChinako', 'screen_name': 'ChinoChinako', 'location': 'Texas, USA', 'description': 'She/Her. Cosplayer, Gamer, Twitch Affiliate/Partnered with @AloeBud, DedSec International member, #KFBF. Job Opportunities: ChinoChinako@gmail.com', 'url': 'https://t.co/cnc8IrQ7E7', 'entities': {'url': {'urls': [{'url': 'https://t.co/cnc8IrQ7E7', 'expanded_url': 'http://ko-fi.com/ChinoChinako', 'display_url': 'ko-fi.com/ChinoChinako', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 2137, 'friends_count': 701, 'listed_count': 95, 'created_at': 'Tue Mar 17 14:06:26 +0000 2009', 'favourites_count': 101491, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 73339, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'FAF5DC', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme3/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme3/bg.gif', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1480558950047170563/w6kGeaQ5_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1480558950047170563/w6kGeaQ5_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/24885566/1529344021', 'profile_link_color': 'B669FA', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'E3E2DE', 'profile_text_color': 'FFFFFF', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 251, 'favorite_count': 2498, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 251, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
570:801958328846974976
{'created_at': 'Fri Nov 25 01:18:59 +0000 2016', 'id': 801958328846974976, 'id_str': '801958328846974976', 'full_text': "This is Ronnie. He hopes you're having a great day. Nifty tongue slip. 12/10 would pat head approvingly https://t.co/4fY2bsAm65", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 801958320831508480, 'id_str': '801958320831508480', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CyEg2AXUsAA1Qpf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyEg2AXUsAA1Qpf.jpg', 'url': 'https://t.co/4fY2bsAm65', 'display_url': 'pic.twitter.com/4fY2bsAm65', 'expanded_url': 'https://twitter.com/dog_rates/status/801958328846974976/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 623, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1099, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1874, 'h': 2046, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 801958320831508480, 'id_str': '801958320831508480', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CyEg2AXUsAA1Qpf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CyEg2AXUsAA1Qpf.jpg', 'url': 'https://t.co/4fY2bsAm65', 'display_url': 'pic.twitter.com/4fY2bsAm65', 'expanded_url': 'https://twitter.com/dog_rates/status/801958328846974976/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 623, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1099, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1874, 'h': 2046, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1597, 'favorite_count': 7368, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
571:801854953262350336
{'created_at': 'Thu Nov 24 18:28:13 +0000 2016', 'id': 801854953262350336, 'id_str': '801854953262350336', 'full_text': ".@NBCSports OMG THE TINY HAT I'M GOING TO HAVE TO SAY 11/10 NBC", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'NBCSports', 'name': 'NBC Sports', 'id': 11856342, 'id_str': '11856342', 'indices': [1, 11]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 801854330672447490, 'in_reply_to_status_id_str': '801854330672447490', 'in_reply_to_user_id': 11856342, 'in_reply_to_user_id_str': '11856342', 'in_reply_to_screen_name': 'NBCSports', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 219, 'favorite_count': 1725, 'favorited': False, 'retweeted': False, 'lang': 'en'}
572:801538201127157760
{'created_at': 'Wed Nov 23 21:29:33 +0000 2016', 'id': 801538201127157760, 'id_str': '801538201127157760', 'full_text': "This is Wallace. He'll be your chau-fur this evening. 12/10 eyes on the road Wallace https://t.co/p1RD39XjUe", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 801538154108952576, 'id_str': '801538154108952576', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cx-itFWWIAAZu7l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx-itFWWIAAZu7l.jpg', 'url': 'https://t.co/p1RD39XjUe', 'display_url': 'pic.twitter.com/p1RD39XjUe', 'expanded_url': 'https://twitter.com/dog_rates/status/801538201127157760/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 801538154108952576, 'id_str': '801538154108952576', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cx-itFWWIAAZu7l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx-itFWWIAAZu7l.jpg', 'url': 'https://t.co/p1RD39XjUe', 'display_url': 'pic.twitter.com/p1RD39XjUe', 'expanded_url': 'https://twitter.com/dog_rates/status/801538201127157760/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1954, 'favorite_count': 7818, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
573:801285448605831168
{'created_at': 'Wed Nov 23 04:45:12 +0000 2016', 'id': 801285448605831168, 'id_str': '801285448605831168', 'full_text': 'oh h*ck 10/10 https://t.co/bC69RrW559', 'truncated': False, 'display_text_range': [0, 13], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 801285440351240192, 'id_str': '801285440351240192', 'indices': [14, 37], 'media_url': 'http://pbs.twimg.com/media/Cx683NPUAAAjyU4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx683NPUAAAjyU4.jpg', 'url': 'https://t.co/bC69RrW559', 'display_url': 'pic.twitter.com/bC69RrW559', 'expanded_url': 'https://twitter.com/dog_rates/status/801285448605831168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 909, 'h': 959, 'resize': 'fit'}, 'medium': {'w': 909, 'h': 959, 'resize': 'fit'}, 'small': {'w': 645, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 801285440351240192, 'id_str': '801285440351240192', 'indices': [14, 37], 'media_url': 'http://pbs.twimg.com/media/Cx683NPUAAAjyU4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx683NPUAAAjyU4.jpg', 'url': 'https://t.co/bC69RrW559', 'display_url': 'pic.twitter.com/bC69RrW559', 'expanded_url': 'https://twitter.com/dog_rates/status/801285448605831168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 909, 'h': 959, 'resize': 'fit'}, 'medium': {'w': 909, 'h': 959, 'resize': 'fit'}, 'small': {'w': 645, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 772, 'favorite_count': 5745, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
574:801167903437357056
{'created_at': 'Tue Nov 22 20:58:07 +0000 2016', 'id': 801167903437357056, 'id_str': '801167903437357056', 'full_text': 'This is Milo. I would do terrible things for Milo. 13/10 https://t.co/R6wJyC2Tey', 'truncated': False, 'display_text_range': [0, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 801167887901724672, 'id_str': '801167887901724672', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'url': 'https://t.co/R6wJyC2Tey', 'display_url': 'pic.twitter.com/R6wJyC2Tey', 'expanded_url': 'https://twitter.com/dog_rates/status/801167903437357056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 801167887901724672, 'id_str': '801167887901724672', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx5R8wPVEAALa9r.jpg', 'url': 'https://t.co/R6wJyC2Tey', 'display_url': 'pic.twitter.com/R6wJyC2Tey', 'expanded_url': 'https://twitter.com/dog_rates/status/801167903437357056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5523, 'favorite_count': 23190, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
575:801127390143516673
{'created_at': 'Tue Nov 22 18:17:08 +0000 2016', 'id': 801127390143516673, 'id_str': '801127390143516673', 'full_text': 'RT @dog_rates: This is Anakin. He strives to reach his full doggo potential. Born with blurry tail tho. 11/10 would still pet well https://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Sep 13 16:30:07 +0000 2016', 'id': 775733305207554048, 'id_str': '775733305207554048', 'full_text': 'This is Anakin. He strives to reach his full doggo potential. Born with blurry tail tho. 11/10 would still pet well https://t.co/9CcBSxCXXG', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775733297511067649, 'id_str': '775733297511067649', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'url': 'https://t.co/9CcBSxCXXG', 'display_url': 'pic.twitter.com/9CcBSxCXXG', 'expanded_url': 'https://twitter.com/dog_rates/status/775733305207554048/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}, 'small': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775733297511067649, 'id_str': '775733297511067649', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'url': 'https://t.co/9CcBSxCXXG', 'display_url': 'pic.twitter.com/9CcBSxCXXG', 'expanded_url': 'https://twitter.com/dog_rates/status/775733305207554048/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}, 'small': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3699, 'favorite_count': 13084, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3699, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
576:801115127852503040
{'created_at': 'Tue Nov 22 17:28:25 +0000 2016', 'id': 801115127852503040, 'id_str': '801115127852503040', 'full_text': "This is Bones. He's being haunted by another doggo of roughly the same size. 12/10 deep breaths pupper everything's fine https://t.co/55Dqe0SJNj", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 801115094935449600, 'id_str': '801115094935449600', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/Cx4h7zHUsAAqaJd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx4h7zHUsAAqaJd.jpg', 'url': 'https://t.co/55Dqe0SJNj', 'display_url': 'pic.twitter.com/55Dqe0SJNj', 'expanded_url': 'https://twitter.com/dog_rates/status/801115127852503040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1156, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 655, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1315, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 801115094935449600, 'id_str': '801115094935449600', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/Cx4h7zHUsAAqaJd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx4h7zHUsAAqaJd.jpg', 'url': 'https://t.co/55Dqe0SJNj', 'display_url': 'pic.twitter.com/55Dqe0SJNj', 'expanded_url': 'https://twitter.com/dog_rates/status/801115127852503040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1156, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 655, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1315, 'h': 1365, 'resize': 'fit'}}}, {'id': 801115094935404544, 'id_str': '801115094935404544', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/Cx4h7zHUAAAd6C0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cx4h7zHUAAAd6C0.jpg', 'url': 'https://t.co/55Dqe0SJNj', 'display_url': 'pic.twitter.com/55Dqe0SJNj', 'expanded_url': 'https://twitter.com/dog_rates/status/801115127852503040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 669, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1181, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 2016, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1985, 'favorite_count': 7680, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
577:800859414831898624
{'created_at': 'Tue Nov 22 00:32:18 +0000 2016', 'id': 800859414831898624, 'id_str': '800859414831898624', 'full_text': '@SkyWilliams doggo simply protecting you from evil that which you cannot see. 11/10 would give extra pets', 'truncated': False, 'display_text_range': [13, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'SkyWilliams', 'name': '♡♪!?', 'id': 291859009, 'id_str': '291859009', 'indices': [0, 12]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 800857954417262593, 'in_reply_to_status_id_str': '800857954417262593', 'in_reply_to_user_id': 291859009, 'in_reply_to_user_id_str': '291859009', 'in_reply_to_screen_name': 'SkyWilliams', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 91, 'favorite_count': 647, 'favorited': False, 'retweeted': False, 'lang': 'en'}
578:800855607700029440
{'created_at': 'Tue Nov 22 00:17:10 +0000 2016', 'id': 800855607700029440, 'id_str': '800855607700029440', 'full_text': 'RT @Lin_Manuel: 11/10 would recommend. https://t.co/pnUF69K4xk', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Lin_Manuel', 'name': 'Lin-Manuel Miranda', 'id': 79923701, 'id_str': '79923701', 'indices': [3, 14]}], 'urls': [{'url': 'https://t.co/pnUF69K4xk', 'expanded_url': 'https://twitter.com/littlewiewel/status/800852955880628224', 'display_url': 'twitter.com/littlewiewel/s…', 'indices': [39, 62]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Nov 22 00:10:52 +0000 2016', 'id': 800854022970286080, 'id_str': '800854022970286080', 'full_text': '11/10 would recommend. https://t.co/pnUF69K4xk', 'truncated': False, 'display_text_range': [0, 22], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/pnUF69K4xk', 'expanded_url': 'https://twitter.com/littlewiewel/status/800852955880628224', 'display_url': 'twitter.com/littlewiewel/s…', 'indices': [23, 46]}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 79923701, 'id_str': '79923701', 'name': 'Lin-Manuel Miranda', 'screen_name': 'Lin_Manuel', 'location': 'Washington Heights, Manhattan', 'description': '"I want to move on.\nI want to explore the light.\nI want to know how to get through,\nThrough to something new,\nSomething of my own--" -Stephen Sondheim', 'url': 'https://t.co/d18G1D0BmC', 'entities': {'url': {'urls': [{'url': 'https://t.co/d18G1D0BmC', 'expanded_url': 'http://Linmanuel.com', 'display_url': 'Linmanuel.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 3609253, 'friends_count': 3981, 'listed_count': 7527, 'created_at': 'Mon Oct 05 04:59:07 +0000 2009', 'favourites_count': 53256, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': True, 'statuses_count': 66931, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C6E2EE', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme2/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme2/bg.gif', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1482830613652688896/yuPUGgfD_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1482830613652688896/yuPUGgfD_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/79923701/1643462443', 'profile_link_color': '4A913C', 'profile_sidebar_border_color': 'C6E2EE', 'profile_sidebar_fill_color': 'DAECF4', 'profile_text_color': '663B12', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'retweet_count': 1519, 'favorite_count': 10020, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': True, 'retweet_count': 1519, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
579:800751577355128832
{'created_at': 'Mon Nov 21 17:23:47 +0000 2016', 'id': 800751577355128832, 'id_str': '800751577355128832', 'full_text': "Say hello to Mauve and Murphy. They're rather h*ckin filthy. Preferred nap over bath. Both 12/10 https://t.co/4UwCTW3lXG", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800751482706493448, 'id_str': '800751482706493448', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxzXOyAWgAgkvYe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxzXOyAWgAgkvYe.jpg', 'url': 'https://t.co/4UwCTW3lXG', 'display_url': 'pic.twitter.com/4UwCTW3lXG', 'expanded_url': 'https://twitter.com/dog_rates/status/800751577355128832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800751482706493448, 'id_str': '800751482706493448', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxzXOyAWgAgkvYe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxzXOyAWgAgkvYe.jpg', 'url': 'https://t.co/4UwCTW3lXG', 'display_url': 'pic.twitter.com/4UwCTW3lXG', 'expanded_url': 'https://twitter.com/dog_rates/status/800751577355128832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}}}, {'id': 800751482710716417, 'id_str': '800751482710716417', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxzXOyBW8AEu_Oi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxzXOyBW8AEu_Oi.jpg', 'url': 'https://t.co/4UwCTW3lXG', 'display_url': 'pic.twitter.com/4UwCTW3lXG', 'expanded_url': 'https://twitter.com/dog_rates/status/800751577355128832/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}}}, {'id': 800751482714857473, 'id_str': '800751482714857473', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxzXOyCWIAETsWn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxzXOyCWIAETsWn.jpg', 'url': 'https://t.co/4UwCTW3lXG', 'display_url': 'pic.twitter.com/4UwCTW3lXG', 'expanded_url': 'https://twitter.com/dog_rates/status/800751577355128832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1534, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 899, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2637, 'favorite_count': 10093, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
580:800513324630806528
{'created_at': 'Mon Nov 21 01:37:04 +0000 2016', 'id': 800513324630806528, 'id_str': '800513324630806528', 'full_text': 'This is Chef. Chef loves everyone and wants everyone to love each other. 11/10 https://t.co/ILHGs0e6Dm', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800513314459525120, 'id_str': '800513314459525120', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cxv-nkJUoAAhzMt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxv-nkJUoAAhzMt.jpg', 'url': 'https://t.co/ILHGs0e6Dm', 'display_url': 'pic.twitter.com/ILHGs0e6Dm', 'expanded_url': 'https://twitter.com/dog_rates/status/800513324630806528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800513314459525120, 'id_str': '800513314459525120', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cxv-nkJUoAAhzMt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxv-nkJUoAAhzMt.jpg', 'url': 'https://t.co/ILHGs0e6Dm', 'display_url': 'pic.twitter.com/ILHGs0e6Dm', 'expanded_url': 'https://twitter.com/dog_rates/status/800513324630806528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2833, 'favorite_count': 12504, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
581:800459316964663297
{'created_at': 'Sun Nov 20 22:02:27 +0000 2016', 'id': 800459316964663297, 'id_str': '800459316964663297', 'full_text': "Here's a very sleepy pupper. Appears to be portable as h*ck. 12/10 would snug intensely https://t.co/61sX7pW5Ca", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800459302930628608, 'id_str': '800459302930628608', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CxvNfrhWQAA2hKM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxvNfrhWQAA2hKM.jpg', 'url': 'https://t.co/61sX7pW5Ca', 'display_url': 'pic.twitter.com/61sX7pW5Ca', 'expanded_url': 'https://twitter.com/dog_rates/status/800459316964663297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 569, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1714, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1004, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800459302930628608, 'id_str': '800459302930628608', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CxvNfrhWQAA2hKM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxvNfrhWQAA2hKM.jpg', 'url': 'https://t.co/61sX7pW5Ca', 'display_url': 'pic.twitter.com/61sX7pW5Ca', 'expanded_url': 'https://twitter.com/dog_rates/status/800459316964663297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 569, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1714, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1004, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2063, 'favorite_count': 9051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
582:800443802682937345
{'created_at': 'Sun Nov 20 21:00:48 +0000 2016', 'id': 800443802682937345, 'id_str': '800443802682937345', 'full_text': "RT @dog_rates: This is Sampson. He's about to get hit with a vicious draw 2. Has no idea. 11/10 poor pupper https://t.co/FYT9QBEnKG", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 776113296390942720, 'id_str': '776113296390942720', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'url': 'https://t.co/FYT9QBEnKG', 'display_url': 'pic.twitter.com/FYT9QBEnKG', 'expanded_url': 'https://twitter.com/dog_rates/status/776113305656188928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 776113305656188928, 'source_status_id_str': '776113305656188928', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 776113296390942720, 'id_str': '776113296390942720', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'url': 'https://t.co/FYT9QBEnKG', 'display_url': 'pic.twitter.com/FYT9QBEnKG', 'expanded_url': 'https://twitter.com/dog_rates/status/776113305656188928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 776113305656188928, 'source_status_id_str': '776113305656188928', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Sep 14 17:40:06 +0000 2016', 'id': 776113305656188928, 'id_str': '776113305656188928', 'full_text': "This is Sampson. He's about to get hit with a vicious draw 2. Has no idea. 11/10 poor pupper https://t.co/FYT9QBEnKG", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776113296390942720, 'id_str': '776113296390942720', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'url': 'https://t.co/FYT9QBEnKG', 'display_url': 'pic.twitter.com/FYT9QBEnKG', 'expanded_url': 'https://twitter.com/dog_rates/status/776113305656188928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776113296390942720, 'id_str': '776113296390942720', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'url': 'https://t.co/FYT9QBEnKG', 'display_url': 'pic.twitter.com/FYT9QBEnKG', 'expanded_url': 'https://twitter.com/dog_rates/status/776113305656188928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4025, 'favorite_count': 11122, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4025, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
583:800388270626521089
{'created_at': 'Sun Nov 20 17:20:08 +0000 2016', 'id': 800388270626521089, 'id_str': '800388270626521089', 'full_text': 'This is Doc. He takes time out of every day to worship our plant overlords. 12/10 quite the floofer https://t.co/azMneS6Ly5', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800388246178004993, 'id_str': '800388246178004993', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CxuM3ofWgAE72kK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxuM3ofWgAE72kK.jpg', 'url': 'https://t.co/azMneS6Ly5', 'display_url': 'pic.twitter.com/azMneS6Ly5', 'expanded_url': 'https://twitter.com/dog_rates/status/800388270626521089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800388246178004993, 'id_str': '800388246178004993', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CxuM3ofWgAE72kK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxuM3ofWgAE72kK.jpg', 'url': 'https://t.co/azMneS6Ly5', 'display_url': 'pic.twitter.com/azMneS6Ly5', 'expanded_url': 'https://twitter.com/dog_rates/status/800388270626521089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 800388246152867841, 'id_str': '800388246152867841', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CxuM3oZW8AEhO5z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxuM3oZW8AEhO5z.jpg', 'url': 'https://t.co/azMneS6Ly5', 'display_url': 'pic.twitter.com/azMneS6Ly5', 'expanded_url': 'https://twitter.com/dog_rates/status/800388270626521089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 800388246148706304, 'id_str': '800388246148706304', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CxuM3oYXcAAwgqt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxuM3oYXcAAwgqt.jpg', 'url': 'https://t.co/azMneS6Ly5', 'display_url': 'pic.twitter.com/azMneS6Ly5', 'expanded_url': 'https://twitter.com/dog_rates/status/800388270626521089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2638, 'favorite_count': 10624, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
584:800188575492947969
{'created_at': 'Sun Nov 20 04:06:37 +0000 2016', 'id': 800188575492947969, 'id_str': '800188575492947969', 'full_text': "RT @dog_rates: This is Bo. He's a Benedoop Cumbersnatch. Seems frustrated with own feet. Portable as hell. 11/10 very solid pupper https://…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Dec 29 04:31:49 +0000 2015', 'id': 681694085539872773, 'id_str': '681694085539872773', 'full_text': "This is Bo. He's a Benedoop Cumbersnatch. Seems frustrated with own feet. Portable as hell. 11/10 very solid pupper https://t.co/TONMhRoQh7", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681694081152516096, 'id_str': '681694081152516096', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'url': 'https://t.co/TONMhRoQh7', 'display_url': 'pic.twitter.com/TONMhRoQh7', 'expanded_url': 'https://twitter.com/dog_rates/status/681694085539872773/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 626, 'resize': 'fit'}, 'small': {'w': 640, 'h': 626, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 626, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681694081152516096, 'id_str': '681694081152516096', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'url': 'https://t.co/TONMhRoQh7', 'display_url': 'pic.twitter.com/TONMhRoQh7', 'expanded_url': 'https://twitter.com/dog_rates/status/681694085539872773/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 626, 'resize': 'fit'}, 'small': {'w': 640, 'h': 626, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 626, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3697, 'favorite_count': 11829, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3697, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
585:800141422401830912
{'created_at': 'Sun Nov 20 00:59:15 +0000 2016', 'id': 800141422401830912, 'id_str': '800141422401830912', 'full_text': "This is Peaches. She's the ultimate selfie sidekick. Super sneaky tongue slip appreciated. 13/10 https://t.co/pbKOesr8Tg", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800141411257643009, 'id_str': '800141411257643009', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800141411257643009, 'id_str': '800141411257643009', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8wXcAEnc3u.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 800141411266007041, 'id_str': '800141411266007041', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX8yXEAEkgUe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX8yXEAEkgUe.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 800141411844837376, 'id_str': '800141411844837376', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CxqsX-8XUAAEvjD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxqsX-8XUAAEvjD.jpg', 'url': 'https://t.co/pbKOesr8Tg', 'display_url': 'pic.twitter.com/pbKOesr8Tg', 'expanded_url': 'https://twitter.com/dog_rates/status/800141422401830912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2395, 'favorite_count': 14521, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
586:800018252395122689
{'created_at': 'Sat Nov 19 16:49:49 +0000 2016', 'id': 800018252395122689, 'id_str': '800018252395122689', 'full_text': "Here's a doggo doin a struggle. 11/10 much determined https://t.co/gQqRBfkX4I", 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 800018199223959552, 'id_str': '800018199223959552', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/800018199223959552/pu/img/3Qp73edtkZO-qWPy.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/800018199223959552/pu/img/3Qp73edtkZO-qWPy.jpg', 'url': 'https://t.co/gQqRBfkX4I', 'display_url': 'pic.twitter.com/gQqRBfkX4I', 'expanded_url': 'https://twitter.com/dog_rates/status/800018252395122689/video/1', 'type': 'photo', 'sizes': {'large': {'w': 720, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 800018199223959552, 'id_str': '800018199223959552', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/800018199223959552/pu/img/3Qp73edtkZO-qWPy.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/800018199223959552/pu/img/3Qp73edtkZO-qWPy.jpg', 'url': 'https://t.co/gQqRBfkX4I', 'display_url': 'pic.twitter.com/gQqRBfkX4I', 'expanded_url': 'https://twitter.com/dog_rates/status/800018252395122689/video/1', 'type': 'video', 'sizes': {'large': {'w': 720, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 900, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 13013, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/800018199223959552/pu/pl/RwIvmZkbabtLlRSH.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/800018199223959552/pu/vid/256x320/Scr0i5NlXRK3YbWc.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/800018199223959552/pu/vid/512x640/ZE07mjorkI-oi7U5.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12331, 'favorite_count': 26887, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
587:799774291445383169
{'created_at': 'Sat Nov 19 00:40:24 +0000 2016', 'id': 799774291445383169, 'id_str': '799774291445383169', 'full_text': 'RT @dog_rates: This is Tucker. He would like a hug. 13/10 someone hug him https://t.co/wdgY9oHPrT', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 775085121305206785, 'id_str': '775085121305206785', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'url': 'https://t.co/wdgY9oHPrT', 'display_url': 'pic.twitter.com/wdgY9oHPrT', 'expanded_url': 'https://twitter.com/dog_rates/status/775085132600442880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 775085132600442880, 'source_status_id_str': '775085132600442880', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 775085121305206785, 'id_str': '775085121305206785', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'url': 'https://t.co/wdgY9oHPrT', 'display_url': 'pic.twitter.com/wdgY9oHPrT', 'expanded_url': 'https://twitter.com/dog_rates/status/775085132600442880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 775085132600442880, 'source_status_id_str': '775085132600442880', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Sep 11 21:34:30 +0000 2016', 'id': 775085132600442880, 'id_str': '775085132600442880', 'full_text': 'This is Tucker. He would like a hug. 13/10 someone hug him https://t.co/wdgY9oHPrT', 'truncated': False, 'display_text_range': [0, 58], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775085121305206785, 'id_str': '775085121305206785', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'url': 'https://t.co/wdgY9oHPrT', 'display_url': 'pic.twitter.com/wdgY9oHPrT', 'expanded_url': 'https://twitter.com/dog_rates/status/775085132600442880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775085121305206785, 'id_str': '775085121305206785', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'url': 'https://t.co/wdgY9oHPrT', 'display_url': 'pic.twitter.com/wdgY9oHPrT', 'expanded_url': 'https://twitter.com/dog_rates/status/775085132600442880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4374, 'favorite_count': 14632, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4374, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
588:799757965289017345
{'created_at': 'Fri Nov 18 23:35:32 +0000 2016', 'id': 799757965289017345, 'id_str': '799757965289017345', 'full_text': "This is Sobe. She's a h*ckin happy doggo. Only one leg tho. Must have good balance. 13/10 would smile back https://t.co/OiH8PaOxB1", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 799757951082721281, 'id_str': '799757951082721281', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxlPnoSUcAEXf1i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxlPnoSUcAEXf1i.jpg', 'url': 'https://t.co/OiH8PaOxB1', 'display_url': 'pic.twitter.com/OiH8PaOxB1', 'expanded_url': 'https://twitter.com/dog_rates/status/799757965289017345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 799757951082721281, 'id_str': '799757951082721281', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxlPnoSUcAEXf1i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxlPnoSUcAEXf1i.jpg', 'url': 'https://t.co/OiH8PaOxB1', 'display_url': 'pic.twitter.com/OiH8PaOxB1', 'expanded_url': 'https://twitter.com/dog_rates/status/799757965289017345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 799757950957002753, 'id_str': '799757950957002753', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxlPnn0WIAEfb8Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxlPnn0WIAEfb8Y.jpg', 'url': 'https://t.co/OiH8PaOxB1', 'display_url': 'pic.twitter.com/OiH8PaOxB1', 'expanded_url': 'https://twitter.com/dog_rates/status/799757965289017345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 799757950965448708, 'id_str': '799757950965448708', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxlPnn2XAAQHXbx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxlPnn2XAAQHXbx.jpg', 'url': 'https://t.co/OiH8PaOxB1', 'display_url': 'pic.twitter.com/OiH8PaOxB1', 'expanded_url': 'https://twitter.com/dog_rates/status/799757965289017345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 799757951091109888, 'id_str': '799757951091109888', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxlPnoUUcAAo_ZV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxlPnoUUcAAo_ZV.jpg', 'url': 'https://t.co/OiH8PaOxB1', 'display_url': 'pic.twitter.com/OiH8PaOxB1', 'expanded_url': 'https://twitter.com/dog_rates/status/799757965289017345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2004, 'favorite_count': 7979, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
589:799422933579902976
{'created_at': 'Fri Nov 18 01:24:14 +0000 2016', 'id': 799422933579902976, 'id_str': '799422933579902976', 'full_text': "This is Longfellow (prolly sophisticated). He's a North Appalachian Oatzenjammer. Concerned about wrinkled feets. 12/10 would hug softly https://t.co/bpLuQuxzHZ", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 799422915762470912, 'id_str': '799422915762470912', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/Cxge6AdUQAAvXLB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxge6AdUQAAvXLB.jpg', 'url': 'https://t.co/bpLuQuxzHZ', 'display_url': 'pic.twitter.com/bpLuQuxzHZ', 'expanded_url': 'https://twitter.com/dog_rates/status/799422933579902976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 799422915762470912, 'id_str': '799422915762470912', 'indices': [137, 160], 'media_url': 'http://pbs.twimg.com/media/Cxge6AdUQAAvXLB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cxge6AdUQAAvXLB.jpg', 'url': 'https://t.co/bpLuQuxzHZ', 'display_url': 'pic.twitter.com/bpLuQuxzHZ', 'expanded_url': 'https://twitter.com/dog_rates/status/799422933579902976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1801, 'favorite_count': 7690, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
590:799308762079035393
{'created_at': 'Thu Nov 17 17:50:33 +0000 2016', 'id': 799308762079035393, 'id_str': '799308762079035393', 'full_text': 'RT @dog_rates: I WAS SENT THE ACTUAL DOG IN THE PROFILE PIC BY HIS OWNER THIS IS SO WILD. 14/10 ULTIMATE LEGEND STATUS https://t.co/7oQ1wpf…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Sep 09 18:31:54 +0000 2016', 'id': 774314403806253056, 'id_str': '774314403806253056', 'full_text': 'I WAS SENT THE ACTUAL DOG IN THE PROFILE PIC BY HIS OWNER THIS IS SO WILD. 14/10 ULTIMATE LEGEND STATUS https://t.co/7oQ1wpfxIH', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 774314388044058624, 'id_str': '774314388044058624', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 774314388044058624, 'id_str': '774314388044058624', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 774314388035670016, 'id_str': '774314388035670016', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VtXEAA8Dm5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VtXEAA8Dm5.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 774314388052385792, 'id_str': '774314388052385792', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VxWIAA5Nm7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VxWIAA5Nm7.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}, {'id': 774314388614443008, 'id_str': '774314388614443008', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1X3WcAAyyUd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1X3WcAAyyUd.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 400, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 400, 'resize': 'fit'}, 'large': {'w': 400, 'h': 400, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5092, 'favorite_count': 20549, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5092, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
591:799297110730567681
{'created_at': 'Thu Nov 17 17:04:16 +0000 2016', 'id': 799297110730567681, 'id_str': '799297110730567681', 'full_text': "This is Jeffrey. He's quite the jokester. Takes it too far sometimes. Still 11/10 would pet https://t.co/YDtZcAiMAf", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 799297094976577539, 'id_str': '799297094976577539', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CxeseRgUoAM_SQK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxeseRgUoAM_SQK.jpg', 'url': 'https://t.co/YDtZcAiMAf', 'display_url': 'pic.twitter.com/YDtZcAiMAf', 'expanded_url': 'https://twitter.com/dog_rates/status/799297110730567681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1534, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 899, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 799297094976577539, 'id_str': '799297094976577539', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CxeseRgUoAM_SQK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxeseRgUoAM_SQK.jpg', 'url': 'https://t.co/YDtZcAiMAf', 'display_url': 'pic.twitter.com/YDtZcAiMAf', 'expanded_url': 'https://twitter.com/dog_rates/status/799297110730567681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1534, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 899, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}, {'id': 799297094976577536, 'id_str': '799297094976577536', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CxeseRgUoAAhGLE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxeseRgUoAAhGLE.jpg', 'url': 'https://t.co/YDtZcAiMAf', 'display_url': 'pic.twitter.com/YDtZcAiMAf', 'expanded_url': 'https://twitter.com/dog_rates/status/799297110730567681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1773, 'h': 1547, 'resize': 'fit'}, 'small': {'w': 680, 'h': 593, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1047, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2568, 'favorite_count': 9389, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
592:799063482566066176
{'created_at': 'Thu Nov 17 01:35:54 +0000 2016', 'id': 799063482566066176, 'id_str': '799063482566066176', 'full_text': 'This is Mister. He only wears the most fashionable af headwear. 11/10 h*ckin stylish https://t.co/BXJFKOVnJm', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 799063471937769472, 'id_str': '799063471937769472', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CxbX_n3XUAAoi-X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxbX_n3XUAAoi-X.jpg', 'url': 'https://t.co/BXJFKOVnJm', 'display_url': 'pic.twitter.com/BXJFKOVnJm', 'expanded_url': 'https://twitter.com/dog_rates/status/799063482566066176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 799063471937769472, 'id_str': '799063471937769472', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CxbX_n3XUAAoi-X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxbX_n3XUAAoi-X.jpg', 'url': 'https://t.co/BXJFKOVnJm', 'display_url': 'pic.twitter.com/BXJFKOVnJm', 'expanded_url': 'https://twitter.com/dog_rates/status/799063482566066176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 799063471933497344, 'id_str': '799063471933497344', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CxbX_n2WIAAHaLS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxbX_n2WIAAHaLS.jpg', 'url': 'https://t.co/BXJFKOVnJm', 'display_url': 'pic.twitter.com/BXJFKOVnJm', 'expanded_url': 'https://twitter.com/dog_rates/status/799063482566066176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 799063471929364480, 'id_str': '799063471929364480', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CxbX_n1XEAA9ftt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxbX_n1XEAA9ftt.jpg', 'url': 'https://t.co/BXJFKOVnJm', 'display_url': 'pic.twitter.com/BXJFKOVnJm', 'expanded_url': 'https://twitter.com/dog_rates/status/799063482566066176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 799063471933497345, 'id_str': '799063471933497345', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CxbX_n2WIAE-SA9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxbX_n2WIAE-SA9.jpg', 'url': 'https://t.co/BXJFKOVnJm', 'display_url': 'pic.twitter.com/BXJFKOVnJm', 'expanded_url': 'https://twitter.com/dog_rates/status/799063482566066176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2340, 'favorite_count': 7700, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
593:798933969379225600
{'created_at': 'Wed Nov 16 17:01:16 +0000 2016', 'id': 798933969379225600, 'id_str': '798933969379225600', 'full_text': "This is Iroh. He's in a predicament. 12/10 someone help him https://t.co/KJAKO2kXsL", 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 798933932586782720, 'id_str': '798933932586782720', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CxZiLcLXUAApMVy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxZiLcLXUAApMVy.jpg', 'url': 'https://t.co/KJAKO2kXsL', 'display_url': 'pic.twitter.com/KJAKO2kXsL', 'expanded_url': 'https://twitter.com/dog_rates/status/798933969379225600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 798933932586782720, 'id_str': '798933932586782720', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CxZiLcLXUAApMVy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxZiLcLXUAApMVy.jpg', 'url': 'https://t.co/KJAKO2kXsL', 'display_url': 'pic.twitter.com/KJAKO2kXsL', 'expanded_url': 'https://twitter.com/dog_rates/status/798933969379225600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}, {'id': 798933932582572032, 'id_str': '798933932582572032', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CxZiLcKXEAAEJzA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxZiLcKXEAAEJzA.jpg', 'url': 'https://t.co/KJAKO2kXsL', 'display_url': 'pic.twitter.com/KJAKO2kXsL', 'expanded_url': 'https://twitter.com/dog_rates/status/798933969379225600/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 377, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 666, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1136, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4161, 'favorite_count': 12429, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
594:798925684722855936
{'created_at': 'Wed Nov 16 16:28:21 +0000 2016', 'id': 798925684722855936, 'id_str': '798925684722855936', 'full_text': "This is Shadow. He's a firm believer that they're all good dogs. H*ckin passionate about it too. 11/10 I stand with Shadow https://t.co/8yvpacwBcu", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 798925670629916672, 'id_str': '798925670629916672', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CxZaqh_WQAA7lY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxZaqh_WQAA7lY3.jpg', 'url': 'https://t.co/8yvpacwBcu', 'display_url': 'pic.twitter.com/8yvpacwBcu', 'expanded_url': 'https://twitter.com/dog_rates/status/798925684722855936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 798925670629916672, 'id_str': '798925670629916672', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CxZaqh_WQAA7lY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxZaqh_WQAA7lY3.jpg', 'url': 'https://t.co/8yvpacwBcu', 'display_url': 'pic.twitter.com/8yvpacwBcu', 'expanded_url': 'https://twitter.com/dog_rates/status/798925684722855936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1362, 'favorite_count': 7160, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
595:798705661114773508
{'created_at': 'Wed Nov 16 01:54:03 +0000 2016', 'id': 798705661114773508, 'id_str': '798705661114773508', 'full_text': "RT @dog_rates: Meet Baloo. He's expecting a fast ground ball, hence the wide stance. Prepared af. 11/10 nothing runs like a pupper https://…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jun 08 22:48:46 +0000 2016', 'id': 740676976021798912, 'id_str': '740676976021798912', 'full_text': "Meet Baloo. He's expecting a fast ground ball, hence the wide stance. Prepared af. 11/10 nothing runs like a pupper https://t.co/sMbMw5Z2XC", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740676969604493312, 'id_str': '740676969604493312', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'url': 'https://t.co/sMbMw5Z2XC', 'display_url': 'pic.twitter.com/sMbMw5Z2XC', 'expanded_url': 'https://twitter.com/dog_rates/status/740676976021798912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740676969604493312, 'id_str': '740676969604493312', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'url': 'https://t.co/sMbMw5Z2XC', 'display_url': 'pic.twitter.com/sMbMw5Z2XC', 'expanded_url': 'https://twitter.com/dog_rates/status/740676976021798912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6222, 'favorite_count': 16853, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6222, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
596:798701998996647937
{'created_at': 'Wed Nov 16 01:39:30 +0000 2016', 'id': 798701998996647937, 'id_str': '798701998996647937', 'full_text': "RT @dog_rates: We normally don't rate marshmallows but this one appears to be flawlessly toasted so I'll make an exception. 10/10 https://t…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Apr 09 02:47:55 +0000 2016', 'id': 718631497683582976, 'id_str': '718631497683582976', 'full_text': "We normally don't rate marshmallows but this one appears to be flawlessly toasted so I'll make an exception. 10/10 https://t.co/D9jbbmPmos", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718631494844080128, 'id_str': '718631494844080128', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'url': 'https://t.co/D9jbbmPmos', 'display_url': 'pic.twitter.com/D9jbbmPmos', 'expanded_url': 'https://twitter.com/dog_rates/status/718631497683582976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718631494844080128, 'id_str': '718631494844080128', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'url': 'https://t.co/D9jbbmPmos', 'display_url': 'pic.twitter.com/D9jbbmPmos', 'expanded_url': 'https://twitter.com/dog_rates/status/718631497683582976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7251, 'favorite_count': 17387, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7251, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
597:798697898615730177
{'created_at': 'Wed Nov 16 01:23:12 +0000 2016', 'id': 798697898615730177, 'id_str': '798697898615730177', 'full_text': 'RT @dog_rates: This is Stubert. He just arrived. 10/10 https://t.co/HVGs5aAKAn', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 712809014606827520, 'id_str': '712809014606827520', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'url': 'https://t.co/HVGs5aAKAn', 'display_url': 'pic.twitter.com/HVGs5aAKAn', 'expanded_url': 'https://twitter.com/dog_rates/status/712809025985978368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 712809025985978368, 'source_status_id_str': '712809025985978368', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 712809014606827520, 'id_str': '712809014606827520', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'url': 'https://t.co/HVGs5aAKAn', 'display_url': 'pic.twitter.com/HVGs5aAKAn', 'expanded_url': 'https://twitter.com/dog_rates/status/712809025985978368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 712809025985978368, 'source_status_id_str': '712809025985978368', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Mar 24 01:11:29 +0000 2016', 'id': 712809025985978368, 'id_str': '712809025985978368', 'full_text': 'This is Stubert. He just arrived. 10/10 https://t.co/HVGs5aAKAn', 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712809014606827520, 'id_str': '712809014606827520', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'url': 'https://t.co/HVGs5aAKAn', 'display_url': 'pic.twitter.com/HVGs5aAKAn', 'expanded_url': 'https://twitter.com/dog_rates/status/712809025985978368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712809014606827520, 'id_str': '712809014606827520', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'url': 'https://t.co/HVGs5aAKAn', 'display_url': 'pic.twitter.com/HVGs5aAKAn', 'expanded_url': 'https://twitter.com/dog_rates/status/712809025985978368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6103, 'favorite_count': 17590, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6103, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
598:798694562394996736
{'created_at': 'Wed Nov 16 01:09:57 +0000 2016', 'id': 798694562394996736, 'id_str': '798694562394996736', 'full_text': "RT @dog_rates: I'm not sure what's happening here, but it's pretty spectacular. 12/10 for both https://t.co/JKXh0NbBNL", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 701214695424991232, 'id_str': '701214695424991232', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'url': 'https://t.co/JKXh0NbBNL', 'display_url': 'pic.twitter.com/JKXh0NbBNL', 'expanded_url': 'https://twitter.com/dog_rates/status/701214700881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 701214700881756160, 'source_status_id_str': '701214700881756160', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 701214695424991232, 'id_str': '701214695424991232', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'url': 'https://t.co/JKXh0NbBNL', 'display_url': 'pic.twitter.com/JKXh0NbBNL', 'expanded_url': 'https://twitter.com/dog_rates/status/701214700881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 701214700881756160, 'source_status_id_str': '701214700881756160', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Feb 21 01:19:47 +0000 2016', 'id': 701214700881756160, 'id_str': '701214700881756160', 'full_text': "I'm not sure what's happening here, but it's pretty spectacular. 12/10 for both https://t.co/JKXh0NbBNL", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701214695424991232, 'id_str': '701214695424991232', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'url': 'https://t.co/JKXh0NbBNL', 'display_url': 'pic.twitter.com/JKXh0NbBNL', 'expanded_url': 'https://twitter.com/dog_rates/status/701214700881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701214695424991232, 'id_str': '701214695424991232', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'url': 'https://t.co/JKXh0NbBNL', 'display_url': 'pic.twitter.com/JKXh0NbBNL', 'expanded_url': 'https://twitter.com/dog_rates/status/701214700881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4643, 'favorite_count': 11300, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4643, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
599:798686750113755136
{'created_at': 'Wed Nov 16 00:38:54 +0000 2016', 'id': 798686750113755136, 'id_str': '798686750113755136', 'full_text': 'RT @dog_rates: Say hello to Jack (pronounced "Kevin"). He\'s a Virgo Episcopalian. Can summon rainbows. 11/10 magical as hell https://t.co/Y…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Jan 02 20:58:09 +0000 2016', 'id': 683391852557561860, 'id_str': '683391852557561860', 'full_text': 'Say hello to Jack (pronounced "Kevin"). He\'s a Virgo Episcopalian. Can summon rainbows. 11/10 magical as hell https://t.co/YHXrdUTHd6', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683391846228357120, 'id_str': '683391846228357120', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'url': 'https://t.co/YHXrdUTHd6', 'display_url': 'pic.twitter.com/YHXrdUTHd6', 'expanded_url': 'https://twitter.com/dog_rates/status/683391852557561860/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683391846228357120, 'id_str': '683391846228357120', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'url': 'https://t.co/YHXrdUTHd6', 'display_url': 'pic.twitter.com/YHXrdUTHd6', 'expanded_url': 'https://twitter.com/dog_rates/status/683391852557561860/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2181, 'favorite_count': 7056, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2181, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
600:798682547630837760
{'created_at': 'Wed Nov 16 00:22:12 +0000 2016', 'id': 798682547630837760, 'id_str': '798682547630837760', 'full_text': 'RT @dog_rates: Here we see a rare pouched pupper. Ample storage space. Looks alert. Jumps at random. Kicked open that door. 8/10 https://t.…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Dec 16 01:27:03 +0000 2015', 'id': 676936541936185344, 'id_str': '676936541936185344', 'full_text': 'Here we see a rare pouched pupper. Ample storage space. Looks alert. Jumps at random. Kicked open that door. 8/10 https://t.co/mqvaxleHRz', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676936535535656961, 'id_str': '676936535535656961', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'url': 'https://t.co/mqvaxleHRz', 'display_url': 'pic.twitter.com/mqvaxleHRz', 'expanded_url': 'https://twitter.com/dog_rates/status/676936541936185344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676936535535656961, 'id_str': '676936535535656961', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'url': 'https://t.co/mqvaxleHRz', 'display_url': 'pic.twitter.com/mqvaxleHRz', 'expanded_url': 'https://twitter.com/dog_rates/status/676936541936185344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4435, 'favorite_count': 11630, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4435, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
601:798673117451325440
{'created_at': 'Tue Nov 15 23:44:44 +0000 2016', 'id': 798673117451325440, 'id_str': '798673117451325440', 'full_text': 'RT @dog_rates: I shall call him squishy and he shall be mine, and he shall be my squishy. 13/10 https://t.co/WId5lxNdPH', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 675501041127936000, 'id_str': '675501041127936000', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'url': 'https://t.co/WId5lxNdPH', 'display_url': 'pic.twitter.com/WId5lxNdPH', 'expanded_url': 'https://twitter.com/dog_rates/status/675501075957489664/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}, 'source_status_id': 675501075957489664, 'source_status_id_str': '675501075957489664', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 675501041127936000, 'id_str': '675501041127936000', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'url': 'https://t.co/WId5lxNdPH', 'display_url': 'pic.twitter.com/WId5lxNdPH', 'expanded_url': 'https://twitter.com/dog_rates/status/675501075957489664/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}, 'source_status_id': 675501075957489664, 'source_status_id_str': '675501075957489664', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Dec 12 02:23:01 +0000 2015', 'id': 675501075957489664, 'id_str': '675501075957489664', 'full_text': 'I shall call him squishy and he shall be mine, and he shall be my squishy. 13/10 https://t.co/WId5lxNdPH', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675501041127936000, 'id_str': '675501041127936000', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'url': 'https://t.co/WId5lxNdPH', 'display_url': 'pic.twitter.com/WId5lxNdPH', 'expanded_url': 'https://twitter.com/dog_rates/status/675501075957489664/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675501041127936000, 'id_str': '675501041127936000', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'url': 'https://t.co/WId5lxNdPH', 'display_url': 'pic.twitter.com/WId5lxNdPH', 'expanded_url': 'https://twitter.com/dog_rates/status/675501075957489664/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5227, 'favorite_count': 15568, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5227, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
602:798665375516884993
{'created_at': 'Tue Nov 15 23:13:58 +0000 2016', 'id': 798665375516884993, 'id_str': '798665375516884993', 'full_text': 'RT @dog_rates: This is Lola. She fell asleep on a piece of pizza. 10/10 frighteningly relatable https://t.co/eqmkr2gmPH', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 671896801591607296, 'id_str': '671896801591607296', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'url': 'https://t.co/eqmkr2gmPH', 'display_url': 'pic.twitter.com/eqmkr2gmPH', 'expanded_url': 'https://twitter.com/dog_rates/status/671896809300709376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 671896809300709376, 'source_status_id_str': '671896809300709376', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 671896801591607296, 'id_str': '671896801591607296', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'url': 'https://t.co/eqmkr2gmPH', 'display_url': 'pic.twitter.com/eqmkr2gmPH', 'expanded_url': 'https://twitter.com/dog_rates/status/671896809300709376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 671896809300709376, 'source_status_id_str': '671896809300709376', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Dec 02 03:40:57 +0000 2015', 'id': 671896809300709376, 'id_str': '671896809300709376', 'full_text': 'This is Lola. She fell asleep on a piece of pizza. 10/10 frighteningly relatable https://t.co/eqmkr2gmPH', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671896801591607296, 'id_str': '671896801591607296', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'url': 'https://t.co/eqmkr2gmPH', 'display_url': 'pic.twitter.com/eqmkr2gmPH', 'expanded_url': 'https://twitter.com/dog_rates/status/671896809300709376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671896801591607296, 'id_str': '671896801591607296', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'url': 'https://t.co/eqmkr2gmPH', 'display_url': 'pic.twitter.com/eqmkr2gmPH', 'expanded_url': 'https://twitter.com/dog_rates/status/671896809300709376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3678, 'favorite_count': 7625, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3678, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
603:798644042770751489
{'created_at': 'Tue Nov 15 21:49:12 +0000 2016', 'id': 798644042770751489, 'id_str': '798644042770751489', 'full_text': 'RT @dog_rates: This is Paull. He just stubbed his toe. 10/10 deep breaths Paull https://t.co/J5Mqn8VeYq', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 670444949847023616, 'id_str': '670444949847023616', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'url': 'https://t.co/J5Mqn8VeYq', 'display_url': 'pic.twitter.com/J5Mqn8VeYq', 'expanded_url': 'https://twitter.com/dog_rates/status/670444955656130560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 670444955656130560, 'source_status_id_str': '670444955656130560', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 670444949847023616, 'id_str': '670444949847023616', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'url': 'https://t.co/J5Mqn8VeYq', 'display_url': 'pic.twitter.com/J5Mqn8VeYq', 'expanded_url': 'https://twitter.com/dog_rates/status/670444955656130560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 670444955656130560, 'source_status_id_str': '670444955656130560', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Nov 28 03:31:48 +0000 2015', 'id': 670444955656130560, 'id_str': '670444955656130560', 'full_text': 'This is Paull. He just stubbed his toe. 10/10 deep breaths Paull https://t.co/J5Mqn8VeYq', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670444949847023616, 'id_str': '670444949847023616', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'url': 'https://t.co/J5Mqn8VeYq', 'display_url': 'pic.twitter.com/J5Mqn8VeYq', 'expanded_url': 'https://twitter.com/dog_rates/status/670444955656130560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670444949847023616, 'id_str': '670444949847023616', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'url': 'https://t.co/J5Mqn8VeYq', 'display_url': 'pic.twitter.com/J5Mqn8VeYq', 'expanded_url': 'https://twitter.com/dog_rates/status/670444955656130560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1746, 'favorite_count': 6063, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1746, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
604:798628517273620480
{'created_at': 'Tue Nov 15 20:47:30 +0000 2016', 'id': 798628517273620480, 'id_str': '798628517273620480', 'full_text': 'RT @dog_rates: This a Norwegian Pewterschmidt named Tickles. Ears for days. 12/10 I care deeply for Tickles https://t.co/0aDF62KVP7', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 667509363477577728, 'id_str': '667509363477577728', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'url': 'https://t.co/0aDF62KVP7', 'display_url': 'pic.twitter.com/0aDF62KVP7', 'expanded_url': 'https://twitter.com/dog_rates/status/667509364010450944/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 471, 'h': 655, 'resize': 'fit'}, 'small': {'w': 471, 'h': 655, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 471, 'h': 655, 'resize': 'fit'}}, 'source_status_id': 667509364010450944, 'source_status_id_str': '667509364010450944', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 667509363477577728, 'id_str': '667509363477577728', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'url': 'https://t.co/0aDF62KVP7', 'display_url': 'pic.twitter.com/0aDF62KVP7', 'expanded_url': 'https://twitter.com/dog_rates/status/667509364010450944/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 471, 'h': 655, 'resize': 'fit'}, 'small': {'w': 471, 'h': 655, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 471, 'h': 655, 'resize': 'fit'}}, 'source_status_id': 667509364010450944, 'source_status_id_str': '667509364010450944', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Nov 20 01:06:48 +0000 2015', 'id': 667509364010450944, 'id_str': '667509364010450944', 'full_text': 'This a Norwegian Pewterschmidt named Tickles. Ears for days. 12/10 I care deeply for Tickles https://t.co/0aDF62KVP7', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667509363477577728, 'id_str': '667509363477577728', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'url': 'https://t.co/0aDF62KVP7', 'display_url': 'pic.twitter.com/0aDF62KVP7', 'expanded_url': 'https://twitter.com/dog_rates/status/667509364010450944/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 471, 'h': 655, 'resize': 'fit'}, 'small': {'w': 471, 'h': 655, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 471, 'h': 655, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667509363477577728, 'id_str': '667509363477577728', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'url': 'https://t.co/0aDF62KVP7', 'display_url': 'pic.twitter.com/0aDF62KVP7', 'expanded_url': 'https://twitter.com/dog_rates/status/667509364010450944/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 471, 'h': 655, 'resize': 'fit'}, 'small': {'w': 471, 'h': 655, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 471, 'h': 655, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1867, 'favorite_count': 6065, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1867, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
605:798585098161549313
{'created_at': 'Tue Nov 15 17:54:59 +0000 2016', 'id': 798585098161549313, 'id_str': '798585098161549313', 'full_text': "RT @dog_rates: This is Timison. He just told an awful joke but is still hanging on to the hope that you'll laugh with him. 10/10 https://t.…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Nov 19 03:29:07 +0000 2015', 'id': 667182792070062081, 'id_str': '667182792070062081', 'full_text': "This is Timison. He just told an awful joke but is still hanging on to the hope that you'll laugh with him. 10/10 https://t.co/s2yYuHabWl", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667182789016596480, 'id_str': '667182789016596480', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'url': 'https://t.co/s2yYuHabWl', 'display_url': 'pic.twitter.com/s2yYuHabWl', 'expanded_url': 'https://twitter.com/dog_rates/status/667182792070062081/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 640, 'resize': 'fit'}, 'large': {'w': 578, 'h': 640, 'resize': 'fit'}, 'small': {'w': 578, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667182789016596480, 'id_str': '667182789016596480', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'url': 'https://t.co/s2yYuHabWl', 'display_url': 'pic.twitter.com/s2yYuHabWl', 'expanded_url': 'https://twitter.com/dog_rates/status/667182792070062081/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 640, 'resize': 'fit'}, 'large': {'w': 578, 'h': 640, 'resize': 'fit'}, 'small': {'w': 578, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5276, 'favorite_count': 12537, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5276, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
606:798576900688019456
{'created_at': 'Tue Nov 15 17:22:24 +0000 2016', 'id': 798576900688019456, 'id_str': '798576900688019456', 'full_text': "RT @dog_rates: Not familiar with this breed. No tail (weird). Only 2 legs. Doesn't bark. Surprisingly quick. Shits eggs. 1/10 https://t.co/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Nov 16 04:02:55 +0000 2015', 'id': 666104133288665088, 'id_str': '666104133288665088', 'full_text': "Not familiar with this breed. No tail (weird). Only 2 legs. Doesn't bark. Surprisingly quick. Shits eggs. 1/10 https://t.co/Asgdc6kuLX", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666104129232740352, 'id_str': '666104129232740352', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'url': 'https://t.co/Asgdc6kuLX', 'display_url': 'pic.twitter.com/Asgdc6kuLX', 'expanded_url': 'https://twitter.com/dog_rates/status/666104133288665088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 430, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 430, 'resize': 'fit'}, 'small': {'w': 640, 'h': 430, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666104129232740352, 'id_str': '666104129232740352', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'url': 'https://t.co/Asgdc6kuLX', 'display_url': 'pic.twitter.com/Asgdc6kuLX', 'expanded_url': 'https://twitter.com/dog_rates/status/666104133288665088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 430, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 430, 'resize': 'fit'}, 'small': {'w': 640, 'h': 430, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5488, 'favorite_count': 12899, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5488, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
607:798340744599797760
{'created_at': 'Tue Nov 15 01:44:00 +0000 2016', 'id': 798340744599797760, 'id_str': '798340744599797760', 'full_text': "RT @dog_rates: This is Davey. He'll have your daughter home by 8. Just a stand up pup. 11/10 would introduce to mom https://t.co/E6bGWf9EOm", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 771770449999097856, 'id_str': '771770449999097856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'url': 'https://t.co/E6bGWf9EOm', 'display_url': 'pic.twitter.com/E6bGWf9EOm', 'expanded_url': 'https://twitter.com/dog_rates/status/771770456517009408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 996, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1234, 'resize': 'fit'}}, 'source_status_id': 771770456517009408, 'source_status_id_str': '771770456517009408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 771770449999097856, 'id_str': '771770449999097856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'url': 'https://t.co/E6bGWf9EOm', 'display_url': 'pic.twitter.com/E6bGWf9EOm', 'expanded_url': 'https://twitter.com/dog_rates/status/771770456517009408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 996, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1234, 'resize': 'fit'}}, 'source_status_id': 771770456517009408, 'source_status_id_str': '771770456517009408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Sep 02 18:03:10 +0000 2016', 'id': 771770456517009408, 'id_str': '771770456517009408', 'full_text': "This is Davey. He'll have your daughter home by 8. Just a stand up pup. 11/10 would introduce to mom https://t.co/E6bGWf9EOm", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771770449999097856, 'id_str': '771770449999097856', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'url': 'https://t.co/E6bGWf9EOm', 'display_url': 'pic.twitter.com/E6bGWf9EOm', 'expanded_url': 'https://twitter.com/dog_rates/status/771770456517009408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 996, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1234, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771770449999097856, 'id_str': '771770449999097856', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'url': 'https://t.co/E6bGWf9EOm', 'display_url': 'pic.twitter.com/E6bGWf9EOm', 'expanded_url': 'https://twitter.com/dog_rates/status/771770456517009408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 996, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1234, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3142, 'favorite_count': 11294, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3142, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
608:798209839306514432
{'created_at': 'Mon Nov 14 17:03:50 +0000 2016', 'id': 798209839306514432, 'id_str': '798209839306514432', 'full_text': 'This is Cooper. His bow tie was too heavy for the front so he moved it to the side. Balanced af now. 13/10 https://t.co/jG1PAFkB81', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 798209828535541760, 'id_str': '798209828535541760', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxPPnCYWIAAo_ao.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxPPnCYWIAAo_ao.jpg', 'url': 'https://t.co/jG1PAFkB81', 'display_url': 'pic.twitter.com/jG1PAFkB81', 'expanded_url': 'https://twitter.com/dog_rates/status/798209839306514432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1027, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 582, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1752, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 798209828535541760, 'id_str': '798209828535541760', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CxPPnCYWIAAo_ao.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxPPnCYWIAAo_ao.jpg', 'url': 'https://t.co/jG1PAFkB81', 'display_url': 'pic.twitter.com/jG1PAFkB81', 'expanded_url': 'https://twitter.com/dog_rates/status/798209839306514432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1027, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 582, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1752, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2425, 'favorite_count': 9932, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
609:797971864723324932
{'created_at': 'Mon Nov 14 01:18:12 +0000 2016', 'id': 797971864723324932, 'id_str': '797971864723324932', 'full_text': "Here's a helicopter pupper. He takes off at random. H*ckin hard to control. 12/10 rare af https://t.co/GRWPgNKt2z", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 797971806841802752, 'id_str': '797971806841802752', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CxL3IWeVEAAAIE2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxL3IWeVEAAAIE2.jpg', 'url': 'https://t.co/GRWPgNKt2z', 'display_url': 'pic.twitter.com/GRWPgNKt2z', 'expanded_url': 'https://twitter.com/dog_rates/status/797971864723324932/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1360, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 797, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 797971806841802752, 'id_str': '797971806841802752', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CxL3IWeVEAAAIE2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxL3IWeVEAAAIE2.jpg', 'url': 'https://t.co/GRWPgNKt2z', 'display_url': 'pic.twitter.com/GRWPgNKt2z', 'expanded_url': 'https://twitter.com/dog_rates/status/797971864723324932/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1360, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 797, 'resize': 'fit'}}}, {'id': 797971807168925696, 'id_str': '797971807168925696', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CxL3IXsUkAAWSSn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxL3IXsUkAAWSSn.jpg', 'url': 'https://t.co/GRWPgNKt2z', 'display_url': 'pic.twitter.com/GRWPgNKt2z', 'expanded_url': 'https://twitter.com/dog_rates/status/797971864723324932/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1358, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 451, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 796, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2893, 'favorite_count': 10963, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
610:797545162159308800
{'created_at': 'Sat Nov 12 21:02:38 +0000 2016', 'id': 797545162159308800, 'id_str': '797545162159308800', 'full_text': 'This is Cassie. She steals things. Guilt increases slightly each time. 12/10 would forgive almost immediately https://t.co/Ia19irLwyB', 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 797545138759139328, 'id_str': '797545138759139328', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CxFzFAAUAAA5C9z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxFzFAAUAAA5C9z.jpg', 'url': 'https://t.co/Ia19irLwyB', 'display_url': 'pic.twitter.com/Ia19irLwyB', 'expanded_url': 'https://twitter.com/dog_rates/status/797545162159308800/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 643, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1136, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1938, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 797545138759139328, 'id_str': '797545138759139328', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CxFzFAAUAAA5C9z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxFzFAAUAAA5C9z.jpg', 'url': 'https://t.co/Ia19irLwyB', 'display_url': 'pic.twitter.com/Ia19irLwyB', 'expanded_url': 'https://twitter.com/dog_rates/status/797545162159308800/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 643, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1136, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1938, 'h': 2048, 'resize': 'fit'}}}, {'id': 797545138759155712, 'id_str': '797545138759155712', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CxFzFAAUQAAtVIR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxFzFAAUQAAtVIR.jpg', 'url': 'https://t.co/Ia19irLwyB', 'display_url': 'pic.twitter.com/Ia19irLwyB', 'expanded_url': 'https://twitter.com/dog_rates/status/797545162159308800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 607, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1828, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 1071, 'h': 1200, 'resize': 'fit'}}}, {'id': 797545138947928064, 'id_str': '797545138947928064', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CxFzFAtUsAA4-i_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxFzFAtUsAA4-i_.jpg', 'url': 'https://t.co/Ia19irLwyB', 'display_url': 'pic.twitter.com/Ia19irLwyB', 'expanded_url': 'https://twitter.com/dog_rates/status/797545162159308800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1524, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 893, 'resize': 'fit'}, 'small': {'w': 680, 'h': 506, 'resize': 'fit'}}}, {'id': 797545138767544321, 'id_str': '797545138767544321', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CxFzFACUQAEPpsL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxFzFACUQAEPpsL.jpg', 'url': 'https://t.co/Ia19irLwyB', 'display_url': 'pic.twitter.com/Ia19irLwyB', 'expanded_url': 'https://twitter.com/dog_rates/status/797545162159308800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1037, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1770, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 588, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4620, 'favorite_count': 13885, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
611:797236660651966464
{'created_at': 'Sat Nov 12 00:36:46 +0000 2016', 'id': 797236660651966464, 'id_str': '797236660651966464', 'full_text': 'This is Pancake. She loves Batman and winks like a h*ckin champ. 12/10 real crowd pleaser https://t.co/6kqsAjJNhi', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 797236631975657472, 'id_str': '797236631975657472', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CxBafirWgAAV8o4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxBafirWgAAV8o4.jpg', 'url': 'https://t.co/6kqsAjJNhi', 'display_url': 'pic.twitter.com/6kqsAjJNhi', 'expanded_url': 'https://twitter.com/dog_rates/status/797236660651966464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1315, 'h': 1837, 'resize': 'fit'}, 'medium': {'w': 859, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 487, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 797236631975657472, 'id_str': '797236631975657472', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CxBafirWgAAV8o4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxBafirWgAAV8o4.jpg', 'url': 'https://t.co/6kqsAjJNhi', 'display_url': 'pic.twitter.com/6kqsAjJNhi', 'expanded_url': 'https://twitter.com/dog_rates/status/797236660651966464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1315, 'h': 1837, 'resize': 'fit'}, 'medium': {'w': 859, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 487, 'h': 680, 'resize': 'fit'}}}, {'id': 797236631979835392, 'id_str': '797236631979835392', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CxBafisWQAAtJ1X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CxBafisWQAAtJ1X.jpg', 'url': 'https://t.co/6kqsAjJNhi', 'display_url': 'pic.twitter.com/6kqsAjJNhi', 'expanded_url': 'https://twitter.com/dog_rates/status/797236660651966464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1148, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 673, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6165, 'favorite_count': 18948, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
612:797165961484890113
{'created_at': 'Fri Nov 11 19:55:50 +0000 2016', 'id': 797165961484890113, 'id_str': '797165961484890113', 'full_text': '@JODYHiGHROLLER it may be an 11/10 but what do I know 😉', 'truncated': False, 'display_text_range': [16, 55], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'JODYHiGHROLLER', 'name': 'RiFF RAFF ©', 'id': 29166305, 'id_str': '29166305', 'indices': [0, 15]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 797123751162839040, 'in_reply_to_status_id_str': '797123751162839040', 'in_reply_to_user_id': 29166305, 'in_reply_to_user_id_str': '29166305', 'in_reply_to_screen_name': 'JODYHiGHROLLER', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 24, 'favorite_count': 212, 'favorited': False, 'retweeted': False, 'lang': 'en'}
613:796904159865868288
{'created_at': 'Fri Nov 11 02:35:32 +0000 2016', 'id': 796904159865868288, 'id_str': '796904159865868288', 'full_text': "RT @dog_rates: This is Tyrone. He's a leaf wizard. Self-motivated. No eyes (tragic). Inspirational af. 11/10 enthusiasm is tangible https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 13 16:56:30 +0000 2016', 'id': 687317306314240000, 'id_str': '687317306314240000', 'full_text': "This is Tyrone. He's a leaf wizard. Self-motivated. No eyes (tragic). Inspirational af. 11/10 enthusiasm is tangible https://t.co/pRp1Npucbz", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687317297157935104, 'id_str': '687317297157935104', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'url': 'https://t.co/pRp1Npucbz', 'display_url': 'pic.twitter.com/pRp1Npucbz', 'expanded_url': 'https://twitter.com/dog_rates/status/687317306314240000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 573, 'h': 751, 'resize': 'fit'}, 'large': {'w': 573, 'h': 751, 'resize': 'fit'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687317297157935104, 'id_str': '687317297157935104', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'url': 'https://t.co/pRp1Npucbz', 'display_url': 'pic.twitter.com/pRp1Npucbz', 'expanded_url': 'https://twitter.com/dog_rates/status/687317306314240000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 573, 'h': 751, 'resize': 'fit'}, 'large': {'w': 573, 'h': 751, 'resize': 'fit'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}}}, {'id': 687317297166323712, 'id_str': '687317297166323712', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYnXcLGUkAAm-At.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnXcLGUkAAm-At.jpg', 'url': 'https://t.co/pRp1Npucbz', 'display_url': 'pic.twitter.com/pRp1Npucbz', 'expanded_url': 'https://twitter.com/dog_rates/status/687317306314240000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 766, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 766, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8359, 'favorite_count': 18680, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 8359, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
614:796865951799083009
{'created_at': 'Fri Nov 11 00:03:42 +0000 2016', 'id': 796865951799083009, 'id_str': '796865951799083009', 'full_text': "This is Tyr. He's just checking on you. Nifty af tongue slip. 12/10 would absolutely pet https://t.co/Jgnuiyvq06", 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796865939568373760, 'id_str': '796865939568373760', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cw8JWZ2UsAAJOZ6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw8JWZ2UsAAJOZ6.jpg', 'url': 'https://t.co/Jgnuiyvq06', 'display_url': 'pic.twitter.com/Jgnuiyvq06', 'expanded_url': 'https://twitter.com/dog_rates/status/796865951799083009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1037, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1770, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 588, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796865939568373760, 'id_str': '796865939568373760', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cw8JWZ2UsAAJOZ6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw8JWZ2UsAAJOZ6.jpg', 'url': 'https://t.co/Jgnuiyvq06', 'display_url': 'pic.twitter.com/Jgnuiyvq06', 'expanded_url': 'https://twitter.com/dog_rates/status/796865951799083009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1037, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1770, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 588, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1829, 'favorite_count': 7316, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
615:796759840936919040
{'created_at': 'Thu Nov 10 17:02:03 +0000 2016', 'id': 796759840936919040, 'id_str': '796759840936919040', 'full_text': "Say hello to Romeo. He was just told that it's too cold for the pool. H*ckin nonsense. 11/10 would help fill up https://t.co/6hx7ur6sNI", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796759815062253568, 'id_str': '796759815062253568', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cw6o1JQXcAAtP78.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw6o1JQXcAAtP78.jpg', 'url': 'https://t.co/6hx7ur6sNI', 'display_url': 'pic.twitter.com/6hx7ur6sNI', 'expanded_url': 'https://twitter.com/dog_rates/status/796759840936919040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796759815062253568, 'id_str': '796759815062253568', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cw6o1JQXcAAtP78.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw6o1JQXcAAtP78.jpg', 'url': 'https://t.co/6hx7ur6sNI', 'display_url': 'pic.twitter.com/6hx7ur6sNI', 'expanded_url': 'https://twitter.com/dog_rates/status/796759840936919040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 898, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1532, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 796759815070564356, 'id_str': '796759815070564356', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cw6o1JSWQAQVm7I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw6o1JSWQAQVm7I.jpg', 'url': 'https://t.co/6hx7ur6sNI', 'display_url': 'pic.twitter.com/6hx7ur6sNI', 'expanded_url': 'https://twitter.com/dog_rates/status/796759840936919040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 506, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 893, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1524, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2837, 'favorite_count': 11217, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
616:796563435802726400
{'created_at': 'Thu Nov 10 04:01:37 +0000 2016', 'id': 796563435802726400, 'id_str': '796563435802726400', 'full_text': 'RT @dog_rates: I want to finally rate this iconic puppo who thinks the parade is all for him. 13/10 would absolutely attend https://t.co/5d…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Sep 28 00:46:20 +0000 2016', 'id': 780931614150983680, 'id_str': '780931614150983680', 'full_text': 'I want to finally rate this iconic puppo who thinks the parade is all for him. 13/10 would absolutely attend https://t.co/5dUYOu4b8d', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780931599936458752, 'id_str': '780931599936458752', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'url': 'https://t.co/5dUYOu4b8d', 'display_url': 'pic.twitter.com/5dUYOu4b8d', 'expanded_url': 'https://twitter.com/dog_rates/status/780931614150983680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1363, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780931599936458752, 'id_str': '780931599936458752', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'url': 'https://t.co/5dUYOu4b8d', 'display_url': 'pic.twitter.com/5dUYOu4b8d', 'expanded_url': 'https://twitter.com/dog_rates/status/780931614150983680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1363, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6747, 'favorite_count': 20495, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6747, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
617:796484825502875648
{'created_at': 'Wed Nov 09 22:49:15 +0000 2016', 'id': 796484825502875648, 'id_str': '796484825502875648', 'full_text': "Here's a sleepy doggo that requested some assistance. 12/10 would carry everywhere https://t.co/bvkkqOjNDV", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796484810906615808, 'id_str': '796484810906615808', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/Cw2uty8VQAAB0pL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw2uty8VQAAB0pL.jpg', 'url': 'https://t.co/bvkkqOjNDV', 'display_url': 'pic.twitter.com/bvkkqOjNDV', 'expanded_url': 'https://twitter.com/dog_rates/status/796484825502875648/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1454, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 852, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 483, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796484810906615808, 'id_str': '796484810906615808', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/Cw2uty8VQAAB0pL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw2uty8VQAAB0pL.jpg', 'url': 'https://t.co/bvkkqOjNDV', 'display_url': 'pic.twitter.com/bvkkqOjNDV', 'expanded_url': 'https://twitter.com/dog_rates/status/796484825502875648/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1454, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 852, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 483, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1653, 'favorite_count': 7190, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
618:796387464403357696
{'created_at': 'Wed Nov 09 16:22:22 +0000 2016', 'id': 796387464403357696, 'id_str': '796387464403357696', 'full_text': "This is Snicku. He's having trouble reading because he's a dog. Glasses only helped a little. Nap preferred. 12/10 would snug well https://t.co/cVLUasbKA5", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796387451484782592, 'id_str': '796387451484782592', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/Cw1WKu1UQAAvWsu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw1WKu1UQAAvWsu.jpg', 'url': 'https://t.co/cVLUasbKA5', 'display_url': 'pic.twitter.com/cVLUasbKA5', 'expanded_url': 'https://twitter.com/dog_rates/status/796387464403357696/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 512, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 719, 'h': 955, 'resize': 'fit'}, 'large': {'w': 719, 'h': 955, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796387451484782592, 'id_str': '796387451484782592', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/Cw1WKu1UQAAvWsu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw1WKu1UQAAvWsu.jpg', 'url': 'https://t.co/cVLUasbKA5', 'display_url': 'pic.twitter.com/cVLUasbKA5', 'expanded_url': 'https://twitter.com/dog_rates/status/796387464403357696/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 512, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 719, 'h': 955, 'resize': 'fit'}, 'large': {'w': 719, 'h': 955, 'resize': 'fit'}}}, {'id': 796387451493195776, 'id_str': '796387451493195776', 'indices': [131, 154], 'media_url': 'http://pbs.twimg.com/media/Cw1WKu3UoAAlWOH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cw1WKu3UoAAlWOH.jpg', 'url': 'https://t.co/cVLUasbKA5', 'display_url': 'pic.twitter.com/cVLUasbKA5', 'expanded_url': 'https://twitter.com/dog_rates/status/796387464403357696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 719, 'h': 526, 'resize': 'fit'}, 'small': {'w': 680, 'h': 497, 'resize': 'fit'}, 'large': {'w': 719, 'h': 526, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3893, 'favorite_count': 10469, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
619:796177847564038144
{'created_at': 'Wed Nov 09 02:29:25 +0000 2016', 'id': 796177847564038144, 'id_str': '796177847564038144', 'full_text': 'RT @dog_rates: This is Ruby. She just turned on the news. Officially terrified. 11/10 deep breaths Ruby https://t.co/y5KarNXWXt', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 796149732779421699, 'id_str': '796149732779421699', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 796149749086875649, 'source_status_id_str': '796149749086875649', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 796149732779421699, 'id_str': '796149732779421699', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 796149749086875649, 'source_status_id_str': '796149749086875649', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 796149732796145664, 'id_str': '796149732796145664', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cwx99rtWIAAKytj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rtWIAAKytj.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 796149749086875649, 'source_status_id_str': '796149749086875649', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Nov 09 00:37:46 +0000 2016', 'id': 796149749086875649, 'id_str': '796149749086875649', 'full_text': 'This is Ruby. She just turned on the news. Officially terrified. 11/10 deep breaths Ruby https://t.co/y5KarNXWXt', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796149732779421699, 'id_str': '796149732779421699', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796149732779421699, 'id_str': '796149732779421699', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 796149732796145664, 'id_str': '796149732796145664', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cwx99rtWIAAKytj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rtWIAAKytj.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13383, 'favorite_count': 30544, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 13383, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
620:796149749086875649
{'created_at': 'Wed Nov 09 00:37:46 +0000 2016', 'id': 796149749086875649, 'id_str': '796149749086875649', 'full_text': 'This is Ruby. She just turned on the news. Officially terrified. 11/10 deep breaths Ruby https://t.co/y5KarNXWXt', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796149732779421699, 'id_str': '796149732779421699', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796149732779421699, 'id_str': '796149732779421699', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rpW8AMk_Ie.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 796149732796145664, 'id_str': '796149732796145664', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cwx99rtWIAAKytj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cwx99rtWIAAKytj.jpg', 'url': 'https://t.co/y5KarNXWXt', 'display_url': 'pic.twitter.com/y5KarNXWXt', 'expanded_url': 'https://twitter.com/dog_rates/status/796149749086875649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13383, 'favorite_count': 30544, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
621:796125600683540480
{'created_at': 'Tue Nov 08 23:01:49 +0000 2016', 'id': 796125600683540480, 'id_str': '796125600683540480', 'full_text': '#ImWithThor 13/10\nhttps://t.co/a18mzkhTf6', 'truncated': False, 'display_text_range': [0, 41], 'entities': {'hashtags': [{'text': 'ImWithThor', 'indices': [0, 11]}], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/a18mzkhTf6', 'expanded_url': 'https://twitter.com/king5seattle/status/796123679771897856', 'display_url': 'twitter.com/king5seattle/s…', 'indices': [18, 41]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 796123679771897856, 'quoted_status_id_str': '796123679771897856', 'quoted_status_permalink': {'url': 'https://t.co/a18mzkhTf6', 'expanded': 'https://twitter.com/king5seattle/status/796123679771897856', 'display': 'twitter.com/king5seattle/s…'}, 'quoted_status': {'created_at': 'Tue Nov 08 22:54:11 +0000 2016', 'id': 796123679771897856, 'id_str': '796123679771897856', 'full_text': 'This is Thor, leader of the Vacuum Cleaner Defense League. "Say NO to vacuums. They\'re loud and they freak him out." https://t.co/yB7BOKunli https://t.co/eG8v8b12xM', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/yB7BOKunli', 'expanded_url': 'http://kng5.tv/VCDL', 'display_url': 'kng5.tv/VCDL', 'indices': [117, 140]}], 'media': [{'id': 796123648415432708, 'id_str': '796123648415432708', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/CwxmPX0XAAQDYuk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwxmPX0XAAQDYuk.jpg', 'url': 'https://t.co/eG8v8b12xM', 'display_url': 'pic.twitter.com/eG8v8b12xM', 'expanded_url': 'https://twitter.com/KING5Seattle/status/796123679771897856/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796123648415432708, 'id_str': '796123648415432708', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/CwxmPX0XAAQDYuk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwxmPX0XAAQDYuk.jpg', 'url': 'https://t.co/eG8v8b12xM', 'display_url': 'pic.twitter.com/eG8v8b12xM', 'expanded_url': 'https://twitter.com/KING5Seattle/status/796123679771897856/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 19430999, 'id_str': '19430999', 'name': 'KING 5 News', 'screen_name': 'KING5Seattle', 'location': 'Seattle, Washington, USA', 'description': 'News, weather, traffic & more for Seattle / Western Washington. NBC affiliate. Email newstips@king5.com', 'url': 'https://t.co/c8dk5hF9Vq', 'entities': {'url': {'urls': [{'url': 'https://t.co/c8dk5hF9Vq', 'expanded_url': 'http://www.king5.com', 'display_url': 'king5.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 701076, 'friends_count': 7960, 'listed_count': 4907, 'created_at': 'Sat Jan 24 04:03:33 +0000 2009', 'favourites_count': 29940, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 374168, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000033', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/786718413838127104/1-AHEPaH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/786718413838127104/1-AHEPaH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/19430999/1652302539', 'profile_link_color': '0084B4', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'FEFCF5', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1457, 'favorite_count': 2269, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 1686, 'favorite_count': 4739, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'und'}
622:796116448414461957
{'created_at': 'Tue Nov 08 22:25:27 +0000 2016', 'id': 796116448414461957, 'id_str': '796116448414461957', 'full_text': "I didn't believe it at first but now I can see that voter fraud is a serious h*ckin issue. 11/10 https://t.co/7i0bDMbrVN", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796116435260952576, 'id_str': '796116435260952576', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CwxfrguUUAA1cbl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwxfrguUUAA1cbl.jpg', 'url': 'https://t.co/7i0bDMbrVN', 'display_url': 'pic.twitter.com/7i0bDMbrVN', 'expanded_url': 'https://twitter.com/dog_rates/status/796116448414461957/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796116435260952576, 'id_str': '796116435260952576', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CwxfrguUUAA1cbl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwxfrguUUAA1cbl.jpg', 'url': 'https://t.co/7i0bDMbrVN', 'display_url': 'pic.twitter.com/7i0bDMbrVN', 'expanded_url': 'https://twitter.com/dog_rates/status/796116448414461957/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2254, 'favorite_count': 8647, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
623:796080075804475393
{'created_at': 'Tue Nov 08 20:00:55 +0000 2016', 'id': 796080075804475393, 'id_str': '796080075804475393', 'full_text': "This is Yogi. He's 98% floof. Snuggable af. 12/10 https://t.co/opoXKxmfFm", 'truncated': False, 'display_text_range': [0, 49], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796080068686737408, 'id_str': '796080068686737408', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cww-msrXcAAxm3K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cww-msrXcAAxm3K.jpg', 'url': 'https://t.co/opoXKxmfFm', 'display_url': 'pic.twitter.com/opoXKxmfFm', 'expanded_url': 'https://twitter.com/dog_rates/status/796080075804475393/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796080068686737408, 'id_str': '796080068686737408', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cww-msrXcAAxm3K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cww-msrXcAAxm3K.jpg', 'url': 'https://t.co/opoXKxmfFm', 'display_url': 'pic.twitter.com/opoXKxmfFm', 'expanded_url': 'https://twitter.com/dog_rates/status/796080075804475393/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2169, 'favorite_count': 8025, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
624:796031486298386433
{'created_at': 'Tue Nov 08 16:47:50 +0000 2016', 'id': 796031486298386433, 'id_str': '796031486298386433', 'full_text': "This is Daisy. She's here to make your day better. 13/10 mission h*ckin successful https://t.co/PbgvuD0qIL", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 796031477968412672, 'id_str': '796031477968412672', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CwwSaWJWIAASuoY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwwSaWJWIAASuoY.jpg', 'url': 'https://t.co/PbgvuD0qIL', 'display_url': 'pic.twitter.com/PbgvuD0qIL', 'expanded_url': 'https://twitter.com/dog_rates/status/796031486298386433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 796031477968412672, 'id_str': '796031477968412672', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CwwSaWJWIAASuoY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwwSaWJWIAASuoY.jpg', 'url': 'https://t.co/PbgvuD0qIL', 'display_url': 'pic.twitter.com/PbgvuD0qIL', 'expanded_url': 'https://twitter.com/dog_rates/status/796031486298386433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3502, 'favorite_count': 10277, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
625:795464331001561088
{'created_at': 'Mon Nov 07 03:14:10 +0000 2016', 'id': 795464331001561088, 'id_str': '795464331001561088', 'full_text': 'Elder doggo does a splash. Both 13/10 incredible stuff https://t.co/gBUDjdEcqz', 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 795464066940764160, 'id_str': '795464066940764160', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/795464066940764160/pu/img/jPkMMQXdydb7CqFX.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/795464066940764160/pu/img/jPkMMQXdydb7CqFX.jpg', 'url': 'https://t.co/gBUDjdEcqz', 'display_url': 'pic.twitter.com/gBUDjdEcqz', 'expanded_url': 'https://twitter.com/dog_rates/status/795464331001561088/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 795464066940764160, 'id_str': '795464066940764160', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/795464066940764160/pu/img/jPkMMQXdydb7CqFX.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/795464066940764160/pu/img/jPkMMQXdydb7CqFX.jpg', 'url': 'https://t.co/gBUDjdEcqz', 'display_url': 'pic.twitter.com/gBUDjdEcqz', 'expanded_url': 'https://twitter.com/dog_rates/status/795464331001561088/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 15033, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/795464066940764160/pu/pl/_b0EAIvYVF8eivlT.m3u8'}, {'bitrate': 256000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/795464066940764160/pu/vid/180x320/B_CLQyOu0qZol5Bi.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/795464066940764160/pu/vid/720x1280/FNHqB30qfAe1gQK3.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/795464066940764160/pu/vid/360x640/Wz94X8j0YPVwkVD5.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 21987, 'favorite_count': 46829, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
626:795400264262053889
{'created_at': 'Sun Nov 06 22:59:35 +0000 2016', 'id': 795400264262053889, 'id_str': '795400264262053889', 'full_text': "This is Brody. He's trying to make the same face as the football. 12/10 https://t.co/2H4MfOGlpQ", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 795400250953527296, 'id_str': '795400250953527296', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwnUUGRXcAAiW8v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwnUUGRXcAAiW8v.jpg', 'url': 'https://t.co/2H4MfOGlpQ', 'display_url': 'pic.twitter.com/2H4MfOGlpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/795400264262053889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 795400250953527296, 'id_str': '795400250953527296', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwnUUGRXcAAiW8v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwnUUGRXcAAiW8v.jpg', 'url': 'https://t.co/2H4MfOGlpQ', 'display_url': 'pic.twitter.com/2H4MfOGlpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/795400264262053889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 795400250961829889, 'id_str': '795400250961829889', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwnUUGTWIAE8sFR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwnUUGTWIAE8sFR.jpg', 'url': 'https://t.co/2H4MfOGlpQ', 'display_url': 'pic.twitter.com/2H4MfOGlpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/795400264262053889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 795400250957660160, 'id_str': '795400250957660160', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwnUUGSWgAA10eL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwnUUGSWgAA10eL.jpg', 'url': 'https://t.co/2H4MfOGlpQ', 'display_url': 'pic.twitter.com/2H4MfOGlpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/795400264262053889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 795400250966048768, 'id_str': '795400250966048768', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwnUUGUWgAAfrc4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwnUUGUWgAAfrc4.jpg', 'url': 'https://t.co/2H4MfOGlpQ', 'display_url': 'pic.twitter.com/2H4MfOGlpQ', 'expanded_url': 'https://twitter.com/dog_rates/status/795400264262053889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2686, 'favorite_count': 9521, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
627:795076730285391872
{'created_at': 'Sun Nov 06 01:33:58 +0000 2016', 'id': 795076730285391872, 'id_str': '795076730285391872', 'full_text': 'This is Bailey. She loves going down slides but is very bad at it. Still 11/10 https://t.co/ivPWhspN3E', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 795076720525279233, 'id_str': '795076720525279233', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 405, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 405, 'h': 720, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 795076720525279233, 'id_str': '795076720525279233', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXgAElHQ7.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 405, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 405, 'h': 720, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 795076720550408192, 'id_str': '795076720550408192', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJmW8AAZnit.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJmW8AAZnit.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}, {'id': 795076720525266944, 'id_str': '795076720525266944', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CwiuEJgXUAAsyV_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwiuEJgXUAAsyV_.jpg', 'url': 'https://t.co/ivPWhspN3E', 'display_url': 'pic.twitter.com/ivPWhspN3E', 'expanded_url': 'https://twitter.com/dog_rates/status/795076730285391872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 651, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 689, 'h': 720, 'resize': 'fit'}, 'large': {'w': 689, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5104, 'favorite_count': 15351, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
628:794983741416415232
{'created_at': 'Sat Nov 05 19:24:28 +0000 2016', 'id': 794983741416415232, 'id_str': '794983741416415232', 'full_text': 'RT @dog_rates: This is Rizzy. She smiles a lot. 12/10 contagious af https://t.co/TU4sZogVIq', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 789530855911882752, 'id_str': '789530855911882752', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 789530877013393408, 'source_status_id_str': '789530877013393408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 789530855911882752, 'id_str': '789530855911882752', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 789530877013393408, 'source_status_id_str': '789530877013393408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 789530855937114112, 'id_str': '789530855937114112', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CvT6IV9XgAAYOWA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV9XgAAYOWA.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 789530877013393408, 'source_status_id_str': '789530877013393408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 789530855924436996, 'id_str': '789530855924436996', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CvT6IV6WEAQhhV5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV6WEAQhhV5.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 789530877013393408, 'source_status_id_str': '789530877013393408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Oct 21 18:16:44 +0000 2016', 'id': 789530877013393408, 'id_str': '789530877013393408', 'full_text': 'This is Rizzy. She smiles a lot. 12/10 contagious af https://t.co/TU4sZogVIq', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789530855911882752, 'id_str': '789530855911882752', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789530855911882752, 'id_str': '789530855911882752', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 789530855937114112, 'id_str': '789530855937114112', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV9XgAAYOWA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV9XgAAYOWA.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 789530855924436996, 'id_str': '789530855924436996', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV6WEAQhhV5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV6WEAQhhV5.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3160, 'favorite_count': 11094, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3160, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
629:794926597468000259
{'created_at': 'Sat Nov 05 15:37:24 +0000 2016', 'id': 794926597468000259, 'id_str': '794926597468000259', 'full_text': "This is Mack. He's rather h*ckin sleepy. Exceptional ears. 12/10 would boop https://t.co/XRPvTPF0VH", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 794926589897310208, 'id_str': '794926589897310208', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CwglhZVXgAAc3_w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwglhZVXgAAc3_w.jpg', 'url': 'https://t.co/XRPvTPF0VH', 'display_url': 'pic.twitter.com/XRPvTPF0VH', 'expanded_url': 'https://twitter.com/dog_rates/status/794926597468000259/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}}}]}, 'extended_entities': {'media': [{'id': 794926589897310208, 'id_str': '794926589897310208', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CwglhZVXgAAc3_w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwglhZVXgAAc3_w.jpg', 'url': 'https://t.co/XRPvTPF0VH', 'display_url': 'pic.twitter.com/XRPvTPF0VH', 'expanded_url': 'https://twitter.com/dog_rates/status/794926597468000259/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2161, 'favorite_count': 9688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
630:794355576146903043
{'created_at': 'Fri Nov 04 01:48:22 +0000 2016', 'id': 794355576146903043, 'id_str': '794355576146903043', 'full_text': 'RT @dog_rates: This is Butter. She can have whatever she wants forever. 12/10 would hug softly https://t.co/x5gXRS1abq', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 788765906553962498, 'id_str': '788765906553962498', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'url': 'https://t.co/x5gXRS1abq', 'display_url': 'pic.twitter.com/x5gXRS1abq', 'expanded_url': 'https://twitter.com/dog_rates/status/788765914992902144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 788765914992902144, 'source_status_id_str': '788765914992902144', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 788765906553962498, 'id_str': '788765906553962498', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'url': 'https://t.co/x5gXRS1abq', 'display_url': 'pic.twitter.com/x5gXRS1abq', 'expanded_url': 'https://twitter.com/dog_rates/status/788765914992902144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}, 'source_status_id': 788765914992902144, 'source_status_id_str': '788765914992902144', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Oct 19 15:37:03 +0000 2016', 'id': 788765914992902144, 'id_str': '788765914992902144', 'full_text': 'This is Butter. She can have whatever she wants forever. 12/10 would hug softly https://t.co/x5gXRS1abq', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788765906553962498, 'id_str': '788765906553962498', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'url': 'https://t.co/x5gXRS1abq', 'display_url': 'pic.twitter.com/x5gXRS1abq', 'expanded_url': 'https://twitter.com/dog_rates/status/788765914992902144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788765906553962498, 'id_str': '788765906553962498', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'url': 'https://t.co/x5gXRS1abq', 'display_url': 'pic.twitter.com/x5gXRS1abq', 'expanded_url': 'https://twitter.com/dog_rates/status/788765914992902144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9671, 'favorite_count': 25903, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 9671, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
631:794332329137291264
{'created_at': 'Fri Nov 04 00:15:59 +0000 2016', 'id': 794332329137291264, 'id_str': '794332329137291264', 'full_text': 'This is Nimbus (like the cloud). He just bought this fancy af duck raincoat. Only protects one ear tho. 12/10 so h*ckin floofy https://t.co/SIQbb8c3AU', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 794332306219696132, 'id_str': '794332306219696132', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CwYJBiHXgAQlvrh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwYJBiHXgAQlvrh.jpg', 'url': 'https://t.co/SIQbb8c3AU', 'display_url': 'pic.twitter.com/SIQbb8c3AU', 'expanded_url': 'https://twitter.com/dog_rates/status/794332329137291264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 794332306219696132, 'id_str': '794332306219696132', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CwYJBiHXgAQlvrh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwYJBiHXgAQlvrh.jpg', 'url': 'https://t.co/SIQbb8c3AU', 'display_url': 'pic.twitter.com/SIQbb8c3AU', 'expanded_url': 'https://twitter.com/dog_rates/status/794332329137291264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2539, 'favorite_count': 9139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
632:794205286408003585
{'created_at': 'Thu Nov 03 15:51:10 +0000 2016', 'id': 794205286408003585, 'id_str': '794205286408003585', 'full_text': 'This is Laika. She was a space pupper. The first space pupper actually. Orbited earth like a h*ckin boss. 14/10 hero af https://t.co/trSjgY3h4g', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 794205269047836673, 'id_str': '794205269047836673', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CwWVe_xXAAE6cfO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwWVe_xXAAE6cfO.jpg', 'url': 'https://t.co/trSjgY3h4g', 'display_url': 'pic.twitter.com/trSjgY3h4g', 'expanded_url': 'https://twitter.com/dog_rates/status/794205286408003585/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 350, 'h': 365, 'resize': 'fit'}, 'medium': {'w': 350, 'h': 365, 'resize': 'fit'}, 'large': {'w': 350, 'h': 365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 794205269047836673, 'id_str': '794205269047836673', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CwWVe_xXAAE6cfO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwWVe_xXAAE6cfO.jpg', 'url': 'https://t.co/trSjgY3h4g', 'display_url': 'pic.twitter.com/trSjgY3h4g', 'expanded_url': 'https://twitter.com/dog_rates/status/794205286408003585/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 350, 'h': 365, 'resize': 'fit'}, 'medium': {'w': 350, 'h': 365, 'resize': 'fit'}, 'large': {'w': 350, 'h': 365, 'resize': 'fit'}}}, {'id': 794205269039448064, 'id_str': '794205269039448064', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CwWVe_vXAAA3fmq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwWVe_vXAAA3fmq.jpg', 'url': 'https://t.co/trSjgY3h4g', 'display_url': 'pic.twitter.com/trSjgY3h4g', 'expanded_url': 'https://twitter.com/dog_rates/status/794205286408003585/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 648, 'h': 365, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 648, 'h': 365, 'resize': 'fit'}, 'large': {'w': 648, 'h': 365, 'resize': 'fit'}}}, {'id': 794205269072941056, 'id_str': '794205269072941056', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CwWVe_3WEAAHAvx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwWVe_3WEAAHAvx.jpg', 'url': 'https://t.co/trSjgY3h4g', 'display_url': 'pic.twitter.com/trSjgY3h4g', 'expanded_url': 'https://twitter.com/dog_rates/status/794205286408003585/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 353, 'h': 512, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 353, 'h': 512, 'resize': 'fit'}, 'small': {'w': 353, 'h': 512, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3116, 'favorite_count': 8779, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
633:793962221541933056
{'created_at': 'Wed Nov 02 23:45:19 +0000 2016', 'id': 793962221541933056, 'id_str': '793962221541933056', 'full_text': 'This is Maximus. His face is stuck like that. Tragic really. Great tongue tho. 12/10 would pet firmly https://t.co/xIfrsMNLBR', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793962202520834048, 'id_str': '793962202520834048', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793962202520834048, 'id_str': '793962202520834048', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqZXUAAe3IO.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 793962202516647936, 'id_str': '793962202516647936', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CwS4aqYXcAAJC-H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwS4aqYXcAAJC-H.jpg', 'url': 'https://t.co/xIfrsMNLBR', 'display_url': 'pic.twitter.com/xIfrsMNLBR', 'expanded_url': 'https://twitter.com/dog_rates/status/793962221541933056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4582, 'favorite_count': 15918, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
634:793845145112371200
{'created_at': 'Wed Nov 02 16:00:06 +0000 2016', 'id': 793845145112371200, 'id_str': '793845145112371200', 'full_text': 'This is Clark. He was just caught wearing pants. 13/10 game-changing af https://t.co/2Xo19aPrG5', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793845129635332096, 'id_str': '793845129635332096', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwRN8H6WgAASe4X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwRN8H6WgAASe4X.jpg', 'url': 'https://t.co/2Xo19aPrG5', 'display_url': 'pic.twitter.com/2Xo19aPrG5', 'expanded_url': 'https://twitter.com/dog_rates/status/793845145112371200/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793845129635332096, 'id_str': '793845129635332096', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwRN8H6WgAASe4X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwRN8H6WgAASe4X.jpg', 'url': 'https://t.co/2Xo19aPrG5', 'display_url': 'pic.twitter.com/2Xo19aPrG5', 'expanded_url': 'https://twitter.com/dog_rates/status/793845145112371200/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1749, 'favorite_count': 8778, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
635:793614319594401792
{'created_at': 'Wed Nov 02 00:42:53 +0000 2016', 'id': 793614319594401792, 'id_str': '793614319594401792', 'full_text': "RT @dog_rates: When she says you're a good boy and you know you're a good boy because you're a good boy. 13/10 https://t.co/O5IUmRHRIh", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 791672307924209664, 'id_str': '791672307924209664', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'url': 'https://t.co/O5IUmRHRIh', 'display_url': 'pic.twitter.com/O5IUmRHRIh', 'expanded_url': 'https://twitter.com/dog_rates/status/791672322847637504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 722, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1700, 'resize': 'fit'}}, 'source_status_id': 791672322847637504, 'source_status_id_str': '791672322847637504', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 791672307924209664, 'id_str': '791672307924209664', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'url': 'https://t.co/O5IUmRHRIh', 'display_url': 'pic.twitter.com/O5IUmRHRIh', 'expanded_url': 'https://twitter.com/dog_rates/status/791672322847637504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 722, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1700, 'resize': 'fit'}}, 'source_status_id': 791672322847637504, 'source_status_id_str': '791672322847637504', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Oct 27 16:06:04 +0000 2016', 'id': 791672322847637504, 'id_str': '791672322847637504', 'full_text': "When she says you're a good boy and you know you're a good boy because you're a good boy. 13/10 https://t.co/O5IUmRHRIh", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 791672307924209664, 'id_str': '791672307924209664', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'url': 'https://t.co/O5IUmRHRIh', 'display_url': 'pic.twitter.com/O5IUmRHRIh', 'expanded_url': 'https://twitter.com/dog_rates/status/791672322847637504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 722, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1700, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 791672307924209664, 'id_str': '791672307924209664', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'url': 'https://t.co/O5IUmRHRIh', 'display_url': 'pic.twitter.com/O5IUmRHRIh', 'expanded_url': 'https://twitter.com/dog_rates/status/791672322847637504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 722, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1700, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2930, 'favorite_count': 11154, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2930, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
636:793601777308463104
{'created_at': 'Tue Nov 01 23:53:02 +0000 2016', 'id': 793601777308463104, 'id_str': '793601777308463104', 'full_text': "This is Dobby. I can't stop looking at her feet. 12/10 would absolutely snug https://t.co/LhzPWv6rTv", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793601770836660225, 'id_str': '793601770836660225', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CwNwmxvXEAEJ54Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwNwmxvXEAEJ54Z.jpg', 'url': 'https://t.co/LhzPWv6rTv', 'display_url': 'pic.twitter.com/LhzPWv6rTv', 'expanded_url': 'https://twitter.com/dog_rates/status/793601777308463104/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 766, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 766, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793601770836660225, 'id_str': '793601770836660225', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CwNwmxvXEAEJ54Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwNwmxvXEAEJ54Z.jpg', 'url': 'https://t.co/LhzPWv6rTv', 'display_url': 'pic.twitter.com/LhzPWv6rTv', 'expanded_url': 'https://twitter.com/dog_rates/status/793601777308463104/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 766, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 766, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1518, 'favorite_count': 7585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
637:793500921481273345
{'created_at': 'Tue Nov 01 17:12:16 +0000 2016', 'id': 793500921481273345, 'id_str': '793500921481273345', 'full_text': "This is Fiona. She's an extremely mediocre copilot. Very distracting. Wink makes up for all the missed turns. 12/10 https://t.co/aF5MmpvPqN", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793500909619806208, 'id_str': '793500909619806208', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CwMU34bWgAApS5E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwMU34bWgAApS5E.jpg', 'url': 'https://t.co/aF5MmpvPqN', 'display_url': 'pic.twitter.com/aF5MmpvPqN', 'expanded_url': 'https://twitter.com/dog_rates/status/793500921481273345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793500909619806208, 'id_str': '793500909619806208', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CwMU34bWgAApS5E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwMU34bWgAApS5E.jpg', 'url': 'https://t.co/aF5MmpvPqN', 'display_url': 'pic.twitter.com/aF5MmpvPqN', 'expanded_url': 'https://twitter.com/dog_rates/status/793500921481273345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 793500909607198720, 'id_str': '793500909607198720', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CwMU34YWIAAz1nU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwMU34YWIAAz1nU.jpg', 'url': 'https://t.co/aF5MmpvPqN', 'display_url': 'pic.twitter.com/aF5MmpvPqN', 'expanded_url': 'https://twitter.com/dog_rates/status/793500921481273345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2236, 'favorite_count': 10130, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
638:793286476301799424
{'created_at': 'Tue Nov 01 03:00:09 +0000 2016', 'id': 793286476301799424, 'id_str': '793286476301799424', 'full_text': "This is Moreton. He's the Good Boy Who Lived. 13/10 magical as h*ck https://t.co/rLHGx3VAF3", 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793286466235408384, 'id_str': '793286466235408384', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793286466235408384, 'id_str': '793286466235408384', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1okWIAA6XMp.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 793286466231238656, 'id_str': '793286466231238656', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CwJR1ojWgAACs6t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJR1ojWgAACs6t.jpg', 'url': 'https://t.co/rLHGx3VAF3', 'display_url': 'pic.twitter.com/rLHGx3VAF3', 'expanded_url': 'https://twitter.com/dog_rates/status/793286476301799424/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8602, 'favorite_count': 23365, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
639:793271401113350145
{'created_at': 'Tue Nov 01 02:00:14 +0000 2016', 'id': 793271401113350145, 'id_str': '793271401113350145', 'full_text': "Meet Dave. It's his favorite day of the year. He gets to fulfill his dream of being a dinosaur. 12/10 inspirational af https://t.co/MgQSdfZGPN", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793271391365783552, 'id_str': '793271391365783552', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CwJEIKTWYAAvL-T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJEIKTWYAAvL-T.jpg', 'url': 'https://t.co/MgQSdfZGPN', 'display_url': 'pic.twitter.com/MgQSdfZGPN', 'expanded_url': 'https://twitter.com/dog_rates/status/793271401113350145/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793271391365783552, 'id_str': '793271391365783552', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CwJEIKTWYAAvL-T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwJEIKTWYAAvL-T.jpg', 'url': 'https://t.co/MgQSdfZGPN', 'display_url': 'pic.twitter.com/MgQSdfZGPN', 'expanded_url': 'https://twitter.com/dog_rates/status/793271401113350145/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2249, 'favorite_count': 8259, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
640:793256262322548741
{'created_at': 'Tue Nov 01 01:00:05 +0000 2016', 'id': 793256262322548741, 'id_str': '793256262322548741', 'full_text': 'Oh h*ck look at this spookling right here. Fright level off the charts. 12/10 sufficiently spooked https://t.co/BNy9IIJMb0', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793256253871034369, 'id_str': '793256253871034369', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CwI2XCvXEAEO8mc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwI2XCvXEAEO8mc.jpg', 'url': 'https://t.co/BNy9IIJMb0', 'display_url': 'pic.twitter.com/BNy9IIJMb0', 'expanded_url': 'https://twitter.com/dog_rates/status/793256262322548741/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793256253871034369, 'id_str': '793256253871034369', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CwI2XCvXEAEO8mc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwI2XCvXEAEO8mc.jpg', 'url': 'https://t.co/BNy9IIJMb0', 'display_url': 'pic.twitter.com/BNy9IIJMb0', 'expanded_url': 'https://twitter.com/dog_rates/status/793256262322548741/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7812, 'favorite_count': 18947, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
641:793241302385262592
{'created_at': 'Tue Nov 01 00:00:38 +0000 2016', 'id': 793241302385262592, 'id_str': '793241302385262592', 'full_text': "This is Tucker. He's out here bustin h*ckin ghosts. 13/10 dedicated af https://t.co/Ap477GhwXt", 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793241263780818944, 'id_str': '793241263780818944', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CwIougTWcAAMLyq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwIougTWcAAMLyq.jpg', 'url': 'https://t.co/Ap477GhwXt', 'display_url': 'pic.twitter.com/Ap477GhwXt', 'expanded_url': 'https://twitter.com/dog_rates/status/793241302385262592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793241263780818944, 'id_str': '793241263780818944', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CwIougTWcAAMLyq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwIougTWcAAMLyq.jpg', 'url': 'https://t.co/Ap477GhwXt', 'display_url': 'pic.twitter.com/Ap477GhwXt', 'expanded_url': 'https://twitter.com/dog_rates/status/793241302385262592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3080, 'favorite_count': 9996, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
642:793226087023144960
{'created_at': 'Mon Oct 31 23:00:11 +0000 2016', 'id': 793226087023144960, 'id_str': '793226087023144960', 'full_text': 'This is Juno. She spooked me up real good, but only to get my attention. Above average handwriting for a dog I think. 11/10 https://t.co/hFxxBCWlwj', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793226051610669057, 'id_str': '793226051610669057', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CwIa5CjW8AErZgL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwIa5CjW8AErZgL.jpg', 'url': 'https://t.co/hFxxBCWlwj', 'display_url': 'pic.twitter.com/hFxxBCWlwj', 'expanded_url': 'https://twitter.com/dog_rates/status/793226087023144960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793226051610669057, 'id_str': '793226051610669057', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CwIa5CjW8AErZgL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwIa5CjW8AErZgL.jpg', 'url': 'https://t.co/hFxxBCWlwj', 'display_url': 'pic.twitter.com/hFxxBCWlwj', 'expanded_url': 'https://twitter.com/dog_rates/status/793226087023144960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 793226051614810112, 'id_str': '793226051614810112', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CwIa5CkWIAAL3b4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwIa5CkWIAAL3b4.jpg', 'url': 'https://t.co/hFxxBCWlwj', 'display_url': 'pic.twitter.com/hFxxBCWlwj', 'expanded_url': 'https://twitter.com/dog_rates/status/793226087023144960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 793226051614834689, 'id_str': '793226051614834689', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CwIa5CkWgAE5ZXr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwIa5CkWgAE5ZXr.jpg', 'url': 'https://t.co/hFxxBCWlwj', 'display_url': 'pic.twitter.com/hFxxBCWlwj', 'expanded_url': 'https://twitter.com/dog_rates/status/793226087023144960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2718, 'favorite_count': 9289, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
643:793210959003287553
{'created_at': 'Mon Oct 31 22:00:04 +0000 2016', 'id': 793210959003287553, 'id_str': '793210959003287553', 'full_text': "This is Maude. She's the h*ckin happiest wasp you've ever seen. 10/10 would pet with caution https://t.co/etL8FHBrh8", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793210952363732998, 'id_str': '793210952363732998', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CwINKJeW8AYHVkn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwINKJeW8AYHVkn.jpg', 'url': 'https://t.co/etL8FHBrh8', 'display_url': 'pic.twitter.com/etL8FHBrh8', 'expanded_url': 'https://twitter.com/dog_rates/status/793210959003287553/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793210952363732998, 'id_str': '793210952363732998', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CwINKJeW8AYHVkn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwINKJeW8AYHVkn.jpg', 'url': 'https://t.co/etL8FHBrh8', 'display_url': 'pic.twitter.com/etL8FHBrh8', 'expanded_url': 'https://twitter.com/dog_rates/status/793210959003287553/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2611, 'favorite_count': 8486, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
644:793195938047070209
{'created_at': 'Mon Oct 31 21:00:23 +0000 2016', 'id': 793195938047070209, 'id_str': '793195938047070209', 'full_text': "Say hello to Lily. She's pupset that her costume doesn't fit as well as last year. 12/10 poor puppo https://t.co/YSi6K1firY", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793195928287055872, 'id_str': '793195928287055872', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CwH_fobWEAAfJf8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwH_fobWEAAfJf8.jpg', 'url': 'https://t.co/YSi6K1firY', 'display_url': 'pic.twitter.com/YSi6K1firY', 'expanded_url': 'https://twitter.com/dog_rates/status/793195938047070209/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 639, 'h': 423, 'resize': 'fit'}, 'large': {'w': 639, 'h': 423, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 423, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793195928287055872, 'id_str': '793195928287055872', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CwH_fobWEAAfJf8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwH_fobWEAAfJf8.jpg', 'url': 'https://t.co/YSi6K1firY', 'display_url': 'pic.twitter.com/YSi6K1firY', 'expanded_url': 'https://twitter.com/dog_rates/status/793195938047070209/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 639, 'h': 423, 'resize': 'fit'}, 'large': {'w': 639, 'h': 423, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 423, 'resize': 'fit'}}}, {'id': 793195928274501633, 'id_str': '793195928274501633', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CwH_foYWgAEvTyI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwH_foYWgAEvTyI.jpg', 'url': 'https://t.co/YSi6K1firY', 'display_url': 'pic.twitter.com/YSi6K1firY', 'expanded_url': 'https://twitter.com/dog_rates/status/793195938047070209/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 508, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1530, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 896, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5279, 'favorite_count': 14461, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
645:793180763617361921
{'created_at': 'Mon Oct 31 20:00:05 +0000 2016', 'id': 793180763617361921, 'id_str': '793180763617361921', 'full_text': "This is Newt. He's a strawberry. 11/10 https://t.co/2VhmlwxA1Q", 'truncated': False, 'display_text_range': [0, 38], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793180755497136128, 'id_str': '793180755497136128', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CwHxsdYVMAAqGCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHxsdYVMAAqGCJ.jpg', 'url': 'https://t.co/2VhmlwxA1Q', 'display_url': 'pic.twitter.com/2VhmlwxA1Q', 'expanded_url': 'https://twitter.com/dog_rates/status/793180763617361921/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793180755497136128, 'id_str': '793180755497136128', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CwHxsdYVMAAqGCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHxsdYVMAAqGCJ.jpg', 'url': 'https://t.co/2VhmlwxA1Q', 'display_url': 'pic.twitter.com/2VhmlwxA1Q', 'expanded_url': 'https://twitter.com/dog_rates/status/793180763617361921/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1867, 'favorite_count': 6573, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
646:793165685325201412
{'created_at': 'Mon Oct 31 19:00:10 +0000 2016', 'id': 793165685325201412, 'id_str': '793165685325201412', 'full_text': "This is Benji. He's Air Bud. It's a low effort costume but he pulls it off rather h*ckin well. 12/10 would happily get dunked on https://t.co/IbzT7DJvBo", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793165673107161088, 'id_str': '793165673107161088', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/CwHj-jGWAAAnsny.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHj-jGWAAAnsny.jpg', 'url': 'https://t.co/IbzT7DJvBo', 'display_url': 'pic.twitter.com/IbzT7DJvBo', 'expanded_url': 'https://twitter.com/dog_rates/status/793165685325201412/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793165673107161088, 'id_str': '793165673107161088', 'indices': [129, 152], 'media_url': 'http://pbs.twimg.com/media/CwHj-jGWAAAnsny.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHj-jGWAAAnsny.jpg', 'url': 'https://t.co/IbzT7DJvBo', 'display_url': 'pic.twitter.com/IbzT7DJvBo', 'expanded_url': 'https://twitter.com/dog_rates/status/793165685325201412/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2629, 'favorite_count': 8914, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
647:793150605191548928
{'created_at': 'Mon Oct 31 18:00:14 +0000 2016', 'id': 793150605191548928, 'id_str': '793150605191548928', 'full_text': "This is Nida. She's a free elf. Waited so long for this day. 11/10 https://t.co/3lE8Izgmkf", 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793150552360284160, 'id_str': '793150552360284160', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CwHWOZ7W8AAHv8S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHWOZ7W8AAHv8S.jpg', 'url': 'https://t.co/3lE8Izgmkf', 'display_url': 'pic.twitter.com/3lE8Izgmkf', 'expanded_url': 'https://twitter.com/dog_rates/status/793150605191548928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793150552360284160, 'id_str': '793150552360284160', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CwHWOZ7W8AAHv8S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHWOZ7W8AAHv8S.jpg', 'url': 'https://t.co/3lE8Izgmkf', 'display_url': 'pic.twitter.com/3lE8Izgmkf', 'expanded_url': 'https://twitter.com/dog_rates/status/793150605191548928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1597, 'favorite_count': 5857, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
648:793135492858580992
{'created_at': 'Mon Oct 31 17:00:11 +0000 2016', 'id': 793135492858580992, 'id_str': '793135492858580992', 'full_text': 'Your favorite squad is looking extra h*ckin spooky today. 13/10 for all https://t.co/PrgvOyPtDT', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793135477268291584, 'id_str': '793135477268291584', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwHIg61WIAApnEV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHIg61WIAApnEV.jpg', 'url': 'https://t.co/PrgvOyPtDT', 'display_url': 'pic.twitter.com/PrgvOyPtDT', 'expanded_url': 'https://twitter.com/dog_rates/status/793135492858580992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 582, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 876, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 876, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793135477268291584, 'id_str': '793135477268291584', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwHIg61WIAApnEV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHIg61WIAApnEV.jpg', 'url': 'https://t.co/PrgvOyPtDT', 'display_url': 'pic.twitter.com/PrgvOyPtDT', 'expanded_url': 'https://twitter.com/dog_rates/status/793135492858580992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 582, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 876, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 876, 'h': 1024, 'resize': 'fit'}}}, {'id': 793135477192790016, 'id_str': '793135477192790016', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CwHIg6jWEAAVvIG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwHIg6jWEAAVvIG.jpg', 'url': 'https://t.co/PrgvOyPtDT', 'display_url': 'pic.twitter.com/PrgvOyPtDT', 'expanded_url': 'https://twitter.com/dog_rates/status/793135492858580992/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 802, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 802, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 533, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2362, 'favorite_count': 6085, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
649:793120401413079041
{'created_at': 'Mon Oct 31 16:00:13 +0000 2016', 'id': 793120401413079041, 'id_str': '793120401413079041', 'full_text': "This is Robin. She's desperately trying to do me a frighten, but her tongue drastically decreases her spook value. Still 11/10 great effort https://t.co/sxMrsOZ8zb", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 793120395666812928, 'id_str': '793120395666812928', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/CwG6zDfWcAA8jBD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwG6zDfWcAA8jBD.jpg', 'url': 'https://t.co/sxMrsOZ8zb', 'display_url': 'pic.twitter.com/sxMrsOZ8zb', 'expanded_url': 'https://twitter.com/dog_rates/status/793120401413079041/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 410, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 410, 'h': 640, 'resize': 'fit'}, 'large': {'w': 410, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 793120395666812928, 'id_str': '793120395666812928', 'indices': [140, 163], 'media_url': 'http://pbs.twimg.com/media/CwG6zDfWcAA8jBD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwG6zDfWcAA8jBD.jpg', 'url': 'https://t.co/sxMrsOZ8zb', 'display_url': 'pic.twitter.com/sxMrsOZ8zb', 'expanded_url': 'https://twitter.com/dog_rates/status/793120401413079041/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 410, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 410, 'h': 640, 'resize': 'fit'}, 'large': {'w': 410, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3689, 'favorite_count': 12034, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
650:792913359805018113
{'created_at': 'Mon Oct 31 02:17:31 +0000 2016', 'id': 792913359805018113, 'id_str': '792913359805018113', 'full_text': 'Here is a perfect example of someone who has their priorities in order. 13/10 for both owner and Forrest https://t.co/LRyMrU7Wfq', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 792913326326026240, 'id_str': '792913326326026240', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CwD-eCFWEAAAJox.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwD-eCFWEAAAJox.jpg', 'url': 'https://t.co/LRyMrU7Wfq', 'display_url': 'pic.twitter.com/LRyMrU7Wfq', 'expanded_url': 'https://twitter.com/dog_rates/status/792913359805018113/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 312, 'resize': 'fit'}, 'large': {'w': 747, 'h': 343, 'resize': 'fit'}, 'medium': {'w': 747, 'h': 343, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 792913326326026240, 'id_str': '792913326326026240', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CwD-eCFWEAAAJox.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwD-eCFWEAAAJox.jpg', 'url': 'https://t.co/LRyMrU7Wfq', 'display_url': 'pic.twitter.com/LRyMrU7Wfq', 'expanded_url': 'https://twitter.com/dog_rates/status/792913359805018113/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 312, 'resize': 'fit'}, 'large': {'w': 747, 'h': 343, 'resize': 'fit'}, 'medium': {'w': 747, 'h': 343, 'resize': 'fit'}}}, {'id': 792913326334414848, 'id_str': '792913326334414848', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CwD-eCHWEAAMnhE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwD-eCHWEAAMnhE.jpg', 'url': 'https://t.co/LRyMrU7Wfq', 'display_url': 'pic.twitter.com/LRyMrU7Wfq', 'expanded_url': 'https://twitter.com/dog_rates/status/792913359805018113/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 792913326342828032, 'id_str': '792913326342828032', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CwD-eCJWcAARgJL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwD-eCJWcAARgJL.jpg', 'url': 'https://t.co/LRyMrU7Wfq', 'display_url': 'pic.twitter.com/LRyMrU7Wfq', 'expanded_url': 'https://twitter.com/dog_rates/status/792913359805018113/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 792913326351196160, 'id_str': '792913326351196160', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CwD-eCLWIAA6v0B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwD-eCLWIAA6v0B.jpg', 'url': 'https://t.co/LRyMrU7Wfq', 'display_url': 'pic.twitter.com/LRyMrU7Wfq', 'expanded_url': 'https://twitter.com/dog_rates/status/792913359805018113/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 339, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 339, 'resize': 'fit'}, 'small': {'w': 680, 'h': 307, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3718, 'favorite_count': 13612, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
651:792883833364439040
{'created_at': 'Mon Oct 31 00:20:11 +0000 2016', 'id': 792883833364439040, 'id_str': '792883833364439040', 'full_text': "This is Bailey. She's rather h*ckin hype for Halloween tomorrow. Carved those pupkins herself. 12/10 https://t.co/v17mFm0Ftz", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 792883812854292481, 'id_str': '792883812854292481', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CwDjoH1WYAEWRle.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwDjoH1WYAEWRle.jpg', 'url': 'https://t.co/v17mFm0Ftz', 'display_url': 'pic.twitter.com/v17mFm0Ftz', 'expanded_url': 'https://twitter.com/dog_rates/status/792883833364439040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 792883812854292481, 'id_str': '792883812854292481', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CwDjoH1WYAEWRle.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwDjoH1WYAEWRle.jpg', 'url': 'https://t.co/v17mFm0Ftz', 'display_url': 'pic.twitter.com/v17mFm0Ftz', 'expanded_url': 'https://twitter.com/dog_rates/status/792883833364439040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 792883812862726144, 'id_str': '792883812862726144', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CwDjoH3XEAABDYj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwDjoH3XEAABDYj.jpg', 'url': 'https://t.co/v17mFm0Ftz', 'display_url': 'pic.twitter.com/v17mFm0Ftz', 'expanded_url': 'https://twitter.com/dog_rates/status/792883833364439040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 792883812862656514, 'id_str': '792883812862656514', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CwDjoH3WAAIniIs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwDjoH3WAAIniIs.jpg', 'url': 'https://t.co/v17mFm0Ftz', 'display_url': 'pic.twitter.com/v17mFm0Ftz', 'expanded_url': 'https://twitter.com/dog_rates/status/792883833364439040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 996, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 996, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 661, 'h': 680, 'resize': 'fit'}}}, {'id': 792883812854276096, 'id_str': '792883812854276096', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CwDjoH1WIAAC5Hr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwDjoH1WIAAC5Hr.jpg', 'url': 'https://t.co/v17mFm0Ftz', 'display_url': 'pic.twitter.com/v17mFm0Ftz', 'expanded_url': 'https://twitter.com/dog_rates/status/792883833364439040/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4005, 'favorite_count': 10713, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
652:792773781206999040
{'created_at': 'Sun Oct 30 17:02:53 +0000 2016', 'id': 792773781206999040, 'id_str': '792773781206999040', 'full_text': "This is Monster. Not an actual monster tho. He's showing you his tongue. Very impressive Monster. 12/10 would snug https://t.co/RhaPExuxJL", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 792773773367906305, 'id_str': '792773773367906305', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CwB_i-zXEAEiP29.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwB_i-zXEAEiP29.jpg', 'url': 'https://t.co/RhaPExuxJL', 'display_url': 'pic.twitter.com/RhaPExuxJL', 'expanded_url': 'https://twitter.com/dog_rates/status/792773781206999040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 792773773367906305, 'id_str': '792773773367906305', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CwB_i-zXEAEiP29.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CwB_i-zXEAEiP29.jpg', 'url': 'https://t.co/RhaPExuxJL', 'display_url': 'pic.twitter.com/RhaPExuxJL', 'expanded_url': 'https://twitter.com/dog_rates/status/792773781206999040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1572, 'favorite_count': 7003, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
653:792394556390137856
{'created_at': 'Sat Oct 29 15:55:58 +0000 2016', 'id': 792394556390137856, 'id_str': '792394556390137856', 'full_text': 'Meet BeBe. She rocks the messy bun of your dreams. H*ckin flawless. 12/10 would watch her tutorial https://t.co/of0pFNBIl8', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 792394534248386560, 'id_str': '792394534248386560', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cv8moW_WEAAD_Xg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cv8moW_WEAAD_Xg.jpg', 'url': 'https://t.co/of0pFNBIl8', 'display_url': 'pic.twitter.com/of0pFNBIl8', 'expanded_url': 'https://twitter.com/dog_rates/status/792394556390137856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 792394534248386560, 'id_str': '792394534248386560', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cv8moW_WEAAD_Xg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cv8moW_WEAAD_Xg.jpg', 'url': 'https://t.co/of0pFNBIl8', 'display_url': 'pic.twitter.com/of0pFNBIl8', 'expanded_url': 'https://twitter.com/dog_rates/status/792394556390137856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 792394534240055298, 'id_str': '792394534240055298', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cv8moW9W8AIHOxR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cv8moW9W8AIHOxR.jpg', 'url': 'https://t.co/of0pFNBIl8', 'display_url': 'pic.twitter.com/of0pFNBIl8', 'expanded_url': 'https://twitter.com/dog_rates/status/792394556390137856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4018, 'favorite_count': 12731, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
654:792050063153438720
{'created_at': 'Fri Oct 28 17:07:05 +0000 2016', 'id': 792050063153438720, 'id_str': '792050063153438720', 'full_text': "This is Remus. He's a mop that came to life. Can't see anything. Constantly trips over himself. Still a very good dog. 11/10 https://t.co/S3f1SYylzu", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 792050052348907520, 'id_str': '792050052348907520', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/Cv3tU36WEAA6t5I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cv3tU36WEAA6t5I.jpg', 'url': 'https://t.co/S3f1SYylzu', 'display_url': 'pic.twitter.com/S3f1SYylzu', 'expanded_url': 'https://twitter.com/dog_rates/status/792050063153438720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 792050052348907520, 'id_str': '792050052348907520', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/Cv3tU36WEAA6t5I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cv3tU36WEAA6t5I.jpg', 'url': 'https://t.co/S3f1SYylzu', 'display_url': 'pic.twitter.com/S3f1SYylzu', 'expanded_url': 'https://twitter.com/dog_rates/status/792050063153438720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 792050052357320704, 'id_str': '792050052357320704', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/Cv3tU38WcAASFas.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cv3tU38WcAASFas.jpg', 'url': 'https://t.co/S3f1SYylzu', 'display_url': 'pic.twitter.com/S3f1SYylzu', 'expanded_url': 'https://twitter.com/dog_rates/status/792050063153438720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 678, 'resize': 'fit'}, 'small': {'w': 680, 'h': 450, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1673, 'favorite_count': 6777, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
655:791821351946420224
{'created_at': 'Fri Oct 28 01:58:16 +0000 2016', 'id': 791821351946420224, 'id_str': '791821351946420224', 'full_text': 'RT @dog_rates: This little fella really hates stairs. Prefers bush. 13/10 legendary pupper https://t.co/e3LPMAHj7p', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/e3LPMAHj7p', 'expanded_url': 'https://vine.co/v/eEZXZI1rqxX', 'display_url': 'vine.co/v/eEZXZI1rqxX', 'indices': [91, 114]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jan 06 20:16:44 +0000 2016', 'id': 684830982659280897, 'id_str': '684830982659280897', 'full_text': 'This little fella really hates stairs. Prefers bush. 13/10 legendary pupper https://t.co/e3LPMAHj7p', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/e3LPMAHj7p', 'expanded_url': 'https://vine.co/v/eEZXZI1rqxX', 'display_url': 'vine.co/v/eEZXZI1rqxX', 'indices': [76, 99]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19725, 'favorite_count': 32401, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 19725, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
656:791784077045166082
{'created_at': 'Thu Oct 27 23:30:09 +0000 2016', 'id': 791784077045166082, 'id_str': '791784077045166082', 'full_text': "RT @dog_rates: I'm not sure what this dog is doing but it's pretty inspirational. 12/10 https://t.co/4Kn9GEHXiE", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/4Kn9GEHXiE', 'expanded_url': 'https://vine.co/v/iqMjlxULzbn', 'display_url': 'vine.co/v/iqMjlxULzbn', 'indices': [88, 111]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Dec 30 06:37:25 +0000 2015', 'id': 682088079302213632, 'id_str': '682088079302213632', 'full_text': "I'm not sure what this dog is doing but it's pretty inspirational. 12/10 https://t.co/4Kn9GEHXiE", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/4Kn9GEHXiE', 'expanded_url': 'https://vine.co/v/iqMjlxULzbn', 'display_url': 'vine.co/v/iqMjlxULzbn', 'indices': [73, 96]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8908, 'favorite_count': 16817, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 8908, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
657:791780927877898241
{'created_at': 'Thu Oct 27 23:17:38 +0000 2016', 'id': 791780927877898241, 'id_str': '791780927877898241', 'full_text': 'RT @dog_rates: This is Maddie. She gets some wicked air time. Hardcore barkour. 11/10 nimble af https://t.co/bROYbceZ1u', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/bROYbceZ1u', 'expanded_url': 'https://vine.co/v/5BYq6hmrEI3', 'display_url': 'vine.co/v/5BYq6hmrEI3', 'indices': [96, 119]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Jun 25 17:31:25 +0000 2016', 'id': 746757706116112384, 'id_str': '746757706116112384', 'full_text': 'This is Maddie. She gets some wicked air time. Hardcore barkour. 11/10 nimble af https://t.co/bROYbceZ1u', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/bROYbceZ1u', 'expanded_url': 'https://vine.co/v/5BYq6hmrEI3', 'display_url': 'vine.co/v/5BYq6hmrEI3', 'indices': [81, 104]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3560, 'favorite_count': 8858, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3560, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
658:791774931465953280
{'created_at': 'Thu Oct 27 22:53:48 +0000 2016', 'id': 791774931465953280, 'id_str': '791774931465953280', 'full_text': 'Vine will be deeply missed. This was by far my favorite one. 14/10 https://t.co/roqIxCvEB3', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/roqIxCvEB3', 'expanded_url': 'https://vine.co/v/ea0OwvPTx9l', 'display_url': 'vine.co/v/ea0OwvPTx9l', 'indices': [67, 90]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 20782, 'favorite_count': 42779, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
659:791672322847637504
{'created_at': 'Thu Oct 27 16:06:04 +0000 2016', 'id': 791672322847637504, 'id_str': '791672322847637504', 'full_text': "When she says you're a good boy and you know you're a good boy because you're a good boy. 13/10 https://t.co/O5IUmRHRIh", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 791672307924209664, 'id_str': '791672307924209664', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'url': 'https://t.co/O5IUmRHRIh', 'display_url': 'pic.twitter.com/O5IUmRHRIh', 'expanded_url': 'https://twitter.com/dog_rates/status/791672322847637504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 722, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1700, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 791672307924209664, 'id_str': '791672307924209664', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvyVxQRWEAAdSZS.jpg', 'url': 'https://t.co/O5IUmRHRIh', 'display_url': 'pic.twitter.com/O5IUmRHRIh', 'expanded_url': 'https://twitter.com/dog_rates/status/791672322847637504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 722, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1700, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2930, 'favorite_count': 11154, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
660:791406955684368384
{'created_at': 'Wed Oct 26 22:31:36 +0000 2016', 'id': 791406955684368384, 'id_str': '791406955684368384', 'full_text': "Say hello to Levi. He's a Madagascan Butterbop. One of the more docile Butterbops I've seen. 12/10 would give all the pets https://t.co/Zcw9Sccctc", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 791406944514871298, 'id_str': '791406944514871298', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 791406944514871298, 'id_str': '791406944514871298', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEiWEAIjbPw.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 791406944514867201, 'id_str': '791406944514867201', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEiWAAEoQck.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEiWAAEoQck.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 791406944523280384, 'id_str': '791406944523280384', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEkWYAAU8wS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEkWYAAU8wS.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 791406944523255808, 'id_str': '791406944523255808', 'indices': [123, 146], 'media_url': 'http://pbs.twimg.com/media/CvukbEkWAAAV-69.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvukbEkWAAAV-69.jpg', 'url': 'https://t.co/Zcw9Sccctc', 'display_url': 'pic.twitter.com/Zcw9Sccctc', 'expanded_url': 'https://twitter.com/dog_rates/status/791406955684368384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 754, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 754, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3860, 'favorite_count': 12495, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
661:791312159183634433
{'created_at': 'Wed Oct 26 16:14:55 +0000 2016', 'id': 791312159183634433, 'id_str': '791312159183634433', 'full_text': "This is Mabel. She's super h*ckin smol. Portable af. Comes with the smol shoe. 12/10 would keep in frocket https://t.co/GGJvxYt3xK", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 791312150644027393, 'id_str': '791312150644027393', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CvtONV2WcAE1Ex4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvtONV2WcAE1Ex4.jpg', 'url': 'https://t.co/GGJvxYt3xK', 'display_url': 'pic.twitter.com/GGJvxYt3xK', 'expanded_url': 'https://twitter.com/dog_rates/status/791312159183634433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 791312150644027393, 'id_str': '791312150644027393', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CvtONV2WcAE1Ex4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvtONV2WcAE1Ex4.jpg', 'url': 'https://t.co/GGJvxYt3xK', 'display_url': 'pic.twitter.com/GGJvxYt3xK', 'expanded_url': 'https://twitter.com/dog_rates/status/791312159183634433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 791312150644002817, 'id_str': '791312150644002817', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CvtONV2WEAET05Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvtONV2WEAET05Y.jpg', 'url': 'https://t.co/GGJvxYt3xK', 'display_url': 'pic.twitter.com/GGJvxYt3xK', 'expanded_url': 'https://twitter.com/dog_rates/status/791312159183634433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 791312150644006912, 'id_str': '791312150644006912', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CvtONV2WIAA73fa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvtONV2WIAA73fa.jpg', 'url': 'https://t.co/GGJvxYt3xK', 'display_url': 'pic.twitter.com/GGJvxYt3xK', 'expanded_url': 'https://twitter.com/dog_rates/status/791312159183634433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 791312150652387328, 'id_str': '791312150652387328', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CvtONV4WAAAQ3Rn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvtONV4WAAAQ3Rn.jpg', 'url': 'https://t.co/GGJvxYt3xK', 'display_url': 'pic.twitter.com/GGJvxYt3xK', 'expanded_url': 'https://twitter.com/dog_rates/status/791312159183634433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2368, 'favorite_count': 8326, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
662:791026214425268224
{'created_at': 'Tue Oct 25 21:18:40 +0000 2016', 'id': 791026214425268224, 'id_str': '791026214425268224', 'full_text': "RT @dog_rates: This is Alfie. He's touching a butt. Couldn't be happier. 11/10 https://t.co/gx3xF5mZbo", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 763837560732971008, 'id_str': '763837560732971008', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'url': 'https://t.co/gx3xF5mZbo', 'display_url': 'pic.twitter.com/gx3xF5mZbo', 'expanded_url': 'https://twitter.com/dog_rates/status/763837565564780549/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}, 'source_status_id': 763837565564780549, 'source_status_id_str': '763837565564780549', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 763837560732971008, 'id_str': '763837560732971008', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'url': 'https://t.co/gx3xF5mZbo', 'display_url': 'pic.twitter.com/gx3xF5mZbo', 'expanded_url': 'https://twitter.com/dog_rates/status/763837565564780549/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}, 'source_status_id': 763837565564780549, 'source_status_id_str': '763837565564780549', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Aug 11 20:40:41 +0000 2016', 'id': 763837565564780549, 'id_str': '763837565564780549', 'full_text': "This is Alfie. He's touching a butt. Couldn't be happier. 11/10 https://t.co/gx3xF5mZbo", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 763837560732971008, 'id_str': '763837560732971008', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'url': 'https://t.co/gx3xF5mZbo', 'display_url': 'pic.twitter.com/gx3xF5mZbo', 'expanded_url': 'https://twitter.com/dog_rates/status/763837565564780549/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 763837560732971008, 'id_str': '763837560732971008', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'url': 'https://t.co/gx3xF5mZbo', 'display_url': 'pic.twitter.com/gx3xF5mZbo', 'expanded_url': 'https://twitter.com/dog_rates/status/763837565564780549/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3818, 'favorite_count': 11775, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3818, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
663:790987426131050500
{'created_at': 'Tue Oct 25 18:44:32 +0000 2016', 'id': 790987426131050500, 'id_str': '790987426131050500', 'full_text': 'This is Misty. She has a cowboy hat on her nose. 12/10 https://t.co/Eno0mypHIr', 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790987417641750529, 'id_str': '790987417641750529', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/Cvom3ZJXEAE29TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cvom3ZJXEAE29TD.jpg', 'url': 'https://t.co/Eno0mypHIr', 'display_url': 'pic.twitter.com/Eno0mypHIr', 'expanded_url': 'https://twitter.com/dog_rates/status/790987426131050500/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790987417641750529, 'id_str': '790987417641750529', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/Cvom3ZJXEAE29TD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cvom3ZJXEAE29TD.jpg', 'url': 'https://t.co/Eno0mypHIr', 'display_url': 'pic.twitter.com/Eno0mypHIr', 'expanded_url': 'https://twitter.com/dog_rates/status/790987426131050500/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1992, 'favorite_count': 9310, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
664:790946055508652032
{'created_at': 'Tue Oct 25 16:00:09 +0000 2016', 'id': 790946055508652032, 'id_str': '790946055508652032', 'full_text': "This is Betty. She's assisting with the dishes. Such a good puppo. 12/10 h*ckin helpful af https://t.co/dgvTPZ9tgI", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790946047744966656, 'id_str': '790946047744966656', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'url': 'https://t.co/dgvTPZ9tgI', 'display_url': 'pic.twitter.com/dgvTPZ9tgI', 'expanded_url': 'https://twitter.com/dog_rates/status/790946055508652032/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790946047744966656, 'id_str': '790946047744966656', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvoBPWRWgAA4het.jpg', 'url': 'https://t.co/dgvTPZ9tgI', 'display_url': 'pic.twitter.com/dgvTPZ9tgI', 'expanded_url': 'https://twitter.com/dog_rates/status/790946055508652032/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4392, 'favorite_count': 15868, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
665:790723298204217344
{'created_at': 'Tue Oct 25 01:14:59 +0000 2016', 'id': 790723298204217344, 'id_str': '790723298204217344', 'full_text': "RT @dog_rates: This is Happy. He's a bathtub reviewer. Seems to be pleased with this one. 12/10 https://t.co/Ln89R4FP7v", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 789986461038837761, 'id_str': '789986461038837761', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'url': 'https://t.co/Ln89R4FP7v', 'display_url': 'pic.twitter.com/Ln89R4FP7v', 'expanded_url': 'https://twitter.com/dog_rates/status/789986466051088384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 427, 'resize': 'fit'}, 'large': {'w': 574, 'h': 427, 'resize': 'fit'}, 'small': {'w': 574, 'h': 427, 'resize': 'fit'}}, 'source_status_id': 789986466051088384, 'source_status_id_str': '789986466051088384', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 789986461038837761, 'id_str': '789986461038837761', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'url': 'https://t.co/Ln89R4FP7v', 'display_url': 'pic.twitter.com/Ln89R4FP7v', 'expanded_url': 'https://twitter.com/dog_rates/status/789986466051088384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 427, 'resize': 'fit'}, 'large': {'w': 574, 'h': 427, 'resize': 'fit'}, 'small': {'w': 574, 'h': 427, 'resize': 'fit'}}, 'source_status_id': 789986466051088384, 'source_status_id_str': '789986466051088384', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Oct 23 00:27:05 +0000 2016', 'id': 789986466051088384, 'id_str': '789986466051088384', 'full_text': "This is Happy. He's a bathtub reviewer. Seems to be pleased with this one. 12/10 https://t.co/Ln89R4FP7v", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789986461038837761, 'id_str': '789986461038837761', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'url': 'https://t.co/Ln89R4FP7v', 'display_url': 'pic.twitter.com/Ln89R4FP7v', 'expanded_url': 'https://twitter.com/dog_rates/status/789986466051088384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 427, 'resize': 'fit'}, 'large': {'w': 574, 'h': 427, 'resize': 'fit'}, 'small': {'w': 574, 'h': 427, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789986461038837761, 'id_str': '789986461038837761', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'url': 'https://t.co/Ln89R4FP7v', 'display_url': 'pic.twitter.com/Ln89R4FP7v', 'expanded_url': 'https://twitter.com/dog_rates/status/789986466051088384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 427, 'resize': 'fit'}, 'large': {'w': 574, 'h': 427, 'resize': 'fit'}, 'small': {'w': 574, 'h': 427, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2146, 'favorite_count': 8810, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2146, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
666:790698755171364864
{'created_at': 'Mon Oct 24 23:37:28 +0000 2016', 'id': 790698755171364864, 'id_str': '790698755171364864', 'full_text': 'This is Mosby. He appears to be rather h*ckin snuggable af. 12/10 keep it up Mosby https://t.co/IiiBq460I7', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790698747059548161, 'id_str': '790698747059548161', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CvkgUjbUsAEvo7l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvkgUjbUsAEvo7l.jpg', 'url': 'https://t.co/IiiBq460I7', 'display_url': 'pic.twitter.com/IiiBq460I7', 'expanded_url': 'https://twitter.com/dog_rates/status/790698755171364864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790698747059548161, 'id_str': '790698747059548161', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CvkgUjbUsAEvo7l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvkgUjbUsAEvo7l.jpg', 'url': 'https://t.co/IiiBq460I7', 'display_url': 'pic.twitter.com/IiiBq460I7', 'expanded_url': 'https://twitter.com/dog_rates/status/790698755171364864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1808, 'favorite_count': 7806, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
667:790581949425475584
{'created_at': 'Mon Oct 24 15:53:19 +0000 2016', 'id': 790581949425475584, 'id_str': '790581949425475584', 'full_text': "This is Duke. He sneaks into the fridge sometimes. It's his safe place. 11/10 would give little jacket if necessary https://t.co/Fd5WFDTMH4", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790581940780924928, 'id_str': '790581940780924928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cvi2FiIWAAAoDHc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cvi2FiIWAAAoDHc.jpg', 'url': 'https://t.co/Fd5WFDTMH4', 'display_url': 'pic.twitter.com/Fd5WFDTMH4', 'expanded_url': 'https://twitter.com/dog_rates/status/790581949425475584/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790581940780924928, 'id_str': '790581940780924928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cvi2FiIWAAAoDHc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cvi2FiIWAAAoDHc.jpg', 'url': 'https://t.co/Fd5WFDTMH4', 'display_url': 'pic.twitter.com/Fd5WFDTMH4', 'expanded_url': 'https://twitter.com/dog_rates/status/790581949425475584/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 790581940789346304, 'id_str': '790581940789346304', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cvi2FiKWgAAif1u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cvi2FiKWgAAif1u.jpg', 'url': 'https://t.co/Fd5WFDTMH4', 'display_url': 'pic.twitter.com/Fd5WFDTMH4', 'expanded_url': 'https://twitter.com/dog_rates/status/790581949425475584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6651, 'favorite_count': 19576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
668:790337589677002753
{'created_at': 'Sun Oct 23 23:42:19 +0000 2016', 'id': 790337589677002753, 'id_str': '790337589677002753', 'full_text': 'Meet Maggie. She can hear your cells divide. 12/10 can also probably fly https://t.co/ovE2hqXryV', 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790337582504763392, 'id_str': '790337582504763392', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CvfX2AnWYAAQTay.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvfX2AnWYAAQTay.jpg', 'url': 'https://t.co/ovE2hqXryV', 'display_url': 'pic.twitter.com/ovE2hqXryV', 'expanded_url': 'https://twitter.com/dog_rates/status/790337589677002753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790337582504763392, 'id_str': '790337582504763392', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CvfX2AnWYAAQTay.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvfX2AnWYAAQTay.jpg', 'url': 'https://t.co/ovE2hqXryV', 'display_url': 'pic.twitter.com/ovE2hqXryV', 'expanded_url': 'https://twitter.com/dog_rates/status/790337589677002753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1769, 'favorite_count': 7421, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
669:790277117346975746
{'created_at': 'Sun Oct 23 19:42:02 +0000 2016', 'id': 790277117346975746, 'id_str': '790277117346975746', 'full_text': 'This is Bruce. He never backs down from a challenge. 11/10 you got this Bruce https://t.co/aI7umZHIq7', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 790277108719386624, 'id_str': '790277108719386624', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'url': 'https://t.co/aI7umZHIq7', 'display_url': 'pic.twitter.com/aI7umZHIq7', 'expanded_url': 'https://twitter.com/dog_rates/status/790277117346975746/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 790277108719386624, 'id_str': '790277108719386624', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cveg1-NXgAASaaT.jpg', 'url': 'https://t.co/aI7umZHIq7', 'display_url': 'pic.twitter.com/aI7umZHIq7', 'expanded_url': 'https://twitter.com/dog_rates/status/790277117346975746/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2958, 'favorite_count': 11908, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
670:790227638568808452
{'created_at': 'Sun Oct 23 16:25:25 +0000 2016', 'id': 790227638568808452, 'id_str': '790227638568808452', 'full_text': "RT @dog_rates: This is Leela. She's a Fetty Woof. Lost eye while saving a baby from an avalanche. 11/10 true h*ckin hero https://t.co/2lBg3…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Aug 08 17:19:51 +0000 2016', 'id': 762699858130116608, 'id_str': '762699858130116608', 'full_text': "This is Leela. She's a Fetty Woof. Lost eye while saving a baby from an avalanche. 11/10 true h*ckin hero https://t.co/2lBg3ZgivD", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762699853369581568, 'id_str': '762699853369581568', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'url': 'https://t.co/2lBg3ZgivD', 'display_url': 'pic.twitter.com/2lBg3ZgivD', 'expanded_url': 'https://twitter.com/dog_rates/status/762699858130116608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762699853369581568, 'id_str': '762699853369581568', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'url': 'https://t.co/2lBg3ZgivD', 'display_url': 'pic.twitter.com/2lBg3ZgivD', 'expanded_url': 'https://twitter.com/dog_rates/status/762699858130116608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3313, 'favorite_count': 11372, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3313, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
671:789986466051088384
{'created_at': 'Sun Oct 23 00:27:05 +0000 2016', 'id': 789986466051088384, 'id_str': '789986466051088384', 'full_text': "This is Happy. He's a bathtub reviewer. Seems to be pleased with this one. 12/10 https://t.co/Ln89R4FP7v", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789986461038837761, 'id_str': '789986461038837761', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'url': 'https://t.co/Ln89R4FP7v', 'display_url': 'pic.twitter.com/Ln89R4FP7v', 'expanded_url': 'https://twitter.com/dog_rates/status/789986466051088384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 427, 'resize': 'fit'}, 'large': {'w': 574, 'h': 427, 'resize': 'fit'}, 'small': {'w': 574, 'h': 427, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789986461038837761, 'id_str': '789986461038837761', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvaYgDOWgAEfjls.jpg', 'url': 'https://t.co/Ln89R4FP7v', 'display_url': 'pic.twitter.com/Ln89R4FP7v', 'expanded_url': 'https://twitter.com/dog_rates/status/789986466051088384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 427, 'resize': 'fit'}, 'large': {'w': 574, 'h': 427, 'resize': 'fit'}, 'small': {'w': 574, 'h': 427, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2146, 'favorite_count': 8810, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
672:789960241177853952
{'created_at': 'Sat Oct 22 22:42:52 +0000 2016', 'id': 789960241177853952, 'id_str': '789960241177853952', 'full_text': 'RT @dog_rates: This is Buddy. His father was a bear and his mother was a perfectly toasted marshmallow. 12/10 would snug so well https://t.…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Aug 08 01:44:46 +0000 2016', 'id': 762464539388485633, 'id_str': '762464539388485633', 'full_text': 'This is Buddy. His father was a bear and his mother was a perfectly toasted marshmallow. 12/10 would snug so well https://t.co/zGSj1oUgxx', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762464530748145664, 'id_str': '762464530748145664', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762464530748145664, 'id_str': '762464530748145664', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}, {'id': 762464530748190720, 'id_str': '762464530748190720', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3UUsAAPla2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3UUsAAPla2.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 762464530827882496, 'id_str': '762464530827882496', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3nUsAAqfV6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3nUsAAqfV6.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 762464530945282048, 'id_str': '762464530945282048', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc4DUEAAYTq6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc4DUEAAYTq6.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3839, 'favorite_count': 9650, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3839, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
673:789903600034189313
{'created_at': 'Sat Oct 22 18:57:48 +0000 2016', 'id': 789903600034189313, 'id_str': '789903600034189313', 'full_text': "This is Ralphy. His dreams were just shattered. Poor pupper. 13/10 it'll be ok Ralphy https://t.co/P0kSN6rT6H", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/P0kSN6rT6H', 'expanded_url': 'https://vine.co/v/5wPT1aBxPQZ', 'display_url': 'vine.co/v/5wPT1aBxPQZ', 'indices': [86, 109]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3887, 'favorite_count': 9793, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
674:789628658055020548
{'created_at': 'Sat Oct 22 00:45:17 +0000 2016', 'id': 789628658055020548, 'id_str': '789628658055020548', 'full_text': 'This is Eli. He can fly. 13/10 magical af https://t.co/huPSJJ7FDI', 'truncated': False, 'display_text_range': [0, 41], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789628648391401472, 'id_str': '789628648391401472', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CvVTEnPXYAAWLyL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvVTEnPXYAAWLyL.jpg', 'url': 'https://t.co/huPSJJ7FDI', 'display_url': 'pic.twitter.com/huPSJJ7FDI', 'expanded_url': 'https://twitter.com/dog_rates/status/789628658055020548/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'large': {'w': 710, 'h': 699, 'resize': 'fit'}, 'medium': {'w': 710, 'h': 699, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789628648391401472, 'id_str': '789628648391401472', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CvVTEnPXYAAWLyL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvVTEnPXYAAWLyL.jpg', 'url': 'https://t.co/huPSJJ7FDI', 'display_url': 'pic.twitter.com/huPSJJ7FDI', 'expanded_url': 'https://twitter.com/dog_rates/status/789628658055020548/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'large': {'w': 710, 'h': 699, 'resize': 'fit'}, 'medium': {'w': 710, 'h': 699, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1651, 'favorite_count': 7084, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
675:789599242079838210
{'created_at': 'Fri Oct 21 22:48:24 +0000 2016', 'id': 789599242079838210, 'id_str': '789599242079838210', 'full_text': "This is Brownie. She's wearing a Halloween themed onesie. 12/10 festive af https://t.co/0R4meWXFOx", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789599232806223873, 'id_str': '789599232806223873', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CvU4UZpWAAEOxbQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvU4UZpWAAEOxbQ.jpg', 'url': 'https://t.co/0R4meWXFOx', 'display_url': 'pic.twitter.com/0R4meWXFOx', 'expanded_url': 'https://twitter.com/dog_rates/status/789599242079838210/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789599232806223873, 'id_str': '789599232806223873', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CvU4UZpWAAEOxbQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvU4UZpWAAEOxbQ.jpg', 'url': 'https://t.co/0R4meWXFOx', 'display_url': 'pic.twitter.com/0R4meWXFOx', 'expanded_url': 'https://twitter.com/dog_rates/status/789599242079838210/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 789599232806322177, 'id_str': '789599232806322177', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CvU4UZpXgAE1pAV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvU4UZpXgAE1pAV.jpg', 'url': 'https://t.co/0R4meWXFOx', 'display_url': 'pic.twitter.com/0R4meWXFOx', 'expanded_url': 'https://twitter.com/dog_rates/status/789599242079838210/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1796, 'favorite_count': 6382, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
676:789530877013393408
{'created_at': 'Fri Oct 21 18:16:44 +0000 2016', 'id': 789530877013393408, 'id_str': '789530877013393408', 'full_text': 'This is Rizzy. She smiles a lot. 12/10 contagious af https://t.co/TU4sZogVIq', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789530855911882752, 'id_str': '789530855911882752', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789530855911882752, 'id_str': '789530855911882752', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV3WgAA4Dht.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 789530855937114112, 'id_str': '789530855937114112', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV9XgAAYOWA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV9XgAAYOWA.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 789530855924436996, 'id_str': '789530855924436996', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CvT6IV6WEAQhhV5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvT6IV6WEAQhhV5.jpg', 'url': 'https://t.co/TU4sZogVIq', 'display_url': 'pic.twitter.com/TU4sZogVIq', 'expanded_url': 'https://twitter.com/dog_rates/status/789530877013393408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3160, 'favorite_count': 11094, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
677:789314372632018944
{'created_at': 'Fri Oct 21 03:56:25 +0000 2016', 'id': 789314372632018944, 'id_str': '789314372632018944', 'full_text': 'HE WAS JUST A LIL SLEEPY FROM BEING SUCH A GOOD DOGGI ALL THE TIME MISTAKES HAPPEN 13/10\nhttps://t.co/G2ms0A5jWM', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/G2ms0A5jWM', 'expanded_url': 'https://twitter.com/sebscat/status/788818328538099712', 'display_url': 'twitter.com/sebscat/status…', 'indices': [89, 112]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 788818328538099712, 'quoted_status_id_str': '788818328538099712', 'quoted_status_permalink': {'url': 'https://t.co/G2ms0A5jWM', 'expanded': 'https://twitter.com/sebscat/status/788818328538099712', 'display': 'twitter.com/sebscat/status…'}, 'quoted_status': {'created_at': 'Wed Oct 19 19:05:19 +0000 2016', 'id': 788818328538099712, 'id_str': '788818328538099712', 'full_text': 'I pulled over to see if the doggi was ok and THIS FOO STOOD UP AND WALKED, THIS DUMBFUCK RLY FELL ASLEEP IN THE MIDDLE OF THE ROAD. https://t.co/4SmHr6EqSm', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788818312381603841, 'id_str': '788818312381603841', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/CvJyE2XUIAEItQp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJyE2XUIAEItQp.jpg', 'url': 'https://t.co/4SmHr6EqSm', 'display_url': 'pic.twitter.com/4SmHr6EqSm', 'expanded_url': 'https://twitter.com/sebscat/status/788818328538099712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788818312381603841, 'id_str': '788818312381603841', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/CvJyE2XUIAEItQp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJyE2XUIAEItQp.jpg', 'url': 'https://t.co/4SmHr6EqSm', 'display_url': 'pic.twitter.com/4SmHr6EqSm', 'expanded_url': 'https://twitter.com/sebscat/status/788818328538099712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 788818312394223616, 'id_str': '788818312394223616', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/CvJyE2aUsAAM0J4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJyE2aUsAAM0J4.jpg', 'url': 'https://t.co/4SmHr6EqSm', 'display_url': 'pic.twitter.com/4SmHr6EqSm', 'expanded_url': 'https://twitter.com/sebscat/status/788818328538099712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 788818312582926336, 'id_str': '788818312582926336', 'indices': [132, 155], 'media_url': 'http://pbs.twimg.com/media/CvJyE3HUEAAAJ4i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJyE3HUEAAAJ4i.jpg', 'url': 'https://t.co/4SmHr6EqSm', 'display_url': 'pic.twitter.com/4SmHr6EqSm', 'expanded_url': 'https://twitter.com/sebscat/status/788818328538099712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 3536180414, 'id_str': '3536180414', 'name': 'Codeine Bryant', 'screen_name': 'sebscat', 'location': '', 'description': '', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 109, 'friends_count': 92, 'listed_count': 4, 'created_at': 'Sat Sep 12 08:55:23 +0000 2015', 'favourites_count': 18904, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 2795, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1087248874618511360/LknitJpw_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1087248874618511360/LknitJpw_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/3536180414/1483329173', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 44760, 'favorite_count': 96363, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 2139, 'favorite_count': 8205, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
678:789280767834746880
{'created_at': 'Fri Oct 21 01:42:53 +0000 2016', 'id': 789280767834746880, 'id_str': '789280767834746880', 'full_text': "RT @dog_rates: This is Meyer. He has to hold somebody's hand during car rides. He's also wearing a seatbelt. 12/10 responsible af https://t…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jul 06 15:54:42 +0000 2016', 'id': 750719632563142656, 'id_str': '750719632563142656', 'full_text': "This is Meyer. He has to hold somebody's hand during car rides. He's also wearing a seatbelt. 12/10 responsible af https://t.co/WS6BoApYyL", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750719617786609664, 'id_str': '750719617786609664', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'url': 'https://t.co/WS6BoApYyL', 'display_url': 'pic.twitter.com/WS6BoApYyL', 'expanded_url': 'https://twitter.com/dog_rates/status/750719632563142656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750719617786609664, 'id_str': '750719617786609664', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'url': 'https://t.co/WS6BoApYyL', 'display_url': 'pic.twitter.com/WS6BoApYyL', 'expanded_url': 'https://twitter.com/dog_rates/status/750719632563142656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4592, 'favorite_count': 12272, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4592, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
679:789268448748703744
{'created_at': 'Fri Oct 21 00:53:56 +0000 2016', 'id': 789268448748703744, 'id_str': '789268448748703744', 'full_text': "This is Stella. She's happier than I will ever be. 10/10 would trade lives with https://t.co/JSs2bfDtTS", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789268438468423680, 'id_str': '789268438468423680', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CvQLdotWcAAZn86.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvQLdotWcAAZn86.jpg', 'url': 'https://t.co/JSs2bfDtTS', 'display_url': 'pic.twitter.com/JSs2bfDtTS', 'expanded_url': 'https://twitter.com/dog_rates/status/789268448748703744/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 899, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 899, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789268438468423680, 'id_str': '789268438468423680', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CvQLdotWcAAZn86.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvQLdotWcAAZn86.jpg', 'url': 'https://t.co/JSs2bfDtTS', 'display_url': 'pic.twitter.com/JSs2bfDtTS', 'expanded_url': 'https://twitter.com/dog_rates/status/789268448748703744/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 899, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 899, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2449, 'favorite_count': 8666, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
680:789137962068021249
{'created_at': 'Thu Oct 20 16:15:26 +0000 2016', 'id': 789137962068021249, 'id_str': '789137962068021249', 'full_text': "This is Bo. He's a West Congolese Bugaboop Snuggle. Rather exotic. Master of the head tilt. 12/10 would pay to pet https://t.co/2jwxxtNzoN", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 789137928387698688, 'id_str': '789137928387698688', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CvOUw8xWIAA6B2G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvOUw8xWIAA6B2G.jpg', 'url': 'https://t.co/2jwxxtNzoN', 'display_url': 'pic.twitter.com/2jwxxtNzoN', 'expanded_url': 'https://twitter.com/dog_rates/status/789137962068021249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1534, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 789137928387698688, 'id_str': '789137928387698688', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CvOUw8xWIAA6B2G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvOUw8xWIAA6B2G.jpg', 'url': 'https://t.co/2jwxxtNzoN', 'display_url': 'pic.twitter.com/2jwxxtNzoN', 'expanded_url': 'https://twitter.com/dog_rates/status/789137962068021249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1534, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 789137928379326464, 'id_str': '789137928379326464', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CvOUw8vWYAAzJDq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvOUw8vWYAAzJDq.jpg', 'url': 'https://t.co/2jwxxtNzoN', 'display_url': 'pic.twitter.com/2jwxxtNzoN', 'expanded_url': 'https://twitter.com/dog_rates/status/789137962068021249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 789137928375177218, 'id_str': '789137928375177218', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CvOUw8uXEAIxSmY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvOUw8uXEAIxSmY.jpg', 'url': 'https://t.co/2jwxxtNzoN', 'display_url': 'pic.twitter.com/2jwxxtNzoN', 'expanded_url': 'https://twitter.com/dog_rates/status/789137962068021249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2609, 'favorite_count': 9228, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
681:788908386943430656
{'created_at': 'Thu Oct 20 01:03:11 +0000 2016', 'id': 788908386943430656, 'id_str': '788908386943430656', 'full_text': 'This is Lucy. She destroyed not one, but two remotes trying to turn off the debate. 11/10 relatable af https://t.co/3BXh073tDm', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788908364977823744, 'id_str': '788908364977823744', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CvLD-mbWYAAFI8w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvLD-mbWYAAFI8w.jpg', 'url': 'https://t.co/3BXh073tDm', 'display_url': 'pic.twitter.com/3BXh073tDm', 'expanded_url': 'https://twitter.com/dog_rates/status/788908386943430656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788908364977823744, 'id_str': '788908364977823744', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CvLD-mbWYAAFI8w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvLD-mbWYAAFI8w.jpg', 'url': 'https://t.co/3BXh073tDm', 'display_url': 'pic.twitter.com/3BXh073tDm', 'expanded_url': 'https://twitter.com/dog_rates/status/788908386943430656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 11717, 'favorite_count': 26086, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
682:788765914992902144
{'created_at': 'Wed Oct 19 15:37:03 +0000 2016', 'id': 788765914992902144, 'id_str': '788765914992902144', 'full_text': 'This is Butter. She can have whatever she wants forever. 12/10 would hug softly https://t.co/x5gXRS1abq', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788765906553962498, 'id_str': '788765906553962498', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'url': 'https://t.co/x5gXRS1abq', 'display_url': 'pic.twitter.com/x5gXRS1abq', 'expanded_url': 'https://twitter.com/dog_rates/status/788765914992902144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788765906553962498, 'id_str': '788765906553962498', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvJCabcWgAIoUxW.jpg', 'url': 'https://t.co/x5gXRS1abq', 'display_url': 'pic.twitter.com/x5gXRS1abq', 'expanded_url': 'https://twitter.com/dog_rates/status/788765914992902144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9671, 'favorite_count': 25923, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
683:788552643979468800
{'created_at': 'Wed Oct 19 01:29:35 +0000 2016', 'id': 788552643979468800, 'id_str': '788552643979468800', 'full_text': 'RT @dog_rates: Say hello to mad pupper. You know what you did. 13/10 would pet until no longer furustrated https://t.co/u1ulQ5heLX', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/u1ulQ5heLX', 'expanded_url': 'https://vine.co/v/iEggaEOiLO3', 'display_url': 'vine.co/v/iEggaEOiLO3', 'indices': [107, 130]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat May 28 03:04:00 +0000 2016', 'id': 736392552031657984, 'id_str': '736392552031657984', 'full_text': 'Say hello to mad pupper. You know what you did. 13/10 would pet until no longer furustrated https://t.co/u1ulQ5heLX', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/u1ulQ5heLX', 'expanded_url': 'https://vine.co/v/iEggaEOiLO3', 'display_url': 'vine.co/v/iEggaEOiLO3', 'indices': [92, 115]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6670, 'favorite_count': 16368, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6670, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
684:788412144018661376
{'created_at': 'Tue Oct 18 16:11:17 +0000 2016', 'id': 788412144018661376, 'id_str': '788412144018661376', 'full_text': 'This is Dexter. He breaks hearts for a living. 11/10 h*ckin handsome af https://t.co/4DhSsC1W7S', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788412135785267200, 'id_str': '788412135785267200', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CvEAqQoWgAADj5K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvEAqQoWgAADj5K.jpg', 'url': 'https://t.co/4DhSsC1W7S', 'display_url': 'pic.twitter.com/4DhSsC1W7S', 'expanded_url': 'https://twitter.com/dog_rates/status/788412144018661376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788412135785267200, 'id_str': '788412135785267200', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CvEAqQoWgAADj5K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvEAqQoWgAADj5K.jpg', 'url': 'https://t.co/4DhSsC1W7S', 'display_url': 'pic.twitter.com/4DhSsC1W7S', 'expanded_url': 'https://twitter.com/dog_rates/status/788412144018661376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 788412135789498369, 'id_str': '788412135789498369', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CvEAqQpXEAESILZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvEAqQpXEAESILZ.jpg', 'url': 'https://t.co/4DhSsC1W7S', 'display_url': 'pic.twitter.com/4DhSsC1W7S', 'expanded_url': 'https://twitter.com/dog_rates/status/788412144018661376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4930, 'favorite_count': 14731, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
685:788178268662984705
{'created_at': 'Tue Oct 18 00:41:57 +0000 2016', 'id': 788178268662984705, 'id_str': '788178268662984705', 'full_text': "Atlas is back and this time he's got doggles. Still 13/10 solarly conscious af https://t.co/s7MgFWDySc", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788178260857356288, 'id_str': '788178260857356288', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CvAr88oWgAAGpGG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvAr88oWgAAGpGG.jpg', 'url': 'https://t.co/s7MgFWDySc', 'display_url': 'pic.twitter.com/s7MgFWDySc', 'expanded_url': 'https://twitter.com/dog_rates/status/788178268662984705/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788178260857356288, 'id_str': '788178260857356288', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CvAr88oWgAAGpGG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvAr88oWgAAGpGG.jpg', 'url': 'https://t.co/s7MgFWDySc', 'display_url': 'pic.twitter.com/s7MgFWDySc', 'expanded_url': 'https://twitter.com/dog_rates/status/788178268662984705/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 788178260840607745, 'id_str': '788178260840607745', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CvAr88kW8AEKNAO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvAr88kW8AEKNAO.jpg', 'url': 'https://t.co/s7MgFWDySc', 'display_url': 'pic.twitter.com/s7MgFWDySc', 'expanded_url': 'https://twitter.com/dog_rates/status/788178268662984705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}, {'id': 788178260848939008, 'id_str': '788178260848939008', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CvAr88mWEAA3NYl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvAr88mWEAA3NYl.jpg', 'url': 'https://t.co/s7MgFWDySc', 'display_url': 'pic.twitter.com/s7MgFWDySc', 'expanded_url': 'https://twitter.com/dog_rates/status/788178268662984705/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 788178260849025028, 'id_str': '788178260849025028', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CvAr88mXYAQAikR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvAr88mXYAQAikR.jpg', 'url': 'https://t.co/s7MgFWDySc', 'display_url': 'pic.twitter.com/s7MgFWDySc', 'expanded_url': 'https://twitter.com/dog_rates/status/788178268662984705/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1980, 'favorite_count': 6903, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
686:788150585577050112
{'created_at': 'Mon Oct 17 22:51:57 +0000 2016', 'id': 788150585577050112, 'id_str': '788150585577050112', 'full_text': "This is Leo. He's a golden chow. Rather h*ckin rare. 13/10 would give extra pats https://t.co/xosHjFzVXc", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788150566354583552, 'id_str': '788150566354583552', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvASw6kWgAAYs2d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvASw6kWgAAYs2d.jpg', 'url': 'https://t.co/xosHjFzVXc', 'display_url': 'pic.twitter.com/xosHjFzVXc', 'expanded_url': 'https://twitter.com/dog_rates/status/788150585577050112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788150566354583552, 'id_str': '788150566354583552', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvASw6kWgAAYs2d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvASw6kWgAAYs2d.jpg', 'url': 'https://t.co/xosHjFzVXc', 'display_url': 'pic.twitter.com/xosHjFzVXc', 'expanded_url': 'https://twitter.com/dog_rates/status/788150585577050112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 788150566325252096, 'id_str': '788150566325252096', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvASw6dW8AAITXr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvASw6dW8AAITXr.jpg', 'url': 'https://t.co/xosHjFzVXc', 'display_url': 'pic.twitter.com/xosHjFzVXc', 'expanded_url': 'https://twitter.com/dog_rates/status/788150585577050112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 788150566325219332, 'id_str': '788150566325219332', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvASw6dWcAQmo3X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvASw6dWcAQmo3X.jpg', 'url': 'https://t.co/xosHjFzVXc', 'display_url': 'pic.twitter.com/xosHjFzVXc', 'expanded_url': 'https://twitter.com/dog_rates/status/788150585577050112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}, {'id': 788150566341967872, 'id_str': '788150566341967872', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CvASw6hWAAAQ_F4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CvASw6hWAAAQ_F4.jpg', 'url': 'https://t.co/xosHjFzVXc', 'display_url': 'pic.twitter.com/xosHjFzVXc', 'expanded_url': 'https://twitter.com/dog_rates/status/788150585577050112/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1201, 'favorite_count': 5803, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
687:788070120937619456
{'created_at': 'Mon Oct 17 17:32:13 +0000 2016', 'id': 788070120937619456, 'id_str': '788070120937619456', 'full_text': 'RT @dog_rates: This is Bo and Ty. Bo eats paper and Ty felt left out. 11/10 for both https://t.co/1acHQS8rvK', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 761004543874392064, 'id_str': '761004543874392064', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'url': 'https://t.co/1acHQS8rvK', 'display_url': 'pic.twitter.com/1acHQS8rvK', 'expanded_url': 'https://twitter.com/dog_rates/status/761004547850530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 569, 'resize': 'fit'}, 'large': {'w': 575, 'h': 569, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 569, 'resize': 'fit'}}, 'source_status_id': 761004547850530816, 'source_status_id_str': '761004547850530816', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 761004543874392064, 'id_str': '761004543874392064', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'url': 'https://t.co/1acHQS8rvK', 'display_url': 'pic.twitter.com/1acHQS8rvK', 'expanded_url': 'https://twitter.com/dog_rates/status/761004547850530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 569, 'resize': 'fit'}, 'large': {'w': 575, 'h': 569, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 569, 'resize': 'fit'}}, 'source_status_id': 761004547850530816, 'source_status_id_str': '761004547850530816', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Aug 04 01:03:17 +0000 2016', 'id': 761004547850530816, 'id_str': '761004547850530816', 'full_text': 'This is Bo and Ty. Bo eats paper and Ty felt left out. 11/10 for both https://t.co/1acHQS8rvK', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761004543874392064, 'id_str': '761004543874392064', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'url': 'https://t.co/1acHQS8rvK', 'display_url': 'pic.twitter.com/1acHQS8rvK', 'expanded_url': 'https://twitter.com/dog_rates/status/761004547850530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 569, 'resize': 'fit'}, 'large': {'w': 575, 'h': 569, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 569, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761004543874392064, 'id_str': '761004543874392064', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'url': 'https://t.co/1acHQS8rvK', 'display_url': 'pic.twitter.com/1acHQS8rvK', 'expanded_url': 'https://twitter.com/dog_rates/status/761004547850530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 569, 'resize': 'fit'}, 'large': {'w': 575, 'h': 569, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 569, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3215, 'favorite_count': 10656, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3215, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
688:788039637453406209
{'created_at': 'Mon Oct 17 15:31:05 +0000 2016', 'id': 788039637453406209, 'id_str': '788039637453406209', 'full_text': 'Did... did they pick out that license plate? 12/10 for both https://t.co/lRmUUOxgbQ', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 788039617207472128, 'id_str': '788039617207472128', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/Cu-t20yWEAAFHXi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu-t20yWEAAFHXi.jpg', 'url': 'https://t.co/lRmUUOxgbQ', 'display_url': 'pic.twitter.com/lRmUUOxgbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/788039637453406209/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 788039617207472128, 'id_str': '788039617207472128', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/Cu-t20yWEAAFHXi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu-t20yWEAAFHXi.jpg', 'url': 'https://t.co/lRmUUOxgbQ', 'display_url': 'pic.twitter.com/lRmUUOxgbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/788039637453406209/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 788039617194983424, 'id_str': '788039617194983424', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/Cu-t20vXgAAbHFh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu-t20vXgAAbHFh.jpg', 'url': 'https://t.co/lRmUUOxgbQ', 'display_url': 'pic.twitter.com/lRmUUOxgbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/788039637453406209/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1023, 'h': 721, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 721, 'resize': 'fit'}, 'small': {'w': 680, 'h': 479, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1230, 'favorite_count': 5800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
689:787810552592695296
{'created_at': 'Mon Oct 17 00:20:47 +0000 2016', 'id': 787810552592695296, 'id_str': '787810552592695296', 'full_text': "This is Frank. He wears sunglasses and walks himself. 11/10 I'll never be this cool or independent https://t.co/pNNjBtHWPc", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 787810541230227456, 'id_str': '787810541230227456', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cu7dg2RWAAAGJXb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu7dg2RWAAAGJXb.jpg', 'url': 'https://t.co/pNNjBtHWPc', 'display_url': 'pic.twitter.com/pNNjBtHWPc', 'expanded_url': 'https://twitter.com/dog_rates/status/787810552592695296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 787810541230227456, 'id_str': '787810541230227456', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cu7dg2RWAAAGJXb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu7dg2RWAAAGJXb.jpg', 'url': 'https://t.co/pNNjBtHWPc', 'display_url': 'pic.twitter.com/pNNjBtHWPc', 'expanded_url': 'https://twitter.com/dog_rates/status/787810552592695296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 787810541230317570, 'id_str': '787810541230317570', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cu7dg2RXYAIaGXE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu7dg2RXYAIaGXE.jpg', 'url': 'https://t.co/pNNjBtHWPc', 'display_url': 'pic.twitter.com/pNNjBtHWPc', 'expanded_url': 'https://twitter.com/dog_rates/status/787810552592695296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2842, 'favorite_count': 8155, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
690:787717603741622272
{'created_at': 'Sun Oct 16 18:11:26 +0000 2016', 'id': 787717603741622272, 'id_str': '787717603741622272', 'full_text': 'This is Tonks. She is a service puppo. Can hear a caterpillar hiccup from 7 miles away. 13/10 would follow anywhere https://t.co/i622ZbWkUp', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 787717579116802050, 'id_str': '787717579116802050', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cu6I9vaWcAI6lYI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu6I9vaWcAI6lYI.jpg', 'url': 'https://t.co/i622ZbWkUp', 'display_url': 'pic.twitter.com/i622ZbWkUp', 'expanded_url': 'https://twitter.com/dog_rates/status/787717603741622272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 787717579116802050, 'id_str': '787717579116802050', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cu6I9vaWcAI6lYI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu6I9vaWcAI6lYI.jpg', 'url': 'https://t.co/i622ZbWkUp', 'display_url': 'pic.twitter.com/i622ZbWkUp', 'expanded_url': 'https://twitter.com/dog_rates/status/787717603741622272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 787717579116802048, 'id_str': '787717579116802048', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cu6I9vaWcAAtBaZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu6I9vaWcAAtBaZ.jpg', 'url': 'https://t.co/i622ZbWkUp', 'display_url': 'pic.twitter.com/i622ZbWkUp', 'expanded_url': 'https://twitter.com/dog_rates/status/787717603741622272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 787717579204861952, 'id_str': '787717579204861952', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cu6I9vvWIAAZG0a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu6I9vvWIAAZG0a.jpg', 'url': 'https://t.co/i622ZbWkUp', 'display_url': 'pic.twitter.com/i622ZbWkUp', 'expanded_url': 'https://twitter.com/dog_rates/status/787717603741622272/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 787717579200692224, 'id_str': '787717579200692224', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cu6I9vuWgAAsQlX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu6I9vuWgAAsQlX.jpg', 'url': 'https://t.co/i622ZbWkUp', 'display_url': 'pic.twitter.com/i622ZbWkUp', 'expanded_url': 'https://twitter.com/dog_rates/status/787717603741622272/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2587, 'favorite_count': 9715, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
691:787397959788929025
{'created_at': 'Sat Oct 15 21:01:17 +0000 2016', 'id': 787397959788929025, 'id_str': '787397959788929025', 'full_text': "This is Moose. He's rather h*ckin dangerous (you can tell by the collar). 11/10 would still attempt to snug https://t.co/lHVHGdDzb3", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 787397946748833792, 'id_str': '787397946748833792', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/Cu1mQsDWEAAU_VQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu1mQsDWEAAU_VQ.jpg', 'url': 'https://t.co/lHVHGdDzb3', 'display_url': 'pic.twitter.com/lHVHGdDzb3', 'expanded_url': 'https://twitter.com/dog_rates/status/787397959788929025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 787397946748833792, 'id_str': '787397946748833792', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/Cu1mQsDWEAAU_VQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu1mQsDWEAAU_VQ.jpg', 'url': 'https://t.co/lHVHGdDzb3', 'display_url': 'pic.twitter.com/lHVHGdDzb3', 'expanded_url': 'https://twitter.com/dog_rates/status/787397959788929025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2670, 'favorite_count': 10339, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
692:787322443945877504
{'created_at': 'Sat Oct 15 16:01:13 +0000 2016', 'id': 787322443945877504, 'id_str': '787322443945877504', 'full_text': 'This is Lincoln. He forgot to use his blinker when he changed lanes just now. Guilty as h*ck. Still 10/10 https://t.co/lsrR83SiVp', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 787322437922873345, 'id_str': '787322437922873345', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Cu0hlfwWYAEdnXO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu0hlfwWYAEdnXO.jpg', 'url': 'https://t.co/lsrR83SiVp', 'display_url': 'pic.twitter.com/lsrR83SiVp', 'expanded_url': 'https://twitter.com/dog_rates/status/787322443945877504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 787322437922873345, 'id_str': '787322437922873345', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Cu0hlfwWYAEdnXO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cu0hlfwWYAEdnXO.jpg', 'url': 'https://t.co/lsrR83SiVp', 'display_url': 'pic.twitter.com/lsrR83SiVp', 'expanded_url': 'https://twitter.com/dog_rates/status/787322443945877504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1628, 'favorite_count': 7401, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
693:787111942498508800
{'created_at': 'Sat Oct 15 02:04:45 +0000 2016', 'id': 787111942498508800, 'id_str': '787111942498508800', 'full_text': "RT @dog_rates: This is Carl. He's very powerful. 12/10 don't mess with Carl https://t.co/v5m2bIukXc", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/v5m2bIukXc', 'expanded_url': 'https://vine.co/v/OEppMFbejFz', 'display_url': 'vine.co/v/OEppMFbejFz', 'indices': [76, 99]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Jul 12 18:27:35 +0000 2016', 'id': 752932432744185856, 'id_str': '752932432744185856', 'full_text': "This is Carl. He's very powerful. 12/10 don't mess with Carl https://t.co/v5m2bIukXc", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/v5m2bIukXc', 'expanded_url': 'https://vine.co/v/OEppMFbejFz', 'display_url': 'vine.co/v/OEppMFbejFz', 'indices': [61, 84]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6301, 'favorite_count': 11766, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6301, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
694:786963064373534720
{'created_at': 'Fri Oct 14 16:13:10 +0000 2016', 'id': 786963064373534720, 'id_str': '786963064373534720', 'full_text': "This is Rory. He's got an interview in a few minutes. Looking spiffy af. Nervous as h*ck tho. 12/10 would hire https://t.co/ibj5g6xaAj", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786963058530906112, 'id_str': '786963058530906112', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'url': 'https://t.co/ibj5g6xaAj', 'display_url': 'pic.twitter.com/ibj5g6xaAj', 'expanded_url': 'https://twitter.com/dog_rates/status/786963064373534720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786963058530906112, 'id_str': '786963058530906112', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cuvau3MW8AAxaRv.jpg', 'url': 'https://t.co/ibj5g6xaAj', 'display_url': 'pic.twitter.com/ibj5g6xaAj', 'expanded_url': 'https://twitter.com/dog_rates/status/786963064373534720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7433, 'favorite_count': 25290, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
695:786729988674449408
{'created_at': 'Fri Oct 14 00:47:00 +0000 2016', 'id': 786729988674449408, 'id_str': '786729988674449408', 'full_text': 'RT @dog_rates: This is Oakley. He has no idea what happened here. Even offered to help clean it up. 11/10 such a heckin good boy https://t.…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Jul 30 17:56:51 +0000 2016', 'id': 759447681597108224, 'id_str': '759447681597108224', 'full_text': 'This is Oakley. He has no idea what happened here. Even offered to help clean it up. 11/10 such a heckin good boy https://t.co/vT3JM8b989', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759447672080175104, 'id_str': '759447672080175104', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'url': 'https://t.co/vT3JM8b989', 'display_url': 'pic.twitter.com/vT3JM8b989', 'expanded_url': 'https://twitter.com/dog_rates/status/759447681597108224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759447672080175104, 'id_str': '759447672080175104', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'url': 'https://t.co/vT3JM8b989', 'display_url': 'pic.twitter.com/vT3JM8b989', 'expanded_url': 'https://twitter.com/dog_rates/status/759447681597108224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2275, 'favorite_count': 7949, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2275, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
696:786709082849828864
{'created_at': 'Thu Oct 13 23:23:56 +0000 2016', 'id': 786709082849828864, 'id_str': '786709082849828864', 'full_text': "This is Logan, the Chow who lived. He solemnly swears he's up to lots of good. H*ckin magical af 9.75/10 https://t.co/yBO5wuqaPS", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786709075132383232, 'id_str': '786709075132383232', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'url': 'https://t.co/yBO5wuqaPS', 'display_url': 'pic.twitter.com/yBO5wuqaPS', 'expanded_url': 'https://twitter.com/dog_rates/status/786709082849828864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786709075132383232, 'id_str': '786709075132383232', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CurzvFTXgAA2_AP.jpg', 'url': 'https://t.co/yBO5wuqaPS', 'display_url': 'pic.twitter.com/yBO5wuqaPS', 'expanded_url': 'https://twitter.com/dog_rates/status/786709082849828864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5734, 'favorite_count': 17374, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
697:786664955043049472
{'created_at': 'Thu Oct 13 20:28:35 +0000 2016', 'id': 786664955043049472, 'id_str': '786664955043049472', 'full_text': '"Honestly Kathleen I just want more Ken Bone" 12/10 https://t.co/HmlEvAMP4r', 'truncated': False, 'display_text_range': [0, 51], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786664949540159489, 'id_str': '786664949540159489', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CurLmoqXgAEPoJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CurLmoqXgAEPoJ-.jpg', 'url': 'https://t.co/HmlEvAMP4r', 'display_url': 'pic.twitter.com/HmlEvAMP4r', 'expanded_url': 'https://twitter.com/dog_rates/status/786664955043049472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786664949540159489, 'id_str': '786664949540159489', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CurLmoqXgAEPoJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CurLmoqXgAEPoJ-.jpg', 'url': 'https://t.co/HmlEvAMP4r', 'display_url': 'pic.twitter.com/HmlEvAMP4r', 'expanded_url': 'https://twitter.com/dog_rates/status/786664955043049472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2366, 'favorite_count': 10056, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
698:786595970293370880
{'created_at': 'Thu Oct 13 15:54:28 +0000 2016', 'id': 786595970293370880, 'id_str': '786595970293370880', 'full_text': "This is Dale. He's a real spookster. Did me quite the frighten. 11/10 not too spooky to pet tho https://t.co/L8BWDD4oBX", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786595918321680384, 'id_str': '786595918321680384', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CuqM0fVWAAAboKR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuqM0fVWAAAboKR.jpg', 'url': 'https://t.co/L8BWDD4oBX', 'display_url': 'pic.twitter.com/L8BWDD4oBX', 'expanded_url': 'https://twitter.com/dog_rates/status/786595970293370880/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 767, 'h': 767, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 767, 'h': 767, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786595918321680384, 'id_str': '786595918321680384', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CuqM0fVWAAAboKR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuqM0fVWAAAboKR.jpg', 'url': 'https://t.co/L8BWDD4oBX', 'display_url': 'pic.twitter.com/L8BWDD4oBX', 'expanded_url': 'https://twitter.com/dog_rates/status/786595970293370880/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 767, 'h': 767, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 767, 'h': 767, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2917, 'favorite_count': 8981, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
699:786363235746385920
{'created_at': 'Thu Oct 13 00:29:39 +0000 2016', 'id': 786363235746385920, 'id_str': '786363235746385920', 'full_text': 'This is Rizzo. He has many talents. A true renaissance doggo. 13/10 entertaining af https://t.co/TVXpEJB7Wn', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786363218646138880, 'id_str': '786363218646138880', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cum5LlfWAAAyPcS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cum5LlfWAAAyPcS.jpg', 'url': 'https://t.co/TVXpEJB7Wn', 'display_url': 'pic.twitter.com/TVXpEJB7Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/786363235746385920/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 745, 'h': 1194, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 424, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 745, 'h': 1194, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786363218646138880, 'id_str': '786363218646138880', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cum5LlfWAAAyPcS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cum5LlfWAAAyPcS.jpg', 'url': 'https://t.co/TVXpEJB7Wn', 'display_url': 'pic.twitter.com/TVXpEJB7Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/786363235746385920/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 745, 'h': 1194, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 424, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 745, 'h': 1194, 'resize': 'fit'}}}, {'id': 786363218641969152, 'id_str': '786363218641969152', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cum5LleWYAAPgFA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cum5LleWYAAPgFA.jpg', 'url': 'https://t.co/TVXpEJB7Wn', 'display_url': 'pic.twitter.com/TVXpEJB7Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/786363235746385920/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 540, 'h': 730, 'resize': 'fit'}, 'small': {'w': 503, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 730, 'resize': 'fit'}}}, {'id': 786363218641969153, 'id_str': '786363218641969153', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cum5LleWYAE9CTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cum5LleWYAE9CTf.jpg', 'url': 'https://t.co/TVXpEJB7Wn', 'display_url': 'pic.twitter.com/TVXpEJB7Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/786363235746385920/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 746, 'h': 988, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 746, 'h': 988, 'resize': 'fit'}}}, {'id': 786363220667891712, 'id_str': '786363220667891712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cum5LtBXgAARiNx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cum5LtBXgAARiNx.jpg', 'url': 'https://t.co/TVXpEJB7Wn', 'display_url': 'pic.twitter.com/TVXpEJB7Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/786363235746385920/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3221, 'favorite_count': 10285, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
700:786286427768250368
{'created_at': 'Wed Oct 12 19:24:27 +0000 2016', 'id': 786286427768250368, 'id_str': '786286427768250368', 'full_text': "This is Arnie. He's afraid of his own bark. 12/10 would comfort https://t.co/ObT2tSxXit", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/ObT2tSxXit', 'expanded_url': 'https://vine.co/v/5XH0WqHwiFp', 'display_url': 'vine.co/v/5XH0WqHwiFp', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2648, 'favorite_count': 7565, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
701:786233965241827333
{'created_at': 'Wed Oct 12 15:55:59 +0000 2016', 'id': 786233965241827333, 'id_str': '786233965241827333', 'full_text': "This is Mattie. She's extremely dangerous. Will bite your h*ckin finger right off. Still 11/10 would pet with caution https://t.co/78c9W8kLFh", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 786233954131144704, 'id_str': '786233954131144704', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'url': 'https://t.co/78c9W8kLFh', 'display_url': 'pic.twitter.com/78c9W8kLFh', 'expanded_url': 'https://twitter.com/dog_rates/status/786233965241827333/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 786233954131144704, 'id_str': '786233954131144704', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CulDnZpWcAAGbZ-.jpg', 'url': 'https://t.co/78c9W8kLFh', 'display_url': 'pic.twitter.com/78c9W8kLFh', 'expanded_url': 'https://twitter.com/dog_rates/status/786233965241827333/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4380, 'favorite_count': 14414, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
702:786051337297522688
{'created_at': 'Wed Oct 12 03:50:17 +0000 2016', 'id': 786051337297522688, 'id_str': '786051337297522688', 'full_text': '13/10 for breakdancing puppo @shibbnbot', 'truncated': False, 'display_text_range': [0, 39], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'shibbnbot', 'name': 'shibesbot', 'id': 730505014150582272, 'id_str': '730505014150582272', 'indices': [29, 39]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 772743019447607296, 'in_reply_to_status_id_str': '772743019447607296', 'in_reply_to_user_id': 730505014150582272, 'in_reply_to_user_id_str': '730505014150582272', 'in_reply_to_screen_name': 'shibbnbot', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 148, 'favorite_count': 1354, 'favorited': False, 'retweeted': False, 'lang': 'en'}
703:786036967502913536
{'created_at': 'Wed Oct 12 02:53:11 +0000 2016', 'id': 786036967502913536, 'id_str': '786036967502913536', 'full_text': 'RT @dog_rates: This is Scout. He really wants to kiss himself. H*ckin inappropriate. 11/10 narcissistic af https://t.co/x0gV2Ck3AD', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 779834320894713856, 'id_str': '779834320894713856', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 995, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 995, 'resize': 'fit'}}, 'source_status_id': 779834332596887552, 'source_status_id_str': '779834332596887552', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 779834320894713856, 'id_str': '779834320894713856', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 995, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 995, 'resize': 'fit'}}, 'source_status_id': 779834332596887552, 'source_status_id_str': '779834332596887552', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 779834320894758913, 'id_str': '779834320894758913', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCXEAEjPIU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCXEAEjPIU.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 988, 'resize': 'fit'}, 'large': {'w': 750, 'h': 988, 'resize': 'fit'}}, 'source_status_id': 779834332596887552, 'source_status_id_str': '779834332596887552', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 779834320890527745, 'id_str': '779834320890527745', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtKHLuBWgAEZ_ht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuBWgAEZ_ht.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 984, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 984, 'resize': 'fit'}}, 'source_status_id': 779834332596887552, 'source_status_id_str': '779834332596887552', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 779834320898908161, 'id_str': '779834320898908161', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CtKHLuDWYAEPmCn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuDWYAEPmCn.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 970, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 970, 'resize': 'fit'}, 'small': {'w': 526, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 779834332596887552, 'source_status_id_str': '779834332596887552', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Sep 25 00:06:08 +0000 2016', 'id': 779834332596887552, 'id_str': '779834332596887552', 'full_text': 'This is Scout. He really wants to kiss himself. H*ckin inappropriate. 11/10 narcissistic af https://t.co/x0gV2Ck3AD', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 779834320894713856, 'id_str': '779834320894713856', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 995, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 995, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 779834320894713856, 'id_str': '779834320894713856', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 995, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 995, 'resize': 'fit'}}}, {'id': 779834320894758913, 'id_str': '779834320894758913', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCXEAEjPIU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCXEAEjPIU.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 988, 'resize': 'fit'}, 'large': {'w': 750, 'h': 988, 'resize': 'fit'}}}, {'id': 779834320890527745, 'id_str': '779834320890527745', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuBWgAEZ_ht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuBWgAEZ_ht.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 984, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 984, 'resize': 'fit'}}}, {'id': 779834320898908161, 'id_str': '779834320898908161', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuDWYAEPmCn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuDWYAEPmCn.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 970, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 970, 'resize': 'fit'}, 'small': {'w': 526, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6505, 'favorite_count': 17773, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6505, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
704:785927819176054784
{'created_at': 'Tue Oct 11 19:39:28 +0000 2016', 'id': 785927819176054784, 'id_str': '785927819176054784', 'full_text': "This is Lucy. She's strives to be the best potato she can be. 12/10 would boop https://t.co/lntsj7Fc4Y", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 785927792949071872, 'id_str': '785927792949071872', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CugtKeXWEAAamDZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CugtKeXWEAAamDZ.jpg', 'url': 'https://t.co/lntsj7Fc4Y', 'display_url': 'pic.twitter.com/lntsj7Fc4Y', 'expanded_url': 'https://twitter.com/dog_rates/status/785927819176054784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 785927792949071872, 'id_str': '785927792949071872', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CugtKeXWEAAamDZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CugtKeXWEAAamDZ.jpg', 'url': 'https://t.co/lntsj7Fc4Y', 'display_url': 'pic.twitter.com/lntsj7Fc4Y', 'expanded_url': 'https://twitter.com/dog_rates/status/785927819176054784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2991, 'favorite_count': 10815, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
705:785872687017132033
{'created_at': 'Tue Oct 11 16:00:24 +0000 2016', 'id': 785872687017132033, 'id_str': '785872687017132033', 'full_text': 'Meet Rusty. He appears to be rather h*ckin fluffy. Also downright adorable af. 12/10 would rub my face against his https://t.co/1j9kLGb4wV', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 785872596088811520, 'id_str': '785872596088811520', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/785872596088811520/pu/img/5O-_BgqdFQu_2Bt7.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/785872596088811520/pu/img/5O-_BgqdFQu_2Bt7.jpg', 'url': 'https://t.co/1j9kLGb4wV', 'display_url': 'pic.twitter.com/1j9kLGb4wV', 'expanded_url': 'https://twitter.com/dog_rates/status/785872687017132033/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 360, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 360, 'h': 640, 'resize': 'fit'}, 'small': {'w': 360, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 785872596088811520, 'id_str': '785872596088811520', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/785872596088811520/pu/img/5O-_BgqdFQu_2Bt7.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/785872596088811520/pu/img/5O-_BgqdFQu_2Bt7.jpg', 'url': 'https://t.co/1j9kLGb4wV', 'display_url': 'pic.twitter.com/1j9kLGb4wV', 'expanded_url': 'https://twitter.com/dog_rates/status/785872687017132033/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 360, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 360, 'h': 640, 'resize': 'fit'}, 'small': {'w': 360, 'h': 640, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 7118, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/785872596088811520/pu/pl/Qhuj_sY6oN9HYk9p.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/785872596088811520/pu/vid/180x320/Qfdbc3jwzVIU8lYh.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/785872596088811520/pu/vid/360x640/R0PU80Gdn9ww1-uf.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1673, 'favorite_count': 6346, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
706:785639753186217984
{'created_at': 'Tue Oct 11 00:34:48 +0000 2016', 'id': 785639753186217984, 'id_str': '785639753186217984', 'full_text': "This is Pinot. He's a sophisticated doggo. You can tell by the hat. Also pointier than your average pupper. Still 10/10 would pet cautiously https://t.co/f2wmLZTPHd", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 785639740259303424, 'id_str': '785639740259303424', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/CucnLmeWAAALOSC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CucnLmeWAAALOSC.jpg', 'url': 'https://t.co/f2wmLZTPHd', 'display_url': 'pic.twitter.com/f2wmLZTPHd', 'expanded_url': 'https://twitter.com/dog_rates/status/785639753186217984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 785639740259303424, 'id_str': '785639740259303424', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/CucnLmeWAAALOSC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CucnLmeWAAALOSC.jpg', 'url': 'https://t.co/f2wmLZTPHd', 'display_url': 'pic.twitter.com/f2wmLZTPHd', 'expanded_url': 'https://twitter.com/dog_rates/status/785639753186217984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 720, 'resize': 'fit'}}}, {'id': 785639740250984448, 'id_str': '785639740250984448', 'indices': [141, 164], 'media_url': 'http://pbs.twimg.com/media/CucnLmcXEAAxVwC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CucnLmcXEAAxVwC.jpg', 'url': 'https://t.co/f2wmLZTPHd', 'display_url': 'pic.twitter.com/f2wmLZTPHd', 'expanded_url': 'https://twitter.com/dog_rates/status/785639753186217984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2106, 'favorite_count': 7462, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
707:785533386513321988
{'created_at': 'Mon Oct 10 17:32:08 +0000 2016', 'id': 785533386513321988, 'id_str': '785533386513321988', 'full_text': 'This is Dallas. Her tongue is ridiculous. 11/10 h*ckin proud af https://t.co/h4jhlH4EyG', 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 785533378355396613, 'id_str': '785533378355396613', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CubGchgWAAUKxII.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CubGchgWAAUKxII.jpg', 'url': 'https://t.co/h4jhlH4EyG', 'display_url': 'pic.twitter.com/h4jhlH4EyG', 'expanded_url': 'https://twitter.com/dog_rates/status/785533386513321988/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 785533378355396613, 'id_str': '785533378355396613', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CubGchgWAAUKxII.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CubGchgWAAUKxII.jpg', 'url': 'https://t.co/h4jhlH4EyG', 'display_url': 'pic.twitter.com/h4jhlH4EyG', 'expanded_url': 'https://twitter.com/dog_rates/status/785533386513321988/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 785533378368049152, 'id_str': '785533378368049152', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CubGchjXEAA6gpw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CubGchjXEAA6gpw.jpg', 'url': 'https://t.co/h4jhlH4EyG', 'display_url': 'pic.twitter.com/h4jhlH4EyG', 'expanded_url': 'https://twitter.com/dog_rates/status/785533386513321988/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1842, 'favorite_count': 8595, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
708:785515384317313025
{'created_at': 'Mon Oct 10 16:20:36 +0000 2016', 'id': 785515384317313025, 'id_str': '785515384317313025', 'full_text': 'Today, 10/10, should be National Dog Rates Day', 'truncated': False, 'display_text_range': [0, 46], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1166, 'favorite_count': 5799, 'favorited': False, 'retweeted': False, 'lang': 'en'}
709:785264754247995392
{'created_at': 'Sun Oct 09 23:44:41 +0000 2016', 'id': 785264754247995392, 'id_str': '785264754247995392', 'full_text': 'This is Doc. He requested to be carried around like that. 12/10 anything for Doc https://t.co/mWYACm4qnx', 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 785264731401646082, 'id_str': '785264731401646082', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CuXSHNnWcAIWEwn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuXSHNnWcAIWEwn.jpg', 'url': 'https://t.co/mWYACm4qnx', 'display_url': 'pic.twitter.com/mWYACm4qnx', 'expanded_url': 'https://twitter.com/dog_rates/status/785264754247995392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 738, 'h': 734, 'resize': 'fit'}, 'small': {'w': 680, 'h': 676, 'resize': 'fit'}, 'large': {'w': 738, 'h': 734, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 785264731401646082, 'id_str': '785264731401646082', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CuXSHNnWcAIWEwn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuXSHNnWcAIWEwn.jpg', 'url': 'https://t.co/mWYACm4qnx', 'display_url': 'pic.twitter.com/mWYACm4qnx', 'expanded_url': 'https://twitter.com/dog_rates/status/785264754247995392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 738, 'h': 734, 'resize': 'fit'}, 'small': {'w': 680, 'h': 676, 'resize': 'fit'}, 'large': {'w': 738, 'h': 734, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1519, 'favorite_count': 6913, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
710:785170936622350336
{'created_at': 'Sun Oct 09 17:31:53 +0000 2016', 'id': 785170936622350336, 'id_str': '785170936622350336', 'full_text': 'This is Hero. He was enjoying the car ride until he remembered that bees are dying globally at an alarming rate. 11/10 https://t.co/cubFg7F4qQ', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 785170917014011904, 'id_str': '785170917014011904', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CuV8yfyWgAAmWmV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuV8yfyWgAAmWmV.jpg', 'url': 'https://t.co/cubFg7F4qQ', 'display_url': 'pic.twitter.com/cubFg7F4qQ', 'expanded_url': 'https://twitter.com/dog_rates/status/785170936622350336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 785170917014011904, 'id_str': '785170917014011904', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CuV8yfyWgAAmWmV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuV8yfyWgAAmWmV.jpg', 'url': 'https://t.co/cubFg7F4qQ', 'display_url': 'pic.twitter.com/cubFg7F4qQ', 'expanded_url': 'https://twitter.com/dog_rates/status/785170936622350336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 785170917009854464, 'id_str': '785170917009854464', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CuV8yfxXEAAUlye.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuV8yfxXEAAUlye.jpg', 'url': 'https://t.co/cubFg7F4qQ', 'display_url': 'pic.twitter.com/cubFg7F4qQ', 'expanded_url': 'https://twitter.com/dog_rates/status/785170936622350336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 785170917026570240, 'id_str': '785170917026570240', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CuV8yf1WIAA6-Oe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuV8yf1WIAA6-Oe.jpg', 'url': 'https://t.co/cubFg7F4qQ', 'display_url': 'pic.twitter.com/cubFg7F4qQ', 'expanded_url': 'https://twitter.com/dog_rates/status/785170936622350336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 785170917047595008, 'id_str': '785170917047595008', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/CuV8yf6W8AAvQXz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuV8yf6W8AAvQXz.jpg', 'url': 'https://t.co/cubFg7F4qQ', 'display_url': 'pic.twitter.com/cubFg7F4qQ', 'expanded_url': 'https://twitter.com/dog_rates/status/785170936622350336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4501, 'favorite_count': 11384, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
711:784826020293709826
{'created_at': 'Sat Oct 08 18:41:19 +0000 2016', 'id': 784826020293709826, 'id_str': '784826020293709826', 'full_text': "This is Rusty. He's going D1 for sure. Insane vertical. 13/10 would draft https://t.co/AsykOwMrXQ", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 784826004988653570, 'id_str': '784826004988653570', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'url': 'https://t.co/AsykOwMrXQ', 'display_url': 'pic.twitter.com/AsykOwMrXQ', 'expanded_url': 'https://twitter.com/dog_rates/status/784826020293709826/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 784826004988653570, 'id_str': '784826004988653570', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuRDF-XWcAIZSer.jpg', 'url': 'https://t.co/AsykOwMrXQ', 'display_url': 'pic.twitter.com/AsykOwMrXQ', 'expanded_url': 'https://twitter.com/dog_rates/status/784826020293709826/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3012, 'favorite_count': 9576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
712:784517518371221505
{'created_at': 'Fri Oct 07 22:15:26 +0000 2016', 'id': 784517518371221505, 'id_str': '784517518371221505', 'full_text': 'This is Frankie. He has yet to learn how to control his tongue. 11/10 maybe one day https://t.co/p6fgYe2dB6', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 784517508296478720, 'id_str': '784517508296478720', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CuMqhGoWEAAOVE5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuMqhGoWEAAOVE5.jpg', 'url': 'https://t.co/p6fgYe2dB6', 'display_url': 'pic.twitter.com/p6fgYe2dB6', 'expanded_url': 'https://twitter.com/dog_rates/status/784517518371221505/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 494, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 494, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 784517508296478720, 'id_str': '784517508296478720', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CuMqhGoWEAAOVE5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuMqhGoWEAAOVE5.jpg', 'url': 'https://t.co/p6fgYe2dB6', 'display_url': 'pic.twitter.com/p6fgYe2dB6', 'expanded_url': 'https://twitter.com/dog_rates/status/784517518371221505/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 494, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 494, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}}}, {'id': 784517508309147652, 'id_str': '784517508309147652', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CuMqhGrXYAQwRqU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuMqhGrXYAQwRqU.jpg', 'url': 'https://t.co/p6fgYe2dB6', 'display_url': 'pic.twitter.com/p6fgYe2dB6', 'expanded_url': 'https://twitter.com/dog_rates/status/784517518371221505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 750, 'h': 742, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 742, 'resize': 'fit'}}}, {'id': 784517508296572928, 'id_str': '784517508296572928', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CuMqhGoXgAAa_1D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuMqhGoXgAAa_1D.jpg', 'url': 'https://t.co/p6fgYe2dB6', 'display_url': 'pic.twitter.com/p6fgYe2dB6', 'expanded_url': 'https://twitter.com/dog_rates/status/784517518371221505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 750, 'h': 742, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 742, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2366, 'favorite_count': 8502, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
713:784431430411685888
{'created_at': 'Fri Oct 07 16:33:21 +0000 2016', 'id': 784431430411685888, 'id_str': '784431430411685888', 'full_text': "This is Stormy. He's curly af. Already pupared for Coachella next year. 12/10 https://t.co/PHA1vtqqpt", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 784431410685902849, 'id_str': '784431410685902849', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CuLcNkCXgAEIwK2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuLcNkCXgAEIwK2.jpg', 'url': 'https://t.co/PHA1vtqqpt', 'display_url': 'pic.twitter.com/PHA1vtqqpt', 'expanded_url': 'https://twitter.com/dog_rates/status/784431430411685888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 784431410685902849, 'id_str': '784431410685902849', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CuLcNkCXgAEIwK2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuLcNkCXgAEIwK2.jpg', 'url': 'https://t.co/PHA1vtqqpt', 'display_url': 'pic.twitter.com/PHA1vtqqpt', 'expanded_url': 'https://twitter.com/dog_rates/status/784431430411685888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1184, 'favorite_count': 5447, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
714:784183165795655680
{'created_at': 'Fri Oct 07 00:06:50 +0000 2016', 'id': 784183165795655680, 'id_str': '784183165795655680', 'full_text': "This is Reginald. He's one magical puppo. Aerodynamic af. 12/10 would catch https://t.co/t0cEeRbcXJ", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/t0cEeRbcXJ', 'expanded_url': 'https://vine.co/v/5ghHLBMMdlV', 'display_url': 'vine.co/v/5ghHLBMMdlV', 'indices': [76, 99]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7483, 'favorite_count': 18971, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
715:784057939640352768
{'created_at': 'Thu Oct 06 15:49:14 +0000 2016', 'id': 784057939640352768, 'id_str': '784057939640352768', 'full_text': "This is Balto. He's very content. Legendary tongue slippage. 12/10 would pet forever https://t.co/T7Jr4Gw4sC", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/T7Jr4Gw4sC', 'expanded_url': 'https://vine.co/v/5gKxeUpuKEr', 'display_url': 'vine.co/v/5gKxeUpuKEr', 'indices': [85, 108]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10366, 'favorite_count': 28125, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
716:783839966405230592
{'created_at': 'Thu Oct 06 01:23:05 +0000 2016', 'id': 783839966405230592, 'id_str': '783839966405230592', 'full_text': "This is Riley. His owner put a donut pillow around him and he loves it so much he won't let anyone take it off. 13/10 https://t.co/8TCQcsZCZ8", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783839953138683904, 'id_str': '783839953138683904', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783839953138683904, 'id_str': '783839953138683904', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM-XEAAJw1W.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 783839953142878208, 'id_str': '783839953142878208', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM_XEAARltP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM_XEAARltP.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 783839953134452736, 'id_str': '783839953134452736', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CuDCSM9WgAAp9eo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuDCSM9WgAAp9eo.jpg', 'url': 'https://t.co/8TCQcsZCZ8', 'display_url': 'pic.twitter.com/8TCQcsZCZ8', 'expanded_url': 'https://twitter.com/dog_rates/status/783839966405230592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10052, 'favorite_count': 28410, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
717:783821107061198850
{'created_at': 'Thu Oct 06 00:08:09 +0000 2016', 'id': 783821107061198850, 'id_str': '783821107061198850', 'full_text': 'This is Mairi. She has mastered the art of camouflage. 12/10 h*ckin sneaky af https://t.co/STcPjiNAHp', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783821100060905476, 'id_str': '783821100060905476', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CuCxIzyWEAQTnQA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuCxIzyWEAQTnQA.jpg', 'url': 'https://t.co/STcPjiNAHp', 'display_url': 'pic.twitter.com/STcPjiNAHp', 'expanded_url': 'https://twitter.com/dog_rates/status/783821107061198850/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1023, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 680, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783821100060905476, 'id_str': '783821100060905476', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CuCxIzyWEAQTnQA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuCxIzyWEAQTnQA.jpg', 'url': 'https://t.co/STcPjiNAHp', 'display_url': 'pic.twitter.com/STcPjiNAHp', 'expanded_url': 'https://twitter.com/dog_rates/status/783821107061198850/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1023, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 680, 'resize': 'fit'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}}}, {'id': 783821100065124352, 'id_str': '783821100065124352', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CuCxIzzWcAAuDlk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuCxIzzWcAAuDlk.jpg', 'url': 'https://t.co/STcPjiNAHp', 'display_url': 'pic.twitter.com/STcPjiNAHp', 'expanded_url': 'https://twitter.com/dog_rates/status/783821107061198850/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 459, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 691, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 691, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1829, 'favorite_count': 6991, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
718:783695101801398276
{'created_at': 'Wed Oct 05 15:47:27 +0000 2016', 'id': 783695101801398276, 'id_str': '783695101801398276', 'full_text': "This is Loomis. He's the leader of the Kenneth search party. The passion is almost overwhelming. 12/10 one day he will be free https://t.co/kCRKlFg4AY", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783695093576368128, 'id_str': '783695093576368128', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CuA-iRDWAAAe_HL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuA-iRDWAAAe_HL.jpg', 'url': 'https://t.co/kCRKlFg4AY', 'display_url': 'pic.twitter.com/kCRKlFg4AY', 'expanded_url': 'https://twitter.com/dog_rates/status/783695101801398276/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783695093576368128, 'id_str': '783695093576368128', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CuA-iRDWAAAe_HL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuA-iRDWAAAe_HL.jpg', 'url': 'https://t.co/kCRKlFg4AY', 'display_url': 'pic.twitter.com/kCRKlFg4AY', 'expanded_url': 'https://twitter.com/dog_rates/status/783695101801398276/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 783695093588951040, 'id_str': '783695093588951040', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CuA-iRGWAAA_nQB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuA-iRGWAAA_nQB.jpg', 'url': 'https://t.co/kCRKlFg4AY', 'display_url': 'pic.twitter.com/kCRKlFg4AY', 'expanded_url': 'https://twitter.com/dog_rates/status/783695101801398276/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 783695093593235456, 'id_str': '783695093593235456', 'indices': [127, 150], 'media_url': 'http://pbs.twimg.com/media/CuA-iRHXYAAWP8e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CuA-iRHXYAAWP8e.jpg', 'url': 'https://t.co/kCRKlFg4AY', 'display_url': 'pic.twitter.com/kCRKlFg4AY', 'expanded_url': 'https://twitter.com/dog_rates/status/783695101801398276/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2991, 'favorite_count': 9873, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
719:783466772167098368
{'created_at': 'Wed Oct 05 00:40:09 +0000 2016', 'id': 783466772167098368, 'id_str': '783466772167098368', 'full_text': "This is Finn. He likes eavesdropping from filing cabinets. It's a real issue but no one has approached him about it. 11/10 would still pet https://t.co/s8W8Del9HQ", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783466761438031873, 'id_str': '783466761438031873', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Ct9u3ljW8AEnVIm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct9u3ljW8AEnVIm.jpg', 'url': 'https://t.co/s8W8Del9HQ', 'display_url': 'pic.twitter.com/s8W8Del9HQ', 'expanded_url': 'https://twitter.com/dog_rates/status/783466772167098368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783466761438031873, 'id_str': '783466761438031873', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Ct9u3ljW8AEnVIm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct9u3ljW8AEnVIm.jpg', 'url': 'https://t.co/s8W8Del9HQ', 'display_url': 'pic.twitter.com/s8W8Del9HQ', 'expanded_url': 'https://twitter.com/dog_rates/status/783466772167098368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 783466761450557440, 'id_str': '783466761450557440', 'indices': [139, 162], 'media_url': 'http://pbs.twimg.com/media/Ct9u3lmWEAA9n4P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct9u3lmWEAA9n4P.jpg', 'url': 'https://t.co/s8W8Del9HQ', 'display_url': 'pic.twitter.com/s8W8Del9HQ', 'expanded_url': 'https://twitter.com/dog_rates/status/783466772167098368/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2076, 'favorite_count': 7986, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
720:783391753726550016
{'created_at': 'Tue Oct 04 19:42:03 +0000 2016', 'id': 783391753726550016, 'id_str': '783391753726550016', 'full_text': "Meet Godi. He's an avid beachgoer and part time rainbow summoner. Eyeliner flawless af. 13/10 would snug well https://t.co/BO936YdJdi", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783391725767262208, 'id_str': '783391725767262208', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Ct8qn75WgAAsN3m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct8qn75WgAAsN3m.jpg', 'url': 'https://t.co/BO936YdJdi', 'display_url': 'pic.twitter.com/BO936YdJdi', 'expanded_url': 'https://twitter.com/dog_rates/status/783391753726550016/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783391725767262208, 'id_str': '783391725767262208', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Ct8qn75WgAAsN3m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct8qn75WgAAsN3m.jpg', 'url': 'https://t.co/BO936YdJdi', 'display_url': 'pic.twitter.com/BO936YdJdi', 'expanded_url': 'https://twitter.com/dog_rates/status/783391753726550016/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 783391725784076288, 'id_str': '783391725784076288', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Ct8qn79XEAAAFcp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct8qn79XEAAAFcp.jpg', 'url': 'https://t.co/BO936YdJdi', 'display_url': 'pic.twitter.com/BO936YdJdi', 'expanded_url': 'https://twitter.com/dog_rates/status/783391753726550016/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1932, 'h': 1932, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 783391725800812545, 'id_str': '783391725800812545', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Ct8qn8BWcAEhGqj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct8qn8BWcAEhGqj.jpg', 'url': 'https://t.co/BO936YdJdi', 'display_url': 'pic.twitter.com/BO936YdJdi', 'expanded_url': 'https://twitter.com/dog_rates/status/783391753726550016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 577, 'resize': 'fit'}, 'large': {'w': 1686, 'h': 1431, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1019, 'resize': 'fit'}}}, {'id': 783391725813374976, 'id_str': '783391725813374976', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Ct8qn8EWIAAk9zP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct8qn8EWIAAk9zP.jpg', 'url': 'https://t.co/BO936YdJdi', 'display_url': 'pic.twitter.com/BO936YdJdi', 'expanded_url': 'https://twitter.com/dog_rates/status/783391753726550016/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5096, 'favorite_count': 16006, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
721:783347506784731136
{'created_at': 'Tue Oct 04 16:46:14 +0000 2016', 'id': 783347506784731136, 'id_str': '783347506784731136', 'full_text': 'RT @dog_rates: This is Kenny. He just wants to be included in the happenings. 11/10 https://t.co/2S6oye3XqK', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 674291829689331712, 'id_str': '674291829689331712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'url': 'https://t.co/2S6oye3XqK', 'display_url': 'pic.twitter.com/2S6oye3XqK', 'expanded_url': 'https://twitter.com/dog_rates/status/674291837063053312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 674291837063053312, 'source_status_id_str': '674291837063053312', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 674291829689331712, 'id_str': '674291829689331712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'url': 'https://t.co/2S6oye3XqK', 'display_url': 'pic.twitter.com/2S6oye3XqK', 'expanded_url': 'https://twitter.com/dog_rates/status/674291837063053312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 674291837063053312, 'source_status_id_str': '674291837063053312', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Dec 08 18:17:56 +0000 2015', 'id': 674291837063053312, 'id_str': '674291837063053312', 'full_text': 'This is Kenny. He just wants to be included in the happenings. 11/10 https://t.co/2S6oye3XqK', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674291829689331712, 'id_str': '674291829689331712', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'url': 'https://t.co/2S6oye3XqK', 'display_url': 'pic.twitter.com/2S6oye3XqK', 'expanded_url': 'https://twitter.com/dog_rates/status/674291837063053312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674291829689331712, 'id_str': '674291829689331712', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'url': 'https://t.co/2S6oye3XqK', 'display_url': 'pic.twitter.com/2S6oye3XqK', 'expanded_url': 'https://twitter.com/dog_rates/status/674291837063053312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5148, 'favorite_count': 13205, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5148, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
722:783334639985389568
{'created_at': 'Tue Oct 04 15:55:06 +0000 2016', 'id': 783334639985389568, 'id_str': '783334639985389568', 'full_text': "This is Dave. He's currently in a predicament. Doesn't seem to mind tho. 12/10 someone assist Dave https://t.co/nfprKAXqwu", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783334603142598656, 'id_str': '783334603142598656', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783334603142598656, 'id_str': '783334603142598656', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9iWEAAKs3V.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 783334603146817536, 'id_str': '783334603146817536', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9jWcAAhlnw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9jWcAAhlnw.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 783334603146813440, 'id_str': '783334603146813440', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Ct72q9jWYAArAnq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct72q9jWYAArAnq.jpg', 'url': 'https://t.co/nfprKAXqwu', 'display_url': 'pic.twitter.com/nfprKAXqwu', 'expanded_url': 'https://twitter.com/dog_rates/status/783334639985389568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10890, 'favorite_count': 27503, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
723:783085703974514689
{'created_at': 'Mon Oct 03 23:25:55 +0000 2016', 'id': 783085703974514689, 'id_str': '783085703974514689', 'full_text': "This is Earl. He can't catch. Did his best tho. 11/10 would repair confidence with extra pats https://t.co/IsqyvbjFgM", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 783085675914461188, 'id_str': '783085675914461188', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ct4URfWUAAQ7lKe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct4URfWUAAQ7lKe.jpg', 'url': 'https://t.co/IsqyvbjFgM', 'display_url': 'pic.twitter.com/IsqyvbjFgM', 'expanded_url': 'https://twitter.com/dog_rates/status/783085703974514689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 783085675914461188, 'id_str': '783085675914461188', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ct4URfWUAAQ7lKe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct4URfWUAAQ7lKe.jpg', 'url': 'https://t.co/IsqyvbjFgM', 'display_url': 'pic.twitter.com/IsqyvbjFgM', 'expanded_url': 'https://twitter.com/dog_rates/status/783085703974514689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 783085675788787712, 'id_str': '783085675788787712', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ct4URe4WYAAU4qu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct4URe4WYAAU4qu.jpg', 'url': 'https://t.co/IsqyvbjFgM', 'display_url': 'pic.twitter.com/IsqyvbjFgM', 'expanded_url': 'https://twitter.com/dog_rates/status/783085703974514689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 820, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'large': {'w': 820, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285986, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2019, 'favorite_count': 7735, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
724:782969140009107456
{'created_at': 'Mon Oct 03 15:42:44 +0000 2016', 'id': 782969140009107456, 'id_str': '782969140009107456', 'full_text': 'This is Cali. She arrived preassembled. Convenient af. 12/10 appears to be rather h*ckin pettable https://t.co/vOBV1ZqVcX', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782969083092471809, 'id_str': '782969083092471809', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782969083092471809, 'id_str': '782969083092471809', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5PXEAE6eB0.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}}, {'id': 782969083088240640, 'id_str': '782969083088240640', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Ct2qO5OWgAA3d7j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ct2qO5OWgAA3d7j.jpg', 'url': 'https://t.co/vOBV1ZqVcX', 'display_url': 'pic.twitter.com/vOBV1ZqVcX', 'expanded_url': 'https://twitter.com/dog_rates/status/782969140009107456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6891, 'favorite_count': 22823, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
725:782747134529531904
{'created_at': 'Mon Oct 03 01:00:34 +0000 2016', 'id': 782747134529531904, 'id_str': '782747134529531904', 'full_text': "This is Deacon. He's the happiest almost dry doggo I've ever seen. 11/10 would smile back https://t.co/C6fUMnHt1H", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782747129714532352, 'id_str': '782747129714532352', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CtzgXgeXYAA1Gxw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzgXgeXYAA1Gxw.jpg', 'url': 'https://t.co/C6fUMnHt1H', 'display_url': 'pic.twitter.com/C6fUMnHt1H', 'expanded_url': 'https://twitter.com/dog_rates/status/782747134529531904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 744, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 744, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782747129714532352, 'id_str': '782747129714532352', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CtzgXgeXYAA1Gxw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzgXgeXYAA1Gxw.jpg', 'url': 'https://t.co/C6fUMnHt1H', 'display_url': 'pic.twitter.com/C6fUMnHt1H', 'expanded_url': 'https://twitter.com/dog_rates/status/782747134529531904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 744, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 744, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1319, 'favorite_count': 7071, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
726:782722598790725632
{'created_at': 'Sun Oct 02 23:23:04 +0000 2016', 'id': 782722598790725632, 'id_str': '782722598790725632', 'full_text': "This is Penny. She fought a bee and the bee won. 10/10 you're fine Penny, everything's fine https://t.co/zrMVdfFej6", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782722587017285632, 'id_str': '782722587017285632', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'url': 'https://t.co/zrMVdfFej6', 'display_url': 'pic.twitter.com/zrMVdfFej6', 'expanded_url': 'https://twitter.com/dog_rates/status/782722598790725632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782722587017285632, 'id_str': '782722587017285632', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtzKC7zXEAALfSo.jpg', 'url': 'https://t.co/zrMVdfFej6', 'display_url': 'pic.twitter.com/zrMVdfFej6', 'expanded_url': 'https://twitter.com/dog_rates/status/782722598790725632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5017, 'favorite_count': 16300, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
727:782598640137187329
{'created_at': 'Sun Oct 02 15:10:30 +0000 2016', 'id': 782598640137187329, 'id_str': '782598640137187329', 'full_text': "This is Timmy. He's quite large. According to a trusted source it's actually a dog wearing a dog suit. 11/10 https://t.co/BIUchFwHqn", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782598630494449665, 'id_str': '782598630494449665', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtxZTtxUMAEduGo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtxZTtxUMAEduGo.jpg', 'url': 'https://t.co/BIUchFwHqn', 'display_url': 'pic.twitter.com/BIUchFwHqn', 'expanded_url': 'https://twitter.com/dog_rates/status/782598640137187329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 657, 'resize': 'fit'}, 'small': {'w': 500, 'h': 657, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 657, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782598630494449665, 'id_str': '782598630494449665', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtxZTtxUMAEduGo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtxZTtxUMAEduGo.jpg', 'url': 'https://t.co/BIUchFwHqn', 'display_url': 'pic.twitter.com/BIUchFwHqn', 'expanded_url': 'https://twitter.com/dog_rates/status/782598640137187329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 657, 'resize': 'fit'}, 'small': {'w': 500, 'h': 657, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 657, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1767, 'favorite_count': 7383, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
728:782305867769217024
{'created_at': 'Sat Oct 01 19:47:08 +0000 2016', 'id': 782305867769217024, 'id_str': '782305867769217024', 'full_text': 'This is Sampson. He just graduated. Ready to be a doggo now. Time for the real world. 12/10 have fun with taxes https://t.co/pgVKxRw0s1', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 782305851176525824, 'id_str': '782305851176525824', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 782305851176525824, 'id_str': '782305851176525824', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBt0WIAAcsDE.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 782305851168190464, 'id_str': '782305851168190464', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBtyW8AAAUMx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBtyW8AAAUMx.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 782305851189125120, 'id_str': '782305851189125120', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CttPBt3WYAAmFAm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CttPBt3WYAAmFAm.jpg', 'url': 'https://t.co/pgVKxRw0s1', 'display_url': 'pic.twitter.com/pgVKxRw0s1', 'expanded_url': 'https://twitter.com/dog_rates/status/782305867769217024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5129, 'favorite_count': 15716, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
729:782021823840026624
{'created_at': 'Sat Oct 01 00:58:26 +0000 2016', 'id': 782021823840026624, 'id_str': '782021823840026624', 'full_text': 'RT @dog_rates: This is Harper. She scraped her elbow attempting a backflip off a tree. Valiant effort tho. 12/10 https://t.co/oHKJHghrp5', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 707610936765390848, 'id_str': '707610936765390848', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'url': 'https://t.co/oHKJHghrp5', 'display_url': 'pic.twitter.com/oHKJHghrp5', 'expanded_url': 'https://twitter.com/dog_rates/status/707610948723478529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 707610948723478529, 'source_status_id_str': '707610948723478529', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 707610936765390848, 'id_str': '707610936765390848', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'url': 'https://t.co/oHKJHghrp5', 'display_url': 'pic.twitter.com/oHKJHghrp5', 'expanded_url': 'https://twitter.com/dog_rates/status/707610948723478529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 707610948723478529, 'source_status_id_str': '707610948723478529', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Mar 09 16:56:11 +0000 2016', 'id': 707610948723478529, 'id_str': '707610948723478529', 'full_text': 'This is Harper. She scraped her elbow attempting a backflip off a tree. Valiant effort tho. 12/10 https://t.co/oHKJHghrp5', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707610936765390848, 'id_str': '707610936765390848', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'url': 'https://t.co/oHKJHghrp5', 'display_url': 'pic.twitter.com/oHKJHghrp5', 'expanded_url': 'https://twitter.com/dog_rates/status/707610948723478529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707610936765390848, 'id_str': '707610936765390848', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'url': 'https://t.co/oHKJHghrp5', 'display_url': 'pic.twitter.com/oHKJHghrp5', 'expanded_url': 'https://twitter.com/dog_rates/status/707610948723478529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5741, 'favorite_count': 15639, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5741, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
730:781955203444699136
{'created_at': 'Fri Sep 30 20:33:43 +0000 2016', 'id': 781955203444699136, 'id_str': '781955203444699136', 'full_text': 'This is Chipson. He weighed in at .3 ounces and is officially super h*ckin smol. Space-saving af. 11/10 would snug delicately https://t.co/FjEsk7A1JV', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 781955193151913988, 'id_str': '781955193151913988', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/CtoQGu4XgAQgv5m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtoQGu4XgAQgv5m.jpg', 'url': 'https://t.co/FjEsk7A1JV', 'display_url': 'pic.twitter.com/FjEsk7A1JV', 'expanded_url': 'https://twitter.com/dog_rates/status/781955203444699136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 836, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 836, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 781955193151913988, 'id_str': '781955193151913988', 'indices': [126, 149], 'media_url': 'http://pbs.twimg.com/media/CtoQGu4XgAQgv5m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtoQGu4XgAQgv5m.jpg', 'url': 'https://t.co/FjEsk7A1JV', 'display_url': 'pic.twitter.com/FjEsk7A1JV', 'expanded_url': 'https://twitter.com/dog_rates/status/781955203444699136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 836, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 836, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3138, 'favorite_count': 10571, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
731:781661882474196992
{'created_at': 'Fri Sep 30 01:08:10 +0000 2016', 'id': 781661882474196992, 'id_str': '781661882474196992', 'full_text': 'Who keeps sending in pictures without dogs in them? This needs to stop. 5/10 for the mediocre road https://t.co/ELqelxWMrC', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 781661833186930688, 'id_str': '781661833186930688', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CtkFS72WcAAiUrs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtkFS72WcAAiUrs.jpg', 'url': 'https://t.co/ELqelxWMrC', 'display_url': 'pic.twitter.com/ELqelxWMrC', 'expanded_url': 'https://twitter.com/dog_rates/status/781661882474196992/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 994, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 994, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 781661833186930688, 'id_str': '781661833186930688', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CtkFS72WcAAiUrs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtkFS72WcAAiUrs.jpg', 'url': 'https://t.co/ELqelxWMrC', 'display_url': 'pic.twitter.com/ELqelxWMrC', 'expanded_url': 'https://twitter.com/dog_rates/status/781661882474196992/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 994, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 994, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2528, 'favorite_count': 9883, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
732:781655249211752448
{'created_at': 'Fri Sep 30 00:41:48 +0000 2016', 'id': 781655249211752448, 'id_str': '781655249211752448', 'full_text': 'This is Combo. The daily struggles of being a doggo have finally caught up with him. 11/10 https://t.co/LOKrNo0OM7', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/LOKrNo0OM7', 'expanded_url': 'https://vine.co/v/5rt6T3qm7hL', 'display_url': 'vine.co/v/5rt6T3qm7hL', 'indices': [91, 114]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1053, 'favorite_count': 3785, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
733:781524693396357120
{'created_at': 'Thu Sep 29 16:03:01 +0000 2016', 'id': 781524693396357120, 'id_str': '781524693396357120', 'full_text': 'Idk why this keeps happening. We only rate dogs. Not Bangladeshi Couch Chipmunks. Please only send dogs... 12/10 https://t.co/ya7bviQUUf', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 781524684185694209, 'id_str': '781524684185694209', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'url': 'https://t.co/ya7bviQUUf', 'display_url': 'pic.twitter.com/ya7bviQUUf', 'expanded_url': 'https://twitter.com/dog_rates/status/781524693396357120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 781524684185694209, 'id_str': '781524684185694209', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtiIj0AWcAEBDvw.jpg', 'url': 'https://t.co/ya7bviQUUf', 'display_url': 'pic.twitter.com/ya7bviQUUf', 'expanded_url': 'https://twitter.com/dog_rates/status/781524693396357120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5148, 'favorite_count': 19596, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
734:781308096455073793
{'created_at': 'Thu Sep 29 01:42:20 +0000 2016', 'id': 781308096455073793, 'id_str': '781308096455073793', 'full_text': 'Pupper butt 1, Doggo 0. Both 12/10 https://t.co/WQvcPEpH2u', 'truncated': False, 'display_text_range': [0, 58], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/WQvcPEpH2u', 'expanded_url': 'https://vine.co/v/5rgu2Law2ut', 'display_url': 'vine.co/v/5rgu2Law2ut', 'indices': [35, 58]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2385, 'favorite_count': 6751, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
735:781251288990355457
{'created_at': 'Wed Sep 28 21:56:36 +0000 2016', 'id': 781251288990355457, 'id_str': '781251288990355457', 'full_text': 'This is Oakley. He just got yelled at for going 46 in a 45. Churlish af. 11/10 would still pet so well https://t.co/xIYsa6LPA4', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 781251271890235393, 'id_str': '781251271890235393', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CteP5H1W8AE1-Ly.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CteP5H1W8AE1-Ly.jpg', 'url': 'https://t.co/xIYsa6LPA4', 'display_url': 'pic.twitter.com/xIYsa6LPA4', 'expanded_url': 'https://twitter.com/dog_rates/status/781251288990355457/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 781251271890235393, 'id_str': '781251271890235393', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CteP5H1W8AE1-Ly.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CteP5H1W8AE1-Ly.jpg', 'url': 'https://t.co/xIYsa6LPA4', 'display_url': 'pic.twitter.com/xIYsa6LPA4', 'expanded_url': 'https://twitter.com/dog_rates/status/781251288990355457/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 781251271906979841, 'id_str': '781251271906979841', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CteP5H5WcAEhdLO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CteP5H5WcAEhdLO.jpg', 'url': 'https://t.co/xIYsa6LPA4', 'display_url': 'pic.twitter.com/xIYsa6LPA4', 'expanded_url': 'https://twitter.com/dog_rates/status/781251288990355457/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1930, 'favorite_count': 7925, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
736:781163403222056960
{'created_at': 'Wed Sep 28 16:07:23 +0000 2016', 'id': 781163403222056960, 'id_str': '781163403222056960', 'full_text': "We normally don't rate lobsters, but this one appears to be a really good lobster. 10/10 would pet with caution https://t.co/YkHc7U7uUy", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 781163395106082816, 'id_str': '781163395106082816', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Ctc_-BTWEAAQpZh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ctc_-BTWEAAQpZh.jpg', 'url': 'https://t.co/YkHc7U7uUy', 'display_url': 'pic.twitter.com/YkHc7U7uUy', 'expanded_url': 'https://twitter.com/dog_rates/status/781163403222056960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 781163395106082816, 'id_str': '781163395106082816', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Ctc_-BTWEAAQpZh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ctc_-BTWEAAQpZh.jpg', 'url': 'https://t.co/YkHc7U7uUy', 'display_url': 'pic.twitter.com/YkHc7U7uUy', 'expanded_url': 'https://twitter.com/dog_rates/status/781163403222056960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2584, 'favorite_count': 9278, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
737:780931614150983680
{'created_at': 'Wed Sep 28 00:46:20 +0000 2016', 'id': 780931614150983680, 'id_str': '780931614150983680', 'full_text': 'I want to finally rate this iconic puppo who thinks the parade is all for him. 13/10 would absolutely attend https://t.co/5dUYOu4b8d', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780931599936458752, 'id_str': '780931599936458752', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'url': 'https://t.co/5dUYOu4b8d', 'display_url': 'pic.twitter.com/5dUYOu4b8d', 'expanded_url': 'https://twitter.com/dog_rates/status/780931614150983680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1363, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780931599936458752, 'id_str': '780931599936458752', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtZtJxAXEAAyPGd.jpg', 'url': 'https://t.co/5dUYOu4b8d', 'display_url': 'pic.twitter.com/5dUYOu4b8d', 'expanded_url': 'https://twitter.com/dog_rates/status/780931614150983680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1363, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 799, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6747, 'favorite_count': 20495, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
738:780858289093574656
{'created_at': 'Tue Sep 27 19:54:58 +0000 2016', 'id': 780858289093574656, 'id_str': '780858289093574656', 'full_text': "This is Dash. He's very stylish, but also incredibly unimpressed with the current state of our nation. 10/10 would pet ears first https://t.co/YElO4hvXI6", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780858283800297472, 'id_str': '780858283800297472', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/CtYqeNHWgAATqYZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtYqeNHWgAATqYZ.jpg', 'url': 'https://t.co/YElO4hvXI6', 'display_url': 'pic.twitter.com/YElO4hvXI6', 'expanded_url': 'https://twitter.com/dog_rates/status/780858289093574656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780858283800297472, 'id_str': '780858283800297472', 'indices': [130, 153], 'media_url': 'http://pbs.twimg.com/media/CtYqeNHWgAATqYZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtYqeNHWgAATqYZ.jpg', 'url': 'https://t.co/YElO4hvXI6', 'display_url': 'pic.twitter.com/YElO4hvXI6', 'expanded_url': 'https://twitter.com/dog_rates/status/780858289093574656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1866, 'favorite_count': 6802, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
739:780800785462489090
{'created_at': 'Tue Sep 27 16:06:28 +0000 2016', 'id': 780800785462489090, 'id_str': '780800785462489090', 'full_text': 'This is Koda. He has a weird relationship with tall grass. Slightly concerning. 11/10 would def still pet https://t.co/KQzSR8eCsw', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780800773873668096, 'id_str': '780800773873668096', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CtX2Kr8XEAAEkxu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtX2Kr8XEAAEkxu.jpg', 'url': 'https://t.co/KQzSR8eCsw', 'display_url': 'pic.twitter.com/KQzSR8eCsw', 'expanded_url': 'https://twitter.com/dog_rates/status/780800785462489090/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780800773873668096, 'id_str': '780800773873668096', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CtX2Kr8XEAAEkxu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtX2Kr8XEAAEkxu.jpg', 'url': 'https://t.co/KQzSR8eCsw', 'display_url': 'pic.twitter.com/KQzSR8eCsw', 'expanded_url': 'https://twitter.com/dog_rates/status/780800785462489090/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 780800773877882880, 'id_str': '780800773877882880', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CtX2Kr9XYAAuxrM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtX2Kr9XYAAuxrM.jpg', 'url': 'https://t.co/KQzSR8eCsw', 'display_url': 'pic.twitter.com/KQzSR8eCsw', 'expanded_url': 'https://twitter.com/dog_rates/status/780800785462489090/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 780800773869408257, 'id_str': '780800773869408257', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CtX2Kr7WEAEOvFY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtX2Kr7WEAEOvFY.jpg', 'url': 'https://t.co/KQzSR8eCsw', 'display_url': 'pic.twitter.com/KQzSR8eCsw', 'expanded_url': 'https://twitter.com/dog_rates/status/780800785462489090/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1201, 'favorite_count': 5195, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
740:780601303617732608
{'created_at': 'Tue Sep 27 02:53:48 +0000 2016', 'id': 780601303617732608, 'id_str': '780601303617732608', 'full_text': 'Meet Hercules. He can have whatever he wants for the rest of eternity. 12/10 would snug passionately https://t.co/mH0IOyFdIG', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780601293052190720, 'id_str': '780601293052190720', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'url': 'https://t.co/mH0IOyFdIG', 'display_url': 'pic.twitter.com/mH0IOyFdIG', 'expanded_url': 'https://twitter.com/dog_rates/status/780601303617732608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780601293052190720, 'id_str': '780601293052190720', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtVAvX-WIAAcGTf.jpg', 'url': 'https://t.co/mH0IOyFdIG', 'display_url': 'pic.twitter.com/mH0IOyFdIG', 'expanded_url': 'https://twitter.com/dog_rates/status/780601303617732608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3127, 'favorite_count': 11429, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
741:780543529827336192
{'created_at': 'Mon Sep 26 23:04:13 +0000 2016', 'id': 780543529827336192, 'id_str': '780543529827336192', 'full_text': "Here's a perturbed super floof. 12/10 would snug so damn well https://t.co/VG095mi09Q", 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780543507299794944, 'id_str': '780543507299794944', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/CtUMLzRXgAAbZK5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtUMLzRXgAAbZK5.jpg', 'url': 'https://t.co/VG095mi09Q', 'display_url': 'pic.twitter.com/VG095mi09Q', 'expanded_url': 'https://twitter.com/dog_rates/status/780543529827336192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 767, 'h': 914, 'resize': 'fit'}, 'medium': {'w': 767, 'h': 914, 'resize': 'fit'}, 'small': {'w': 571, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780543507299794944, 'id_str': '780543507299794944', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/CtUMLzRXgAAbZK5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtUMLzRXgAAbZK5.jpg', 'url': 'https://t.co/VG095mi09Q', 'display_url': 'pic.twitter.com/VG095mi09Q', 'expanded_url': 'https://twitter.com/dog_rates/status/780543529827336192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 767, 'h': 914, 'resize': 'fit'}, 'medium': {'w': 767, 'h': 914, 'resize': 'fit'}, 'small': {'w': 571, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286039, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1627, 'favorite_count': 5946, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
742:780496263422808064
{'created_at': 'Mon Sep 26 19:56:24 +0000 2016', 'id': 780496263422808064, 'id_str': '780496263422808064', 'full_text': 'RT @dog_rates: This is Bell. She likes holding hands. 12/10 would definitely pet with other hand https://t.co/BXIuvkQO9b', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 742423162642649089, 'id_str': '742423162642649089', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'url': 'https://t.co/BXIuvkQO9b', 'display_url': 'pic.twitter.com/BXIuvkQO9b', 'expanded_url': 'https://twitter.com/dog_rates/status/742423170473463808/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 959, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 959, 'resize': 'fit'}}, 'source_status_id': 742423170473463808, 'source_status_id_str': '742423170473463808', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 742423162642649089, 'id_str': '742423162642649089', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'url': 'https://t.co/BXIuvkQO9b', 'display_url': 'pic.twitter.com/BXIuvkQO9b', 'expanded_url': 'https://twitter.com/dog_rates/status/742423170473463808/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 959, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 959, 'resize': 'fit'}}, 'source_status_id': 742423170473463808, 'source_status_id_str': '742423170473463808', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Jun 13 18:27:32 +0000 2016', 'id': 742423170473463808, 'id_str': '742423170473463808', 'full_text': 'This is Bell. She likes holding hands. 12/10 would definitely pet with other hand https://t.co/BXIuvkQO9b', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742423162642649089, 'id_str': '742423162642649089', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'url': 'https://t.co/BXIuvkQO9b', 'display_url': 'pic.twitter.com/BXIuvkQO9b', 'expanded_url': 'https://twitter.com/dog_rates/status/742423170473463808/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 959, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 959, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742423162642649089, 'id_str': '742423162642649089', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'url': 'https://t.co/BXIuvkQO9b', 'display_url': 'pic.twitter.com/BXIuvkQO9b', 'expanded_url': 'https://twitter.com/dog_rates/status/742423170473463808/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 959, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 959, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3425, 'favorite_count': 9110, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3425, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
743:780476555013349377
{'created_at': 'Mon Sep 26 18:38:05 +0000 2016', 'id': 780476555013349377, 'id_str': '780476555013349377', 'full_text': 'RT @Patreon: Well. @dog_rates is on Patreon. \n\n12/10. \n\nhttps://t.co/rnKvzt6RJs https://t.co/v4e2ywe8iO', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Patreon', 'name': 'Patreon', 'id': 1228325660, 'id_str': '1228325660', 'indices': [3, 11]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [19, 29]}], 'urls': [{'url': 'https://t.co/rnKvzt6RJs', 'expanded_url': 'https://www.patreon.com/WeRateDogs', 'display_url': 'patreon.com/WeRateDogs', 'indices': [56, 79]}], 'media': [{'id': 780465675571605505, 'id_str': '780465675571605505', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'url': 'https://t.co/v4e2ywe8iO', 'display_url': 'pic.twitter.com/v4e2ywe8iO', 'expanded_url': 'https://twitter.com/Patreon/status/780465709297995776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 250, 'h': 266, 'resize': 'fit'}, 'small': {'w': 250, 'h': 266, 'resize': 'fit'}, 'medium': {'w': 250, 'h': 266, 'resize': 'fit'}}, 'source_status_id': 780465709297995776, 'source_status_id_str': '780465709297995776', 'source_user_id': 1228325660, 'source_user_id_str': '1228325660'}]}, 'extended_entities': {'media': [{'id': 780465675571605505, 'id_str': '780465675571605505', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'url': 'https://t.co/v4e2ywe8iO', 'display_url': 'pic.twitter.com/v4e2ywe8iO', 'expanded_url': 'https://twitter.com/Patreon/status/780465709297995776/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 250, 'h': 266, 'resize': 'fit'}, 'small': {'w': 250, 'h': 266, 'resize': 'fit'}, 'medium': {'w': 250, 'h': 266, 'resize': 'fit'}}, 'source_status_id': 780465709297995776, 'source_status_id_str': '780465709297995776', 'source_user_id': 1228325660, 'source_user_id_str': '1228325660', 'video_info': {'aspect_ratio': [125, 133], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CtTFZZfUsAE5hgp.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Sep 26 17:55:00 +0000 2016', 'id': 780465709297995776, 'id_str': '780465709297995776', 'full_text': 'Well. @dog_rates is on Patreon. \n\n12/10. \n\nhttps://t.co/rnKvzt6RJs https://t.co/v4e2ywe8iO', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [6, 16]}], 'urls': [{'url': 'https://t.co/rnKvzt6RJs', 'expanded_url': 'https://www.patreon.com/WeRateDogs', 'display_url': 'patreon.com/WeRateDogs', 'indices': [43, 66]}], 'media': [{'id': 780465675571605505, 'id_str': '780465675571605505', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'url': 'https://t.co/v4e2ywe8iO', 'display_url': 'pic.twitter.com/v4e2ywe8iO', 'expanded_url': 'https://twitter.com/Patreon/status/780465709297995776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 250, 'h': 266, 'resize': 'fit'}, 'small': {'w': 250, 'h': 266, 'resize': 'fit'}, 'medium': {'w': 250, 'h': 266, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780465675571605505, 'id_str': '780465675571605505', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CtTFZZfUsAE5hgp.jpg', 'url': 'https://t.co/v4e2ywe8iO', 'display_url': 'pic.twitter.com/v4e2ywe8iO', 'expanded_url': 'https://twitter.com/Patreon/status/780465709297995776/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 250, 'h': 266, 'resize': 'fit'}, 'small': {'w': 250, 'h': 266, 'resize': 'fit'}, 'medium': {'w': 250, 'h': 266, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [125, 133], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CtTFZZfUsAE5hgp.mp4'}]}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 1228325660, 'id_str': '1228325660', 'name': 'Patreon', 'screen_name': 'Patreon', 'location': 'San Francisco, CA', 'description': 'Changing the way art is valued & getting creators paid. For support, contact @patreonsupport and follow @patreonstatus for site updates.', 'url': 'https://t.co/1IwyvnhsxP', 'entities': {'url': {'urls': [{'url': 'https://t.co/1IwyvnhsxP', 'expanded_url': 'https://linktr.ee/patreon', 'display_url': 'linktr.ee/patreon', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 234134, 'friends_count': 3600, 'listed_count': 1652, 'created_at': 'Thu Feb 28 20:29:40 +0000 2013', 'favourites_count': 19536, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 17138, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'EBEBEB', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme7/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme7/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1266950784609992705/xEe7mBx9_normal.png', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1266950784609992705/xEe7mBx9_normal.png', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/1228325660/1617306808', 'profile_link_color': '990000', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'F3F3F3', 'profile_text_color': '333333', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 103, 'favorite_count': 815, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 103, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
744:780459368902959104
{'created_at': 'Mon Sep 26 17:29:48 +0000 2016', 'id': 780459368902959104, 'id_str': '780459368902959104', 'full_text': "This is Bear. Don't worry, he's not a real bear tho. Contains unreal amounts of squish. 11/10 heteroskedastic af https://t.co/coi4l1T2Sm", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780459363064549377, 'id_str': '780459363064549377', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CtS_p9kXEAE2nh8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtS_p9kXEAE2nh8.jpg', 'url': 'https://t.co/coi4l1T2Sm', 'display_url': 'pic.twitter.com/coi4l1T2Sm', 'expanded_url': 'https://twitter.com/dog_rates/status/780459368902959104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780459363064549377, 'id_str': '780459363064549377', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CtS_p9kXEAE2nh8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtS_p9kXEAE2nh8.jpg', 'url': 'https://t.co/coi4l1T2Sm', 'display_url': 'pic.twitter.com/coi4l1T2Sm', 'expanded_url': 'https://twitter.com/dog_rates/status/780459368902959104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1003, 'favorite_count': 5000, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
745:780192070812196864
{'created_at': 'Sun Sep 25 23:47:39 +0000 2016', 'id': 780192070812196864, 'id_str': '780192070812196864', 'full_text': "We only rate dogs. Pls stop sending in non-canines like this Urban Floof Giraffe. I can't handle this. 11/10 https://t.co/zHIqpM5Gni", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 780192040856543234, 'id_str': '780192040856543234', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtPMhwvXYAIt6NG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtPMhwvXYAIt6NG.jpg', 'url': 'https://t.co/zHIqpM5Gni', 'display_url': 'pic.twitter.com/zHIqpM5Gni', 'expanded_url': 'https://twitter.com/dog_rates/status/780192070812196864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 780192040856543234, 'id_str': '780192040856543234', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CtPMhwvXYAIt6NG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtPMhwvXYAIt6NG.jpg', 'url': 'https://t.co/zHIqpM5Gni', 'display_url': 'pic.twitter.com/zHIqpM5Gni', 'expanded_url': 'https://twitter.com/dog_rates/status/780192070812196864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2089, 'favorite_count': 8222, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
746:780092040432480260
{'created_at': 'Sun Sep 25 17:10:10 +0000 2016', 'id': 780092040432480260, 'id_str': '780092040432480260', 'full_text': "RT @dog_rates: This is Hank. He's mischievous af. Doesn't even know what he was trying to do here. 8/10 quit the shit Hank damn https://t.c…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jul 13 23:48:51 +0000 2016', 'id': 753375668877008896, 'id_str': '753375668877008896', 'full_text': "This is Hank. He's mischievous af. Doesn't even know what he was trying to do here. 8/10 quit the shit Hank damn https://t.co/3r7wjfsXHc", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753375662195507200, 'id_str': '753375662195507200', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'url': 'https://t.co/3r7wjfsXHc', 'display_url': 'pic.twitter.com/3r7wjfsXHc', 'expanded_url': 'https://twitter.com/dog_rates/status/753375668877008896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753375662195507200, 'id_str': '753375662195507200', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'url': 'https://t.co/3r7wjfsXHc', 'display_url': 'pic.twitter.com/3r7wjfsXHc', 'expanded_url': 'https://twitter.com/dog_rates/status/753375668877008896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2137, 'favorite_count': 7149, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2137, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
747:780074436359819264
{'created_at': 'Sun Sep 25 16:00:13 +0000 2016', 'id': 780074436359819264, 'id_str': '780074436359819264', 'full_text': "Here's a doggo questioning his entire existence. 10/10 someone tell him he's a good boy https://t.co/dVm5Hgdpeb", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/dVm5Hgdpeb', 'expanded_url': 'https://vine.co/v/5nzYBpl0TY2', 'display_url': 'vine.co/v/5nzYBpl0TY2', 'indices': [89, 112]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4570, 'favorite_count': 11434, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
748:779834332596887552
{'created_at': 'Sun Sep 25 00:06:08 +0000 2016', 'id': 779834332596887552, 'id_str': '779834332596887552', 'full_text': 'This is Scout. He really wants to kiss himself. H*ckin inappropriate. 11/10 narcissistic af https://t.co/x0gV2Ck3AD', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 779834320894713856, 'id_str': '779834320894713856', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 995, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 995, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 779834320894713856, 'id_str': '779834320894713856', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCWYAA2TTs.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 995, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 995, 'resize': 'fit'}}}, {'id': 779834320894758913, 'id_str': '779834320894758913', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuCXEAEjPIU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuCXEAEjPIU.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 988, 'resize': 'fit'}, 'large': {'w': 750, 'h': 988, 'resize': 'fit'}}}, {'id': 779834320890527745, 'id_str': '779834320890527745', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuBWgAEZ_ht.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuBWgAEZ_ht.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 984, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 984, 'resize': 'fit'}}}, {'id': 779834320898908161, 'id_str': '779834320898908161', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CtKHLuDWYAEPmCn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CtKHLuDWYAEPmCn.jpg', 'url': 'https://t.co/x0gV2Ck3AD', 'display_url': 'pic.twitter.com/x0gV2Ck3AD', 'expanded_url': 'https://twitter.com/dog_rates/status/779834332596887552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 970, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 970, 'resize': 'fit'}, 'small': {'w': 526, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6505, 'favorite_count': 17773, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
749:779377524342161408
{'created_at': 'Fri Sep 23 17:50:56 +0000 2016', 'id': 779377524342161408, 'id_str': '779377524342161408', 'full_text': 'Have you ever seen such a smol pupper? Portable af. 12/10 would keep in shirt pocket https://t.co/KsqaIzlQ12', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 779377444025499652, 'id_str': '779377444025499652', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/779377444025499652/pu/img/eIiLDy9F6rPNarEc.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/779377444025499652/pu/img/eIiLDy9F6rPNarEc.jpg', 'url': 'https://t.co/KsqaIzlQ12', 'display_url': 'pic.twitter.com/KsqaIzlQ12', 'expanded_url': 'https://twitter.com/dog_rates/status/779377524342161408/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 404, 'h': 720, 'resize': 'fit'}, 'large': {'w': 404, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 779377444025499652, 'id_str': '779377444025499652', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/779377444025499652/pu/img/eIiLDy9F6rPNarEc.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/779377444025499652/pu/img/eIiLDy9F6rPNarEc.jpg', 'url': 'https://t.co/KsqaIzlQ12', 'display_url': 'pic.twitter.com/KsqaIzlQ12', 'expanded_url': 'https://twitter.com/dog_rates/status/779377524342161408/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 404, 'h': 720, 'resize': 'fit'}, 'large': {'w': 404, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [101, 180], 'duration_millis': 15000, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/779377444025499652/pu/vid/358x640/S4Z8EAoYcWTymEe1.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/779377444025499652/pu/pl/xpQstEBvX94twrQR.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/779377444025499652/pu/vid/178x320/lxLCKOFWwc_v_ik6.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2889, 'favorite_count': 8258, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
750:779124354206535695
{'created_at': 'Fri Sep 23 01:04:56 +0000 2016', 'id': 779124354206535695, 'id_str': '779124354206535695', 'full_text': "RT @dog_rates: Meet Hurley. He's the curly one. He hugs every other dog he sees during his walk. 11/10 for spreading the love https://t.co/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Dec 23 00:45:35 +0000 2015', 'id': 679462823135686656, 'id_str': '679462823135686656', 'full_text': "Meet Hurley. He's the curly one. He hugs every other dog he sees during his walk. 11/10 for spreading the love https://t.co/M6vqkt2GKV", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679462815506296832, 'id_str': '679462815506296832', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'url': 'https://t.co/M6vqkt2GKV', 'display_url': 'pic.twitter.com/M6vqkt2GKV', 'expanded_url': 'https://twitter.com/dog_rates/status/679462823135686656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679462815506296832, 'id_str': '679462815506296832', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'url': 'https://t.co/M6vqkt2GKV', 'display_url': 'pic.twitter.com/M6vqkt2GKV', 'expanded_url': 'https://twitter.com/dog_rates/status/679462823135686656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 17034, 'favorite_count': 29436, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 17034, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
751:779123168116150273
check_again
752:779056095788752897
{'created_at': 'Thu Sep 22 20:33:42 +0000 2016', 'id': 779056095788752897, 'id_str': '779056095788752897', 'full_text': "Everybody drop what you're doing and look at this dog. 13/10 must be super h*ckin rare https://t.co/I1bJUzUEW5", 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 779056089409196032, 'id_str': '779056089409196032', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/Cs_DYr1XEAA54Pu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs_DYr1XEAA54Pu.jpg', 'url': 'https://t.co/I1bJUzUEW5', 'display_url': 'pic.twitter.com/I1bJUzUEW5', 'expanded_url': 'https://twitter.com/dog_rates/status/779056095788752897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 779056089409196032, 'id_str': '779056089409196032', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/Cs_DYr1XEAA54Pu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs_DYr1XEAA54Pu.jpg', 'url': 'https://t.co/I1bJUzUEW5', 'display_url': 'pic.twitter.com/I1bJUzUEW5', 'expanded_url': 'https://twitter.com/dog_rates/status/779056095788752897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 779056089388158976, 'id_str': '779056089388158976', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/Cs_DYrwWEAAeijs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs_DYrwWEAAeijs.jpg', 'url': 'https://t.co/I1bJUzUEW5', 'display_url': 'pic.twitter.com/I1bJUzUEW5', 'expanded_url': 'https://twitter.com/dog_rates/status/779056095788752897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4212, 'favorite_count': 13905, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
753:778990705243029504
{'created_at': 'Thu Sep 22 16:13:51 +0000 2016', 'id': 778990705243029504, 'id_str': '778990705243029504', 'full_text': "This is Jay. He's really h*ckin happy about the start of fall. Sneaky tongue slip in 2nd pic. 11/10 snuggly af https://t.co/vyx1X5eyWI", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778990686406402048, 'id_str': '778990686406402048', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cs-H5uqXYAA7mHN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs-H5uqXYAA7mHN.jpg', 'url': 'https://t.co/vyx1X5eyWI', 'display_url': 'pic.twitter.com/vyx1X5eyWI', 'expanded_url': 'https://twitter.com/dog_rates/status/778990705243029504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778990686406402048, 'id_str': '778990686406402048', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cs-H5uqXYAA7mHN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs-H5uqXYAA7mHN.jpg', 'url': 'https://t.co/vyx1X5eyWI', 'display_url': 'pic.twitter.com/vyx1X5eyWI', 'expanded_url': 'https://twitter.com/dog_rates/status/778990705243029504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 778990686368591872, 'id_str': '778990686368591872', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cs-H5uhWcAAiNY9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs-H5uhWcAAiNY9.jpg', 'url': 'https://t.co/vyx1X5eyWI', 'display_url': 'pic.twitter.com/vyx1X5eyWI', 'expanded_url': 'https://twitter.com/dog_rates/status/778990705243029504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6657, 'favorite_count': 18756, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
754:778774459159379968
{'created_at': 'Thu Sep 22 01:54:34 +0000 2016', 'id': 778774459159379968, 'id_str': '778774459159379968', 'full_text': "RT @dog_rates: In case you haven't seen the most dramatic sneeze ever... 13/10 https://t.co/iy7ylyZcsE", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/iy7ylyZcsE', 'expanded_url': 'https://vine.co/v/hQJbaj1VpIz', 'display_url': 'vine.co/v/hQJbaj1VpIz', 'indices': [79, 102]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Wed Jul 27 00:40:12 +0000 2016', 'id': 758099635764359168, 'id_str': '758099635764359168', 'full_text': "In case you haven't seen the most dramatic sneeze ever... 13/10 https://t.co/iy7ylyZcsE", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/iy7ylyZcsE', 'expanded_url': 'https://vine.co/v/hQJbaj1VpIz', 'display_url': 'vine.co/v/hQJbaj1VpIz', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9160, 'favorite_count': 17744, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 9160, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
755:778764940568104960
{'created_at': 'Thu Sep 22 01:16:45 +0000 2016', 'id': 778764940568104960, 'id_str': '778764940568104960', 'full_text': "Oh my god it's Narcos but Barkos. 13/10 someone please make this happen\nhttps://t.co/tird9cIlzB", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/tird9cIlzB', 'expanded_url': 'https://m.youtube.com/watch?v=idKxCMsS3FQ&feature=youtu.be', 'display_url': 'm.youtube.com/watch?v=idKxCM…', 'indices': [72, 95]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 338, 'favorite_count': 820, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
756:778748913645780993
{'created_at': 'Thu Sep 22 00:13:04 +0000 2016', 'id': 778748913645780993, 'id_str': '778748913645780993', 'full_text': 'This is Mya (pronounced "mmmyah?"). Her head is round af. 11/10 would pat accordingly https://t.co/1dpEuALnY0', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778748901197160448, 'id_str': '778748901197160448', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/Cs6r_-kVIAALh1p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs6r_-kVIAALh1p.jpg', 'url': 'https://t.co/1dpEuALnY0', 'display_url': 'pic.twitter.com/1dpEuALnY0', 'expanded_url': 'https://twitter.com/dog_rates/status/778748913645780993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 982, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 982, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778748901197160448, 'id_str': '778748901197160448', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/Cs6r_-kVIAALh1p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs6r_-kVIAALh1p.jpg', 'url': 'https://t.co/1dpEuALnY0', 'display_url': 'pic.twitter.com/1dpEuALnY0', 'expanded_url': 'https://twitter.com/dog_rates/status/778748913645780993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 982, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 982, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1207, 'favorite_count': 6463, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
757:778650543019483137
{'created_at': 'Wed Sep 21 17:42:10 +0000 2016', 'id': 778650543019483137, 'id_str': '778650543019483137', 'full_text': 'Meet Strider. He thinks he\'s a sorority girl. Already wants to go to NYC for a weekend to say he\'s "studied abroad" 10/10 https://t.co/KYZkPuiC1l', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778650521737498624, 'id_str': '778650521737498624', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/Cs5ShihWEAAH2ti.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs5ShihWEAAH2ti.jpg', 'url': 'https://t.co/KYZkPuiC1l', 'display_url': 'pic.twitter.com/KYZkPuiC1l', 'expanded_url': 'https://twitter.com/dog_rates/status/778650543019483137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778650521737498624, 'id_str': '778650521737498624', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/Cs5ShihWEAAH2ti.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs5ShihWEAAH2ti.jpg', 'url': 'https://t.co/KYZkPuiC1l', 'display_url': 'pic.twitter.com/KYZkPuiC1l', 'expanded_url': 'https://twitter.com/dog_rates/status/778650543019483137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 778650521750081536, 'id_str': '778650521750081536', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/Cs5ShikWEAAZTy_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs5ShikWEAAZTy_.jpg', 'url': 'https://t.co/KYZkPuiC1l', 'display_url': 'pic.twitter.com/KYZkPuiC1l', 'expanded_url': 'https://twitter.com/dog_rates/status/778650543019483137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 778650521737494528, 'id_str': '778650521737494528', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/Cs5ShihWAAAVkV-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs5ShihWAAAVkV-.jpg', 'url': 'https://t.co/KYZkPuiC1l', 'display_url': 'pic.twitter.com/KYZkPuiC1l', 'expanded_url': 'https://twitter.com/dog_rates/status/778650543019483137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1391, 'favorite_count': 5428, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
758:778624900596654080
{'created_at': 'Wed Sep 21 16:00:17 +0000 2016', 'id': 778624900596654080, 'id_str': '778624900596654080', 'full_text': "This is Penny. She's a sailor pup. 11/10 would take to the open seas with https://t.co/0rRxyBQt32", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778624895001436165, 'id_str': '778624895001436165', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs47N3fWIAUeRhw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs47N3fWIAUeRhw.jpg', 'url': 'https://t.co/0rRxyBQt32', 'display_url': 'pic.twitter.com/0rRxyBQt32', 'expanded_url': 'https://twitter.com/dog_rates/status/778624900596654080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778624895001436165, 'id_str': '778624895001436165', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs47N3fWIAUeRhw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs47N3fWIAUeRhw.jpg', 'url': 'https://t.co/0rRxyBQt32', 'display_url': 'pic.twitter.com/0rRxyBQt32', 'expanded_url': 'https://twitter.com/dog_rates/status/778624900596654080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}}}, {'id': 778624894997262337, 'id_str': '778624894997262337', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs47N3eWcAEmgiW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs47N3eWcAEmgiW.jpg', 'url': 'https://t.co/0rRxyBQt32', 'display_url': 'pic.twitter.com/0rRxyBQt32', 'expanded_url': 'https://twitter.com/dog_rates/status/778624900596654080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 943, 'favorite_count': 4342, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
759:778408200802557953
{'created_at': 'Wed Sep 21 01:39:11 +0000 2016', 'id': 778408200802557953, 'id_str': '778408200802557953', 'full_text': 'RIP Loki. Thank you for the good times. You will be missed by many. 14/10 https://t.co/gJKD9pst5A', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778408191155695616, 'id_str': '778408191155695616', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs12ICwW8AAc8l0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs12ICwW8AAc8l0.jpg', 'url': 'https://t.co/gJKD9pst5A', 'display_url': 'pic.twitter.com/gJKD9pst5A', 'expanded_url': 'https://twitter.com/dog_rates/status/778408200802557953/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 853, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 853, 'resize': 'fit'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778408191155695616, 'id_str': '778408191155695616', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs12ICwW8AAc8l0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs12ICwW8AAc8l0.jpg', 'url': 'https://t.co/gJKD9pst5A', 'display_url': 'pic.twitter.com/gJKD9pst5A', 'expanded_url': 'https://twitter.com/dog_rates/status/778408200802557953/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 853, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 853, 'resize': 'fit'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}}}, {'id': 778408191113760768, 'id_str': '778408191113760768', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs12ICmXEAADEn-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs12ICmXEAADEn-.jpg', 'url': 'https://t.co/gJKD9pst5A', 'display_url': 'pic.twitter.com/gJKD9pst5A', 'expanded_url': 'https://twitter.com/dog_rates/status/778408200802557953/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 749, 'h': 853, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 597, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 853, 'resize': 'fit'}}}, {'id': 778408191147245569, 'id_str': '778408191147245569', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs12ICuWAAECNRy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs12ICuWAAECNRy.jpg', 'url': 'https://t.co/gJKD9pst5A', 'display_url': 'pic.twitter.com/gJKD9pst5A', 'expanded_url': 'https://twitter.com/dog_rates/status/778408200802557953/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 749, 'h': 853, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 597, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 853, 'resize': 'fit'}}}, {'id': 778408191134687232, 'id_str': '778408191134687232', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Cs12ICrWYAAPqPm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs12ICrWYAAPqPm.jpg', 'url': 'https://t.co/gJKD9pst5A', 'display_url': 'pic.twitter.com/gJKD9pst5A', 'expanded_url': 'https://twitter.com/dog_rates/status/778408200802557953/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 575, 'resize': 'fit'}, 'large': {'w': 750, 'h': 634, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 634, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4009, 'favorite_count': 12871, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
760:778396591732486144
{'created_at': 'Wed Sep 21 00:53:04 +0000 2016', 'id': 778396591732486144, 'id_str': '778396591732486144', 'full_text': 'RT @dog_rates: This is an East African Chalupa Seal. We only rate dogs. Please only send in dogs. Thank you... 10/10 https://t.co/iHe6liLwWR', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 703041942922383361, 'id_str': '703041942922383361', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'url': 'https://t.co/iHe6liLwWR', 'display_url': 'pic.twitter.com/iHe6liLwWR', 'expanded_url': 'https://twitter.com/dog_rates/status/703041949650034688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 703041949650034688, 'source_status_id_str': '703041949650034688', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 703041942922383361, 'id_str': '703041942922383361', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'url': 'https://t.co/iHe6liLwWR', 'display_url': 'pic.twitter.com/iHe6liLwWR', 'expanded_url': 'https://twitter.com/dog_rates/status/703041949650034688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 703041949650034688, 'source_status_id_str': '703041949650034688', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Feb 26 02:20:37 +0000 2016', 'id': 703041949650034688, 'id_str': '703041949650034688', 'full_text': 'This is an East African Chalupa Seal. We only rate dogs. Please only send in dogs. Thank you... 10/10 https://t.co/iHe6liLwWR', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703041942922383361, 'id_str': '703041942922383361', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'url': 'https://t.co/iHe6liLwWR', 'display_url': 'pic.twitter.com/iHe6liLwWR', 'expanded_url': 'https://twitter.com/dog_rates/status/703041949650034688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703041942922383361, 'id_str': '703041942922383361', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'url': 'https://t.co/iHe6liLwWR', 'display_url': 'pic.twitter.com/iHe6liLwWR', 'expanded_url': 'https://twitter.com/dog_rates/status/703041949650034688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 11345, 'favorite_count': 24385, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 11345, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
761:778383385161035776
{'created_at': 'Wed Sep 21 00:00:35 +0000 2016', 'id': 778383385161035776, 'id_str': '778383385161035776', 'full_text': "This is Nala. She's a future Dogue model. Won't respond to my texts. 13/10 would be an honor to pet https://t.co/zP1IvAATWv", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778383379104407553, 'id_str': '778383379104407553', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Cs1fjyqWIAE2jop.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs1fjyqWIAE2jop.jpg', 'url': 'https://t.co/zP1IvAATWv', 'display_url': 'pic.twitter.com/zP1IvAATWv', 'expanded_url': 'https://twitter.com/dog_rates/status/778383385161035776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778383379104407553, 'id_str': '778383379104407553', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Cs1fjyqWIAE2jop.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs1fjyqWIAE2jop.jpg', 'url': 'https://t.co/zP1IvAATWv', 'display_url': 'pic.twitter.com/zP1IvAATWv', 'expanded_url': 'https://twitter.com/dog_rates/status/778383385161035776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1019, 'favorite_count': 5507, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
762:778286810187399168
{'created_at': 'Tue Sep 20 17:36:50 +0000 2016', 'id': 778286810187399168, 'id_str': '778286810187399168', 'full_text': "This is Stanley. He has too much skin. Isn't happy about it. Quite pupset actually. Still 11/10 would comfort https://t.co/hhTfnPrWfb", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778286802910212101, 'id_str': '778286802910212101', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Cs0HuUTWcAUpSE8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs0HuUTWcAUpSE8.jpg', 'url': 'https://t.co/hhTfnPrWfb', 'display_url': 'pic.twitter.com/hhTfnPrWfb', 'expanded_url': 'https://twitter.com/dog_rates/status/778286810187399168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778286802910212101, 'id_str': '778286802910212101', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Cs0HuUTWcAUpSE8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs0HuUTWcAUpSE8.jpg', 'url': 'https://t.co/hhTfnPrWfb', 'display_url': 'pic.twitter.com/hhTfnPrWfb', 'expanded_url': 'https://twitter.com/dog_rates/status/778286810187399168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 778286802851524608, 'id_str': '778286802851524608', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Cs0HuUFW8AAuweD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cs0HuUFW8AAuweD.jpg', 'url': 'https://t.co/hhTfnPrWfb', 'display_url': 'pic.twitter.com/hhTfnPrWfb', 'expanded_url': 'https://twitter.com/dog_rates/status/778286810187399168/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3064, 'favorite_count': 9746, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
763:778039087836069888
{'created_at': 'Tue Sep 20 01:12:28 +0000 2016', 'id': 778039087836069888, 'id_str': '778039087836069888', 'full_text': 'Evolution of a pupper yawn featuring Max. 12/10 groundbreaking stuff https://t.co/t8Y4x9DmVD', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778039065794977792, 'id_str': '778039065794977792', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CswmaHoWIAAbO-Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CswmaHoWIAAbO-Y.jpg', 'url': 'https://t.co/t8Y4x9DmVD', 'display_url': 'pic.twitter.com/t8Y4x9DmVD', 'expanded_url': 'https://twitter.com/dog_rates/status/778039087836069888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778039065794977792, 'id_str': '778039065794977792', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CswmaHoWIAAbO-Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CswmaHoWIAAbO-Y.jpg', 'url': 'https://t.co/t8Y4x9DmVD', 'display_url': 'pic.twitter.com/t8Y4x9DmVD', 'expanded_url': 'https://twitter.com/dog_rates/status/778039087836069888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 899, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1535, 'h': 2048, 'resize': 'fit'}}}, {'id': 778039065786580992, 'id_str': '778039065786580992', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CswmaHmWAAAbdY9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CswmaHmWAAAbdY9.jpg', 'url': 'https://t.co/t8Y4x9DmVD', 'display_url': 'pic.twitter.com/t8Y4x9DmVD', 'expanded_url': 'https://twitter.com/dog_rates/status/778039087836069888/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1307, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 434, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 766, 'h': 1200, 'resize': 'fit'}}}, {'id': 778039065786585088, 'id_str': '778039065786585088', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CswmaHmWEAA9Lm5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CswmaHmWEAA9Lm5.jpg', 'url': 'https://t.co/t8Y4x9DmVD', 'display_url': 'pic.twitter.com/t8Y4x9DmVD', 'expanded_url': 'https://twitter.com/dog_rates/status/778039087836069888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 778039065807560704, 'id_str': '778039065807560704', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CswmaHrWIAAOcbB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CswmaHrWIAAOcbB.jpg', 'url': 'https://t.co/t8Y4x9DmVD', 'display_url': 'pic.twitter.com/t8Y4x9DmVD', 'expanded_url': 'https://twitter.com/dog_rates/status/778039087836069888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2466, 'favorite_count': 7995, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
764:778027034220126208
{'created_at': 'Tue Sep 20 00:24:34 +0000 2016', 'id': 778027034220126208, 'id_str': '778027034220126208', 'full_text': "This is Sophie. She's a Jubilant Bush Pupper. Super h*ckin rare. Appears at random just to smile at the locals. 11.27/10 would smile back https://t.co/QFaUiIHxHq", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 778027018185240576, 'id_str': '778027018185240576', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cswbc2yWcAAVsCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cswbc2yWcAAVsCJ.jpg', 'url': 'https://t.co/QFaUiIHxHq', 'display_url': 'pic.twitter.com/QFaUiIHxHq', 'expanded_url': 'https://twitter.com/dog_rates/status/778027034220126208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 609, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 609, 'resize': 'fit'}, 'small': {'w': 680, 'h': 405, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 778027018185240576, 'id_str': '778027018185240576', 'indices': [138, 161], 'media_url': 'http://pbs.twimg.com/media/Cswbc2yWcAAVsCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cswbc2yWcAAVsCJ.jpg', 'url': 'https://t.co/QFaUiIHxHq', 'display_url': 'pic.twitter.com/QFaUiIHxHq', 'expanded_url': 'https://twitter.com/dog_rates/status/778027034220126208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 609, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 609, 'resize': 'fit'}, 'small': {'w': 680, 'h': 405, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1493, 'favorite_count': 6200, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
765:777953400541634568
{'created_at': 'Mon Sep 19 19:31:59 +0000 2016', 'id': 777953400541634568, 'id_str': '777953400541634568', 'full_text': "RT @dog_rates: Meet Gerald. He's a fairly exotic doggo. Floofy af. Inadequate knees tho. Self conscious about large forehead. 8/10 https://…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Aug 23 21:09:14 +0000 2016', 'id': 768193404517830656, 'id_str': '768193404517830656', 'full_text': "Meet Gerald. He's a fairly exotic doggo. Floofy af. Inadequate knees tho. Self conscious about large forehead. 8/10 https://t.co/WmczvjCWJq", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768193396825583616, 'id_str': '768193396825583616', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'url': 'https://t.co/WmczvjCWJq', 'display_url': 'pic.twitter.com/WmczvjCWJq', 'expanded_url': 'https://twitter.com/dog_rates/status/768193404517830656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 799, 'h': 821, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 662, 'h': 680, 'resize': 'fit'}, 'large': {'w': 799, 'h': 821, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768193396825583616, 'id_str': '768193396825583616', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'url': 'https://t.co/WmczvjCWJq', 'display_url': 'pic.twitter.com/WmczvjCWJq', 'expanded_url': 'https://twitter.com/dog_rates/status/768193404517830656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 799, 'h': 821, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 662, 'h': 680, 'resize': 'fit'}, 'large': {'w': 799, 'h': 821, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3268, 'favorite_count': 10201, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3268, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
766:777885040357281792
{'created_at': 'Mon Sep 19 15:00:20 +0000 2016', 'id': 777885040357281792, 'id_str': '777885040357281792', 'full_text': "This is Wesley. He's clearly trespassing. Seems rather h*ckin violent too. Weaponized forehead. 3/10 wouldn't let in https://t.co/pL7wbMRW7M", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 777885031146586112, 'id_str': '777885031146586112', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CsuaUH2WAAAWJh1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsuaUH2WAAAWJh1.jpg', 'url': 'https://t.co/pL7wbMRW7M', 'display_url': 'pic.twitter.com/pL7wbMRW7M', 'expanded_url': 'https://twitter.com/dog_rates/status/777885040357281792/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 777885031146586112, 'id_str': '777885031146586112', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CsuaUH2WAAAWJh1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsuaUH2WAAAWJh1.jpg', 'url': 'https://t.co/pL7wbMRW7M', 'display_url': 'pic.twitter.com/pL7wbMRW7M', 'expanded_url': 'https://twitter.com/dog_rates/status/777885040357281792/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 777885031171850240, 'id_str': '777885031171850240', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CsuaUH8XgAAYtkO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsuaUH8XgAAYtkO.jpg', 'url': 'https://t.co/pL7wbMRW7M', 'display_url': 'pic.twitter.com/pL7wbMRW7M', 'expanded_url': 'https://twitter.com/dog_rates/status/777885040357281792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1515, 'favorite_count': 5998, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
767:777684233540206592
{'created_at': 'Mon Sep 19 01:42:24 +0000 2016', 'id': 777684233540206592, 'id_str': '777684233540206592', 'full_text': '"Yep... just as I suspected. You\'re not flossing." 12/10 and 11/10 for the pup not flossing https://t.co/SuXcI9B7pQ', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 777684227185868800, 'id_str': '777684227185868800', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'url': 'https://t.co/SuXcI9B7pQ', 'display_url': 'pic.twitter.com/SuXcI9B7pQ', 'expanded_url': 'https://twitter.com/dog_rates/status/777684233540206592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 777684227185868800, 'id_str': '777684227185868800', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsrjryzWgAAZY00.jpg', 'url': 'https://t.co/SuXcI9B7pQ', 'display_url': 'pic.twitter.com/SuXcI9B7pQ', 'expanded_url': 'https://twitter.com/dog_rates/status/777684233540206592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2727, 'favorite_count': 10621, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
768:777641927919427584
{'created_at': 'Sun Sep 18 22:54:18 +0000 2016', 'id': 777641927919427584, 'id_str': '777641927919427584', 'full_text': "RT @dog_rates: This is Arnie. He's a Nova Scotian Fridge Floof. Rare af. 12/10 https://t.co/lprdOylVpS", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 750429289032642560, 'id_str': '750429289032642560', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}, 'source_status_id': 750429297815552001, 'source_status_id_str': '750429297815552001', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 750429289032642560, 'id_str': '750429289032642560', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}, 'source_status_id': 750429297815552001, 'source_status_id_str': '750429297815552001', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 750429288596373504, 'id_str': '750429288596373504', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CmoPdkfWAAAagwY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdkfWAAAagwY.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 750429297815552001, 'source_status_id_str': '750429297815552001', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Jul 05 20:41:01 +0000 2016', 'id': 750429297815552001, 'id_str': '750429297815552001', 'full_text': "This is Arnie. He's a Nova Scotian Fridge Floof. Rare af. 12/10 https://t.co/lprdOylVpS", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750429289032642560, 'id_str': '750429289032642560', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750429289032642560, 'id_str': '750429289032642560', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 750429288596373504, 'id_str': '750429288596373504', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CmoPdkfWAAAagwY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdkfWAAAagwY.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3922, 'favorite_count': 12305, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3922, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
769:777621514455814149
{'created_at': 'Sun Sep 18 21:33:11 +0000 2016', 'id': 777621514455814149, 'id_str': '777621514455814149', 'full_text': "This is Derek. You can't look at him and not smile. Must've just had a blue pupsicle. 12/10 would snug intensely https://t.co/BnVTMtUeI3", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 777621500824260608, 'id_str': '777621500824260608', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Csqqoo5WEAAMTVW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Csqqoo5WEAAMTVW.jpg', 'url': 'https://t.co/BnVTMtUeI3', 'display_url': 'pic.twitter.com/BnVTMtUeI3', 'expanded_url': 'https://twitter.com/dog_rates/status/777621514455814149/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 777621500824260608, 'id_str': '777621500824260608', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Csqqoo5WEAAMTVW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Csqqoo5WEAAMTVW.jpg', 'url': 'https://t.co/BnVTMtUeI3', 'display_url': 'pic.twitter.com/BnVTMtUeI3', 'expanded_url': 'https://twitter.com/dog_rates/status/777621514455814149/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2341, 'favorite_count': 8221, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
770:777189768882946048
{'created_at': 'Sat Sep 17 16:57:35 +0000 2016', 'id': 777189768882946048, 'id_str': '777189768882946048', 'full_text': "This is Jeffrey. He's being held so he doesn't fly away. 12/10 would set free https://t.co/d3aLyCykn7", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 777189753083092992, 'id_str': '777189753083092992', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cskh9nOXYAAv4nD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cskh9nOXYAAv4nD.jpg', 'url': 'https://t.co/d3aLyCykn7', 'display_url': 'pic.twitter.com/d3aLyCykn7', 'expanded_url': 'https://twitter.com/dog_rates/status/777189768882946048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 777189753083092992, 'id_str': '777189753083092992', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cskh9nOXYAAv4nD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cskh9nOXYAAv4nD.jpg', 'url': 'https://t.co/d3aLyCykn7', 'display_url': 'pic.twitter.com/d3aLyCykn7', 'expanded_url': 'https://twitter.com/dog_rates/status/777189768882946048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 777189753095610368, 'id_str': '777189753095610368', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cskh9nRWYAAUxBP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cskh9nRWYAAUxBP.jpg', 'url': 'https://t.co/d3aLyCykn7', 'display_url': 'pic.twitter.com/d3aLyCykn7', 'expanded_url': 'https://twitter.com/dog_rates/status/777189768882946048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3985, 'favorite_count': 13321, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
771:776819012571455488
{'created_at': 'Fri Sep 16 16:24:19 +0000 2016', 'id': 776819012571455488, 'id_str': '776819012571455488', 'full_text': 'RT @dog_rates: Everybody look at this beautiful pupper 13/10 https://t.co/hyAC5Hq9GC', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 679828437910089729, 'id_str': '679828437910089729', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 679828447187857408, 'source_status_id_str': '679828447187857408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 679828437910089729, 'id_str': '679828437910089729', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 679828447187857408, 'source_status_id_str': '679828447187857408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 679828437947777024, 'id_str': '679828437947777024', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CW88XMgWAAAKg3W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMgWAAAKg3W.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}, 'source_status_id': 679828447187857408, 'source_status_id_str': '679828447187857408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 679828438316920832, 'id_str': '679828438316920832', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 679828447187857408, 'source_status_id_str': '679828447187857408', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Dec 24 00:58:27 +0000 2015', 'id': 679828447187857408, 'id_str': '679828447187857408', 'full_text': 'Everybody look at this beautiful pupper 13/10 https://t.co/hyAC5Hq9GC', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679828437910089729, 'id_str': '679828437910089729', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679828437910089729, 'id_str': '679828437910089729', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 679828437947777024, 'id_str': '679828437947777024', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XMgWAAAKg3W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMgWAAAKg3W.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 679828438316920832, 'id_str': '679828438316920832', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12608, 'favorite_count': 33198, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 12608, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
772:776813020089548800
{'created_at': 'Fri Sep 16 16:00:31 +0000 2016', 'id': 776813020089548800, 'id_str': '776813020089548800', 'full_text': 'Meet Solomon. He was arrested for possession of adorable and attempted extra pats on the head. 12/10 would post bail https://t.co/nFqLaOLUQA', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776813006122586112, 'id_str': '776813006122586112', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CsfLUDbXEAAu0VF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsfLUDbXEAAu0VF.jpg', 'url': 'https://t.co/nFqLaOLUQA', 'display_url': 'pic.twitter.com/nFqLaOLUQA', 'expanded_url': 'https://twitter.com/dog_rates/status/776813020089548800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776813006122586112, 'id_str': '776813006122586112', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CsfLUDbXEAAu0VF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsfLUDbXEAAu0VF.jpg', 'url': 'https://t.co/nFqLaOLUQA', 'display_url': 'pic.twitter.com/nFqLaOLUQA', 'expanded_url': 'https://twitter.com/dog_rates/status/776813020089548800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 776813006109962241, 'id_str': '776813006109962241', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CsfLUDYWcAEu3SN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsfLUDYWcAEu3SN.jpg', 'url': 'https://t.co/nFqLaOLUQA', 'display_url': 'pic.twitter.com/nFqLaOLUQA', 'expanded_url': 'https://twitter.com/dog_rates/status/776813020089548800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1114, 'favorite_count': 4605, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
773:776477788987613185
{'created_at': 'Thu Sep 15 17:48:25 +0000 2016', 'id': 776477788987613185, 'id_str': '776477788987613185', 'full_text': "This is Huck. He's addicted to caffeine. Hope it's not too latte to seek help. 11/10 stay strong pupper https://t.co/iJE3F0VozW", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776477764421582849, 'id_str': '776477764421582849', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CsaaaaxWgAEfzM7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsaaaaxWgAEfzM7.jpg', 'url': 'https://t.co/iJE3F0VozW', 'display_url': 'pic.twitter.com/iJE3F0VozW', 'expanded_url': 'https://twitter.com/dog_rates/status/776477788987613185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776477764421582849, 'id_str': '776477764421582849', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CsaaaaxWgAEfzM7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsaaaaxWgAEfzM7.jpg', 'url': 'https://t.co/iJE3F0VozW', 'display_url': 'pic.twitter.com/iJE3F0VozW', 'expanded_url': 'https://twitter.com/dog_rates/status/776477788987613185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 776477764442554368, 'id_str': '776477764442554368', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Csaaaa2WgAAPDvR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Csaaaa2WgAAPDvR.jpg', 'url': 'https://t.co/iJE3F0VozW', 'display_url': 'pic.twitter.com/iJE3F0VozW', 'expanded_url': 'https://twitter.com/dog_rates/status/776477788987613185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2561, 'favorite_count': 8254, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
774:776249906839351296
{'created_at': 'Thu Sep 15 02:42:54 +0000 2016', 'id': 776249906839351296, 'id_str': '776249906839351296', 'full_text': 'RT @dog_rates: We only rate dogs. Pls stop sending in non-canines like this Mongolian grass snake. This is very frustrating. 11/10 https://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Feb 19 18:24:26 +0000 2016', 'id': 700747788515020802, 'id_str': '700747788515020802', 'full_text': 'We only rate dogs. Pls stop sending in non-canines like this Mongolian grass snake. This is very frustrating. 11/10 https://t.co/22x9SbCYCU', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700747775256821764, 'id_str': '700747775256821764', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'url': 'https://t.co/22x9SbCYCU', 'display_url': 'pic.twitter.com/22x9SbCYCU', 'expanded_url': 'https://twitter.com/dog_rates/status/700747788515020802/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700747775256821764, 'id_str': '700747775256821764', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'url': 'https://t.co/22x9SbCYCU', 'display_url': 'pic.twitter.com/22x9SbCYCU', 'expanded_url': 'https://twitter.com/dog_rates/status/700747788515020802/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8464, 'favorite_count': 21064, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 8464, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
775:776218204058357768
{'created_at': 'Thu Sep 15 00:36:55 +0000 2016', 'id': 776218204058357768, 'id_str': '776218204058357768', 'full_text': "Atlas rolled around in some chalk and now he's a magical rainbow floofer. 13/10 please never take a bath https://t.co/nzqTNw0744", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776218187788611584, 'id_str': '776218187788611584', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CsWuVEdWcAAqbe9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsWuVEdWcAAqbe9.jpg', 'url': 'https://t.co/nzqTNw0744', 'display_url': 'pic.twitter.com/nzqTNw0744', 'expanded_url': 'https://twitter.com/dog_rates/status/776218204058357768/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776218187788611584, 'id_str': '776218187788611584', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CsWuVEdWcAAqbe9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsWuVEdWcAAqbe9.jpg', 'url': 'https://t.co/nzqTNw0744', 'display_url': 'pic.twitter.com/nzqTNw0744', 'expanded_url': 'https://twitter.com/dog_rates/status/776218204058357768/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 776218187788591104, 'id_str': '776218187788591104', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CsWuVEdWIAAqM62.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsWuVEdWIAAqM62.jpg', 'url': 'https://t.co/nzqTNw0744', 'display_url': 'pic.twitter.com/nzqTNw0744', 'expanded_url': 'https://twitter.com/dog_rates/status/776218204058357768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 776218187788591105, 'id_str': '776218187788591105', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CsWuVEdWIAEZJmc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsWuVEdWIAEZJmc.jpg', 'url': 'https://t.co/nzqTNw0744', 'display_url': 'pic.twitter.com/nzqTNw0744', 'expanded_url': 'https://twitter.com/dog_rates/status/776218204058357768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14740, 'favorite_count': 28116, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
776:776201521193218049
{'created_at': 'Wed Sep 14 23:30:38 +0000 2016', 'id': 776201521193218049, 'id_str': '776201521193218049', 'full_text': "This is O'Malley. That is how he sleeps. Doesn't care what you think about it. 10/10 comfy af https://t.co/Pq150LeRaC", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776201512041189376, 'id_str': '776201512041189376', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CsWfKadWEAAtmlS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsWfKadWEAAtmlS.jpg', 'url': 'https://t.co/Pq150LeRaC', 'display_url': 'pic.twitter.com/Pq150LeRaC', 'expanded_url': 'https://twitter.com/dog_rates/status/776201521193218049/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776201512041189376, 'id_str': '776201512041189376', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CsWfKadWEAAtmlS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsWfKadWEAAtmlS.jpg', 'url': 'https://t.co/Pq150LeRaC', 'display_url': 'pic.twitter.com/Pq150LeRaC', 'expanded_url': 'https://twitter.com/dog_rates/status/776201521193218049/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2335, 'favorite_count': 9028, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
777:776113305656188928
{'created_at': 'Wed Sep 14 17:40:06 +0000 2016', 'id': 776113305656188928, 'id_str': '776113305656188928', 'full_text': "This is Sampson. He's about to get hit with a vicious draw 2. Has no idea. 11/10 poor pupper https://t.co/FYT9QBEnKG", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776113296390942720, 'id_str': '776113296390942720', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'url': 'https://t.co/FYT9QBEnKG', 'display_url': 'pic.twitter.com/FYT9QBEnKG', 'expanded_url': 'https://twitter.com/dog_rates/status/776113305656188928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776113296390942720, 'id_str': '776113296390942720', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsVO7ljW8AAckRD.jpg', 'url': 'https://t.co/FYT9QBEnKG', 'display_url': 'pic.twitter.com/FYT9QBEnKG', 'expanded_url': 'https://twitter.com/dog_rates/status/776113305656188928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4025, 'favorite_count': 11122, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
778:776088319444877312
{'created_at': 'Wed Sep 14 16:00:49 +0000 2016', 'id': 776088319444877312, 'id_str': '776088319444877312', 'full_text': "I can't tap the screen to make the hearts appear fast enough. 10/10 for the source of all future unproductiveness https://t.co/wOhuABgj6I", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 776088309558874112, 'id_str': '776088309558874112', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CsU4NKWXEAAP8pS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsU4NKWXEAAP8pS.jpg', 'url': 'https://t.co/wOhuABgj6I', 'display_url': 'pic.twitter.com/wOhuABgj6I', 'expanded_url': 'https://twitter.com/dog_rates/status/776088319444877312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 749, 'h': 1333, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 776088309558874112, 'id_str': '776088309558874112', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CsU4NKWXEAAP8pS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsU4NKWXEAAP8pS.jpg', 'url': 'https://t.co/wOhuABgj6I', 'display_url': 'pic.twitter.com/wOhuABgj6I', 'expanded_url': 'https://twitter.com/dog_rates/status/776088319444877312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 749, 'h': 1333, 'resize': 'fit'}}}, {'id': 776088309609144321, 'id_str': '776088309609144321', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CsU4NKiWIAEmhTm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsU4NKiWIAEmhTm.jpg', 'url': 'https://t.co/wOhuABgj6I', 'display_url': 'pic.twitter.com/wOhuABgj6I', 'expanded_url': 'https://twitter.com/dog_rates/status/776088319444877312/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 776088309617586181, 'id_str': '776088309617586181', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CsU4NKkW8AUI5eG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsU4NKkW8AUI5eG.jpg', 'url': 'https://t.co/wOhuABgj6I', 'display_url': 'pic.twitter.com/wOhuABgj6I', 'expanded_url': 'https://twitter.com/dog_rates/status/776088319444877312/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 776088309760159744, 'id_str': '776088309760159744', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CsU4NLGWcAAmFHA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsU4NLGWcAAmFHA.jpg', 'url': 'https://t.co/wOhuABgj6I', 'display_url': 'pic.twitter.com/wOhuABgj6I', 'expanded_url': 'https://twitter.com/dog_rates/status/776088319444877312/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 749, 'h': 1292, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 696, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 394, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 141, 'favorite_count': 1714, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
779:775898661951791106
{'created_at': 'Wed Sep 14 03:27:11 +0000 2016', 'id': 775898661951791106, 'id_str': '775898661951791106', 'full_text': 'RT @dog_rates: Like father (doggo), like son (pupper). Both 12/10 https://t.co/pG2inLaOda', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 733109473259085826, 'id_str': '733109473259085826', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'url': 'https://t.co/pG2inLaOda', 'display_url': 'pic.twitter.com/pG2inLaOda', 'expanded_url': 'https://twitter.com/dog_rates/status/733109485275860992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}, 'source_status_id': 733109485275860992, 'source_status_id_str': '733109485275860992', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 733109473259085826, 'id_str': '733109473259085826', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'url': 'https://t.co/pG2inLaOda', 'display_url': 'pic.twitter.com/pG2inLaOda', 'expanded_url': 'https://twitter.com/dog_rates/status/733109485275860992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}, 'source_status_id': 733109485275860992, 'source_status_id_str': '733109485275860992', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu May 19 01:38:16 +0000 2016', 'id': 733109485275860992, 'id_str': '733109485275860992', 'full_text': 'Like father (doggo), like son (pupper). Both 12/10 https://t.co/pG2inLaOda', 'truncated': False, 'display_text_range': [0, 50], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 733109473259085826, 'id_str': '733109473259085826', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'url': 'https://t.co/pG2inLaOda', 'display_url': 'pic.twitter.com/pG2inLaOda', 'expanded_url': 'https://twitter.com/dog_rates/status/733109485275860992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 733109473259085826, 'id_str': '733109473259085826', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'url': 'https://t.co/pG2inLaOda', 'display_url': 'pic.twitter.com/pG2inLaOda', 'expanded_url': 'https://twitter.com/dog_rates/status/733109485275860992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15542, 'favorite_count': 49400, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 15542, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
780:775842724423557120
{'created_at': 'Tue Sep 13 23:44:54 +0000 2016', 'id': 775842724423557120, 'id_str': '775842724423557120', 'full_text': 'This is Blue. He was having an average day until his owner told him about Bront. 12/10 h*ckin hysterical af https://t.co/saRYTcxQeH', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775842712763396096, 'id_str': '775842712763396096', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CsRY1i_WcAAdDpB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsRY1i_WcAAdDpB.jpg', 'url': 'https://t.co/saRYTcxQeH', 'display_url': 'pic.twitter.com/saRYTcxQeH', 'expanded_url': 'https://twitter.com/dog_rates/status/775842724423557120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775842712763396096, 'id_str': '775842712763396096', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CsRY1i_WcAAdDpB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsRY1i_WcAAdDpB.jpg', 'url': 'https://t.co/saRYTcxQeH', 'display_url': 'pic.twitter.com/saRYTcxQeH', 'expanded_url': 'https://twitter.com/dog_rates/status/775842724423557120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 775842712767586309, 'id_str': '775842712767586309', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CsRY1jAWYAUOx55.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsRY1jAWYAUOx55.jpg', 'url': 'https://t.co/saRYTcxQeH', 'display_url': 'pic.twitter.com/saRYTcxQeH', 'expanded_url': 'https://twitter.com/dog_rates/status/775842724423557120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 788, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 788, 'resize': 'fit'}, 'small': {'w': 647, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2466, 'favorite_count': 11044, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
781:775733305207554048
{'created_at': 'Tue Sep 13 16:30:07 +0000 2016', 'id': 775733305207554048, 'id_str': '775733305207554048', 'full_text': 'This is Anakin. He strives to reach his full doggo potential. Born with blurry tail tho. 11/10 would still pet well https://t.co/9CcBSxCXXG', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775733297511067649, 'id_str': '775733297511067649', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'url': 'https://t.co/9CcBSxCXXG', 'display_url': 'pic.twitter.com/9CcBSxCXXG', 'expanded_url': 'https://twitter.com/dog_rates/status/775733305207554048/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}, 'small': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775733297511067649, 'id_str': '775733297511067649', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsP1UvaW8AExVSA.jpg', 'url': 'https://t.co/9CcBSxCXXG', 'display_url': 'pic.twitter.com/9CcBSxCXXG', 'expanded_url': 'https://twitter.com/dog_rates/status/775733305207554048/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}, 'small': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3699, 'favorite_count': 13084, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
782:775729183532220416
{'created_at': 'Tue Sep 13 16:13:44 +0000 2016', 'id': 775729183532220416, 'id_str': '775729183532220416', 'full_text': "This girl straight up rejected a guy because he doesn't like dogs. She is my hero and I give her 13/10 https://t.co/J39lT3b0rH", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775729177962156032, 'id_str': '775729177962156032', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CsPxk85XEAAeMQj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsPxk85XEAAeMQj.jpg', 'url': 'https://t.co/J39lT3b0rH', 'display_url': 'pic.twitter.com/J39lT3b0rH', 'expanded_url': 'https://twitter.com/dog_rates/status/775729183532220416/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 357, 'h': 574, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 357, 'h': 574, 'resize': 'fit'}, 'small': {'w': 357, 'h': 574, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775729177962156032, 'id_str': '775729177962156032', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CsPxk85XEAAeMQj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsPxk85XEAAeMQj.jpg', 'url': 'https://t.co/J39lT3b0rH', 'display_url': 'pic.twitter.com/J39lT3b0rH', 'expanded_url': 'https://twitter.com/dog_rates/status/775729183532220416/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 357, 'h': 574, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 357, 'h': 574, 'resize': 'fit'}, 'small': {'w': 357, 'h': 574, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4281, 'favorite_count': 12272, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
783:775364825476165632
{'created_at': 'Mon Sep 12 16:05:54 +0000 2016', 'id': 775364825476165632, 'id_str': '775364825476165632', 'full_text': "This is Finley. He's an independent doggo still adjusting to life on his own. 11/10 https://t.co/7FNcBaKbci", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775364811441967105, 'id_str': '775364811441967105', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CsKmMB1WEAElXc9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsKmMB1WEAElXc9.jpg', 'url': 'https://t.co/7FNcBaKbci', 'display_url': 'pic.twitter.com/7FNcBaKbci', 'expanded_url': 'https://twitter.com/dog_rates/status/775364825476165632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 747, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775364811441967105, 'id_str': '775364811441967105', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CsKmMB1WEAElXc9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsKmMB1WEAElXc9.jpg', 'url': 'https://t.co/7FNcBaKbci', 'display_url': 'pic.twitter.com/7FNcBaKbci', 'expanded_url': 'https://twitter.com/dog_rates/status/775364825476165632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 747, 'resize': 'fit'}}}, {'id': 775364811437797376, 'id_str': '775364811437797376', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CsKmMB0WcAA2a2V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsKmMB0WcAA2a2V.jpg', 'url': 'https://t.co/7FNcBaKbci', 'display_url': 'pic.twitter.com/7FNcBaKbci', 'expanded_url': 'https://twitter.com/dog_rates/status/775364825476165632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 747, 'resize': 'fit'}, 'large': {'w': 750, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}}}, {'id': 775364811446157312, 'id_str': '775364811446157312', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CsKmMB2WAAAXcAy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsKmMB2WAAAXcAy.jpg', 'url': 'https://t.co/7FNcBaKbci', 'display_url': 'pic.twitter.com/7FNcBaKbci', 'expanded_url': 'https://twitter.com/dog_rates/status/775364825476165632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 749, 'h': 737, 'resize': 'fit'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'large': {'w': 749, 'h': 737, 'resize': 'fit'}}}, {'id': 775364812024979456, 'id_str': '775364812024979456', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CsKmMEAWIAALk6R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsKmMEAWIAALk6R.jpg', 'url': 'https://t.co/7FNcBaKbci', 'display_url': 'pic.twitter.com/7FNcBaKbci', 'expanded_url': 'https://twitter.com/dog_rates/status/775364825476165632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 749, 'h': 741, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 741, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2713, 'favorite_count': 6951, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
784:775350846108426240
{'created_at': 'Mon Sep 12 15:10:21 +0000 2016', 'id': 775350846108426240, 'id_str': '775350846108426240', 'full_text': "This is Maximus. A little rain won't stop him. He will persevere. 12/10 innovative af https://t.co/2OmDMAkkou", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/2OmDMAkkou', 'expanded_url': 'https://vine.co/v/ijmv0PD0XXD', 'display_url': 'vine.co/v/ijmv0PD0XXD', 'indices': [87, 110]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3628, 'favorite_count': 9585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
785:775096608509886464
check_again
786:775085132600442880
{'created_at': 'Sun Sep 11 21:34:30 +0000 2016', 'id': 775085132600442880, 'id_str': '775085132600442880', 'full_text': 'This is Tucker. He would like a hug. 13/10 someone hug him https://t.co/wdgY9oHPrT', 'truncated': False, 'display_text_range': [0, 58], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 775085121305206785, 'id_str': '775085121305206785', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'url': 'https://t.co/wdgY9oHPrT', 'display_url': 'pic.twitter.com/wdgY9oHPrT', 'expanded_url': 'https://twitter.com/dog_rates/status/775085132600442880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 775085121305206785, 'id_str': '775085121305206785', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsGnz64WYAEIDHJ.jpg', 'url': 'https://t.co/wdgY9oHPrT', 'display_url': 'pic.twitter.com/wdgY9oHPrT', 'expanded_url': 'https://twitter.com/dog_rates/status/775085132600442880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286039, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4374, 'favorite_count': 14628, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
787:774757898236878852
{'created_at': 'Sat Sep 10 23:54:11 +0000 2016', 'id': 774757898236878852, 'id_str': '774757898236878852', 'full_text': "This is Finley. She's a Beneboop Cumbersplash. 12/10 I'd do unspeakable things for Finley https://t.co/dS8SCbNF9P", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 774757887117852673, 'id_str': '774757887117852673', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CsB-MYiXgAEQU20.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsB-MYiXgAEQU20.jpg', 'url': 'https://t.co/dS8SCbNF9P', 'display_url': 'pic.twitter.com/dS8SCbNF9P', 'expanded_url': 'https://twitter.com/dog_rates/status/774757898236878852/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 774757887117852673, 'id_str': '774757887117852673', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CsB-MYiXgAEQU20.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsB-MYiXgAEQU20.jpg', 'url': 'https://t.co/dS8SCbNF9P', 'display_url': 'pic.twitter.com/dS8SCbNF9P', 'expanded_url': 'https://twitter.com/dog_rates/status/774757898236878852/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1656, 'favorite_count': 8139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
788:774639387460112384
{'created_at': 'Sat Sep 10 16:03:16 +0000 2016', 'id': 774639387460112384, 'id_str': '774639387460112384', 'full_text': "This is Sprinkles. He's trapped in light jail. 10/10 would post bail for him https://t.co/4s5Xlijogu", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 774639367960850432, 'id_str': '774639367960850432', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CsASZqRW8AA3Szw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsASZqRW8AA3Szw.jpg', 'url': 'https://t.co/4s5Xlijogu', 'display_url': 'pic.twitter.com/4s5Xlijogu', 'expanded_url': 'https://twitter.com/dog_rates/status/774639387460112384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 774639367960850432, 'id_str': '774639367960850432', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CsASZqRW8AA3Szw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsASZqRW8AA3Szw.jpg', 'url': 'https://t.co/4s5Xlijogu', 'display_url': 'pic.twitter.com/4s5Xlijogu', 'expanded_url': 'https://twitter.com/dog_rates/status/774639387460112384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 774639367990173696, 'id_str': '774639367990173696', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CsASZqYWYAAKiQg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CsASZqYWYAAKiQg.jpg', 'url': 'https://t.co/4s5Xlijogu', 'display_url': 'pic.twitter.com/4s5Xlijogu', 'expanded_url': 'https://twitter.com/dog_rates/status/774639387460112384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1615, 'favorite_count': 6368, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
789:774314403806253056
{'created_at': 'Fri Sep 09 18:31:54 +0000 2016', 'id': 774314403806253056, 'id_str': '774314403806253056', 'full_text': 'I WAS SENT THE ACTUAL DOG IN THE PROFILE PIC BY HIS OWNER THIS IS SO WILD. 14/10 ULTIMATE LEGEND STATUS https://t.co/7oQ1wpfxIH', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 774314388044058624, 'id_str': '774314388044058624', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 774314388044058624, 'id_str': '774314388044058624', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VvXEAA2kFs.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 774314388035670016, 'id_str': '774314388035670016', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VtXEAA8Dm5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VtXEAA8Dm5.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 774314388052385792, 'id_str': '774314388052385792', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1VxWIAA5Nm7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1VxWIAA5Nm7.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}, {'id': 774314388614443008, 'id_str': '774314388614443008', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/Cr7q1X3WcAAyyUd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr7q1X3WcAAyyUd.jpg', 'url': 'https://t.co/7oQ1wpfxIH', 'display_url': 'pic.twitter.com/7oQ1wpfxIH', 'expanded_url': 'https://twitter.com/dog_rates/status/774314403806253056/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 400, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 400, 'resize': 'fit'}, 'large': {'w': 400, 'h': 400, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5092, 'favorite_count': 20549, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
790:773985732834758656
{'created_at': 'Thu Sep 08 20:45:53 +0000 2016', 'id': 773985732834758656, 'id_str': '773985732834758656', 'full_text': 'Meet Winnie. She just made awkward eye contact with the driver beside her. Poor pupper panicked. 11/10 would comfort https://t.co/RFWtDqTnAz', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773985718767149057, 'id_str': '773985718767149057', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cr2_6RRXYAE1ojW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2_6RRXYAE1ojW.jpg', 'url': 'https://t.co/RFWtDqTnAz', 'display_url': 'pic.twitter.com/RFWtDqTnAz', 'expanded_url': 'https://twitter.com/dog_rates/status/773985732834758656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773985718767149057, 'id_str': '773985718767149057', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cr2_6RRXYAE1ojW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2_6RRXYAE1ojW.jpg', 'url': 'https://t.co/RFWtDqTnAz', 'display_url': 'pic.twitter.com/RFWtDqTnAz', 'expanded_url': 'https://twitter.com/dog_rates/status/773985732834758656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 773985718876143679, 'id_str': '773985718876143679', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cr2_6RrWgD89Tgb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2_6RrWgD89Tgb.jpg', 'url': 'https://t.co/RFWtDqTnAz', 'display_url': 'pic.twitter.com/RFWtDqTnAz', 'expanded_url': 'https://twitter.com/dog_rates/status/773985732834758656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 773985718922317824, 'id_str': '773985718922317824', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cr2_6R2XEAA0CmH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2_6R2XEAA0CmH.jpg', 'url': 'https://t.co/RFWtDqTnAz', 'display_url': 'pic.twitter.com/RFWtDqTnAz', 'expanded_url': 'https://twitter.com/dog_rates/status/773985732834758656/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 773985718947414016, 'id_str': '773985718947414016', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cr2_6R8WAAAUMtc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2_6R8WAAAUMtc.jpg', 'url': 'https://t.co/RFWtDqTnAz', 'display_url': 'pic.twitter.com/RFWtDqTnAz', 'expanded_url': 'https://twitter.com/dog_rates/status/773985732834758656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3587, 'favorite_count': 10167, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
791:773922284943896577
{'created_at': 'Thu Sep 08 16:33:46 +0000 2016', 'id': 773922284943896577, 'id_str': '773922284943896577', 'full_text': 'This is Heinrich (pronounced "Pat"). He\'s a Botswanian Vanderfloof. Snazzy af bandana. 12/10 downright puptacular https://t.co/G56ikYAqFg', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773922276815335424, 'id_str': '773922276815335424', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cr2GNdlW8AAbojw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2GNdlW8AAbojw.jpg', 'url': 'https://t.co/G56ikYAqFg', 'display_url': 'pic.twitter.com/G56ikYAqFg', 'expanded_url': 'https://twitter.com/dog_rates/status/773922284943896577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 747, 'h': 1328, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773922276815335424, 'id_str': '773922276815335424', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cr2GNdlW8AAbojw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cr2GNdlW8AAbojw.jpg', 'url': 'https://t.co/G56ikYAqFg', 'display_url': 'pic.twitter.com/G56ikYAqFg', 'expanded_url': 'https://twitter.com/dog_rates/status/773922284943896577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 747, 'h': 1328, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1629, 'favorite_count': 6062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
792:773704687002451968
{'created_at': 'Thu Sep 08 02:09:06 +0000 2016', 'id': 773704687002451968, 'id_str': '773704687002451968', 'full_text': "This is Loki. He knows he's adorable. One ear always pupared. 12/10 would snug in depicted fashion forever https://t.co/OqNggd4Oio", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773704673102557184, 'id_str': '773704673102557184', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CrzATQlWcAATzWX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrzATQlWcAATzWX.jpg', 'url': 'https://t.co/OqNggd4Oio', 'display_url': 'pic.twitter.com/OqNggd4Oio', 'expanded_url': 'https://twitter.com/dog_rates/status/773704687002451968/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 535, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 806, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 806, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773704673102557184, 'id_str': '773704673102557184', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CrzATQlWcAATzWX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrzATQlWcAATzWX.jpg', 'url': 'https://t.co/OqNggd4Oio', 'display_url': 'pic.twitter.com/OqNggd4Oio', 'expanded_url': 'https://twitter.com/dog_rates/status/773704687002451968/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 535, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 806, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 806, 'h': 1024, 'resize': 'fit'}}}, {'id': 773704673123500033, 'id_str': '773704673123500033', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CrzATQqWAAEHq2t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrzATQqWAAEHq2t.jpg', 'url': 'https://t.co/OqNggd4Oio', 'display_url': 'pic.twitter.com/OqNggd4Oio', 'expanded_url': 'https://twitter.com/dog_rates/status/773704687002451968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1498, 'favorite_count': 6238, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
793:773670353721753600
{'created_at': 'Wed Sep 07 23:52:41 +0000 2016', 'id': 773670353721753600, 'id_str': '773670353721753600', 'full_text': 'This is Shakespeare. He appears to be maximum level pettable. Born with no eyes tho (tragic). 10/10 probably wise https://t.co/rA8WUVOLBr', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773670344028786688, 'id_str': '773670344028786688', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CryhFC0XEAA9wp_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CryhFC0XEAA9wp_.jpg', 'url': 'https://t.co/rA8WUVOLBr', 'display_url': 'pic.twitter.com/rA8WUVOLBr', 'expanded_url': 'https://twitter.com/dog_rates/status/773670353721753600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773670344028786688, 'id_str': '773670344028786688', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CryhFC0XEAA9wp_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CryhFC0XEAA9wp_.jpg', 'url': 'https://t.co/rA8WUVOLBr', 'display_url': 'pic.twitter.com/rA8WUVOLBr', 'expanded_url': 'https://twitter.com/dog_rates/status/773670353721753600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1225, 'favorite_count': 5056, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
794:773547596996571136
{'created_at': 'Wed Sep 07 15:44:53 +0000 2016', 'id': 773547596996571136, 'id_str': '773547596996571136', 'full_text': 'This is Chelsea. She forgot how to dog. 11/10 get it together pupper https://t.co/nBJ5RE4yHb', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773547591439122432, 'id_str': '773547591439122432', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'url': 'https://t.co/nBJ5RE4yHb', 'display_url': 'pic.twitter.com/nBJ5RE4yHb', 'expanded_url': 'https://twitter.com/dog_rates/status/773547596996571136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773547591439122432, 'id_str': '773547591439122432', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crwxb5yWgAAX5P_.jpg', 'url': 'https://t.co/nBJ5RE4yHb', 'display_url': 'pic.twitter.com/nBJ5RE4yHb', 'expanded_url': 'https://twitter.com/dog_rates/status/773547596996571136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5698, 'favorite_count': 20830, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
795:773336787167145985
{'created_at': 'Wed Sep 07 01:47:12 +0000 2016', 'id': 773336787167145985, 'id_str': '773336787167145985', 'full_text': 'RT @dog_rates: Meet Fizz. She thinks love is a social construct consisting solely of ideals perpetuated by mass media 11/10 woke af https:/…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Sep 01 16:14:48 +0000 2016', 'id': 771380798096281600, 'id_str': '771380798096281600', 'full_text': 'Meet Fizz. She thinks love is a social construct consisting solely of ideals perpetuated by mass media 11/10 woke af https://t.co/sPB5JMnWBn', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771380787874828288, 'id_str': '771380787874828288', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771380787874828288, 'id_str': '771380787874828288', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}, {'id': 771380787899932672, 'id_str': '771380787899932672', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVlWIAApR37.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVlWIAApR37.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}, {'id': 771380787954479104, 'id_str': '771380787954479104', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVyWcAAYu2r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVyWcAAYu2r.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}, {'id': 771380788092862465, 'id_str': '771380788092862465', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vWTWAAEvtwL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vWTWAAEvtwL.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4673, 'favorite_count': 9919, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 4673, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
796:773308824254029826
{'created_at': 'Tue Sep 06 23:56:05 +0000 2016', 'id': 773308824254029826, 'id_str': '773308824254029826', 'full_text': 'This is Bungalo. She uses that face to get what she wants. It works unbelievably well. 12/10 would never say no to https://t.co/0Fcft7jl4N', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773308813344645120, 'id_str': '773308813344645120', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'url': 'https://t.co/0Fcft7jl4N', 'display_url': 'pic.twitter.com/0Fcft7jl4N', 'expanded_url': 'https://twitter.com/dog_rates/status/773308824254029826/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773308813344645120, 'id_str': '773308813344645120', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrtYRMEWIAAUkCl.jpg', 'url': 'https://t.co/0Fcft7jl4N', 'display_url': 'pic.twitter.com/0Fcft7jl4N', 'expanded_url': 'https://twitter.com/dog_rates/status/773308824254029826/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6953, 'favorite_count': 21990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
797:773247561583001600
{'created_at': 'Tue Sep 06 19:52:39 +0000 2016', 'id': 773247561583001600, 'id_str': '773247561583001600', 'full_text': "This is Chip. He's a pupholder. Comes with the car. Requires frequent pettings. Shifts for you. 10/10 innovative af https://t.co/hG5WYT9ECn", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773247546009456640, 'id_str': '773247546009456640', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Crsgi9dWEAApQd8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crsgi9dWEAApQd8.jpg', 'url': 'https://t.co/hG5WYT9ECn', 'display_url': 'pic.twitter.com/hG5WYT9ECn', 'expanded_url': 'https://twitter.com/dog_rates/status/773247561583001600/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 479, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 479, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773247546009456640, 'id_str': '773247546009456640', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Crsgi9dWEAApQd8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crsgi9dWEAApQd8.jpg', 'url': 'https://t.co/hG5WYT9ECn', 'display_url': 'pic.twitter.com/hG5WYT9ECn', 'expanded_url': 'https://twitter.com/dog_rates/status/773247561583001600/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 479, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 479, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3004, 'favorite_count': 8888, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
798:773191612633579521
{'created_at': 'Tue Sep 06 16:10:20 +0000 2016', 'id': 773191612633579521, 'id_str': '773191612633579521', 'full_text': "This is Grey. He's the dogtor in charge of your checkpup today. 12/10 I'd never miss an appointment https://t.co/9HEVPJEioD", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 773191601376137218, 'id_str': '773191601376137218', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CrrtqjdXEAINleR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrrtqjdXEAINleR.jpg', 'url': 'https://t.co/9HEVPJEioD', 'display_url': 'pic.twitter.com/9HEVPJEioD', 'expanded_url': 'https://twitter.com/dog_rates/status/773191612633579521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 773191601376137218, 'id_str': '773191601376137218', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CrrtqjdXEAINleR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrrtqjdXEAINleR.jpg', 'url': 'https://t.co/9HEVPJEioD', 'display_url': 'pic.twitter.com/9HEVPJEioD', 'expanded_url': 'https://twitter.com/dog_rates/status/773191612633579521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 773191601371963393, 'id_str': '773191601371963393', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CrrtqjcXYAEnDfq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrrtqjcXYAEnDfq.jpg', 'url': 'https://t.co/9HEVPJEioD', 'display_url': 'pic.twitter.com/9HEVPJEioD', 'expanded_url': 'https://twitter.com/dog_rates/status/773191612633579521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 528, 'h': 960, 'resize': 'fit'}, 'small': {'w': 374, 'h': 680, 'resize': 'fit'}, 'large': {'w': 528, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3806, 'favorite_count': 9399, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
799:772877495989305348
{'created_at': 'Mon Sep 05 19:22:09 +0000 2016', 'id': 772877495989305348, 'id_str': '772877495989305348', 'full_text': 'You need to watch these two doggos argue through a cat door. Both 11/10 https://t.co/qEP31epKEV', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772874595468795904, 'id_str': '772874595468795904', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/772874595468795904/pu/img/t8gbjy2rA19xtQYR.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/772874595468795904/pu/img/t8gbjy2rA19xtQYR.jpg', 'url': 'https://t.co/qEP31epKEV', 'display_url': 'pic.twitter.com/qEP31epKEV', 'expanded_url': 'https://twitter.com/dog_rates/status/772877495989305348/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772874595468795904, 'id_str': '772874595468795904', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/772874595468795904/pu/img/t8gbjy2rA19xtQYR.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/772874595468795904/pu/img/t8gbjy2rA19xtQYR.jpg', 'url': 'https://t.co/qEP31epKEV', 'display_url': 'pic.twitter.com/qEP31epKEV', 'expanded_url': 'https://twitter.com/dog_rates/status/772877495989305348/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 117832, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/772874595468795904/pu/vid/320x180/aa0n2iabvmwW-qUy.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/772874595468795904/pu/pl/wVX5OqXk_3p_6xUh.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/772874595468795904/pu/vid/640x360/us2NEcwMBM6XYp66.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/772874595468795904/pu/vid/1280x720/cmraAjqDbAQbgFn3.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3579, 'favorite_count': 8053, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
800:772826264096874500
{'created_at': 'Mon Sep 05 15:58:34 +0000 2016', 'id': 772826264096874500, 'id_str': '772826264096874500', 'full_text': "Meet Roosevelt. He's preparing for takeoff. Make sure tray tables are in their full pupright & licked position\n11/10 https://t.co/7CQkn3gHOQ", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772826251237199873, 'id_str': '772826251237199873', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CrmhYYIXEAEcyYY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrmhYYIXEAEcyYY.jpg', 'url': 'https://t.co/7CQkn3gHOQ', 'display_url': 'pic.twitter.com/7CQkn3gHOQ', 'expanded_url': 'https://twitter.com/dog_rates/status/772826264096874500/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772826251237199873, 'id_str': '772826251237199873', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CrmhYYIXEAEcyYY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrmhYYIXEAEcyYY.jpg', 'url': 'https://t.co/7CQkn3gHOQ', 'display_url': 'pic.twitter.com/7CQkn3gHOQ', 'expanded_url': 'https://twitter.com/dog_rates/status/772826264096874500/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2210, 'favorite_count': 7569, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
801:772615324260794368
{'created_at': 'Mon Sep 05 02:00:22 +0000 2016', 'id': 772615324260794368, 'id_str': '772615324260794368', 'full_text': "RT @dog_rates: This is Gromit. He's pupset because there's no need to beware of him. Just wants a pettin. 10/10 https://t.co/eSvz4EapHH", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 765222089175556096, 'id_str': '765222089175556096', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'url': 'https://t.co/eSvz4EapHH', 'display_url': 'pic.twitter.com/eSvz4EapHH', 'expanded_url': 'https://twitter.com/dog_rates/status/765222098633691136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 765222098633691136, 'source_status_id_str': '765222098633691136', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 765222089175556096, 'id_str': '765222089175556096', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'url': 'https://t.co/eSvz4EapHH', 'display_url': 'pic.twitter.com/eSvz4EapHH', 'expanded_url': 'https://twitter.com/dog_rates/status/765222098633691136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 765222098633691136, 'source_status_id_str': '765222098633691136', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Aug 15 16:22:20 +0000 2016', 'id': 765222098633691136, 'id_str': '765222098633691136', 'full_text': "This is Gromit. He's pupset because there's no need to beware of him. Just wants a pettin. 10/10 https://t.co/eSvz4EapHH", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 765222089175556096, 'id_str': '765222089175556096', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'url': 'https://t.co/eSvz4EapHH', 'display_url': 'pic.twitter.com/eSvz4EapHH', 'expanded_url': 'https://twitter.com/dog_rates/status/765222098633691136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 765222089175556096, 'id_str': '765222089175556096', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'url': 'https://t.co/eSvz4EapHH', 'display_url': 'pic.twitter.com/eSvz4EapHH', 'expanded_url': 'https://twitter.com/dog_rates/status/765222098633691136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3118, 'favorite_count': 10932, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3118, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
802:772581559778025472
{'created_at': 'Sun Sep 04 23:46:12 +0000 2016', 'id': 772581559778025472, 'id_str': '772581559778025472', 'full_text': 'Guys this is getting so out of hand. We only rate dogs. This is a Galapagos Speed Panda. Pls only send dogs... 10/10 https://t.co/8lpAGaZRFn', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772581537120477184, 'id_str': '772581537120477184', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrjC0JAXYAAE_W8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrjC0JAXYAAE_W8.jpg', 'url': 'https://t.co/8lpAGaZRFn', 'display_url': 'pic.twitter.com/8lpAGaZRFn', 'expanded_url': 'https://twitter.com/dog_rates/status/772581559778025472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772581537120477184, 'id_str': '772581537120477184', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrjC0JAXYAAE_W8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrjC0JAXYAAE_W8.jpg', 'url': 'https://t.co/8lpAGaZRFn', 'display_url': 'pic.twitter.com/8lpAGaZRFn', 'expanded_url': 'https://twitter.com/dog_rates/status/772581559778025472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 772581537116291072, 'id_str': '772581537116291072', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrjC0I_XgAA0S3T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrjC0I_XgAA0S3T.jpg', 'url': 'https://t.co/8lpAGaZRFn', 'display_url': 'pic.twitter.com/8lpAGaZRFn', 'expanded_url': 'https://twitter.com/dog_rates/status/772581559778025472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 772581537120387072, 'id_str': '772581537120387072', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrjC0JAWAAAjz6n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrjC0JAWAAAjz6n.jpg', 'url': 'https://t.co/8lpAGaZRFn', 'display_url': 'pic.twitter.com/8lpAGaZRFn', 'expanded_url': 'https://twitter.com/dog_rates/status/772581559778025472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1588, 'favorite_count': 6114, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
803:772193107915964416
{'created_at': 'Sat Sep 03 22:02:38 +0000 2016', 'id': 772193107915964416, 'id_str': '772193107915964416', 'full_text': "This is Willem. He's a Penn State pupper. Thinks the hood makes him more intimidating. It doesn't. 12/10 https://t.co/Dp0s7MRIHK", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772193097816150016, 'id_str': '772193097816150016', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/Crdhh_1XEAAHKHi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crdhh_1XEAAHKHi.jpg', 'url': 'https://t.co/Dp0s7MRIHK', 'display_url': 'pic.twitter.com/Dp0s7MRIHK', 'expanded_url': 'https://twitter.com/dog_rates/status/772193107915964416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772193097816150016, 'id_str': '772193097816150016', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/Crdhh_1XEAAHKHi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crdhh_1XEAAHKHi.jpg', 'url': 'https://t.co/Dp0s7MRIHK', 'display_url': 'pic.twitter.com/Dp0s7MRIHK', 'expanded_url': 'https://twitter.com/dog_rates/status/772193107915964416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1291, 'favorite_count': 5680, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
804:772152991789019136
{'created_at': 'Sat Sep 03 19:23:13 +0000 2016', 'id': 772152991789019136, 'id_str': '772152991789019136', 'full_text': "Here's a couple rufferees making sure all the sports are played fairly today. Both 10/10 would bribe with extra pets https://t.co/H9yjI9eo3A", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772152984096632836, 'id_str': '772152984096632836', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Crc9DElWcAQrPkj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crc9DElWcAQrPkj.jpg', 'url': 'https://t.co/H9yjI9eo3A', 'display_url': 'pic.twitter.com/H9yjI9eo3A', 'expanded_url': 'https://twitter.com/dog_rates/status/772152991789019136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772152984096632836, 'id_str': '772152984096632836', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Crc9DElWcAQrPkj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crc9DElWcAQrPkj.jpg', 'url': 'https://t.co/H9yjI9eo3A', 'display_url': 'pic.twitter.com/H9yjI9eo3A', 'expanded_url': 'https://twitter.com/dog_rates/status/772152991789019136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 480, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 720, 'h': 480, 'resize': 'fit'}}}, {'id': 772152984109191169, 'id_str': '772152984109191169', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Crc9DEoWEAE7RLH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crc9DEoWEAE7RLH.jpg', 'url': 'https://t.co/H9yjI9eo3A', 'display_url': 'pic.twitter.com/H9yjI9eo3A', 'expanded_url': 'https://twitter.com/dog_rates/status/772152991789019136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1152, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1054, 'favorite_count': 3590, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
805:772117678702071809
{'created_at': 'Sat Sep 03 17:02:54 +0000 2016', 'id': 772117678702071809, 'id_str': '772117678702071809', 'full_text': "Meet Jack. He's a Clemson pup. Appears to be rather h*ckin pettable. Almost makes me want to root for Clemson. 12/10 https://t.co/GHOfbTVQti", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772117672238714880, 'id_str': '772117672238714880', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Crcc7pqXEAAM5O2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crcc7pqXEAAM5O2.jpg', 'url': 'https://t.co/GHOfbTVQti', 'display_url': 'pic.twitter.com/GHOfbTVQti', 'expanded_url': 'https://twitter.com/dog_rates/status/772117678702071809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772117672238714880, 'id_str': '772117672238714880', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Crcc7pqXEAAM5O2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crcc7pqXEAAM5O2.jpg', 'url': 'https://t.co/GHOfbTVQti', 'display_url': 'pic.twitter.com/GHOfbTVQti', 'expanded_url': 'https://twitter.com/dog_rates/status/772117678702071809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 687, 'favorite_count': 3554, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
806:772114945936949249
{'created_at': 'Sat Sep 03 16:52:02 +0000 2016', 'id': 772114945936949249, 'id_str': '772114945936949249', 'full_text': "This is Finn. He's very nervous for the game. Has a lot of money riding on it.10/10 would attempt to comfort https://t.co/CbtNfecWiT", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772114938034814977, 'id_str': '772114938034814977', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/Crcacf9WgAEcrMh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crcacf9WgAEcrMh.jpg', 'url': 'https://t.co/CbtNfecWiT', 'display_url': 'pic.twitter.com/CbtNfecWiT', 'expanded_url': 'https://twitter.com/dog_rates/status/772114945936949249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}, 'small': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772114938034814977, 'id_str': '772114938034814977', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/Crcacf9WgAEcrMh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Crcacf9WgAEcrMh.jpg', 'url': 'https://t.co/CbtNfecWiT', 'display_url': 'pic.twitter.com/CbtNfecWiT', 'expanded_url': 'https://twitter.com/dog_rates/status/772114945936949249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}, 'small': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 439, 'favorite_count': 2583, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
807:772102971039580160
{'created_at': 'Sat Sep 03 16:04:27 +0000 2016', 'id': 772102971039580160, 'id_str': '772102971039580160', 'full_text': "This is Penny. She's an OU cheerleader. About to do a triple back handspring down the stairs. 11/10 hype af https://t.co/B2f3XkGU5c", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 772102964165111808, 'id_str': '772102964165111808', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CrcPjh0WcAA_SPT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrcPjh0WcAA_SPT.jpg', 'url': 'https://t.co/B2f3XkGU5c', 'display_url': 'pic.twitter.com/B2f3XkGU5c', 'expanded_url': 'https://twitter.com/dog_rates/status/772102971039580160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 772102964165111808, 'id_str': '772102964165111808', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CrcPjh0WcAA_SPT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrcPjh0WcAA_SPT.jpg', 'url': 'https://t.co/B2f3XkGU5c', 'display_url': 'pic.twitter.com/B2f3XkGU5c', 'expanded_url': 'https://twitter.com/dog_rates/status/772102971039580160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 866, 'favorite_count': 3775, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
808:771908950375665664
{'created_at': 'Sat Sep 03 03:13:29 +0000 2016', 'id': 771908950375665664, 'id_str': '771908950375665664', 'full_text': 'Doggo will persevere. 13/10\nhttps://t.co/yOVzAomJ6k', 'truncated': False, 'display_text_range': [0, 51], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/yOVzAomJ6k', 'expanded_url': 'https://twitter.com/yahoonews/status/771905568600719360', 'display_url': 'twitter.com/yahoonews/stat…', 'indices': [28, 51]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 771905568600719360, 'quoted_status_id_str': '771905568600719360', 'quoted_status_permalink': {'url': 'https://t.co/yOVzAomJ6k', 'expanded': 'https://twitter.com/yahoonews/status/771905568600719360', 'display': 'twitter.com/yahoonews/stat…'}, 'quoted_status': {'created_at': 'Sat Sep 03 03:00:03 +0000 2016', 'id': 771905568600719360, 'id_str': '771905568600719360', 'full_text': 'Nine days after the earthquake, a dog is rescued from the rubble in Italy https://t.co/bx4QcaCSl7 https://t.co/31hQrrYGGB', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/bx4QcaCSl7', 'expanded_url': 'http://yhoo.it/2bZlue8', 'display_url': 'yhoo.it/2bZlue8', 'indices': [74, 97]}], 'media': [{'id': 771905566990041088, 'id_str': '771905566990041088', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CrZcBgCWgAAKIaJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrZcBgCWgAAKIaJ.jpg', 'url': 'https://t.co/31hQrrYGGB', 'display_url': 'pic.twitter.com/31hQrrYGGB', 'expanded_url': 'https://twitter.com/YahooNews/status/771905568600719360/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 700, 'h': 1050, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 700, 'h': 1050, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771905566990041088, 'id_str': '771905566990041088', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CrZcBgCWgAAKIaJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrZcBgCWgAAKIaJ.jpg', 'url': 'https://t.co/31hQrrYGGB', 'display_url': 'pic.twitter.com/31hQrrYGGB', 'expanded_url': 'https://twitter.com/YahooNews/status/771905568600719360/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 700, 'h': 1050, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 700, 'h': 1050, 'resize': 'fit'}}}]}, 'source': '<a href="https://buffer.com" rel="nofollow">Buffer</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 7309052, 'id_str': '7309052', 'name': 'Yahoo News', 'screen_name': 'YahooNews', 'location': 'New York City', 'description': 'Top stories. Trusted sources. Your window to the news that matters most to you. Current live events pinned below. Download our app here: https://t.co/aOTqWBhwuB', 'url': 'https://t.co/Wi4rjphABy', 'entities': {'url': {'urls': [{'url': 'https://t.co/Wi4rjphABy', 'expanded_url': 'https://news.yahoo.com', 'display_url': 'news.yahoo.com', 'indices': [0, 23]}]}, 'description': {'urls': [{'url': 'https://t.co/aOTqWBhwuB', 'expanded_url': 'http://yhoo.it/2mYfv0V', 'display_url': 'yhoo.it/2mYfv0V', 'indices': [137, 160]}]}}, 'protected': False, 'followers_count': 1096331, 'friends_count': 2342, 'listed_count': 13569, 'created_at': 'Sat Jul 07 06:52:31 +0000 2007', 'favourites_count': 325, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 257363, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '131516', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1176155649547350017/PgDayX_-_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1176155649547350017/PgDayX_-_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/7309052/1642447044', 'profile_link_color': '420099', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'E5F0FB', 'profile_text_color': '314251', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 415, 'favorite_count': 1076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 1756, 'favorite_count': 6188, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
809:771770456517009408
{'created_at': 'Fri Sep 02 18:03:10 +0000 2016', 'id': 771770456517009408, 'id_str': '771770456517009408', 'full_text': "This is Davey. He'll have your daughter home by 8. Just a stand up pup. 11/10 would introduce to mom https://t.co/E6bGWf9EOm", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771770449999097856, 'id_str': '771770449999097856', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'url': 'https://t.co/E6bGWf9EOm', 'display_url': 'pic.twitter.com/E6bGWf9EOm', 'expanded_url': 'https://twitter.com/dog_rates/status/771770456517009408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 996, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1234, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771770449999097856, 'id_str': '771770449999097856', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrXhIqBW8AA6Bse.jpg', 'url': 'https://t.co/E6bGWf9EOm', 'display_url': 'pic.twitter.com/E6bGWf9EOm', 'expanded_url': 'https://twitter.com/dog_rates/status/771770456517009408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 996, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1234, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3142, 'favorite_count': 11294, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
810:771500966810099713
{'created_at': 'Fri Sep 02 00:12:18 +0000 2016', 'id': 771500966810099713, 'id_str': '771500966810099713', 'full_text': "This is Dakota. He's just saying hi. That's all. 12/10 someone wave back https://t.co/1tWe5zZoHv", 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771500959348449280, 'id_str': '771500959348449280', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CrTsCPHWYAANdzC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrTsCPHWYAANdzC.jpg', 'url': 'https://t.co/1tWe5zZoHv', 'display_url': 'pic.twitter.com/1tWe5zZoHv', 'expanded_url': 'https://twitter.com/dog_rates/status/771500966810099713/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 581, 'h': 872, 'resize': 'fit'}, 'medium': {'w': 581, 'h': 872, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771500959348449280, 'id_str': '771500959348449280', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CrTsCPHWYAANdzC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrTsCPHWYAANdzC.jpg', 'url': 'https://t.co/1tWe5zZoHv', 'display_url': 'pic.twitter.com/1tWe5zZoHv', 'expanded_url': 'https://twitter.com/dog_rates/status/771500966810099713/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 581, 'h': 872, 'resize': 'fit'}, 'medium': {'w': 581, 'h': 872, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2421, 'favorite_count': 7777, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
811:771380798096281600
{'created_at': 'Thu Sep 01 16:14:48 +0000 2016', 'id': 771380798096281600, 'id_str': '771380798096281600', 'full_text': 'Meet Fizz. She thinks love is a social construct consisting solely of ideals perpetuated by mass media 11/10 woke af https://t.co/sPB5JMnWBn', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771380787874828288, 'id_str': '771380787874828288', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771380787874828288, 'id_str': '771380787874828288', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVfXEAAk6Gg.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}, {'id': 771380787899932672, 'id_str': '771380787899932672', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVlWIAApR37.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVlWIAApR37.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}, {'id': 771380787954479104, 'id_str': '771380787954479104', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vVyWcAAYu2r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vVyWcAAYu2r.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 764, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 764, 'resize': 'fit'}}}, {'id': 771380788092862465, 'id_str': '771380788092862465', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrR-vWTWAAEvtwL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrR-vWTWAAEvtwL.jpg', 'url': 'https://t.co/sPB5JMnWBn', 'display_url': 'pic.twitter.com/sPB5JMnWBn', 'expanded_url': 'https://twitter.com/dog_rates/status/771380798096281600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4673, 'favorite_count': 9919, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
812:771171053431250945
{'created_at': 'Thu Sep 01 02:21:21 +0000 2016', 'id': 771171053431250945, 'id_str': '771171053431250945', 'full_text': "RT @dog_rates: This is Frankie. He's wearing blush. 11/10 really accents the cheek bones https://t.co/iJABMhVidf", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 673320125483892736, 'id_str': '673320125483892736', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 673320132811366400, 'source_status_id_str': '673320132811366400', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 673320125483892736, 'id_str': '673320125483892736', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 673320132811366400, 'source_status_id_str': '673320132811366400', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 673320125462929409, 'id_str': '673320125462929409', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVgdFjJW4AEwxFg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjJW4AEwxFg.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}, 'source_status_id': 673320132811366400, 'source_status_id_str': '673320132811366400', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 673320125479653376, 'id_str': '673320125479653376', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVgdFjNWEAAxmbq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjNWEAAxmbq.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 673320132811366400, 'source_status_id_str': '673320132811366400', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 673320125676847104, 'id_str': '673320125676847104', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVgdFj8XAAAwki9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFj8XAAAwki9.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 673320132811366400, 'source_status_id_str': '673320132811366400', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Dec 06 01:56:44 +0000 2015', 'id': 673320132811366400, 'id_str': '673320132811366400', 'full_text': "This is Frankie. He's wearing blush. 11/10 really accents the cheek bones https://t.co/iJABMhVidf", 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673320125483892736, 'id_str': '673320125483892736', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673320125483892736, 'id_str': '673320125483892736', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 673320125462929409, 'id_str': '673320125462929409', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjJW4AEwxFg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjJW4AEwxFg.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 673320125479653376, 'id_str': '673320125479653376', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjNWEAAxmbq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjNWEAAxmbq.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 673320125676847104, 'id_str': '673320125676847104', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFj8XAAAwki9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFj8XAAAwki9.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6895, 'favorite_count': 11986, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 6895, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
813:771136648247640064
{'created_at': 'Thu Sep 01 00:04:38 +0000 2016', 'id': 771136648247640064, 'id_str': '771136648247640064', 'full_text': "This is Dixie. She wants to be a ship captain. Won't let anything get in between her and her dreams. 11/10 https://t.co/8VEDZKHddR", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771136641138319360, 'id_str': '771136641138319360', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CrOgsIBWYAA8Dtb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrOgsIBWYAA8Dtb.jpg', 'url': 'https://t.co/8VEDZKHddR', 'display_url': 'pic.twitter.com/8VEDZKHddR', 'expanded_url': 'https://twitter.com/dog_rates/status/771136648247640064/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771136641138319360, 'id_str': '771136641138319360', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CrOgsIBWYAA8Dtb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrOgsIBWYAA8Dtb.jpg', 'url': 'https://t.co/8VEDZKHddR', 'display_url': 'pic.twitter.com/8VEDZKHddR', 'expanded_url': 'https://twitter.com/dog_rates/status/771136648247640064/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2709, 'favorite_count': 8614, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
814:771102124360998913
{'created_at': 'Wed Aug 31 21:47:27 +0000 2016', 'id': 771102124360998913, 'id_str': '771102124360998913', 'full_text': 'This is Charlie. He works for @TODAYshow. Super sneaky tongue slip here. 12/10 would pet until someone made me stop https://t.co/K5Jo7QRCvA', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'TODAYshow', 'name': 'TODAY', 'id': 7744592, 'id_str': '7744592', 'indices': [30, 40]}], 'urls': [], 'media': [{'id': 771102115905372160, 'id_str': '771102115905372160', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrOBSfgXgAABsTE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrOBSfgXgAABsTE.jpg', 'url': 'https://t.co/K5Jo7QRCvA', 'display_url': 'pic.twitter.com/K5Jo7QRCvA', 'expanded_url': 'https://twitter.com/dog_rates/status/771102124360998913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771102115905372160, 'id_str': '771102115905372160', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrOBSfgXgAABsTE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrOBSfgXgAABsTE.jpg', 'url': 'https://t.co/K5Jo7QRCvA', 'display_url': 'pic.twitter.com/K5Jo7QRCvA', 'expanded_url': 'https://twitter.com/dog_rates/status/771102124360998913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1638, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1335, 'favorite_count': 5867, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
815:771014301343748096
{'created_at': 'Wed Aug 31 15:58:28 +0000 2016', 'id': 771014301343748096, 'id_str': '771014301343748096', 'full_text': 'Another pic without a dog in it? What am I supposed to do? Rate the carpet? Fine I will. 7/10 looks adequately comfy https://t.co/OJZQ6I4gGd', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 771014280602853380, 'id_str': '771014280602853380', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrMxZzgWIAQUxzx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrMxZzgWIAQUxzx.jpg', 'url': 'https://t.co/OJZQ6I4gGd', 'display_url': 'pic.twitter.com/OJZQ6I4gGd', 'expanded_url': 'https://twitter.com/dog_rates/status/771014301343748096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 771014280602853380, 'id_str': '771014280602853380', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CrMxZzgWIAQUxzx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrMxZzgWIAQUxzx.jpg', 'url': 'https://t.co/OJZQ6I4gGd', 'display_url': 'pic.twitter.com/OJZQ6I4gGd', 'expanded_url': 'https://twitter.com/dog_rates/status/771014301343748096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1539, 'favorite_count': 6485, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
816:771004394259247104
check_again
817:770787852854652928
{'created_at': 'Wed Aug 31 00:58:39 +0000 2016', 'id': 770787852854652928, 'id_str': '770787852854652928', 'full_text': 'This is Winston. His tongue has gone rogue. Doing him quite a frighten. 10/10 hang in there Winston https://t.co/d0QEbp78Yi', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 770787842972942337, 'id_str': '770787842972942337', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CrJjdZmXgAEWLSD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrJjdZmXgAEWLSD.jpg', 'url': 'https://t.co/d0QEbp78Yi', 'display_url': 'pic.twitter.com/d0QEbp78Yi', 'expanded_url': 'https://twitter.com/dog_rates/status/770787852854652928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 746, 'resize': 'fit'}, 'large': {'w': 749, 'h': 746, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 770787842972942337, 'id_str': '770787842972942337', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CrJjdZmXgAEWLSD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrJjdZmXgAEWLSD.jpg', 'url': 'https://t.co/d0QEbp78Yi', 'display_url': 'pic.twitter.com/d0QEbp78Yi', 'expanded_url': 'https://twitter.com/dog_rates/status/770787852854652928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 746, 'resize': 'fit'}, 'large': {'w': 749, 'h': 746, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1104, 'favorite_count': 4621, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
818:770772759874076672
{'created_at': 'Tue Aug 30 23:58:40 +0000 2016', 'id': 770772759874076672, 'id_str': '770772759874076672', 'full_text': "This is Sebastian. He's super h*ckin fluffy. That's really all you need to know. 11/10 would snug intensely https://t.co/lqr0NdtwQo", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 770772746032873472, 'id_str': '770772746032873472', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CrJVupHXgAA4Dkk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrJVupHXgAA4Dkk.jpg', 'url': 'https://t.co/lqr0NdtwQo', 'display_url': 'pic.twitter.com/lqr0NdtwQo', 'expanded_url': 'https://twitter.com/dog_rates/status/770772759874076672/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 755, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 755, 'resize': 'fit'}, 'small': {'w': 576, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 770772746032873472, 'id_str': '770772746032873472', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CrJVupHXgAA4Dkk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrJVupHXgAA4Dkk.jpg', 'url': 'https://t.co/lqr0NdtwQo', 'display_url': 'pic.twitter.com/lqr0NdtwQo', 'expanded_url': 'https://twitter.com/dog_rates/status/770772759874076672/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 755, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 755, 'resize': 'fit'}, 'small': {'w': 576, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1326, 'favorite_count': 4890, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
819:770743923962707968
check_again
820:770655142660169732
{'created_at': 'Tue Aug 30 16:11:18 +0000 2016', 'id': 770655142660169732, 'id_str': '770655142660169732', 'full_text': 'We only rate dogs. Pls stop sending in non-canines like this Arctic Floof Kangaroo. This is very frustrating. 11/10 https://t.co/qlUDuPoE3d', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 770655131100741632, 'id_str': '770655131100741632', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrHqwjWXgAAgJSe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrHqwjWXgAAgJSe.jpg', 'url': 'https://t.co/qlUDuPoE3d', 'display_url': 'pic.twitter.com/qlUDuPoE3d', 'expanded_url': 'https://twitter.com/dog_rates/status/770655142660169732/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 745, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 745, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 770655131100741632, 'id_str': '770655131100741632', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrHqwjWXgAAgJSe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrHqwjWXgAAgJSe.jpg', 'url': 'https://t.co/qlUDuPoE3d', 'display_url': 'pic.twitter.com/qlUDuPoE3d', 'expanded_url': 'https://twitter.com/dog_rates/status/770655142660169732/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 745, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 745, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1668, 'favorite_count': 6929, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
821:770414278348247044
{'created_at': 'Tue Aug 30 00:14:12 +0000 2016', 'id': 770414278348247044, 'id_str': '770414278348247044', 'full_text': "Meet Al Cabone. He's a gangsta puppa. Rather h*ckin ruthless. Shows no mercy sometimes. 11/10 pet w extreme caution https://t.co/OUwWbEKOUV", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 770414268261011456, 'id_str': '770414268261011456', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrEPsfWXEAAKvem.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrEPsfWXEAAKvem.jpg', 'url': 'https://t.co/OUwWbEKOUV', 'display_url': 'pic.twitter.com/OUwWbEKOUV', 'expanded_url': 'https://twitter.com/dog_rates/status/770414278348247044/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 446, 'resize': 'fit'}, 'large': {'w': 1276, 'h': 837, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 787, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 770414268261011456, 'id_str': '770414268261011456', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CrEPsfWXEAAKvem.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrEPsfWXEAAKvem.jpg', 'url': 'https://t.co/OUwWbEKOUV', 'display_url': 'pic.twitter.com/OUwWbEKOUV', 'expanded_url': 'https://twitter.com/dog_rates/status/770414278348247044/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 446, 'resize': 'fit'}, 'large': {'w': 1276, 'h': 837, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 787, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1927, 'favorite_count': 5945, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
822:770293558247038976
{'created_at': 'Mon Aug 29 16:14:30 +0000 2016', 'id': 770293558247038976, 'id_str': '770293558247038976', 'full_text': "This is Jackson. There's nothing abnormal about him. Just your average really good dog. 10/10 https://t.co/3fEPpj0KYw", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 770293541604093952, 'id_str': '770293541604093952', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CrCh5RgW8AAXW4U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrCh5RgW8AAXW4U.jpg', 'url': 'https://t.co/3fEPpj0KYw', 'display_url': 'pic.twitter.com/3fEPpj0KYw', 'expanded_url': 'https://twitter.com/dog_rates/status/770293558247038976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 770293541604093952, 'id_str': '770293541604093952', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CrCh5RgW8AAXW4U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CrCh5RgW8AAXW4U.jpg', 'url': 'https://t.co/3fEPpj0KYw', 'display_url': 'pic.twitter.com/3fEPpj0KYw', 'expanded_url': 'https://twitter.com/dog_rates/status/770293558247038976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1355, 'favorite_count': 5855, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
823:770093767776997377
{'created_at': 'Mon Aug 29 03:00:36 +0000 2016', 'id': 770093767776997377, 'id_str': '770093767776997377', 'full_text': 'RT @dog_rates: This is just downright precious af. 12/10 for both pupper and doggo https://t.co/o5J479bZUC', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 741067297519869955, 'id_str': '741067297519869955', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'url': 'https://t.co/o5J479bZUC', 'display_url': 'pic.twitter.com/o5J479bZUC', 'expanded_url': 'https://twitter.com/dog_rates/status/741067306818797568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 741067306818797568, 'source_status_id_str': '741067306818797568', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 741067297519869955, 'id_str': '741067297519869955', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'url': 'https://t.co/o5J479bZUC', 'display_url': 'pic.twitter.com/o5J479bZUC', 'expanded_url': 'https://twitter.com/dog_rates/status/741067306818797568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 741067306818797568, 'source_status_id_str': '741067306818797568', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jun 10 00:39:48 +0000 2016', 'id': 741067306818797568, 'id_str': '741067306818797568', 'full_text': 'This is just downright precious af. 12/10 for both pupper and doggo https://t.co/o5J479bZUC', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 741067297519869955, 'id_str': '741067297519869955', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'url': 'https://t.co/o5J479bZUC', 'display_url': 'pic.twitter.com/o5J479bZUC', 'expanded_url': 'https://twitter.com/dog_rates/status/741067306818797568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 741067297519869955, 'id_str': '741067297519869955', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'url': 'https://t.co/o5J479bZUC', 'display_url': 'pic.twitter.com/o5J479bZUC', 'expanded_url': 'https://twitter.com/dog_rates/status/741067306818797568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2818, 'favorite_count': 8869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2818, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
824:770069151037685760
{'created_at': 'Mon Aug 29 01:22:47 +0000 2016', 'id': 770069151037685760, 'id_str': '770069151037685760', 'full_text': "Say hello to Carbon. This is his first time swimming. He's having a h*ckin blast. 10/10 we should all be this happy https://t.co/mADHGenzFS", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 770069132691795970, 'id_str': '770069132691795970', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cq_Vy9KWcAIUIuv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq_Vy9KWcAIUIuv.jpg', 'url': 'https://t.co/mADHGenzFS', 'display_url': 'pic.twitter.com/mADHGenzFS', 'expanded_url': 'https://twitter.com/dog_rates/status/770069151037685760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 770069132691795970, 'id_str': '770069132691795970', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cq_Vy9KWcAIUIuv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq_Vy9KWcAIUIuv.jpg', 'url': 'https://t.co/mADHGenzFS', 'display_url': 'pic.twitter.com/mADHGenzFS', 'expanded_url': 'https://twitter.com/dog_rates/status/770069151037685760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2126, 'favorite_count': 7147, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
825:769940425801170949
{'created_at': 'Sun Aug 28 16:51:16 +0000 2016', 'id': 769940425801170949, 'id_str': '769940425801170949', 'full_text': "This is Klein. These pics were taken a month apart. He knows he's a stud now. 12/10 total heartthrob https://t.co/guDkLrX8zV", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 769940407350362112, 'id_str': '769940407350362112', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 769940407350362112, 'id_str': '769940407350362112', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ5WgAADfpF.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}, {'id': 769940407341965313, 'id_str': '769940407341965313', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cq9guJ3WYAEDO5b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq9guJ3WYAEDO5b.jpg', 'url': 'https://t.co/guDkLrX8zV', 'display_url': 'pic.twitter.com/guDkLrX8zV', 'expanded_url': 'https://twitter.com/dog_rates/status/769940425801170949/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1366, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8837, 'favorite_count': 29309, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
826:769695466921623552
{'created_at': 'Sun Aug 28 00:37:54 +0000 2016', 'id': 769695466921623552, 'id_str': '769695466921623552', 'full_text': "This is Titan. He's trying to make friends. Offering up his favorite stick. 13/10 philanthropic af https://t.co/vhrkz0dK4v", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 769695460001013760, 'id_str': '769695460001013760', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cq6B8V6XYAA1T1R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq6B8V6XYAA1T1R.jpg', 'url': 'https://t.co/vhrkz0dK4v', 'display_url': 'pic.twitter.com/vhrkz0dK4v', 'expanded_url': 'https://twitter.com/dog_rates/status/769695466921623552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 621, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 621, 'resize': 'fit'}, 'small': {'w': 500, 'h': 621, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 769695460001013760, 'id_str': '769695460001013760', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cq6B8V6XYAA1T1R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cq6B8V6XYAA1T1R.jpg', 'url': 'https://t.co/vhrkz0dK4v', 'display_url': 'pic.twitter.com/vhrkz0dK4v', 'expanded_url': 'https://twitter.com/dog_rates/status/769695466921623552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 621, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 621, 'resize': 'fit'}, 'small': {'w': 500, 'h': 621, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1564, 'favorite_count': 6048, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
827:769335591808995329
{'created_at': 'Sat Aug 27 00:47:53 +0000 2016', 'id': 769335591808995329, 'id_str': '769335591808995329', 'full_text': 'RT @dog_rates: Ever seen a dog pet another dog? Both 13/10 truly an awe-inspiring scene. (Vid by @mdougherty20) https://t.co/3PoKf6cw7f', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}, {'screen_name': 'MDougherty20', 'name': 'MDougherty', 'id': 1311415097537884160, 'id_str': '1311415097537884160', 'indices': [97, 110]}], 'urls': [{'url': 'https://t.co/3PoKf6cw7f', 'expanded_url': 'https://vine.co/v/iXQAm5Lrgrh', 'display_url': 'vine.co/v/iXQAm5Lrgrh', 'indices': [112, 135]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Mar 07 18:09:06 +0000 2016', 'id': 706904523814649856, 'id_str': '706904523814649856', 'full_text': 'Ever seen a dog pet another dog? Both 13/10 truly an awe-inspiring scene. (Vid by @mdougherty20) https://t.co/3PoKf6cw7f', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'MDougherty20', 'name': 'MDougherty', 'id': 1311415097537884160, 'id_str': '1311415097537884160', 'indices': [82, 95]}], 'urls': [{'url': 'https://t.co/3PoKf6cw7f', 'expanded_url': 'https://vine.co/v/iXQAm5Lrgrh', 'display_url': 'vine.co/v/iXQAm5Lrgrh', 'indices': [97, 120]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7130, 'favorite_count': 13461, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7130, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
828:769212283578875904
{'created_at': 'Fri Aug 26 16:37:54 +0000 2016', 'id': 769212283578875904, 'id_str': '769212283578875904', 'full_text': "This is DonDon. He's way up but doesn't feel blessed. Rather uncomfortable actually. 12/10 I'll save you DonDon https://t.co/OCYLz3fjVE", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 769212274728964096, 'id_str': '769212274728964096', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CqzKfQgXEAAWIY-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqzKfQgXEAAWIY-.jpg', 'url': 'https://t.co/OCYLz3fjVE', 'display_url': 'pic.twitter.com/OCYLz3fjVE', 'expanded_url': 'https://twitter.com/dog_rates/status/769212283578875904/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1108, 'h': 1478, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 769212274728964096, 'id_str': '769212274728964096', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CqzKfQgXEAAWIY-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqzKfQgXEAAWIY-.jpg', 'url': 'https://t.co/OCYLz3fjVE', 'display_url': 'pic.twitter.com/OCYLz3fjVE', 'expanded_url': 'https://twitter.com/dog_rates/status/769212283578875904/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1108, 'h': 1478, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1600, 'favorite_count': 5085, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
829:768970937022709760
{'created_at': 'Fri Aug 26 00:38:52 +0000 2016', 'id': 768970937022709760, 'id_str': '768970937022709760', 'full_text': 'This is Kirby. His bowl weighs more than him. 12/10 would assist https://t.co/UlB2mzw3Xs', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768967618174877700, 'id_str': '768967618174877700', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/768967618174877700/pu/img/4wfsrs0ZnQ5pstXm.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/768967618174877700/pu/img/4wfsrs0ZnQ5pstXm.jpg', 'url': 'https://t.co/UlB2mzw3Xs', 'display_url': 'pic.twitter.com/UlB2mzw3Xs', 'expanded_url': 'https://twitter.com/dog_rates/status/768970937022709760/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768967618174877700, 'id_str': '768967618174877700', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/768967618174877700/pu/img/4wfsrs0ZnQ5pstXm.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/768967618174877700/pu/img/4wfsrs0ZnQ5pstXm.jpg', 'url': 'https://t.co/UlB2mzw3Xs', 'display_url': 'pic.twitter.com/UlB2mzw3Xs', 'expanded_url': 'https://twitter.com/dog_rates/status/768970937022709760/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15182, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/768967618174877700/pu/pl/USZoEZ5c0Ze4oxWI.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/768967618174877700/pu/vid/480x480/9jg5ozGBJfp7yk78.mp4'}, {'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/768967618174877700/pu/vid/720x720/vlXLZldfCWh7Q1lT.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/768967618174877700/pu/vid/240x240/FEBadOQ1McezF9Vh.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6002, 'favorite_count': 13412, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
830:768909767477751808
{'created_at': 'Thu Aug 25 20:35:48 +0000 2016', 'id': 768909767477751808, 'id_str': '768909767477751808', 'full_text': "RT @dog_rates: When it's Janet from accounting's birthday but you can't eat the cake cuz it's chocolate. 10/10 hang in there pupper https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Feb 18 02:24:13 +0000 2016', 'id': 700143752053182464, 'id_str': '700143752053182464', 'full_text': "When it's Janet from accounting's birthday but you can't eat the cake cuz it's chocolate. 10/10 hang in there pupper https://t.co/Fbdr5orUrJ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700143743228207110, 'id_str': '700143743228207110', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'url': 'https://t.co/Fbdr5orUrJ', 'display_url': 'pic.twitter.com/Fbdr5orUrJ', 'expanded_url': 'https://twitter.com/dog_rates/status/700143752053182464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700143743228207110, 'id_str': '700143743228207110', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'url': 'https://t.co/Fbdr5orUrJ', 'display_url': 'pic.twitter.com/Fbdr5orUrJ', 'expanded_url': 'https://twitter.com/dog_rates/status/700143752053182464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2443, 'favorite_count': 6941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2443, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
831:768855141948723200
{'created_at': 'Thu Aug 25 16:58:45 +0000 2016', 'id': 768855141948723200, 'id_str': '768855141948723200', 'full_text': 'This is Jesse. He really wants a belly rub. Will be as cute as possible to achieve that goal. 11/10 https://t.co/1BxxcdVNJ8', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768855135757926400, 'id_str': '768855135757926400', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CquFrCKWAAAr32m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CquFrCKWAAAr32m.jpg', 'url': 'https://t.co/1BxxcdVNJ8', 'display_url': 'pic.twitter.com/1BxxcdVNJ8', 'expanded_url': 'https://twitter.com/dog_rates/status/768855141948723200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768855135757926400, 'id_str': '768855135757926400', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CquFrCKWAAAr32m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CquFrCKWAAAr32m.jpg', 'url': 'https://t.co/1BxxcdVNJ8', 'display_url': 'pic.twitter.com/1BxxcdVNJ8', 'expanded_url': 'https://twitter.com/dog_rates/status/768855141948723200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 827, 'favorite_count': 3936, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
832:768609597686943744
{'created_at': 'Thu Aug 25 00:43:02 +0000 2016', 'id': 768609597686943744, 'id_str': '768609597686943744', 'full_text': 'This is Lou. His sweater is too small and he already cut the tags off. Very very churlish. 10/10 would still pet https://t.co/dZPMLresEr', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768609590535680000, 'id_str': '768609590535680000', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CqqmWa7WcAAIM-n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqqmWa7WcAAIM-n.jpg', 'url': 'https://t.co/dZPMLresEr', 'display_url': 'pic.twitter.com/dZPMLresEr', 'expanded_url': 'https://twitter.com/dog_rates/status/768609597686943744/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768609590535680000, 'id_str': '768609590535680000', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CqqmWa7WcAAIM-n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqqmWa7WcAAIM-n.jpg', 'url': 'https://t.co/dZPMLresEr', 'display_url': 'pic.twitter.com/dZPMLresEr', 'expanded_url': 'https://twitter.com/dog_rates/status/768609597686943744/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1099, 'favorite_count': 3861, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
833:768596291618299904
{'created_at': 'Wed Aug 24 23:50:10 +0000 2016', 'id': 768596291618299904, 'id_str': '768596291618299904', 'full_text': "Say hello to Oakley and Charlie. They're convinced that they each have their own stick. Nobody tell them. Both 12/10 https://t.co/J2AJdyxglH", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768596278481657856, 'id_str': '768596278481657856', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CqqaPjqWIAAOyNL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqqaPjqWIAAOyNL.jpg', 'url': 'https://t.co/J2AJdyxglH', 'display_url': 'pic.twitter.com/J2AJdyxglH', 'expanded_url': 'https://twitter.com/dog_rates/status/768596291618299904/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768596278481657856, 'id_str': '768596278481657856', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CqqaPjqWIAAOyNL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqqaPjqWIAAOyNL.jpg', 'url': 'https://t.co/J2AJdyxglH', 'display_url': 'pic.twitter.com/J2AJdyxglH', 'expanded_url': 'https://twitter.com/dog_rates/status/768596291618299904/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1188, 'favorite_count': 4736, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
834:768554158521745409
{'created_at': 'Wed Aug 24 21:02:45 +0000 2016', 'id': 768554158521745409, 'id_str': '768554158521745409', 'full_text': "RT @dog_rates: This is Nollie. She's waving at you. If you don't wave back you're a monster. She's also portable as hell. 12/10 https://t.c…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Jun 07 00:36:02 +0000 2016', 'id': 739979191639244800, 'id_str': '739979191639244800', 'full_text': "This is Nollie. She's waving at you. If you don't wave back you're a monster. She's also portable as hell. 12/10 https://t.co/7AKdkCOlMf", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739979181916880896, 'id_str': '739979181916880896', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'url': 'https://t.co/7AKdkCOlMf', 'display_url': 'pic.twitter.com/7AKdkCOlMf', 'expanded_url': 'https://twitter.com/dog_rates/status/739979191639244800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739979181916880896, 'id_str': '739979181916880896', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'url': 'https://t.co/7AKdkCOlMf', 'display_url': 'pic.twitter.com/7AKdkCOlMf', 'expanded_url': 'https://twitter.com/dog_rates/status/739979191639244800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5387, 'favorite_count': 18531, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5387, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
835:768473857036525572
{'created_at': 'Wed Aug 24 15:43:39 +0000 2016', 'id': 768473857036525572, 'id_str': '768473857036525572', 'full_text': 'Meet Chevy. He had a late breakfast and now has to choose between a late lunch or an early dinner. 11/10 very pupset https://t.co/goy9053wC7', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768473849214140416, 'id_str': '768473849214140416', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cqoq5PGWAAA-U8T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqoq5PGWAAA-U8T.jpg', 'url': 'https://t.co/goy9053wC7', 'display_url': 'pic.twitter.com/goy9053wC7', 'expanded_url': 'https://twitter.com/dog_rates/status/768473857036525572/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 767, 'h': 836, 'resize': 'fit'}, 'large': {'w': 767, 'h': 836, 'resize': 'fit'}, 'small': {'w': 624, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768473849214140416, 'id_str': '768473849214140416', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cqoq5PGWAAA-U8T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqoq5PGWAAA-U8T.jpg', 'url': 'https://t.co/goy9053wC7', 'display_url': 'pic.twitter.com/goy9053wC7', 'expanded_url': 'https://twitter.com/dog_rates/status/768473857036525572/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 767, 'h': 836, 'resize': 'fit'}, 'large': {'w': 767, 'h': 836, 'resize': 'fit'}, 'small': {'w': 624, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3162, 'favorite_count': 12779, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
836:768193404517830656
{'created_at': 'Tue Aug 23 21:09:14 +0000 2016', 'id': 768193404517830656, 'id_str': '768193404517830656', 'full_text': "Meet Gerald. He's a fairly exotic doggo. Floofy af. Inadequate knees tho. Self conscious about large forehead. 8/10 https://t.co/WmczvjCWJq", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 768193396825583616, 'id_str': '768193396825583616', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'url': 'https://t.co/WmczvjCWJq', 'display_url': 'pic.twitter.com/WmczvjCWJq', 'expanded_url': 'https://twitter.com/dog_rates/status/768193404517830656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 799, 'h': 821, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 662, 'h': 680, 'resize': 'fit'}, 'large': {'w': 799, 'h': 821, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 768193396825583616, 'id_str': '768193396825583616', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqkr0wiW8AAn2Oi.jpg', 'url': 'https://t.co/WmczvjCWJq', 'display_url': 'pic.twitter.com/WmczvjCWJq', 'expanded_url': 'https://twitter.com/dog_rates/status/768193404517830656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 799, 'h': 821, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 662, 'h': 680, 'resize': 'fit'}, 'large': {'w': 799, 'h': 821, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3268, 'favorite_count': 10201, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
837:767884188863397888
{'created_at': 'Tue Aug 23 00:40:31 +0000 2016', 'id': 767884188863397888, 'id_str': '767884188863397888', 'full_text': "This is Tito. He's on the lookout. Nobody knows for what. 10/10 https://t.co/Qai481H6RA", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 767884178016927744, 'id_str': '767884178016927744', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CqgSl2tXgAADcaE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqgSl2tXgAADcaE.jpg', 'url': 'https://t.co/Qai481H6RA', 'display_url': 'pic.twitter.com/Qai481H6RA', 'expanded_url': 'https://twitter.com/dog_rates/status/767884188863397888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 767884178016927744, 'id_str': '767884178016927744', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CqgSl2tXgAADcaE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqgSl2tXgAADcaE.jpg', 'url': 'https://t.co/Qai481H6RA', 'display_url': 'pic.twitter.com/Qai481H6RA', 'expanded_url': 'https://twitter.com/dog_rates/status/767884188863397888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 767884178100740096, 'id_str': '767884178100740096', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CqgSl3BWYAAouud.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqgSl3BWYAAouud.jpg', 'url': 'https://t.co/Qai481H6RA', 'display_url': 'pic.twitter.com/Qai481H6RA', 'expanded_url': 'https://twitter.com/dog_rates/status/767884188863397888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 356, 'h': 356, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 356, 'h': 356, 'resize': 'fit'}, 'medium': {'w': 356, 'h': 356, 'resize': 'fit'}}}, {'id': 767884178377568256, 'id_str': '767884178377568256', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CqgSl4DWcAA-x-o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqgSl4DWcAA-x-o.jpg', 'url': 'https://t.co/Qai481H6RA', 'display_url': 'pic.twitter.com/Qai481H6RA', 'expanded_url': 'https://twitter.com/dog_rates/status/767884188863397888/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 171, 'h': 171, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 171, 'h': 171, 'resize': 'fit'}, 'small': {'w': 171, 'h': 171, 'resize': 'fit'}}}, {'id': 767884178197282817, 'id_str': '767884178197282817', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CqgSl3YXgAE4CcG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqgSl3YXgAE4CcG.jpg', 'url': 'https://t.co/Qai481H6RA', 'display_url': 'pic.twitter.com/Qai481H6RA', 'expanded_url': 'https://twitter.com/dog_rates/status/767884188863397888/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 71, 'h': 71, 'resize': 'fit'}, 'thumb': {'w': 71, 'h': 71, 'resize': 'crop'}, 'medium': {'w': 71, 'h': 71, 'resize': 'fit'}, 'small': {'w': 71, 'h': 71, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1266, 'favorite_count': 4469, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
838:767754930266464257
{'created_at': 'Mon Aug 22 16:06:54 +0000 2016', 'id': 767754930266464257, 'id_str': '767754930266464257', 'full_text': "This is Philbert. His toilet broke and he doesn't know what to do. Trying not to panic. 11/10 furustrated af https://t.co/Nb68IsVb9O", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 767754923563974658, 'id_str': '767754923563974658', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'url': 'https://t.co/Nb68IsVb9O', 'display_url': 'pic.twitter.com/Nb68IsVb9O', 'expanded_url': 'https://twitter.com/dog_rates/status/767754930266464257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 767754923563974658, 'id_str': '767754923563974658', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqedCQWWgAIab9L.jpg', 'url': 'https://t.co/Nb68IsVb9O', 'display_url': 'pic.twitter.com/Nb68IsVb9O', 'expanded_url': 'https://twitter.com/dog_rates/status/767754930266464257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4960, 'favorite_count': 14991, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
839:767500508068192258
{'created_at': 'Sun Aug 21 23:15:55 +0000 2016', 'id': 767500508068192258, 'id_str': '767500508068192258', 'full_text': "This is Louie. He's making quite a h*ckin mess. Doesn't seem to care. 12/10 jubilant af https://t.co/Z2g2YWPzX2", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 767500493799231488, 'id_str': '767500493799231488', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/Cqa1ofnXEAAG0yn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqa1ofnXEAAG0yn.jpg', 'url': 'https://t.co/Z2g2YWPzX2', 'display_url': 'pic.twitter.com/Z2g2YWPzX2', 'expanded_url': 'https://twitter.com/dog_rates/status/767500508068192258/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 767500493799231488, 'id_str': '767500493799231488', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/Cqa1ofnXEAAG0yn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cqa1ofnXEAAG0yn.jpg', 'url': 'https://t.co/Z2g2YWPzX2', 'display_url': 'pic.twitter.com/Z2g2YWPzX2', 'expanded_url': 'https://twitter.com/dog_rates/status/767500508068192258/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2151, 'favorite_count': 7057, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
840:767191397493538821
{'created_at': 'Sun Aug 21 02:47:37 +0000 2016', 'id': 767191397493538821, 'id_str': '767191397493538821', 'full_text': "I don't know any of the backstory behind this picture but for some reason I'm crying. 13/10 for owner and doggo https://t.co/QOKZdus9TT", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 767191392800108546, 'id_str': '767191392800108546', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CqWcgcqWcAI43jm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqWcgcqWcAI43jm.jpg', 'url': 'https://t.co/QOKZdus9TT', 'display_url': 'pic.twitter.com/QOKZdus9TT', 'expanded_url': 'https://twitter.com/dog_rates/status/767191397493538821/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 767191392800108546, 'id_str': '767191392800108546', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CqWcgcqWcAI43jm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqWcgcqWcAI43jm.jpg', 'url': 'https://t.co/QOKZdus9TT', 'display_url': 'pic.twitter.com/QOKZdus9TT', 'expanded_url': 'https://twitter.com/dog_rates/status/767191397493538821/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3479, 'favorite_count': 11544, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
841:767122157629476866
{'created_at': 'Sat Aug 20 22:12:29 +0000 2016', 'id': 767122157629476866, 'id_str': '767122157629476866', 'full_text': 'This is Rupert. You betrayed him with bath time but he forgives you. Cuddly af 13/10 https://t.co/IEARC2sRzC', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 767122150545391618, 'id_str': '767122150545391618', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CqVdiBKXgAIaFEU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqVdiBKXgAIaFEU.jpg', 'url': 'https://t.co/IEARC2sRzC', 'display_url': 'pic.twitter.com/IEARC2sRzC', 'expanded_url': 'https://twitter.com/dog_rates/status/767122157629476866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 556, 'h': 741, 'resize': 'fit'}, 'large': {'w': 556, 'h': 741, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 767122150545391618, 'id_str': '767122150545391618', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CqVdiBKXgAIaFEU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqVdiBKXgAIaFEU.jpg', 'url': 'https://t.co/IEARC2sRzC', 'display_url': 'pic.twitter.com/IEARC2sRzC', 'expanded_url': 'https://twitter.com/dog_rates/status/767122157629476866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 556, 'h': 741, 'resize': 'fit'}, 'large': {'w': 556, 'h': 741, 'resize': 'fit'}}}, {'id': 767122150541107201, 'id_str': '767122150541107201', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CqVdiBJWIAEDZB4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqVdiBJWIAEDZB4.jpg', 'url': 'https://t.co/IEARC2sRzC', 'display_url': 'pic.twitter.com/IEARC2sRzC', 'expanded_url': 'https://twitter.com/dog_rates/status/767122157629476866/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 502, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 554, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 554, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2648, 'favorite_count': 9557, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
842:766864461642756096
check_again
843:766793450729734144
{'created_at': 'Sat Aug 20 00:26:19 +0000 2016', 'id': 766793450729734144, 'id_str': '766793450729734144', 'full_text': 'This is Rufus. He just missed out on the 100m final at Rio. Already training hard for Tokyo. 10/10 never give pup https://t.co/exrRjjJqeO', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 766793443951665152, 'id_str': '766793443951665152', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CqQykxrWYAAlD8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqQykxrWYAAlD8g.jpg', 'url': 'https://t.co/exrRjjJqeO', 'display_url': 'pic.twitter.com/exrRjjJqeO', 'expanded_url': 'https://twitter.com/dog_rates/status/766793450729734144/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 636, 'h': 723, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 636, 'h': 723, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 766793443951665152, 'id_str': '766793443951665152', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CqQykxrWYAAlD8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqQykxrWYAAlD8g.jpg', 'url': 'https://t.co/exrRjjJqeO', 'display_url': 'pic.twitter.com/exrRjjJqeO', 'expanded_url': 'https://twitter.com/dog_rates/status/766793450729734144/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 636, 'h': 723, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 636, 'h': 723, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1260, 'favorite_count': 4750, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
844:766714921925144576
{'created_at': 'Fri Aug 19 19:14:16 +0000 2016', 'id': 766714921925144576, 'id_str': '766714921925144576', 'full_text': 'His name is Charley and he already has a new set of wheels thanks to donations. I heard his top speed was also increased. 13/10 for Charley', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 766711819364888576, 'in_reply_to_status_id_str': '766711819364888576', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 348, 'favorite_count': 2465, 'favorited': False, 'retweeted': False, 'lang': 'en'}
845:766693177336135680
{'created_at': 'Fri Aug 19 17:47:52 +0000 2016', 'id': 766693177336135680, 'id_str': '766693177336135680', 'full_text': "This is Brudge. He's a Doberdog. Going to be h*ckin massive one day. 11/10 would pat on head approvingly https://t.co/cTlHjEUNK8", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 766693171900387328, 'id_str': '766693171900387328', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CqPXYLLXEAAU2HC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqPXYLLXEAAU2HC.jpg', 'url': 'https://t.co/cTlHjEUNK8', 'display_url': 'pic.twitter.com/cTlHjEUNK8', 'expanded_url': 'https://twitter.com/dog_rates/status/766693177336135680/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 766693171900387328, 'id_str': '766693171900387328', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CqPXYLLXEAAU2HC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqPXYLLXEAAU2HC.jpg', 'url': 'https://t.co/cTlHjEUNK8', 'display_url': 'pic.twitter.com/cTlHjEUNK8', 'expanded_url': 'https://twitter.com/dog_rates/status/766693177336135680/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 730, 'favorite_count': 3798, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
846:766423258543644672
{'created_at': 'Thu Aug 18 23:55:18 +0000 2016', 'id': 766423258543644672, 'id_str': '766423258543644672', 'full_text': "This is Shadoe. Her tongue flies out of her mouth at random. Can't have a serious conversation with her. 9/10 https://t.co/Tytt15VquG", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 766423252247994368, 'id_str': '766423252247994368', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CqLh4yHXYAAJTv8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqLh4yHXYAAJTv8.jpg', 'url': 'https://t.co/Tytt15VquG', 'display_url': 'pic.twitter.com/Tytt15VquG', 'expanded_url': 'https://twitter.com/dog_rates/status/766423258543644672/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 663, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 761, 'h': 780, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 761, 'h': 780, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 766423252247994368, 'id_str': '766423252247994368', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CqLh4yHXYAAJTv8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqLh4yHXYAAJTv8.jpg', 'url': 'https://t.co/Tytt15VquG', 'display_url': 'pic.twitter.com/Tytt15VquG', 'expanded_url': 'https://twitter.com/dog_rates/status/766423258543644672/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 663, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 761, 'h': 780, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 761, 'h': 780, 'resize': 'fit'}}}, {'id': 766423252256321536, 'id_str': '766423252256321536', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CqLh4yJWcAAHomv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqLh4yJWcAAHomv.jpg', 'url': 'https://t.co/Tytt15VquG', 'display_url': 'pic.twitter.com/Tytt15VquG', 'expanded_url': 'https://twitter.com/dog_rates/status/766423258543644672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1459, 'favorite_count': 5643, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
847:766313316352462849
{'created_at': 'Thu Aug 18 16:38:26 +0000 2016', 'id': 766313316352462849, 'id_str': '766313316352462849', 'full_text': 'This is Oscar. He has legendary eyebrows and he h*ckin knows it. Curly af too. 12/10 would hug passionately https://t.co/xuxZoObmF0', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 766313309717037056, 'id_str': '766313309717037056', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CqJ95SRWgAATPK_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqJ95SRWgAATPK_.jpg', 'url': 'https://t.co/xuxZoObmF0', 'display_url': 'pic.twitter.com/xuxZoObmF0', 'expanded_url': 'https://twitter.com/dog_rates/status/766313316352462849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 422, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 636, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 636, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 766313309717037056, 'id_str': '766313309717037056', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CqJ95SRWgAATPK_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqJ95SRWgAATPK_.jpg', 'url': 'https://t.co/xuxZoObmF0', 'display_url': 'pic.twitter.com/xuxZoObmF0', 'expanded_url': 'https://twitter.com/dog_rates/status/766313316352462849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 422, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 636, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 636, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1734, 'favorite_count': 6346, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
848:766078092750233600
{'created_at': 'Thu Aug 18 01:03:45 +0000 2016', 'id': 766078092750233600, 'id_str': '766078092750233600', 'full_text': "RT @dog_rates: This is Colby. He's currently regretting all those times he shook your hand for an extra treat. 12/10 https://t.co/vtVHtKFtBH", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 725842282449125380, 'id_str': '725842282449125380', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'url': 'https://t.co/vtVHtKFtBH', 'display_url': 'pic.twitter.com/vtVHtKFtBH', 'expanded_url': 'https://twitter.com/dog_rates/status/725842289046749185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 725842289046749185, 'source_status_id_str': '725842289046749185', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 725842282449125380, 'id_str': '725842282449125380', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'url': 'https://t.co/vtVHtKFtBH', 'display_url': 'pic.twitter.com/vtVHtKFtBH', 'expanded_url': 'https://twitter.com/dog_rates/status/725842289046749185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 725842289046749185, 'source_status_id_str': '725842289046749185', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Apr 29 00:21:01 +0000 2016', 'id': 725842289046749185, 'id_str': '725842289046749185', 'full_text': "This is Colby. He's currently regretting all those times he shook your hand for an extra treat. 12/10 https://t.co/vtVHtKFtBH", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 725842282449125380, 'id_str': '725842282449125380', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'url': 'https://t.co/vtVHtKFtBH', 'display_url': 'pic.twitter.com/vtVHtKFtBH', 'expanded_url': 'https://twitter.com/dog_rates/status/725842289046749185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 725842282449125380, 'id_str': '725842282449125380', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'url': 'https://t.co/vtVHtKFtBH', 'display_url': 'pic.twitter.com/vtVHtKFtBH', 'expanded_url': 'https://twitter.com/dog_rates/status/725842289046749185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2424, 'favorite_count': 6532, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2424, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
849:766069199026450432
{'created_at': 'Thu Aug 18 00:28:24 +0000 2016', 'id': 766069199026450432, 'id_str': '766069199026450432', 'full_text': 'This is Juno. She can see your future. 12/10 h*ckin mesmerizing af https://t.co/Z69mShifuk', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 766069192135237633, 'id_str': '766069192135237633', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CqGf3xaXYAEh3ak.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqGf3xaXYAEh3ak.jpg', 'url': 'https://t.co/Z69mShifuk', 'display_url': 'pic.twitter.com/Z69mShifuk', 'expanded_url': 'https://twitter.com/dog_rates/status/766069199026450432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 766069192135237633, 'id_str': '766069192135237633', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CqGf3xaXYAEh3ak.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqGf3xaXYAEh3ak.jpg', 'url': 'https://t.co/Z69mShifuk', 'display_url': 'pic.twitter.com/Z69mShifuk', 'expanded_url': 'https://twitter.com/dog_rates/status/766069199026450432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 775, 'favorite_count': 3948, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
850:766008592277377025
{'created_at': 'Wed Aug 17 20:27:34 +0000 2016', 'id': 766008592277377025, 'id_str': '766008592277377025', 'full_text': 'This is Angel. She stole the @ShopWeRateDogs shirt from her owner. Fits pretty well actually. 11/10 would forgive https://t.co/jaivZ1dcUL', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 766008557347233792, 'id_str': '766008557347233792', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CqFouXOXYAAYpzG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqFouXOXYAAYpzG.jpg', 'url': 'https://t.co/jaivZ1dcUL', 'display_url': 'pic.twitter.com/jaivZ1dcUL', 'expanded_url': 'https://twitter.com/dog_rates/status/766008592277377025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 766008557347233792, 'id_str': '766008557347233792', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CqFouXOXYAAYpzG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqFouXOXYAAYpzG.jpg', 'url': 'https://t.co/jaivZ1dcUL', 'display_url': 'pic.twitter.com/jaivZ1dcUL', 'expanded_url': 'https://twitter.com/dog_rates/status/766008592277377025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 461, 'favorite_count': 3538, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
851:765719909049503744
{'created_at': 'Wed Aug 17 01:20:27 +0000 2016', 'id': 765719909049503744, 'id_str': '765719909049503744', 'full_text': 'This is Brat. He has a hard time being ferocious so his owner helps out. H*ckin scary af now. 12/10 would still pet https://t.co/soxdNqZDZ2', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 765719895086596097, 'id_str': '765719895086596097', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CqBiMAgWAAEJKgI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqBiMAgWAAEJKgI.jpg', 'url': 'https://t.co/soxdNqZDZ2', 'display_url': 'pic.twitter.com/soxdNqZDZ2', 'expanded_url': 'https://twitter.com/dog_rates/status/765719909049503744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 765719895086596097, 'id_str': '765719895086596097', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CqBiMAgWAAEJKgI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqBiMAgWAAEJKgI.jpg', 'url': 'https://t.co/soxdNqZDZ2', 'display_url': 'pic.twitter.com/soxdNqZDZ2', 'expanded_url': 'https://twitter.com/dog_rates/status/765719909049503744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1995, 'favorite_count': 6807, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
852:765669560888528897
{'created_at': 'Tue Aug 16 22:00:23 +0000 2016', 'id': 765669560888528897, 'id_str': '765669560888528897', 'full_text': "This is Tove. She's a Balsamic Poinsetter. Surprisingly deadly. 12/10 snug with caution https://t.co/t6RvnVEdRR", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 765669514012917760, 'id_str': '765669514012917760', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CqA0XcYWAAAzltT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqA0XcYWAAAzltT.jpg', 'url': 'https://t.co/t6RvnVEdRR', 'display_url': 'pic.twitter.com/t6RvnVEdRR', 'expanded_url': 'https://twitter.com/dog_rates/status/765669560888528897/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 765669514012917760, 'id_str': '765669514012917760', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CqA0XcYWAAAzltT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqA0XcYWAAAzltT.jpg', 'url': 'https://t.co/t6RvnVEdRR', 'display_url': 'pic.twitter.com/t6RvnVEdRR', 'expanded_url': 'https://twitter.com/dog_rates/status/765669560888528897/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 765669514025508865, 'id_str': '765669514025508865', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CqA0XcbWIAEiMup.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqA0XcbWIAEiMup.jpg', 'url': 'https://t.co/t6RvnVEdRR', 'display_url': 'pic.twitter.com/t6RvnVEdRR', 'expanded_url': 'https://twitter.com/dog_rates/status/765669560888528897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}}}, {'id': 765669514109448192, 'id_str': '765669514109448192', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CqA0XcvW8AA_DMb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CqA0XcvW8AA_DMb.jpg', 'url': 'https://t.co/t6RvnVEdRR', 'display_url': 'pic.twitter.com/t6RvnVEdRR', 'expanded_url': 'https://twitter.com/dog_rates/status/765669560888528897/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1132, 'favorite_count': 4858, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
853:765395769549590528
{'created_at': 'Tue Aug 16 03:52:26 +0000 2016', 'id': 765395769549590528, 'id_str': '765395769549590528', 'full_text': "This is my dog. Her name is Zoey. She knows I've been rating other dogs. She's not happy. 13/10 no bias at all https://t.co/ep1NkYoiwB", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 765395759286149124, 'id_str': '765395759286149124', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cp87Y0jXYAQyjuV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp87Y0jXYAQyjuV.jpg', 'url': 'https://t.co/ep1NkYoiwB', 'display_url': 'pic.twitter.com/ep1NkYoiwB', 'expanded_url': 'https://twitter.com/dog_rates/status/765395769549590528/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 765395759286149124, 'id_str': '765395759286149124', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cp87Y0jXYAQyjuV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp87Y0jXYAQyjuV.jpg', 'url': 'https://t.co/ep1NkYoiwB', 'display_url': 'pic.twitter.com/ep1NkYoiwB', 'expanded_url': 'https://twitter.com/dog_rates/status/765395769549590528/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3117, 'favorite_count': 25133, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
854:765371061932261376
{'created_at': 'Tue Aug 16 02:14:15 +0000 2016', 'id': 765371061932261376, 'id_str': '765371061932261376', 'full_text': "This is Louie. He's had a long day. Did a lot of pupper things. Also appears to be rather heckin pettable. 11/10 https://t.co/w2qDmoTIZ5", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 765371051345846272, 'id_str': '765371051345846272', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cp8k6oTWIAApLvR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp8k6oTWIAApLvR.jpg', 'url': 'https://t.co/w2qDmoTIZ5', 'display_url': 'pic.twitter.com/w2qDmoTIZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/765371061932261376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 765371051345846272, 'id_str': '765371051345846272', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cp8k6oTWIAApLvR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp8k6oTWIAApLvR.jpg', 'url': 'https://t.co/w2qDmoTIZ5', 'display_url': 'pic.twitter.com/w2qDmoTIZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/765371061932261376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 765371051337478149, 'id_str': '765371051337478149', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cp8k6oRWcAUL78U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp8k6oRWcAUL78U.jpg', 'url': 'https://t.co/w2qDmoTIZ5', 'display_url': 'pic.twitter.com/w2qDmoTIZ5', 'expanded_url': 'https://twitter.com/dog_rates/status/765371061932261376/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2005, 'favorite_count': 6682, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
855:765222098633691136
{'created_at': 'Mon Aug 15 16:22:20 +0000 2016', 'id': 765222098633691136, 'id_str': '765222098633691136', 'full_text': "This is Gromit. He's pupset because there's no need to beware of him. Just wants a pettin. 10/10 https://t.co/eSvz4EapHH", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 765222089175556096, 'id_str': '765222089175556096', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'url': 'https://t.co/eSvz4EapHH', 'display_url': 'pic.twitter.com/eSvz4EapHH', 'expanded_url': 'https://twitter.com/dog_rates/status/765222098633691136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 765222089175556096, 'id_str': '765222089175556096', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp6db4-XYAAMmqL.jpg', 'url': 'https://t.co/eSvz4EapHH', 'display_url': 'pic.twitter.com/eSvz4EapHH', 'expanded_url': 'https://twitter.com/dog_rates/status/765222098633691136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3118, 'favorite_count': 10932, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
856:764857477905154048
{'created_at': 'Sun Aug 14 16:13:27 +0000 2016', 'id': 764857477905154048, 'id_str': '764857477905154048', 'full_text': 'This is Aubie. He has paws for days. Nibbling tables is one of his priorities. Second only to being cuddly af. 12/10 https://t.co/cBIFBsCRz6', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 764857472309948416, 'id_str': '764857472309948416', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cp1R0ZTWcAAaPO4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp1R0ZTWcAAaPO4.jpg', 'url': 'https://t.co/cBIFBsCRz6', 'display_url': 'pic.twitter.com/cBIFBsCRz6', 'expanded_url': 'https://twitter.com/dog_rates/status/764857477905154048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 764857472309948416, 'id_str': '764857472309948416', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cp1R0ZTWcAAaPO4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cp1R0ZTWcAAaPO4.jpg', 'url': 'https://t.co/cBIFBsCRz6', 'display_url': 'pic.twitter.com/cBIFBsCRz6', 'expanded_url': 'https://twitter.com/dog_rates/status/764857477905154048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1648, 'favorite_count': 6085, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
857:764259802650378240
{'created_at': 'Sat Aug 13 00:38:30 +0000 2016', 'id': 764259802650378240, 'id_str': '764259802650378240', 'full_text': "This is Kota and her son Benedict. She doesn't know why you're staring. They are a normal family. Both 10/10 https://t.co/Q1v9BZylvZ", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 764259772866658304, 'id_str': '764259772866658304', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CpsyNtXWgAAqvs3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpsyNtXWgAAqvs3.jpg', 'url': 'https://t.co/Q1v9BZylvZ', 'display_url': 'pic.twitter.com/Q1v9BZylvZ', 'expanded_url': 'https://twitter.com/dog_rates/status/764259802650378240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 504, 'h': 686, 'resize': 'fit'}, 'large': {'w': 504, 'h': 686, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 764259772866658304, 'id_str': '764259772866658304', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CpsyNtXWgAAqvs3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpsyNtXWgAAqvs3.jpg', 'url': 'https://t.co/Q1v9BZylvZ', 'display_url': 'pic.twitter.com/Q1v9BZylvZ', 'expanded_url': 'https://twitter.com/dog_rates/status/764259802650378240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 504, 'h': 686, 'resize': 'fit'}, 'large': {'w': 504, 'h': 686, 'resize': 'fit'}}}, {'id': 764259772946325505, 'id_str': '764259772946325505', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CpsyNtqWIAEVCt-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpsyNtqWIAEVCt-.jpg', 'url': 'https://t.co/Q1v9BZylvZ', 'display_url': 'pic.twitter.com/Q1v9BZylvZ', 'expanded_url': 'https://twitter.com/dog_rates/status/764259802650378240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 503, 'h': 692, 'resize': 'fit'}, 'medium': {'w': 503, 'h': 692, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1393, 'favorite_count': 5645, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
858:763956972077010945
{'created_at': 'Fri Aug 12 04:35:10 +0000 2016', 'id': 763956972077010945, 'id_str': '763956972077010945', 'full_text': "@TheEllenShow I'm not sure if you know this but that doggo right there is a 12/10", 'truncated': False, 'display_text_range': [14, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'TheEllenShow', 'name': 'Ellen DeGeneres', 'id': 15846407, 'id_str': '15846407', 'indices': [0, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 763865174553964546, 'in_reply_to_status_id_str': '763865174553964546', 'in_reply_to_user_id': 15846407, 'in_reply_to_user_id_str': '15846407', 'in_reply_to_screen_name': 'TheEllenShow', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 50, 'favorite_count': 734, 'favorited': False, 'retweeted': False, 'lang': 'en'}
859:763837565564780549
{'created_at': 'Thu Aug 11 20:40:41 +0000 2016', 'id': 763837565564780549, 'id_str': '763837565564780549', 'full_text': "This is Alfie. He's touching a butt. Couldn't be happier. 11/10 https://t.co/gx3xF5mZbo", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 763837560732971008, 'id_str': '763837560732971008', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'url': 'https://t.co/gx3xF5mZbo', 'display_url': 'pic.twitter.com/gx3xF5mZbo', 'expanded_url': 'https://twitter.com/dog_rates/status/763837565564780549/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 763837560732971008, 'id_str': '763837560732971008', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpmyNumW8AAAJGj.jpg', 'url': 'https://t.co/gx3xF5mZbo', 'display_url': 'pic.twitter.com/gx3xF5mZbo', 'expanded_url': 'https://twitter.com/dog_rates/status/763837565564780549/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3818, 'favorite_count': 11774, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
860:763183847194451968
{'created_at': 'Wed Aug 10 01:23:03 +0000 2016', 'id': 763183847194451968, 'id_str': '763183847194451968', 'full_text': "This is Clark. He collects teddy bears. It's absolutely h*ckin horrifying. 8/10 please stop this Clark https://t.co/EDMcwt86fU", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 763183833575481344, 'id_str': '763183833575481344', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CpdfpzKWYAAWSUi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpdfpzKWYAAWSUi.jpg', 'url': 'https://t.co/EDMcwt86fU', 'display_url': 'pic.twitter.com/EDMcwt86fU', 'expanded_url': 'https://twitter.com/dog_rates/status/763183847194451968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 763183833575481344, 'id_str': '763183833575481344', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CpdfpzKWYAAWSUi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpdfpzKWYAAWSUi.jpg', 'url': 'https://t.co/EDMcwt86fU', 'display_url': 'pic.twitter.com/EDMcwt86fU', 'expanded_url': 'https://twitter.com/dog_rates/status/763183847194451968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': {'id': '7356b662670b2c31', 'url': 'https://api.twitter.com/1.1/geo/id/7356b662670b2c31.json', 'place_type': 'city', 'name': 'Clifton', 'full_name': 'Clifton, NJ', 'country_code': 'US', 'country': 'United States', 'contained_within': [], 'bounding_box': {'type': 'Polygon', 'coordinates': [[[-74.1977277, 40.82028], [-74.118533, 40.82028], [-74.118533, 40.899384], [-74.1977277, 40.899384]]]}, 'attributes': {}}, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1359, 'favorite_count': 5062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
861:763167063695355904
{'created_at': 'Wed Aug 10 00:16:21 +0000 2016', 'id': 763167063695355904, 'id_str': '763167063695355904', 'full_text': "RT @dog_rates: Meet Eve. She's a raging alcoholic 8/10 (would b 11/10 but pupper alcoholism is a tragic issue that I can't condone) https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Dec 06 00:17:55 +0000 2015', 'id': 673295268553605120, 'id_str': '673295268553605120', 'full_text': "Meet Eve. She's a raging alcoholic 8/10 (would b 11/10 but pupper alcoholism is a tragic issue that I can't condone) https://t.co/U36HYQIijg", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673295238912417794, 'id_str': '673295238912417794', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'url': 'https://t.co/U36HYQIijg', 'display_url': 'pic.twitter.com/U36HYQIijg', 'expanded_url': 'https://twitter.com/dog_rates/status/673295268553605120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673295238912417794, 'id_str': '673295238912417794', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'url': 'https://t.co/U36HYQIijg', 'display_url': 'pic.twitter.com/U36HYQIijg', 'expanded_url': 'https://twitter.com/dog_rates/status/673295268553605120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2752, 'favorite_count': 6736, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2752, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
862:763103485927849985
{'created_at': 'Tue Aug 09 20:03:43 +0000 2016', 'id': 763103485927849985, 'id_str': '763103485927849985', 'full_text': "This is Belle. She's a Butterflop Hufflepoof. Rarer than most. Having trouble with car seat. 10/10 perturbed af https://t.co/VIXT3D26VM", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 763103480118640640, 'id_str': '763103480118640640', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CpcWknNWAAAa_5y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpcWknNWAAAa_5y.jpg', 'url': 'https://t.co/VIXT3D26VM', 'display_url': 'pic.twitter.com/VIXT3D26VM', 'expanded_url': 'https://twitter.com/dog_rates/status/763103485927849985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 1082, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 1082, 'resize': 'fit'}, 'small': {'w': 471, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 763103480118640640, 'id_str': '763103480118640640', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CpcWknNWAAAa_5y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpcWknNWAAAa_5y.jpg', 'url': 'https://t.co/VIXT3D26VM', 'display_url': 'pic.twitter.com/VIXT3D26VM', 'expanded_url': 'https://twitter.com/dog_rates/status/763103485927849985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 1082, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 1082, 'resize': 'fit'}, 'small': {'w': 471, 'h': 680, 'resize': 'fit'}}}, {'id': 763103480127119360, 'id_str': '763103480127119360', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CpcWknPXYAAeLP9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpcWknPXYAAeLP9.jpg', 'url': 'https://t.co/VIXT3D26VM', 'display_url': 'pic.twitter.com/VIXT3D26VM', 'expanded_url': 'https://twitter.com/dog_rates/status/763103485927849985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2124, 'favorite_count': 6936, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
863:762699858130116608
{'created_at': 'Mon Aug 08 17:19:51 +0000 2016', 'id': 762699858130116608, 'id_str': '762699858130116608', 'full_text': "This is Leela. She's a Fetty Woof. Lost eye while saving a baby from an avalanche. 11/10 true h*ckin hero https://t.co/2lBg3ZgivD", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762699853369581568, 'id_str': '762699853369581568', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'url': 'https://t.co/2lBg3ZgivD', 'display_url': 'pic.twitter.com/2lBg3ZgivD', 'expanded_url': 'https://twitter.com/dog_rates/status/762699858130116608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762699853369581568, 'id_str': '762699853369581568', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpWnecZWIAAUFwt.jpg', 'url': 'https://t.co/2lBg3ZgivD', 'display_url': 'pic.twitter.com/2lBg3ZgivD', 'expanded_url': 'https://twitter.com/dog_rates/status/762699858130116608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3313, 'favorite_count': 11372, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
864:762471784394268675
{'created_at': 'Mon Aug 08 02:13:34 +0000 2016', 'id': 762471784394268675, 'id_str': '762471784394268675', 'full_text': 'Meet Glenn. Being in public scares him. Frighteningly relatable. 12/10 keep hangin in there Glenn (Imgur - Wuhahha) https://t.co/pA4MDKwRci', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762471745303355393, 'id_str': '762471745303355393', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/762471745303355393/pu/img/RKcEUz7-VDipoGKJ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/762471745303355393/pu/img/RKcEUz7-VDipoGKJ.jpg', 'url': 'https://t.co/pA4MDKwRci', 'display_url': 'pic.twitter.com/pA4MDKwRci', 'expanded_url': 'https://twitter.com/dog_rates/status/762471784394268675/video/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 614, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 650, 'resize': 'fit'}, 'large': {'w': 720, 'h': 650, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762471745303355393, 'id_str': '762471745303355393', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/762471745303355393/pu/img/RKcEUz7-VDipoGKJ.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/762471745303355393/pu/img/RKcEUz7-VDipoGKJ.jpg', 'url': 'https://t.co/pA4MDKwRci', 'display_url': 'pic.twitter.com/pA4MDKwRci', 'expanded_url': 'https://twitter.com/dog_rates/status/762471784394268675/video/1', 'type': 'video', 'sizes': {'small': {'w': 680, 'h': 614, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 650, 'resize': 'fit'}, 'large': {'w': 720, 'h': 650, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [72, 65], 'duration_millis': 5640, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/762471745303355393/pu/pl/4eK0Dj-w-JDpIruJ.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/762471745303355393/pu/vid/198x180/0n3G_HTY1gL0uj-7.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/762471745303355393/pu/vid/398x360/KToRXlCKUOBTqGz4.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5920, 'favorite_count': 10523, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
865:762464539388485633
{'created_at': 'Mon Aug 08 01:44:46 +0000 2016', 'id': 762464539388485633, 'id_str': '762464539388485633', 'full_text': 'This is Buddy. His father was a bear and his mother was a perfectly toasted marshmallow. 12/10 would snug so well https://t.co/zGSj1oUgxx', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762464530748145664, 'id_str': '762464530748145664', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762464530748145664, 'id_str': '762464530748145664', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3UUAAAqYCr.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}, {'id': 762464530748190720, 'id_str': '762464530748190720', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3UUsAAPla2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3UUsAAPla2.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 762464530827882496, 'id_str': '762464530827882496', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc3nUsAAqfV6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc3nUsAAqfV6.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 762464530945282048, 'id_str': '762464530945282048', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CpTRc4DUEAAYTq6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpTRc4DUEAAYTq6.jpg', 'url': 'https://t.co/zGSj1oUgxx', 'display_url': 'pic.twitter.com/zGSj1oUgxx', 'expanded_url': 'https://twitter.com/dog_rates/status/762464539388485633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3839, 'favorite_count': 9650, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
866:762316489655476224
{'created_at': 'Sun Aug 07 15:56:28 +0000 2016', 'id': 762316489655476224, 'id_str': '762316489655476224', 'full_text': 'This is Scout. He specializes in mid-air freeze frames. 11/10 https://t.co/sAHmwRtfSq', 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762316483720511488, 'id_str': '762316483720511488', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/CpRKzZKWAAABGh7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpRKzZKWAAABGh7.jpg', 'url': 'https://t.co/sAHmwRtfSq', 'display_url': 'pic.twitter.com/sAHmwRtfSq', 'expanded_url': 'https://twitter.com/dog_rates/status/762316489655476224/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762316483720511488, 'id_str': '762316483720511488', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/CpRKzZKWAAABGh7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpRKzZKWAAABGh7.jpg', 'url': 'https://t.co/sAHmwRtfSq', 'display_url': 'pic.twitter.com/sAHmwRtfSq', 'expanded_url': 'https://twitter.com/dog_rates/status/762316489655476224/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1028, 'favorite_count': 4505, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
867:762035686371364864
{'created_at': 'Sat Aug 06 21:20:40 +0000 2016', 'id': 762035686371364864, 'id_str': '762035686371364864', 'full_text': 'This left me speechless. 14/10 heckin heroic af https://t.co/3td8P3o0mB', 'truncated': False, 'display_text_range': [0, 47], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 762035577168560129, 'id_str': '762035577168560129', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/762035577168560129/pu/img/kD4TeHRRiSKgOyDx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/762035577168560129/pu/img/kD4TeHRRiSKgOyDx.jpg', 'url': 'https://t.co/3td8P3o0mB', 'display_url': 'pic.twitter.com/3td8P3o0mB', 'expanded_url': 'https://twitter.com/dog_rates/status/762035686371364864/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 224, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 224, 'resize': 'fit'}, 'large': {'w': 400, 'h': 224, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 762035577168560129, 'id_str': '762035577168560129', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/762035577168560129/pu/img/kD4TeHRRiSKgOyDx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/762035577168560129/pu/img/kD4TeHRRiSKgOyDx.jpg', 'url': 'https://t.co/3td8P3o0mB', 'display_url': 'pic.twitter.com/3td8P3o0mB', 'expanded_url': 'https://twitter.com/dog_rates/status/762035686371364864/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 224, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 224, 'resize': 'fit'}, 'large': {'w': 400, 'h': 224, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [25, 14], 'duration_millis': 42376, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/762035577168560129/pu/vid/320x180/Jby7mpmMOv7Qz7o8.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/762035577168560129/pu/pl/tfsPbinqQ07_tAYJ.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14312, 'favorite_count': 29836, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
868:761976711479193600
{'created_at': 'Sat Aug 06 17:26:19 +0000 2016', 'id': 761976711479193600, 'id_str': '761976711479193600', 'full_text': 'This is Shelby. She finds stuff to put on her head for attention. It works really well. 12/10 talented af https://t.co/WTZ484EntP', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761976704302714881, 'id_str': '761976704302714881', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpMVxoMWEAE9QHk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpMVxoMWEAE9QHk.jpg', 'url': 'https://t.co/WTZ484EntP', 'display_url': 'pic.twitter.com/WTZ484EntP', 'expanded_url': 'https://twitter.com/dog_rates/status/761976711479193600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761976704302714881, 'id_str': '761976704302714881', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpMVxoMWEAE9QHk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpMVxoMWEAE9QHk.jpg', 'url': 'https://t.co/WTZ484EntP', 'display_url': 'pic.twitter.com/WTZ484EntP', 'expanded_url': 'https://twitter.com/dog_rates/status/761976711479193600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 761976704315297792, 'id_str': '761976704315297792', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpMVxoPWEAAeYes.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpMVxoPWEAAeYes.jpg', 'url': 'https://t.co/WTZ484EntP', 'display_url': 'pic.twitter.com/WTZ484EntP', 'expanded_url': 'https://twitter.com/dog_rates/status/761976711479193600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 761976704323780608, 'id_str': '761976704323780608', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpMVxoRXgAAh350.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpMVxoRXgAAh350.jpg', 'url': 'https://t.co/WTZ484EntP', 'display_url': 'pic.twitter.com/WTZ484EntP', 'expanded_url': 'https://twitter.com/dog_rates/status/761976711479193600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 761976704441212928, 'id_str': '761976704441212928', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CpMVxotXYAAarmd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpMVxotXYAAarmd.jpg', 'url': 'https://t.co/WTZ484EntP', 'display_url': 'pic.twitter.com/WTZ484EntP', 'expanded_url': 'https://twitter.com/dog_rates/status/761976711479193600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1829, 'favorite_count': 5049, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
869:761750502866649088
{'created_at': 'Sat Aug 06 02:27:27 +0000 2016', 'id': 761750502866649088, 'id_str': '761750502866649088', 'full_text': 'RT @dog_rates: "Tristan do not speak to me with that kind of tone or I will take away the Xbox." 10/10 https://t.co/VGPH0TfESw', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 685325091882799104, 'id_str': '685325091882799104', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'url': 'https://t.co/VGPH0TfESw', 'display_url': 'pic.twitter.com/VGPH0TfESw', 'expanded_url': 'https://twitter.com/dog_rates/status/685325112850124800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 685325112850124800, 'source_status_id_str': '685325112850124800', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 685325091882799104, 'id_str': '685325091882799104', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'url': 'https://t.co/VGPH0TfESw', 'display_url': 'pic.twitter.com/VGPH0TfESw', 'expanded_url': 'https://twitter.com/dog_rates/status/685325112850124800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 685325112850124800, 'source_status_id_str': '685325112850124800', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Jan 08 05:00:14 +0000 2016', 'id': 685325112850124800, 'id_str': '685325112850124800', 'full_text': '"Tristan do not speak to me with that kind of tone or I will take away the Xbox." 10/10 https://t.co/VGPH0TfESw', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685325091882799104, 'id_str': '685325091882799104', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'url': 'https://t.co/VGPH0TfESw', 'display_url': 'pic.twitter.com/VGPH0TfESw', 'expanded_url': 'https://twitter.com/dog_rates/status/685325112850124800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685325091882799104, 'id_str': '685325091882799104', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'url': 'https://t.co/VGPH0TfESw', 'display_url': 'pic.twitter.com/VGPH0TfESw', 'expanded_url': 'https://twitter.com/dog_rates/status/685325112850124800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3590, 'favorite_count': 8688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 3590, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
870:761745352076779520
{'created_at': 'Sat Aug 06 02:06:59 +0000 2016', 'id': 761745352076779520, 'id_str': '761745352076779520', 'full_text': "Guys.. we only rate dogs. Pls don't send any more pics of the Loch Ness Monster. Only send in dogs. Thank you. 11/10 https://t.co/obH5vMbm1j", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761745343629422592, 'id_str': '761745343629422592', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CpJDWqhW8AAFt45.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpJDWqhW8AAFt45.jpg', 'url': 'https://t.co/obH5vMbm1j', 'display_url': 'pic.twitter.com/obH5vMbm1j', 'expanded_url': 'https://twitter.com/dog_rates/status/761745352076779520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761745343629422592, 'id_str': '761745343629422592', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CpJDWqhW8AAFt45.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpJDWqhW8AAFt45.jpg', 'url': 'https://t.co/obH5vMbm1j', 'display_url': 'pic.twitter.com/obH5vMbm1j', 'expanded_url': 'https://twitter.com/dog_rates/status/761745352076779520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 794, 'favorite_count': 4021, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
871:761672994376806400
{'created_at': 'Fri Aug 05 21:19:27 +0000 2016', 'id': 761672994376806400, 'id_str': '761672994376806400', 'full_text': 'Ohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboyohboy. 10/10 for all (by happytailsresort) https://t.co/EY8kEFuzK7', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761672828462718981, 'id_str': '761672828462718981', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'url': 'https://t.co/EY8kEFuzK7', 'display_url': 'pic.twitter.com/EY8kEFuzK7', 'expanded_url': 'https://twitter.com/dog_rates/status/761672994376806400/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761672828462718981, 'id_str': '761672828462718981', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/761672828462718981/pu/img/R00UYAAWB3GtuHdI.jpg', 'url': 'https://t.co/EY8kEFuzK7', 'display_url': 'pic.twitter.com/EY8kEFuzK7', 'expanded_url': 'https://twitter.com/dog_rates/status/761672994376806400/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15082, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/pl/6WCH9yrRtq3PhhSe.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/vid/480x480/jbR6Wmcj_asEkBMe.mp4'}, {'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/vid/720x720/4FHE09W1A7uxjqHH.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/761672828462718981/pu/vid/240x240/YXsgMdfcUmpoqgg4.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 26766, 'favorite_count': 46318, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'in'}
872:761599872357261312
{'created_at': 'Fri Aug 05 16:28:54 +0000 2016', 'id': 761599872357261312, 'id_str': '761599872357261312', 'full_text': 'This is Sephie. According to this picture, she can read. Fantastic at following directions. 11/10 such a good girl https://t.co/7HY9RvCudo', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761599864782348294, 'id_str': '761599864782348294', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CpG_CrlWYAYyuP3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpG_CrlWYAYyuP3.jpg', 'url': 'https://t.co/7HY9RvCudo', 'display_url': 'pic.twitter.com/7HY9RvCudo', 'expanded_url': 'https://twitter.com/dog_rates/status/761599872357261312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 612, 'h': 612, 'resize': 'fit'}, 'medium': {'w': 612, 'h': 612, 'resize': 'fit'}, 'small': {'w': 612, 'h': 612, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761599864782348294, 'id_str': '761599864782348294', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CpG_CrlWYAYyuP3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpG_CrlWYAYyuP3.jpg', 'url': 'https://t.co/7HY9RvCudo', 'display_url': 'pic.twitter.com/7HY9RvCudo', 'expanded_url': 'https://twitter.com/dog_rates/status/761599872357261312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 612, 'h': 612, 'resize': 'fit'}, 'medium': {'w': 612, 'h': 612, 'resize': 'fit'}, 'small': {'w': 612, 'h': 612, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1102, 'favorite_count': 3885, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
873:761371037149827077
{'created_at': 'Fri Aug 05 01:19:35 +0000 2016', 'id': 761371037149827077, 'id_str': '761371037149827077', 'full_text': 'RT @dog_rates: Oh. My. God. 13/10 magical af https://t.co/Ezu6jQrKAZ', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 711694754292109313, 'id_str': '711694754292109313', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'url': 'https://t.co/Ezu6jQrKAZ', 'display_url': 'pic.twitter.com/Ezu6jQrKAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/711694788429553666/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 450, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 340, 'resize': 'fit'}, 'large': {'w': 450, 'h': 340, 'resize': 'fit'}}, 'source_status_id': 711694788429553666, 'source_status_id_str': '711694788429553666', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 711694754292109313, 'id_str': '711694754292109313', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'url': 'https://t.co/Ezu6jQrKAZ', 'display_url': 'pic.twitter.com/Ezu6jQrKAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/711694788429553666/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 450, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 340, 'resize': 'fit'}, 'large': {'w': 450, 'h': 340, 'resize': 'fit'}}, 'source_status_id': 711694788429553666, 'source_status_id_str': '711694788429553666', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835', 'video_info': {'aspect_ratio': [45, 34], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CeBym7oXEAEWbEg.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Mar 20 23:23:54 +0000 2016', 'id': 711694788429553666, 'id_str': '711694788429553666', 'full_text': 'Oh. My. God. 13/10 magical af https://t.co/Ezu6jQrKAZ', 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711694754292109313, 'id_str': '711694754292109313', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'url': 'https://t.co/Ezu6jQrKAZ', 'display_url': 'pic.twitter.com/Ezu6jQrKAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/711694788429553666/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 450, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 340, 'resize': 'fit'}, 'large': {'w': 450, 'h': 340, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711694754292109313, 'id_str': '711694754292109313', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'url': 'https://t.co/Ezu6jQrKAZ', 'display_url': 'pic.twitter.com/Ezu6jQrKAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/711694788429553666/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 450, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 340, 'resize': 'fit'}, 'large': {'w': 450, 'h': 340, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [45, 34], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CeBym7oXEAEWbEg.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 16666, 'favorite_count': 30334, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 16666, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
874:761334018830917632
{'created_at': 'Thu Aug 04 22:52:29 +0000 2016', 'id': 761334018830917632, 'id_str': '761334018830917632', 'full_text': 'This is Bruce. I really want to hear the joke he was told. 10/10 for chuckle pup https://t.co/ErPLjjJOKc', 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761334013550268417, 'id_str': '761334013550268417', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CpDNQGkWEAENiYZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpDNQGkWEAENiYZ.jpg', 'url': 'https://t.co/ErPLjjJOKc', 'display_url': 'pic.twitter.com/ErPLjjJOKc', 'expanded_url': 'https://twitter.com/dog_rates/status/761334018830917632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761334013550268417, 'id_str': '761334013550268417', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CpDNQGkWEAENiYZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpDNQGkWEAENiYZ.jpg', 'url': 'https://t.co/ErPLjjJOKc', 'display_url': 'pic.twitter.com/ErPLjjJOKc', 'expanded_url': 'https://twitter.com/dog_rates/status/761334018830917632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1339, 'favorite_count': 4832, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
875:761292947749015552
{'created_at': 'Thu Aug 04 20:09:17 +0000 2016', 'id': 761292947749015552, 'id_str': '761292947749015552', 'full_text': "Meet Bonaparte. He's pupset because it's cloudy at the beach. Can't take any pics for his Instagram. 11/10 https://t.co/0THNOfv2Jo", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761292941797326848, 'id_str': '761292941797326848', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CpCn5aXXgAAOPTm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpCn5aXXgAAOPTm.jpg', 'url': 'https://t.co/0THNOfv2Jo', 'display_url': 'pic.twitter.com/0THNOfv2Jo', 'expanded_url': 'https://twitter.com/dog_rates/status/761292947749015552/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 599, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 599, 'h': 596, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 599, 'h': 596, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761292941797326848, 'id_str': '761292941797326848', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CpCn5aXXgAAOPTm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpCn5aXXgAAOPTm.jpg', 'url': 'https://t.co/0THNOfv2Jo', 'display_url': 'pic.twitter.com/0THNOfv2Jo', 'expanded_url': 'https://twitter.com/dog_rates/status/761292947749015552/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 599, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 599, 'h': 596, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 599, 'h': 596, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1001, 'favorite_count': 4195, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
876:761227390836215808
{'created_at': 'Thu Aug 04 15:48:47 +0000 2016', 'id': 761227390836215808, 'id_str': '761227390836215808', 'full_text': 'This is Albert. He just found out that bees are dying globally at an alarming rate. 10/10 heckin worried af now https://t.co/nhLX27WsDY', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761227386398633985, 'id_str': '761227386398633985', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CpBsRleW8AEfO8G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpBsRleW8AEfO8G.jpg', 'url': 'https://t.co/nhLX27WsDY', 'display_url': 'pic.twitter.com/nhLX27WsDY', 'expanded_url': 'https://twitter.com/dog_rates/status/761227390836215808/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 389, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 549, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 549, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761227386398633985, 'id_str': '761227386398633985', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CpBsRleW8AEfO8G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CpBsRleW8AEfO8G.jpg', 'url': 'https://t.co/nhLX27WsDY', 'display_url': 'pic.twitter.com/nhLX27WsDY', 'expanded_url': 'https://twitter.com/dog_rates/status/761227390836215808/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 389, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 549, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 549, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1447, 'favorite_count': 5005, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
877:761004547850530816
{'created_at': 'Thu Aug 04 01:03:17 +0000 2016', 'id': 761004547850530816, 'id_str': '761004547850530816', 'full_text': 'This is Bo and Ty. Bo eats paper and Ty felt left out. 11/10 for both https://t.co/1acHQS8rvK', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 761004543874392064, 'id_str': '761004543874392064', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'url': 'https://t.co/1acHQS8rvK', 'display_url': 'pic.twitter.com/1acHQS8rvK', 'expanded_url': 'https://twitter.com/dog_rates/status/761004547850530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 569, 'resize': 'fit'}, 'large': {'w': 575, 'h': 569, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 569, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 761004543874392064, 'id_str': '761004543874392064', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co-hmcYXYAASkiG.jpg', 'url': 'https://t.co/1acHQS8rvK', 'display_url': 'pic.twitter.com/1acHQS8rvK', 'expanded_url': 'https://twitter.com/dog_rates/status/761004547850530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 569, 'resize': 'fit'}, 'large': {'w': 575, 'h': 569, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 569, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3215, 'favorite_count': 10656, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
878:760893934457552897
{'created_at': 'Wed Aug 03 17:43:45 +0000 2016', 'id': 760893934457552897, 'id_str': '760893934457552897', 'full_text': 'This is Wishes. He has the day off. Daily struggles of being a doggo have finally caught up with him. 11/10 https://t.co/H9YgrUkYwa', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760893927574605825, 'id_str': '760893927574605825', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/Co88_ujWEAErCg7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co88_ujWEAErCg7.jpg', 'url': 'https://t.co/H9YgrUkYwa', 'display_url': 'pic.twitter.com/H9YgrUkYwa', 'expanded_url': 'https://twitter.com/dog_rates/status/760893934457552897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 592, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 892, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 892, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760893927574605825, 'id_str': '760893927574605825', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/Co88_ujWEAErCg7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co88_ujWEAErCg7.jpg', 'url': 'https://t.co/H9YgrUkYwa', 'display_url': 'pic.twitter.com/H9YgrUkYwa', 'expanded_url': 'https://twitter.com/dog_rates/status/760893934457552897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 592, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 892, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 892, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 890, 'favorite_count': 3576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
879:760656994973933572
{'created_at': 'Wed Aug 03 02:02:14 +0000 2016', 'id': 760656994973933572, 'id_str': '760656994973933572', 'full_text': 'This is Rose. Her face is stuck like that. 11/10 would pet so heckin well https://t.co/tl3gNYdoq2', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760656987008987136, 'id_str': '760656987008987136', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Co5lf-KW8AAIwJw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co5lf-KW8AAIwJw.jpg', 'url': 'https://t.co/tl3gNYdoq2', 'display_url': 'pic.twitter.com/tl3gNYdoq2', 'expanded_url': 'https://twitter.com/dog_rates/status/760656994973933572/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 964, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 964, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760656987008987136, 'id_str': '760656987008987136', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Co5lf-KW8AAIwJw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co5lf-KW8AAIwJw.jpg', 'url': 'https://t.co/tl3gNYdoq2', 'display_url': 'pic.twitter.com/tl3gNYdoq2', 'expanded_url': 'https://twitter.com/dog_rates/status/760656994973933572/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 964, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 964, 'h': 1024, 'resize': 'fit'}}}, {'id': 760656987017383936, 'id_str': '760656987017383936', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Co5lf-MXEAAnK8d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co5lf-MXEAAnK8d.jpg', 'url': 'https://t.co/tl3gNYdoq2', 'display_url': 'pic.twitter.com/tl3gNYdoq2', 'expanded_url': 'https://twitter.com/dog_rates/status/760656994973933572/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1752, 'favorite_count': 6182, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
880:760641137271070720
{'created_at': 'Wed Aug 03 00:59:13 +0000 2016', 'id': 760641137271070720, 'id_str': '760641137271070720', 'full_text': 'This is Theo. He can walk on water. Still coming to terms with it. 12/10 magical af https://t.co/8Kmuj6SFbC', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760641126541983744, 'id_str': '760641126541983744', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Co5XExUWgAAL5L_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co5XExUWgAAL5L_.jpg', 'url': 'https://t.co/8Kmuj6SFbC', 'display_url': 'pic.twitter.com/8Kmuj6SFbC', 'expanded_url': 'https://twitter.com/dog_rates/status/760641137271070720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760641126541983744, 'id_str': '760641126541983744', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Co5XExUWgAAL5L_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co5XExUWgAAL5L_.jpg', 'url': 'https://t.co/8Kmuj6SFbC', 'display_url': 'pic.twitter.com/8Kmuj6SFbC', 'expanded_url': 'https://twitter.com/dog_rates/status/760641137271070720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1190, 'favorite_count': 4682, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
881:760539183865880579
{'created_at': 'Tue Aug 02 18:14:06 +0000 2016', 'id': 760539183865880579, 'id_str': '760539183865880579', 'full_text': 'This is Atlas. Swinging is his passion. 12/10 would push all day https://t.co/9k8LLjJ0uJ', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760539157622059009, 'id_str': '760539157622059009', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/Co36VZfWcAEN3R3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co36VZfWcAEN3R3.jpg', 'url': 'https://t.co/9k8LLjJ0uJ', 'display_url': 'pic.twitter.com/9k8LLjJ0uJ', 'expanded_url': 'https://twitter.com/dog_rates/status/760539183865880579/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}, 'large': {'w': 674, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760539157622059009, 'id_str': '760539157622059009', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/Co36VZfWcAEN3R3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co36VZfWcAEN3R3.jpg', 'url': 'https://t.co/9k8LLjJ0uJ', 'display_url': 'pic.twitter.com/9k8LLjJ0uJ', 'expanded_url': 'https://twitter.com/dog_rates/status/760539183865880579/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}, 'large': {'w': 674, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1024, 'resize': 'fit'}}}, {'id': 760539157764669440, 'id_str': '760539157764669440', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/Co36VaBWgAA4YZg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co36VaBWgAA4YZg.jpg', 'url': 'https://t.co/9k8LLjJ0uJ', 'display_url': 'pic.twitter.com/9k8LLjJ0uJ', 'expanded_url': 'https://twitter.com/dog_rates/status/760539183865880579/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 674, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 674, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}}}, {'id': 760539157785706496, 'id_str': '760539157785706496', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/Co36VaGXgAAfTuE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Co36VaGXgAAfTuE.jpg', 'url': 'https://t.co/9k8LLjJ0uJ', 'display_url': 'pic.twitter.com/9k8LLjJ0uJ', 'expanded_url': 'https://twitter.com/dog_rates/status/760539183865880579/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 668, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 444, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 668, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3346, 'favorite_count': 7082, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
882:760521673607086080
{'created_at': 'Tue Aug 02 17:04:31 +0000 2016', 'id': 760521673607086080, 'id_str': '760521673607086080', 'full_text': 'Doggo want what doggo cannot have. Temptation strong, dog stronger. 12/10 https://t.co/IqyTF6qik6', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/IqyTF6qik6', 'expanded_url': 'https://vine.co/v/5ApKetxzmTB', 'display_url': 'vine.co/v/5ApKetxzmTB', 'indices': [75, 98]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1288, 'favorite_count': 3925, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
883:760290219849637889
{'created_at': 'Tue Aug 02 01:44:48 +0000 2016', 'id': 760290219849637889, 'id_str': '760290219849637889', 'full_text': "This is Rocco. He's doing his best. 13/10 someone help him (IG: rocco_roni) https://t.co/qFsl1nnXMv", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760289324994879489, 'id_str': '760289324994879489', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/760289324994879489/pu/img/3ItvBEoo4aebPfvr.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/760289324994879489/pu/img/3ItvBEoo4aebPfvr.jpg', 'url': 'https://t.co/qFsl1nnXMv', 'display_url': 'pic.twitter.com/qFsl1nnXMv', 'expanded_url': 'https://twitter.com/dog_rates/status/760290219849637889/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760289324994879489, 'id_str': '760289324994879489', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/760289324994879489/pu/img/3ItvBEoo4aebPfvr.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/760289324994879489/pu/img/3ItvBEoo4aebPfvr.jpg', 'url': 'https://t.co/qFsl1nnXMv', 'display_url': 'pic.twitter.com/qFsl1nnXMv', 'expanded_url': 'https://twitter.com/dog_rates/status/760290219849637889/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 23524, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/760289324994879489/pu/vid/256x320/gi4MMZe1zQZ5Thrn.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/760289324994879489/pu/vid/512x640/yFBi5FFfjyZ6rkQT.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/760289324994879489/pu/pl/TrkiSrrd_MjdPBQV.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10580, 'favorite_count': 25096, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
884:760252756032651264
{'created_at': 'Mon Aug 01 23:15:56 +0000 2016', 'id': 760252756032651264, 'id_str': '760252756032651264', 'full_text': 'This is Fido. He can tell the weather. Not good at fetch tho. Never comes when called. 4/10 would probably still pet https://t.co/4gOv2Q3iKP', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760252748986220544, 'id_str': '760252748986220544', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Coz12OLWgAADdys.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coz12OLWgAADdys.jpg', 'url': 'https://t.co/4gOv2Q3iKP', 'display_url': 'pic.twitter.com/4gOv2Q3iKP', 'expanded_url': 'https://twitter.com/dog_rates/status/760252756032651264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760252748986220544, 'id_str': '760252748986220544', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Coz12OLWgAADdys.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coz12OLWgAADdys.jpg', 'url': 'https://t.co/4gOv2Q3iKP', 'display_url': 'pic.twitter.com/4gOv2Q3iKP', 'expanded_url': 'https://twitter.com/dog_rates/status/760252756032651264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 798, 'favorite_count': 3709, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
885:760190180481531904
{'created_at': 'Mon Aug 01 19:07:17 +0000 2016', 'id': 760190180481531904, 'id_str': '760190180481531904', 'full_text': "Meet Sadie. She's addicted to balloons. It's tearing her family apart. Won't admit she has a problem. Still 10/10 https://t.co/h6s9Rch0gZ", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 760190172482920448, 'id_str': '760190172482920448', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Coy87yiWYAACtPf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coy87yiWYAACtPf.jpg', 'url': 'https://t.co/h6s9Rch0gZ', 'display_url': 'pic.twitter.com/h6s9Rch0gZ', 'expanded_url': 'https://twitter.com/dog_rates/status/760190180481531904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 760190172482920448, 'id_str': '760190172482920448', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Coy87yiWYAACtPf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coy87yiWYAACtPf.jpg', 'url': 'https://t.co/h6s9Rch0gZ', 'display_url': 'pic.twitter.com/h6s9Rch0gZ', 'expanded_url': 'https://twitter.com/dog_rates/status/760190180481531904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1653, 'favorite_count': 5354, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
886:760153949710192640
{'created_at': 'Mon Aug 01 16:43:19 +0000 2016', 'id': 760153949710192640, 'id_str': '760153949710192640', 'full_text': 'RT @hownottodraw: The story/person behind @dog_rates is heckin adorable af. 11/10, probably would pet. https://t.co/AG5UnRrmzJ', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'hownottodraw', 'name': 'Kate Gray', 'id': 195036846, 'id_str': '195036846', 'indices': [3, 16]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [42, 52]}], 'urls': [{'url': 'https://t.co/AG5UnRrmzJ', 'expanded_url': 'https://weratedogs.com/pages/about-us', 'display_url': 'weratedogs.com/pages/about-us', 'indices': [103, 126]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Aug 01 16:42:51 +0000 2016', 'id': 760153833259601920, 'id_str': '760153833259601920', 'full_text': 'The story/person behind @dog_rates is heckin adorable af. 11/10, probably would pet. https://t.co/AG5UnRrmzJ', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [24, 34]}], 'urls': [{'url': 'https://t.co/AG5UnRrmzJ', 'expanded_url': 'https://weratedogs.com/pages/about-us', 'display_url': 'weratedogs.com/pages/about-us', 'indices': [85, 108]}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 195036846, 'id_str': '195036846', 'name': 'Kate Gray', 'screen_name': 'hownottodraw', 'location': 'she/they 🏳️\u200d🌈 ✨', 'description': '✨ award-winning writer, dream weaver, visionary, plus journalist ✨\nvariety game streaming: https://t.co/IRT0gNjCGb\ntip jar: https://t.co/8wvRcGaRnQ', 'url': 'https://t.co/Th4kuORu3O', 'entities': {'url': {'urls': [{'url': 'https://t.co/Th4kuORu3O', 'expanded_url': 'http://kategray.horse', 'display_url': 'kategray.horse', 'indices': [0, 23]}]}, 'description': {'urls': [{'url': 'https://t.co/IRT0gNjCGb', 'expanded_url': 'http://twitch.tv/kate_gray', 'display_url': 'twitch.tv/kate_gray', 'indices': [91, 114]}, {'url': 'https://t.co/8wvRcGaRnQ', 'expanded_url': 'http://ko-fi.com/kate_gray', 'display_url': 'ko-fi.com/kate_gray', 'indices': [124, 147]}]}}, 'protected': False, 'followers_count': 20605, 'friends_count': 786, 'listed_count': 237, 'created_at': 'Sat Sep 25 16:45:09 +0000 2010', 'favourites_count': 95474, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': True, 'statuses_count': 87465, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'B2DFDA', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme13/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme13/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1299166474012106752/Y8RrD129_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1299166474012106752/Y8RrD129_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/195036846/1574968233', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': 'EEEEEE', 'profile_sidebar_fill_color': 'FFFFFF', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 28, 'favorite_count': 189, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 28, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
887:759943073749200896
{'created_at': 'Mon Aug 01 02:45:22 +0000 2016', 'id': 759943073749200896, 'id_str': '759943073749200896', 'full_text': "Here's a wicked fast pupper. 12/10 camera could barely keep pup https://t.co/HtAR6gpUAu", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/HtAR6gpUAu', 'expanded_url': 'https://vine.co/v/5AJm5pq7Kav', 'display_url': 'vine.co/v/5AJm5pq7Kav', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1934, 'favorite_count': 5532, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
888:759923798737051648
check_again
889:759846353224826880
{'created_at': 'Sun Jul 31 20:21:02 +0000 2016', 'id': 759846353224826880, 'id_str': '759846353224826880', 'full_text': "This is Kirby. He's a Beneblip Cumberpat. Pretty heckin rare. 11/10 would put my face against his face https://t.co/fd6uucghY6", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759846345045835776, 'id_str': '759846345045835776', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CouEOZhWAAAgFpE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CouEOZhWAAAgFpE.jpg', 'url': 'https://t.co/fd6uucghY6', 'display_url': 'pic.twitter.com/fd6uucghY6', 'expanded_url': 'https://twitter.com/dog_rates/status/759846353224826880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759846345045835776, 'id_str': '759846345045835776', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CouEOZhWAAAgFpE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CouEOZhWAAAgFpE.jpg', 'url': 'https://t.co/fd6uucghY6', 'display_url': 'pic.twitter.com/fd6uucghY6', 'expanded_url': 'https://twitter.com/dog_rates/status/759846353224826880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1799, 'favorite_count': 6300, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
890:759793422261743616
{'created_at': 'Sun Jul 31 16:50:42 +0000 2016', 'id': 759793422261743616, 'id_str': '759793422261743616', 'full_text': 'Meet Maggie & Lila. Maggie is the doggo, Lila is the pupper. They are sisters. Both 12/10 would pet at the same time https://t.co/MYwR4DQKll', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759793413751472128, 'id_str': '759793413751472128', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CotUFZFWgAAQOCz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CotUFZFWgAAQOCz.jpg', 'url': 'https://t.co/MYwR4DQKll', 'display_url': 'pic.twitter.com/MYwR4DQKll', 'expanded_url': 'https://twitter.com/dog_rates/status/759793422261743616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759793413751472128, 'id_str': '759793413751472128', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CotUFZFWgAAQOCz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CotUFZFWgAAQOCz.jpg', 'url': 'https://t.co/MYwR4DQKll', 'display_url': 'pic.twitter.com/MYwR4DQKll', 'expanded_url': 'https://twitter.com/dog_rates/status/759793422261743616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 759793413747273728, 'id_str': '759793413747273728', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CotUFZEWcAA2Pku.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CotUFZEWcAA2Pku.jpg', 'url': 'https://t.co/MYwR4DQKll', 'display_url': 'pic.twitter.com/MYwR4DQKll', 'expanded_url': 'https://twitter.com/dog_rates/status/759793422261743616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1762, 'favorite_count': 5583, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
891:759566828574212096
check_again
892:759557299618865152
{'created_at': 'Sun Jul 31 01:12:26 +0000 2016', 'id': 759557299618865152, 'id_str': '759557299618865152', 'full_text': "This is Emma. She can't believe her last guess didn't hit. Convinced ur stacking them on top of each other. 10/10 https://t.co/JRV1dhBYwu", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759557292580806657, 'id_str': '759557292580806657', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cop9VVLWIAEsbrM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cop9VVLWIAEsbrM.jpg', 'url': 'https://t.co/JRV1dhBYwu', 'display_url': 'pic.twitter.com/JRV1dhBYwu', 'expanded_url': 'https://twitter.com/dog_rates/status/759557299618865152/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759557292580806657, 'id_str': '759557292580806657', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cop9VVLWIAEsbrM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cop9VVLWIAEsbrM.jpg', 'url': 'https://t.co/JRV1dhBYwu', 'display_url': 'pic.twitter.com/JRV1dhBYwu', 'expanded_url': 'https://twitter.com/dog_rates/status/759557299618865152/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 759557292618645504, 'id_str': '759557292618645504', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cop9VVUXgAAhX9u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cop9VVUXgAAhX9u.jpg', 'url': 'https://t.co/JRV1dhBYwu', 'display_url': 'pic.twitter.com/JRV1dhBYwu', 'expanded_url': 'https://twitter.com/dog_rates/status/759557299618865152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 759557292605988864, 'id_str': '759557292605988864', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cop9VVRWYAAqkln.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cop9VVRWYAAqkln.jpg', 'url': 'https://t.co/JRV1dhBYwu', 'display_url': 'pic.twitter.com/JRV1dhBYwu', 'expanded_url': 'https://twitter.com/dog_rates/status/759557299618865152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1105, 'favorite_count': 4406, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
893:759447681597108224
{'created_at': 'Sat Jul 30 17:56:51 +0000 2016', 'id': 759447681597108224, 'id_str': '759447681597108224', 'full_text': 'This is Oakley. He has no idea what happened here. Even offered to help clean it up. 11/10 such a heckin good boy https://t.co/vT3JM8b989', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759447672080175104, 'id_str': '759447672080175104', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'url': 'https://t.co/vT3JM8b989', 'display_url': 'pic.twitter.com/vT3JM8b989', 'expanded_url': 'https://twitter.com/dog_rates/status/759447681597108224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759447672080175104, 'id_str': '759447672080175104', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CooZok_WEAA7oPw.jpg', 'url': 'https://t.co/vT3JM8b989', 'display_url': 'pic.twitter.com/vT3JM8b989', 'expanded_url': 'https://twitter.com/dog_rates/status/759447681597108224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2275, 'favorite_count': 7949, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
894:759446261539934208
{'created_at': 'Sat Jul 30 17:51:13 +0000 2016', 'id': 759446261539934208, 'id_str': '759446261539934208', 'full_text': "No no no this is all wrong. The Walmart had to have run into the dog driving the car. 10/10 someone tell him it's ok\nhttps://t.co/fRaTGcj68A", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/fRaTGcj68A', 'expanded_url': 'https://twitter.com/wsaznews/status/759167558763196416', 'display_url': 'twitter.com/wsaznews/statu…', 'indices': [117, 140]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 759167558763196416, 'quoted_status_id_str': '759167558763196416', 'quoted_status_permalink': {'url': 'https://t.co/fRaTGcj68A', 'expanded': 'https://twitter.com/wsaznews/status/759167558763196416', 'display': 'twitter.com/wsaznews/statu…'}, 'quoted_status': {'created_at': 'Fri Jul 29 23:23:45 +0000 2016', 'id': 759167558763196416, 'id_str': '759167558763196416', 'full_text': 'Dog crashes car into Walmart https://t.co/pg070g3w3r', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/pg070g3w3r', 'expanded_url': 'http://bit.ly/2aaKfQo', 'display_url': 'bit.ly/2aaKfQo', 'indices': [29, 52]}]}, 'source': '<a href="http://twitterfeed.com" rel="nofollow">twitterfeed</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 19925980, 'id_str': '19925980', 'name': 'WSAZ NewsChannel 3', 'screen_name': 'WSAZnews', 'location': 'Huntington-Charleston,WV', 'description': "This is WSAZ's online news feed. For Breaking News, follow @WSAZbreaking", 'url': 'https://t.co/75BgHF4ZQP', 'entities': {'url': {'urls': [{'url': 'https://t.co/75BgHF4ZQP', 'expanded_url': 'http://www.wsaz.com', 'display_url': 'wsaz.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 112878, 'friends_count': 8, 'listed_count': 551, 'created_at': 'Mon Feb 02 19:48:04 +0000 2009', 'favourites_count': 220, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': True, 'statuses_count': 68571, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'B2DFDA', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme2/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme2/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1509897594717286424/yOMJ1lHJ_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1509897594717286424/yOMJ1lHJ_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/19925980/1633363031', 'profile_link_color': '93A644', 'profile_sidebar_border_color': 'EEEEEE', 'profile_sidebar_fill_color': 'FFFFFF', 'profile_text_color': '333333', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 259, 'favorite_count': 238, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 454, 'favorite_count': 1565, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
895:759197388317847553
{'created_at': 'Sat Jul 30 01:22:17 +0000 2016', 'id': 759197388317847553, 'id_str': '759197388317847553', 'full_text': "This is Luna. She's just heckin precious af I have nothing else to say. 12/10 https://t.co/gQH2mmKIJW", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759197380596170757, 'id_str': '759197380596170757', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cok1_sjXgAU3xpp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cok1_sjXgAU3xpp.jpg', 'url': 'https://t.co/gQH2mmKIJW', 'display_url': 'pic.twitter.com/gQH2mmKIJW', 'expanded_url': 'https://twitter.com/dog_rates/status/759197388317847553/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759197380596170757, 'id_str': '759197380596170757', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cok1_sjXgAU3xpp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cok1_sjXgAU3xpp.jpg', 'url': 'https://t.co/gQH2mmKIJW', 'display_url': 'pic.twitter.com/gQH2mmKIJW', 'expanded_url': 'https://twitter.com/dog_rates/status/759197388317847553/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 759197380587708417, 'id_str': '759197380587708417', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cok1_shWYAEbBKB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cok1_shWYAEbBKB.jpg', 'url': 'https://t.co/gQH2mmKIJW', 'display_url': 'pic.twitter.com/gQH2mmKIJW', 'expanded_url': 'https://twitter.com/dog_rates/status/759197388317847553/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 759197380587708416, 'id_str': '759197380587708416', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/Cok1_shWYAAJepN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cok1_shWYAAJepN.jpg', 'url': 'https://t.co/gQH2mmKIJW', 'display_url': 'pic.twitter.com/gQH2mmKIJW', 'expanded_url': 'https://twitter.com/dog_rates/status/759197388317847553/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1804, 'favorite_count': 5700, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
896:759159934323924993
{'created_at': 'Fri Jul 29 22:53:27 +0000 2016', 'id': 759159934323924993, 'id_str': '759159934323924993', 'full_text': 'RT @dog_rates: AT DAWN...\nWE RIDE\n\n11/10 https://t.co/QnfO7HEQGA', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 670319122597543936, 'id_str': '670319122597543936', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'url': 'https://t.co/QnfO7HEQGA', 'display_url': 'pic.twitter.com/QnfO7HEQGA', 'expanded_url': 'https://twitter.com/dog_rates/status/670319130621435904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'small': {'w': 680, 'h': 508, 'resize': 'fit'}}, 'source_status_id': 670319130621435904, 'source_status_id_str': '670319130621435904', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 670319122597543936, 'id_str': '670319122597543936', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'url': 'https://t.co/QnfO7HEQGA', 'display_url': 'pic.twitter.com/QnfO7HEQGA', 'expanded_url': 'https://twitter.com/dog_rates/status/670319130621435904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'small': {'w': 680, 'h': 508, 'resize': 'fit'}}, 'source_status_id': 670319130621435904, 'source_status_id_str': '670319130621435904', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Nov 27 19:11:49 +0000 2015', 'id': 670319130621435904, 'id_str': '670319130621435904', 'full_text': 'AT DAWN...\nWE RIDE\n\n11/10 https://t.co/QnfO7HEQGA', 'truncated': False, 'display_text_range': [0, 49], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670319122597543936, 'id_str': '670319122597543936', 'indices': [26, 49], 'media_url': 'http://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'url': 'https://t.co/QnfO7HEQGA', 'display_url': 'pic.twitter.com/QnfO7HEQGA', 'expanded_url': 'https://twitter.com/dog_rates/status/670319130621435904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'small': {'w': 680, 'h': 508, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670319122597543936, 'id_str': '670319122597543936', 'indices': [26, 49], 'media_url': 'http://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'url': 'https://t.co/QnfO7HEQGA', 'display_url': 'pic.twitter.com/QnfO7HEQGA', 'expanded_url': 'https://twitter.com/dog_rates/status/670319130621435904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'small': {'w': 680, 'h': 508, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1067, 'favorite_count': 3471, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1067, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
897:759099523532779520
{'created_at': 'Fri Jul 29 18:53:24 +0000 2016', 'id': 759099523532779520, 'id_str': '759099523532779520', 'full_text': 'Meet Toby. He has a drinking problem. Inflatable marijuana plant in the back is also not a good look. 7/10 cmon Toby https://t.co/Cim4DSj6Oi', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759099516616339456, 'id_str': '759099516616339456', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cojc_Q0WcAAqi_K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cojc_Q0WcAAqi_K.jpg', 'url': 'https://t.co/Cim4DSj6Oi', 'display_url': 'pic.twitter.com/Cim4DSj6Oi', 'expanded_url': 'https://twitter.com/dog_rates/status/759099523532779520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759099516616339456, 'id_str': '759099516616339456', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cojc_Q0WcAAqi_K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cojc_Q0WcAAqi_K.jpg', 'url': 'https://t.co/Cim4DSj6Oi', 'display_url': 'pic.twitter.com/Cim4DSj6Oi', 'expanded_url': 'https://twitter.com/dog_rates/status/759099523532779520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3826, 'favorite_count': 13634, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
898:759047813560868866
{'created_at': 'Fri Jul 29 15:27:55 +0000 2016', 'id': 759047813560868866, 'id_str': '759047813560868866', 'full_text': "This is Spencer. He's part of the Queen's Guard. Takes his job very seriously. 11/10 https://t.co/8W5iSOgXfx", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 759047798813712385, 'id_str': '759047798813712385', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Coit84_VYAEMtLi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coit84_VYAEMtLi.jpg', 'url': 'https://t.co/8W5iSOgXfx', 'display_url': 'pic.twitter.com/8W5iSOgXfx', 'expanded_url': 'https://twitter.com/dog_rates/status/759047813560868866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 759047798813712385, 'id_str': '759047798813712385', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Coit84_VYAEMtLi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coit84_VYAEMtLi.jpg', 'url': 'https://t.co/8W5iSOgXfx', 'display_url': 'pic.twitter.com/8W5iSOgXfx', 'expanded_url': 'https://twitter.com/dog_rates/status/759047813560868866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 759047798574686208, 'id_str': '759047798574686208', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Coit84GWIAAPnXq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coit84GWIAAPnXq.jpg', 'url': 'https://t.co/8W5iSOgXfx', 'display_url': 'pic.twitter.com/8W5iSOgXfx', 'expanded_url': 'https://twitter.com/dog_rates/status/759047813560868866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1851, 'favorite_count': 6076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
899:758854675097526272
{'created_at': 'Fri Jul 29 02:40:28 +0000 2016', 'id': 758854675097526272, 'id_str': '758854675097526272', 'full_text': 'This is Lilli Bee & Honey Bear. Unfortunately, they were both born with no eyes. So heckin sad. Both 11/10 https://t.co/4UrfOZhztW', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758854659951865861, 'id_str': '758854659951865861', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cof-SuqUsAU8fp-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cof-SuqUsAU8fp-.jpg', 'url': 'https://t.co/4UrfOZhztW', 'display_url': 'pic.twitter.com/4UrfOZhztW', 'expanded_url': 'https://twitter.com/dog_rates/status/758854675097526272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 791, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 791, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758854659951865861, 'id_str': '758854659951865861', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cof-SuqUsAU8fp-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cof-SuqUsAU8fp-.jpg', 'url': 'https://t.co/4UrfOZhztW', 'display_url': 'pic.twitter.com/4UrfOZhztW', 'expanded_url': 'https://twitter.com/dog_rates/status/758854675097526272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 791, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 791, 'resize': 'fit'}}}, {'id': 758854659968602113, 'id_str': '758854659968602113', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cof-SuuUEAEu23X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cof-SuuUEAEu23X.jpg', 'url': 'https://t.co/4UrfOZhztW', 'display_url': 'pic.twitter.com/4UrfOZhztW', 'expanded_url': 'https://twitter.com/dog_rates/status/758854675097526272/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}, {'id': 758854659977064448, 'id_str': '758854659977064448', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cof-SuwVMAAaEU8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cof-SuwVMAAaEU8.jpg', 'url': 'https://t.co/4UrfOZhztW', 'display_url': 'pic.twitter.com/4UrfOZhztW', 'expanded_url': 'https://twitter.com/dog_rates/status/758854675097526272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 609, 'h': 404, 'resize': 'fit'}, 'medium': {'w': 609, 'h': 404, 'resize': 'fit'}, 'small': {'w': 609, 'h': 404, 'resize': 'fit'}}}, {'id': 758854659951910912, 'id_str': '758854659951910912', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cof-SuqVYAAs4kZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cof-SuqVYAAs4kZ.jpg', 'url': 'https://t.co/4UrfOZhztW', 'display_url': 'pic.twitter.com/4UrfOZhztW', 'expanded_url': 'https://twitter.com/dog_rates/status/758854675097526272/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 566, 'h': 628, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 566, 'h': 628, 'resize': 'fit'}, 'large': {'w': 566, 'h': 628, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 842, 'favorite_count': 3327, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
900:758828659922702336
Rate limit reached. Sleeping for: 131
{'created_at': 'Fri Jul 29 00:57:05 +0000 2016', 'id': 758828659922702336, 'id_str': '758828659922702336', 'full_text': 'This doggo is just waiting for someone to be proud of her and her accomplishment. 13/10 legendary af https://t.co/9T2h14yn4Q', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758828647570558976, 'id_str': '758828647570558976', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cofmom_VUAA4dRO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cofmom_VUAA4dRO.jpg', 'url': 'https://t.co/9T2h14yn4Q', 'display_url': 'pic.twitter.com/9T2h14yn4Q', 'expanded_url': 'https://twitter.com/dog_rates/status/758828659922702336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 560, 'resize': 'fit'}, 'medium': {'w': 564, 'h': 560, 'resize': 'fit'}, 'large': {'w': 564, 'h': 560, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758828647570558976, 'id_str': '758828647570558976', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cofmom_VUAA4dRO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cofmom_VUAA4dRO.jpg', 'url': 'https://t.co/9T2h14yn4Q', 'display_url': 'pic.twitter.com/9T2h14yn4Q', 'expanded_url': 'https://twitter.com/dog_rates/status/758828659922702336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 560, 'resize': 'fit'}, 'medium': {'w': 564, 'h': 560, 'resize': 'fit'}, 'large': {'w': 564, 'h': 560, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3557, 'favorite_count': 10486, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
901:758740312047005698
{'created_at': 'Thu Jul 28 19:06:01 +0000 2016', 'id': 758740312047005698, 'id_str': '758740312047005698', 'full_text': "Meet Boston. He's worried because his tongue won't fit all the way in his mouth. 12/10 it'll be ok deep breaths pup https://t.co/rfWQ4T9iQj", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758740300751708160, 'id_str': '758740300751708160', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CoeWSJcUIAAv3Bq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoeWSJcUIAAv3Bq.jpg', 'url': 'https://t.co/rfWQ4T9iQj', 'display_url': 'pic.twitter.com/rfWQ4T9iQj', 'expanded_url': 'https://twitter.com/dog_rates/status/758740312047005698/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 735, 'h': 737, 'resize': 'fit'}, 'small': {'w': 678, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 735, 'h': 737, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758740300751708160, 'id_str': '758740300751708160', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CoeWSJcUIAAv3Bq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoeWSJcUIAAv3Bq.jpg', 'url': 'https://t.co/rfWQ4T9iQj', 'display_url': 'pic.twitter.com/rfWQ4T9iQj', 'expanded_url': 'https://twitter.com/dog_rates/status/758740312047005698/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 735, 'h': 737, 'resize': 'fit'}, 'small': {'w': 678, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 735, 'h': 737, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1499, 'favorite_count': 5381, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
902:758474966123810816
{'created_at': 'Thu Jul 28 01:31:38 +0000 2016', 'id': 758474966123810816, 'id_str': '758474966123810816', 'full_text': 'This is Brandonald. He accidentally opened the front facing camera. Playing it off rather heckin well. 11/10 https://t.co/uPUAotqQtM', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758474885559615488, 'id_str': '758474885559615488', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/Coak48zWAAAhBxV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coak48zWAAAhBxV.jpg', 'url': 'https://t.co/uPUAotqQtM', 'display_url': 'pic.twitter.com/uPUAotqQtM', 'expanded_url': 'https://twitter.com/dog_rates/status/758474966123810816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758474885559615488, 'id_str': '758474885559615488', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/Coak48zWAAAhBxV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Coak48zWAAAhBxV.jpg', 'url': 'https://t.co/uPUAotqQtM', 'display_url': 'pic.twitter.com/uPUAotqQtM', 'expanded_url': 'https://twitter.com/dog_rates/status/758474966123810816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 914, 'favorite_count': 3562, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
903:758467244762497024
{'created_at': 'Thu Jul 28 01:00:57 +0000 2016', 'id': 758467244762497024, 'id_str': '758467244762497024', 'full_text': 'Why does this never happen at my front door... 165/150 https://t.co/HmwrdfEfUE', 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758467147756691456, 'id_str': '758467147756691456', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/758467147756691456/pu/img/YTNzjRFDSPNXukmM.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/758467147756691456/pu/img/YTNzjRFDSPNXukmM.jpg', 'url': 'https://t.co/HmwrdfEfUE', 'display_url': 'pic.twitter.com/HmwrdfEfUE', 'expanded_url': 'https://twitter.com/dog_rates/status/758467244762497024/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758467147756691456, 'id_str': '758467147756691456', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/758467147756691456/pu/img/YTNzjRFDSPNXukmM.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/758467147756691456/pu/img/YTNzjRFDSPNXukmM.jpg', 'url': 'https://t.co/HmwrdfEfUE', 'display_url': 'pic.twitter.com/HmwrdfEfUE', 'expanded_url': 'https://twitter.com/dog_rates/status/758467244762497024/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 19013, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/758467147756691456/pu/vid/180x320/ajPqRhUto7kev5y0.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/758467147756691456/pu/pl/oAzNNYfZJy8wShWm.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2029, 'favorite_count': 4477, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
904:758405701903519748
{'created_at': 'Wed Jul 27 20:56:24 +0000 2016', 'id': 758405701903519748, 'id_str': '758405701903519748', 'full_text': 'This is Odie. He falls asleep wherever he wants. Must be nice. 10/10 https://t.co/M9BXCSDVjh', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758405694332735488, 'id_str': '758405694332735488', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CoZl9fZWEAACdjg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoZl9fZWEAACdjg.jpg', 'url': 'https://t.co/M9BXCSDVjh', 'display_url': 'pic.twitter.com/M9BXCSDVjh', 'expanded_url': 'https://twitter.com/dog_rates/status/758405701903519748/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758405694332735488, 'id_str': '758405694332735488', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CoZl9fZWEAACdjg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoZl9fZWEAACdjg.jpg', 'url': 'https://t.co/M9BXCSDVjh', 'display_url': 'pic.twitter.com/M9BXCSDVjh', 'expanded_url': 'https://twitter.com/dog_rates/status/758405701903519748/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 758405694332829700, 'id_str': '758405694332829700', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CoZl9fZXgAQcFGC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoZl9fZXgAQcFGC.jpg', 'url': 'https://t.co/M9BXCSDVjh', 'display_url': 'pic.twitter.com/M9BXCSDVjh', 'expanded_url': 'https://twitter.com/dog_rates/status/758405701903519748/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 758405694324375553, 'id_str': '758405694324375553', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CoZl9fXWgAElYtH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoZl9fXWgAElYtH.jpg', 'url': 'https://t.co/M9BXCSDVjh', 'display_url': 'pic.twitter.com/M9BXCSDVjh', 'expanded_url': 'https://twitter.com/dog_rates/status/758405701903519748/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 758405694324375555, 'id_str': '758405694324375555', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CoZl9fXWgAMox0n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoZl9fXWgAMox0n.jpg', 'url': 'https://t.co/M9BXCSDVjh', 'display_url': 'pic.twitter.com/M9BXCSDVjh', 'expanded_url': 'https://twitter.com/dog_rates/status/758405701903519748/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1764, 'favorite_count': 4877, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
905:758355060040593408
{'created_at': 'Wed Jul 27 17:35:10 +0000 2016', 'id': 758355060040593408, 'id_str': '758355060040593408', 'full_text': "This is Corey. He's a Portobello Corgicool. Trying to convince you that he's not a hipster. 11/10 yea right Corey https://t.co/NzWUrFZydr", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758355003270651905, 'id_str': '758355003270651905', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CoY324eWYAEiDOG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoY324eWYAEiDOG.jpg', 'url': 'https://t.co/NzWUrFZydr', 'display_url': 'pic.twitter.com/NzWUrFZydr', 'expanded_url': 'https://twitter.com/dog_rates/status/758355060040593408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 515, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 989, 'resize': 'fit'}, 'large': {'w': 749, 'h': 989, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758355003270651905, 'id_str': '758355003270651905', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CoY324eWYAEiDOG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoY324eWYAEiDOG.jpg', 'url': 'https://t.co/NzWUrFZydr', 'display_url': 'pic.twitter.com/NzWUrFZydr', 'expanded_url': 'https://twitter.com/dog_rates/status/758355060040593408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 515, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 989, 'resize': 'fit'}, 'large': {'w': 749, 'h': 989, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 966, 'favorite_count': 3158, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
906:758099635764359168
{'created_at': 'Wed Jul 27 00:40:12 +0000 2016', 'id': 758099635764359168, 'id_str': '758099635764359168', 'full_text': "In case you haven't seen the most dramatic sneeze ever... 13/10 https://t.co/iy7ylyZcsE", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/iy7ylyZcsE', 'expanded_url': 'https://vine.co/v/hQJbaj1VpIz', 'display_url': 'vine.co/v/hQJbaj1VpIz', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9160, 'favorite_count': 17744, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
907:758041019896193024
{'created_at': 'Tue Jul 26 20:47:17 +0000 2016', 'id': 758041019896193024, 'id_str': '758041019896193024', 'full_text': "Teagan reads entire books in store so they're free. Loved 50 Shades of Grey (how dare I make that joke so late) 9/10 https://t.co/l46jwv5WYv", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 758041011524427776, 'id_str': '758041011524427776', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CoUaSKEXYAAYsAl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoUaSKEXYAAYsAl.jpg', 'url': 'https://t.co/l46jwv5WYv', 'display_url': 'pic.twitter.com/l46jwv5WYv', 'expanded_url': 'https://twitter.com/dog_rates/status/758041019896193024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 758041011524427776, 'id_str': '758041011524427776', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CoUaSKEXYAAYsAl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoUaSKEXYAAYsAl.jpg', 'url': 'https://t.co/l46jwv5WYv', 'display_url': 'pic.twitter.com/l46jwv5WYv', 'expanded_url': 'https://twitter.com/dog_rates/status/758041019896193024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 339, 'favorite_count': 2532, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
908:757741869644341248
{'created_at': 'Tue Jul 26 00:58:34 +0000 2016', 'id': 757741869644341248, 'id_str': '757741869644341248', 'full_text': 'This is Leonard. He hides in bushes to escape his problems. 10/10 relatable af https://t.co/TdyGTcX0uo', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757741862451109889, 'id_str': '757741862451109889', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CoQKNY7XYAE_cuX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoQKNY7XYAE_cuX.jpg', 'url': 'https://t.co/TdyGTcX0uo', 'display_url': 'pic.twitter.com/TdyGTcX0uo', 'expanded_url': 'https://twitter.com/dog_rates/status/757741869644341248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757741862451109889, 'id_str': '757741862451109889', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CoQKNY7XYAE_cuX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoQKNY7XYAE_cuX.jpg', 'url': 'https://t.co/TdyGTcX0uo', 'display_url': 'pic.twitter.com/TdyGTcX0uo', 'expanded_url': 'https://twitter.com/dog_rates/status/757741869644341248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 757741862467821569, 'id_str': '757741862467821569', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CoQKNY_WYAEnC4D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoQKNY_WYAEnC4D.jpg', 'url': 'https://t.co/TdyGTcX0uo', 'display_url': 'pic.twitter.com/TdyGTcX0uo', 'expanded_url': 'https://twitter.com/dog_rates/status/757741869644341248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 907, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 603, 'h': 680, 'resize': 'fit'}, 'large': {'w': 907, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3027, 'favorite_count': 6419, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
909:757729163776290825
{'created_at': 'Tue Jul 26 00:08:05 +0000 2016', 'id': 757729163776290825, 'id_str': '757729163776290825', 'full_text': 'RT @dog_rates: This is Chompsky. He lives up to his name. 11/10 https://t.co/Xl37lQEWd0', 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 679062609438445568, 'id_str': '679062609438445568', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 679062614270468097, 'source_status_id_str': '679062614270468097', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 679062609438445568, 'id_str': '679062609438445568', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}}, 'source_status_id': 679062614270468097, 'source_status_id_str': '679062614270468097', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}, {'id': 679062609467826180, 'id_str': '679062609467826180', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CWyD2HGUYAQ1Xa7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2HGUYAQ1Xa7.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 856, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 568, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 856, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 679062614270468097, 'source_status_id_str': '679062614270468097', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Dec 21 22:15:18 +0000 2015', 'id': 679062614270468097, 'id_str': '679062614270468097', 'full_text': 'This is Chompsky. He lives up to his name. 11/10 https://t.co/Xl37lQEWd0', 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679062609438445568, 'id_str': '679062609438445568', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679062609438445568, 'id_str': '679062609438445568', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}}}, {'id': 679062609467826180, 'id_str': '679062609467826180', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CWyD2HGUYAQ1Xa7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2HGUYAQ1Xa7.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 856, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 568, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 856, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7215, 'favorite_count': 15497, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7215, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
910:757725642876129280
{'created_at': 'Mon Jul 25 23:54:05 +0000 2016', 'id': 757725642876129280, 'id_str': '757725642876129280', 'full_text': "This is Beckham. He fell asleep at the wheel. Very churlish. Looks to have a backpup driver tho. That's good. 11/10 https://t.co/rptsOm73Wr", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757725635913584640, 'id_str': '757725635913584640', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CoP7c4XWEAAgpyB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoP7c4XWEAAgpyB.jpg', 'url': 'https://t.co/rptsOm73Wr', 'display_url': 'pic.twitter.com/rptsOm73Wr', 'expanded_url': 'https://twitter.com/dog_rates/status/757725642876129280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757725635913584640, 'id_str': '757725635913584640', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CoP7c4XWEAAgpyB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoP7c4XWEAAgpyB.jpg', 'url': 'https://t.co/rptsOm73Wr', 'display_url': 'pic.twitter.com/rptsOm73Wr', 'expanded_url': 'https://twitter.com/dog_rates/status/757725642876129280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 757725635930386432, 'id_str': '757725635930386432', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CoP7c4bWcAAr55g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoP7c4bWcAAr55g.jpg', 'url': 'https://t.co/rptsOm73Wr', 'display_url': 'pic.twitter.com/rptsOm73Wr', 'expanded_url': 'https://twitter.com/dog_rates/status/757725642876129280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1113, 'favorite_count': 4255, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
911:757611664640446465
{'created_at': 'Mon Jul 25 16:21:11 +0000 2016', 'id': 757611664640446465, 'id_str': '757611664640446465', 'full_text': 'This is Cooper. He tries to come across as feisty but it never works for very long. 12/10 https://t.co/AVks8DjHwB', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757611655744393216, 'id_str': '757611655744393216', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CoOTyXJXEAAtjs9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOTyXJXEAAtjs9.jpg', 'url': 'https://t.co/AVks8DjHwB', 'display_url': 'pic.twitter.com/AVks8DjHwB', 'expanded_url': 'https://twitter.com/dog_rates/status/757611664640446465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757611655744393216, 'id_str': '757611655744393216', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CoOTyXJXEAAtjs9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOTyXJXEAAtjs9.jpg', 'url': 'https://t.co/AVks8DjHwB', 'display_url': 'pic.twitter.com/AVks8DjHwB', 'expanded_url': 'https://twitter.com/dog_rates/status/757611664640446465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 757611655752802304, 'id_str': '757611655752802304', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CoOTyXLXYAAwxtu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOTyXLXYAAwxtu.jpg', 'url': 'https://t.co/AVks8DjHwB', 'display_url': 'pic.twitter.com/AVks8DjHwB', 'expanded_url': 'https://twitter.com/dog_rates/status/757611664640446465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 757611655828238336, 'id_str': '757611655828238336', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CoOTyXdWcAAR9Z6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOTyXdWcAAR9Z6.jpg', 'url': 'https://t.co/AVks8DjHwB', 'display_url': 'pic.twitter.com/AVks8DjHwB', 'expanded_url': 'https://twitter.com/dog_rates/status/757611664640446465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1009, 'favorite_count': 4291, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
912:757597904299253760
{'created_at': 'Mon Jul 25 15:26:30 +0000 2016', 'id': 757597904299253760, 'id_str': '757597904299253760', 'full_text': 'RT @jon_hill987: @dog_rates There is a cunningly disguised pupper here mate! 11/10 at least. https://t.co/7boff8zojZ', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [17, 27]}], 'urls': [], 'media': [{'id': 757596935922515969, 'id_str': '757596935922515969', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'url': 'https://t.co/7boff8zojZ', 'display_url': 'pic.twitter.com/7boff8zojZ', 'expanded_url': 'https://twitter.com/jon_hill987/status/757597141099548672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 757597141099548672, 'source_status_id_str': '757597141099548672', 'source_user_id': 280479778, 'source_user_id_str': '280479778'}]}, 'extended_entities': {'media': [{'id': 757596935922515969, 'id_str': '757596935922515969', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'url': 'https://t.co/7boff8zojZ', 'display_url': 'pic.twitter.com/7boff8zojZ', 'expanded_url': 'https://twitter.com/jon_hill987/status/757597141099548672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 757597141099548672, 'source_status_id_str': '757597141099548672', 'source_user_id': 280479778, 'source_user_id_str': '280479778'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Jul 25 15:23:28 +0000 2016', 'id': 757597141099548672, 'id_str': '757597141099548672', 'full_text': '@dog_rates There is a cunningly disguised pupper here mate! 11/10 at least. https://t.co/7boff8zojZ', 'truncated': False, 'display_text_range': [11, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [0, 10]}], 'urls': [], 'media': [{'id': 757596935922515969, 'id_str': '757596935922515969', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'url': 'https://t.co/7boff8zojZ', 'display_url': 'pic.twitter.com/7boff8zojZ', 'expanded_url': 'https://twitter.com/jon_hill987/status/757597141099548672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757596935922515969, 'id_str': '757596935922515969', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOGZjiWAAEMKGx.jpg', 'url': 'https://t.co/7boff8zojZ', 'display_url': 'pic.twitter.com/7boff8zojZ', 'expanded_url': 'https://twitter.com/jon_hill987/status/757597141099548672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': 757596066325864448, 'in_reply_to_status_id_str': '757596066325864448', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 280479778, 'id_str': '280479778', 'name': '𝕵𝖔𝖓', 'screen_name': 'jon_hill84', 'location': ', people Gloucester, England', 'description': 'Getting married to the wonderful 💘@NeuroCandies💘on 8th August #WeMetOnTwitter \n\nStroke survivor at 37 watch your BP!', 'url': 'https://t.co/DcL4MWr06f', 'entities': {'url': {'urls': [{'url': 'https://t.co/DcL4MWr06f', 'expanded_url': 'http://www.instagram.com/jonhill987?r=nametag', 'display_url': 'instagram.com/jonhill987?r=n…', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 922, 'friends_count': 966, 'listed_count': 12, 'created_at': 'Mon Apr 11 12:08:44 +0000 2011', 'favourites_count': 116176, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': False, 'statuses_count': 89133, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '7817B0', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1504481000734138371/hiRPInS4_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1504481000734138371/hiRPInS4_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/280479778/1646831752', 'profile_link_color': '8314A8', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 278, 'favorite_count': 1381, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 278, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
913:757596066325864448
{'created_at': 'Mon Jul 25 15:19:12 +0000 2016', 'id': 757596066325864448, 'id_str': '757596066325864448', 'full_text': "Here's another picture without a dog in it. Idk why you guys keep sending these. 4/10 just because that's a neat rug https://t.co/mOmnL19Wsl", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757596060105707520, 'id_str': '757596060105707520', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CoOFmk3WEAAG6ql.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOFmk3WEAAG6ql.jpg', 'url': 'https://t.co/mOmnL19Wsl', 'display_url': 'pic.twitter.com/mOmnL19Wsl', 'expanded_url': 'https://twitter.com/dog_rates/status/757596066325864448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757596060105707520, 'id_str': '757596060105707520', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CoOFmk3WEAAG6ql.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoOFmk3WEAAG6ql.jpg', 'url': 'https://t.co/mOmnL19Wsl', 'display_url': 'pic.twitter.com/mOmnL19Wsl', 'expanded_url': 'https://twitter.com/dog_rates/status/757596066325864448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 959, 'favorite_count': 4073, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
914:757400162377592832
{'created_at': 'Mon Jul 25 02:20:45 +0000 2016', 'id': 757400162377592832, 'id_str': '757400162377592832', 'full_text': "She walks herself up and down the train to be petted by all the passengers. 13/10 I can't handle this https://t.co/gwKCspY8N2", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757400155624792065, 'id_str': '757400155624792065', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CoLTbbzXYAElNM6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLTbbzXYAElNM6.jpg', 'url': 'https://t.co/gwKCspY8N2', 'display_url': 'pic.twitter.com/gwKCspY8N2', 'expanded_url': 'https://twitter.com/dog_rates/status/757400162377592832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757400155624792065, 'id_str': '757400155624792065', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CoLTbbzXYAElNM6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLTbbzXYAElNM6.jpg', 'url': 'https://t.co/gwKCspY8N2', 'display_url': 'pic.twitter.com/gwKCspY8N2', 'expanded_url': 'https://twitter.com/dog_rates/status/757400162377592832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 757400155704455168, 'id_str': '757400155704455168', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CoLTbcGW8AAGdDD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLTbcGW8AAGdDD.jpg', 'url': 'https://t.co/gwKCspY8N2', 'display_url': 'pic.twitter.com/gwKCspY8N2', 'expanded_url': 'https://twitter.com/dog_rates/status/757400162377592832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 757400155750555648, 'id_str': '757400155750555648', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CoLTbcRWYAA9zkN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLTbcRWYAA9zkN.jpg', 'url': 'https://t.co/gwKCspY8N2', 'display_url': 'pic.twitter.com/gwKCspY8N2', 'expanded_url': 'https://twitter.com/dog_rates/status/757400162377592832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6326, 'favorite_count': 14152, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
915:757393109802180609
{'created_at': 'Mon Jul 25 01:52:43 +0000 2016', 'id': 757393109802180609, 'id_str': '757393109802180609', 'full_text': "Here's a doggo completely oblivious to the double rainbow behind him. 10/10 someone tell him https://t.co/OfvRoD6ndV", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757393098737651713, 'id_str': '757393098737651713', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoLNAq2XEAEB6N3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLNAq2XEAEB6N3.jpg', 'url': 'https://t.co/OfvRoD6ndV', 'display_url': 'pic.twitter.com/OfvRoD6ndV', 'expanded_url': 'https://twitter.com/dog_rates/status/757393109802180609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757393098737651713, 'id_str': '757393098737651713', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoLNAq2XEAEB6N3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLNAq2XEAEB6N3.jpg', 'url': 'https://t.co/OfvRoD6ndV', 'display_url': 'pic.twitter.com/OfvRoD6ndV', 'expanded_url': 'https://twitter.com/dog_rates/status/757393109802180609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 757393098754359296, 'id_str': '757393098754359296', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoLNAq6WAAAkmdJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLNAq6WAAAkmdJ.jpg', 'url': 'https://t.co/OfvRoD6ndV', 'display_url': 'pic.twitter.com/OfvRoD6ndV', 'expanded_url': 'https://twitter.com/dog_rates/status/757393109802180609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 757393098750197761, 'id_str': '757393098750197761', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoLNAq5WgAEI0fy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLNAq5WgAEI0fy.jpg', 'url': 'https://t.co/OfvRoD6ndV', 'display_url': 'pic.twitter.com/OfvRoD6ndV', 'expanded_url': 'https://twitter.com/dog_rates/status/757393109802180609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}, {'id': 757393098959978496, 'id_str': '757393098959978496', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CoLNArrXgAAqHkr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoLNArrXgAAqHkr.jpg', 'url': 'https://t.co/OfvRoD6ndV', 'display_url': 'pic.twitter.com/OfvRoD6ndV', 'expanded_url': 'https://twitter.com/dog_rates/status/757393109802180609/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1579, 'favorite_count': 5451, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
916:757354760399941633
{'created_at': 'Sun Jul 24 23:20:20 +0000 2016', 'id': 757354760399941633, 'id_str': '757354760399941633', 'full_text': 'This is Devón (pronounced "Eric"). He forgot how to eat the apple halfway through. Wtf Devón get it together. 8/10 https://t.co/7waRPODGyO', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 757354752359432192, 'id_str': '757354752359432192', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CoKqIndWgAAattd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoKqIndWgAAattd.jpg', 'url': 'https://t.co/7waRPODGyO', 'display_url': 'pic.twitter.com/7waRPODGyO', 'expanded_url': 'https://twitter.com/dog_rates/status/757354760399941633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 757354752359432192, 'id_str': '757354752359432192', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CoKqIndWgAAattd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoKqIndWgAAattd.jpg', 'url': 'https://t.co/7waRPODGyO', 'display_url': 'pic.twitter.com/7waRPODGyO', 'expanded_url': 'https://twitter.com/dog_rates/status/757354760399941633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 757354752426577920, 'id_str': '757354752426577920', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CoKqIntXEAAxpWI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoKqIntXEAAxpWI.jpg', 'url': 'https://t.co/7waRPODGyO', 'display_url': 'pic.twitter.com/7waRPODGyO', 'expanded_url': 'https://twitter.com/dog_rates/status/757354760399941633/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1302, 'favorite_count': 4210, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
917:756998049151549440
{'created_at': 'Sat Jul 23 23:42:53 +0000 2016', 'id': 756998049151549440, 'id_str': '756998049151549440', 'full_text': "This is Oliver. He's an English Creamschnitzel. The rarest of schnitzels. 11/10 would pet quite firmly https://t.co/qbO5X6dYuj", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756998020437278720, 'id_str': '756998020437278720', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CoFlsFfWgAAx8fk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoFlsFfWgAAx8fk.jpg', 'url': 'https://t.co/qbO5X6dYuj', 'display_url': 'pic.twitter.com/qbO5X6dYuj', 'expanded_url': 'https://twitter.com/dog_rates/status/756998049151549440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756998020437278720, 'id_str': '756998020437278720', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CoFlsFfWgAAx8fk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoFlsFfWgAAx8fk.jpg', 'url': 'https://t.co/qbO5X6dYuj', 'display_url': 'pic.twitter.com/qbO5X6dYuj', 'expanded_url': 'https://twitter.com/dog_rates/status/756998049151549440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 756998020441468928, 'id_str': '756998020441468928', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CoFlsFgWcAAw4yZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoFlsFgWcAAw4yZ.jpg', 'url': 'https://t.co/qbO5X6dYuj', 'display_url': 'pic.twitter.com/qbO5X6dYuj', 'expanded_url': 'https://twitter.com/dog_rates/status/756998049151549440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 754, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 754, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 501, 'h': 680, 'resize': 'fit'}}}, {'id': 756998020491771904, 'id_str': '756998020491771904', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CoFlsFsWAAAScZI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoFlsFsWAAAScZI.jpg', 'url': 'https://t.co/qbO5X6dYuj', 'display_url': 'pic.twitter.com/qbO5X6dYuj', 'expanded_url': 'https://twitter.com/dog_rates/status/756998049151549440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 517, 'h': 741, 'resize': 'fit'}, 'large': {'w': 517, 'h': 741, 'resize': 'fit'}, 'small': {'w': 474, 'h': 680, 'resize': 'fit'}}}, {'id': 756998020575690752, 'id_str': '756998020575690752', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CoFlsGAWgAA2YeV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoFlsGAWgAA2YeV.jpg', 'url': 'https://t.co/qbO5X6dYuj', 'display_url': 'pic.twitter.com/qbO5X6dYuj', 'expanded_url': 'https://twitter.com/dog_rates/status/756998049151549440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 951, 'resize': 'fit'}, 'small': {'w': 536, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 951, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1835, 'favorite_count': 5871, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
918:756939218950160384
{'created_at': 'Sat Jul 23 19:49:07 +0000 2016', 'id': 756939218950160384, 'id_str': '756939218950160384', 'full_text': 'This is Jax. He is a majestic mountain pupper. Thinks flat ground is for the weak. 12/10 would totally hike with https://t.co/KGdeHuFJnH', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756939201392807936, 'id_str': '756939201392807936', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CoEwMXeWEAAaIz5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoEwMXeWEAAaIz5.jpg', 'url': 'https://t.co/KGdeHuFJnH', 'display_url': 'pic.twitter.com/KGdeHuFJnH', 'expanded_url': 'https://twitter.com/dog_rates/status/756939218950160384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756939201392807936, 'id_str': '756939201392807936', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CoEwMXeWEAAaIz5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoEwMXeWEAAaIz5.jpg', 'url': 'https://t.co/KGdeHuFJnH', 'display_url': 'pic.twitter.com/KGdeHuFJnH', 'expanded_url': 'https://twitter.com/dog_rates/status/756939218950160384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1841, 'favorite_count': 6224, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
919:756651752796094464
{'created_at': 'Sat Jul 23 00:46:50 +0000 2016', 'id': 756651752796094464, 'id_str': '756651752796094464', 'full_text': 'This is Gert. He just wants you to be happy. 11/10 would pat on the head so damn well https://t.co/l0Iwj6rLFW', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756651745628057600, 'id_str': '756651745628057600', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CoAqwPTW8AAiJlz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoAqwPTW8AAiJlz.jpg', 'url': 'https://t.co/l0Iwj6rLFW', 'display_url': 'pic.twitter.com/l0Iwj6rLFW', 'expanded_url': 'https://twitter.com/dog_rates/status/756651752796094464/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756651745628057600, 'id_str': '756651745628057600', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CoAqwPTW8AAiJlz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CoAqwPTW8AAiJlz.jpg', 'url': 'https://t.co/l0Iwj6rLFW', 'display_url': 'pic.twitter.com/l0Iwj6rLFW', 'expanded_url': 'https://twitter.com/dog_rates/status/756651752796094464/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1192, 'favorite_count': 4705, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
920:756526248105566208
{'created_at': 'Fri Jul 22 16:28:07 +0000 2016', 'id': 756526248105566208, 'id_str': '756526248105566208', 'full_text': 'All hail sky doggo. 13/10 would jump super high to pet https://t.co/CsLRpqdeTF', 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756526239901507585, 'id_str': '756526239901507585', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/Cn-4m2CXYAErPGe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn-4m2CXYAErPGe.jpg', 'url': 'https://t.co/CsLRpqdeTF', 'display_url': 'pic.twitter.com/CsLRpqdeTF', 'expanded_url': 'https://twitter.com/dog_rates/status/756526248105566208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 749, 'h': 419, 'resize': 'fit'}, 'large': {'w': 749, 'h': 419, 'resize': 'fit'}, 'small': {'w': 680, 'h': 380, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756526239901507585, 'id_str': '756526239901507585', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/Cn-4m2CXYAErPGe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn-4m2CXYAErPGe.jpg', 'url': 'https://t.co/CsLRpqdeTF', 'display_url': 'pic.twitter.com/CsLRpqdeTF', 'expanded_url': 'https://twitter.com/dog_rates/status/756526248105566208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 749, 'h': 419, 'resize': 'fit'}, 'large': {'w': 749, 'h': 419, 'resize': 'fit'}, 'small': {'w': 680, 'h': 380, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3305, 'favorite_count': 9719, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
921:756303284449767430
{'created_at': 'Fri Jul 22 01:42:09 +0000 2016', 'id': 756303284449767430, 'id_str': '756303284449767430', 'full_text': 'Pwease accept dis rose on behalf of dog. 11/10 https://t.co/az5BVcIV5I', 'truncated': False, 'display_text_range': [0, 46], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756303244222160896, 'id_str': '756303244222160896', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cn7tyyZWYAAPlAY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7tyyZWYAAPlAY.jpg', 'url': 'https://t.co/az5BVcIV5I', 'display_url': 'pic.twitter.com/az5BVcIV5I', 'expanded_url': 'https://twitter.com/dog_rates/status/756303284449767430/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 742, 'h': 741, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 679, 'resize': 'fit'}, 'medium': {'w': 742, 'h': 741, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756303244222160896, 'id_str': '756303244222160896', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cn7tyyZWYAAPlAY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7tyyZWYAAPlAY.jpg', 'url': 'https://t.co/az5BVcIV5I', 'display_url': 'pic.twitter.com/az5BVcIV5I', 'expanded_url': 'https://twitter.com/dog_rates/status/756303284449767430/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 742, 'h': 741, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 679, 'resize': 'fit'}, 'medium': {'w': 742, 'h': 741, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1005, 'favorite_count': 3703, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
922:756288534030475264
{'created_at': 'Fri Jul 22 00:43:32 +0000 2016', 'id': 756288534030475264, 'id_str': '756288534030475264', 'full_text': "Here's a heartwarming scene of a single father raising his two pups. Downright awe-inspiring af. 12/10 for everyone https://t.co/hfddJ0OiNR", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756288526673649665, 'id_str': '756288526673649665', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cn7gaHQWIAEW7kJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7gaHQWIAEW7kJ.jpg', 'url': 'https://t.co/hfddJ0OiNR', 'display_url': 'pic.twitter.com/hfddJ0OiNR', 'expanded_url': 'https://twitter.com/dog_rates/status/756288534030475264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 380, 'resize': 'fit'}, 'small': {'w': 680, 'h': 287, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 380, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756288526673649665, 'id_str': '756288526673649665', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cn7gaHQWIAEW7kJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7gaHQWIAEW7kJ.jpg', 'url': 'https://t.co/hfddJ0OiNR', 'display_url': 'pic.twitter.com/hfddJ0OiNR', 'expanded_url': 'https://twitter.com/dog_rates/status/756288534030475264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 900, 'h': 380, 'resize': 'fit'}, 'small': {'w': 680, 'h': 287, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 380, 'resize': 'fit'}}}, {'id': 756288526665281538, 'id_str': '756288526665281538', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cn7gaHOWcAIcj5n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7gaHOWcAIcj5n.jpg', 'url': 'https://t.co/hfddJ0OiNR', 'display_url': 'pic.twitter.com/hfddJ0OiNR', 'expanded_url': 'https://twitter.com/dog_rates/status/756288534030475264/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 550, 'h': 538, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 550, 'h': 538, 'resize': 'fit'}, 'small': {'w': 550, 'h': 538, 'resize': 'fit'}}}, {'id': 756288526786895872, 'id_str': '756288526786895872', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cn7gaHrWIAAZJMt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7gaHrWIAAZJMt.jpg', 'url': 'https://t.co/hfddJ0OiNR', 'display_url': 'pic.twitter.com/hfddJ0OiNR', 'expanded_url': 'https://twitter.com/dog_rates/status/756288534030475264/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 550, 'h': 303, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 550, 'h': 303, 'resize': 'fit'}, 'large': {'w': 550, 'h': 303, 'resize': 'fit'}}}, {'id': 756288526841442304, 'id_str': '756288526841442304', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cn7gaH4WcAAyIba.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7gaH4WcAAyIba.jpg', 'url': 'https://t.co/hfddJ0OiNR', 'display_url': 'pic.twitter.com/hfddJ0OiNR', 'expanded_url': 'https://twitter.com/dog_rates/status/756288534030475264/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 565, 'h': 1200, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 773, 'h': 1643, 'resize': 'fit'}, 'small': {'w': 320, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 16331, 'favorite_count': 41230, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
923:756275833623502848
{'created_at': 'Thu Jul 21 23:53:04 +0000 2016', 'id': 756275833623502848, 'id_str': '756275833623502848', 'full_text': 'When ur older siblings get to play in the deep end but dad says ur not old enough. Maybe one day puppo. All 10/10 https://t.co/JrDAzMhwG9', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 756275824932876290, 'id_str': '756275824932876290', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cn7U2xlW8AI9Pqp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7U2xlW8AI9Pqp.jpg', 'url': 'https://t.co/JrDAzMhwG9', 'display_url': 'pic.twitter.com/JrDAzMhwG9', 'expanded_url': 'https://twitter.com/dog_rates/status/756275833623502848/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 574, 'h': 467, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 467, 'resize': 'fit'}, 'large': {'w': 574, 'h': 467, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 756275824932876290, 'id_str': '756275824932876290', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cn7U2xlW8AI9Pqp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7U2xlW8AI9Pqp.jpg', 'url': 'https://t.co/JrDAzMhwG9', 'display_url': 'pic.twitter.com/JrDAzMhwG9', 'expanded_url': 'https://twitter.com/dog_rates/status/756275833623502848/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 574, 'h': 467, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 467, 'resize': 'fit'}, 'large': {'w': 574, 'h': 467, 'resize': 'fit'}}}, {'id': 756275824928624640, 'id_str': '756275824928624640', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cn7U2xkWEAABBZw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cn7U2xkWEAABBZw.jpg', 'url': 'https://t.co/JrDAzMhwG9', 'display_url': 'pic.twitter.com/JrDAzMhwG9', 'expanded_url': 'https://twitter.com/dog_rates/status/756275833623502848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 541, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 721, 'resize': 'fit'}, 'large': {'w': 574, 'h': 721, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1406, 'favorite_count': 5987, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
924:755955933503782912
{'created_at': 'Thu Jul 21 02:41:54 +0000 2016', 'id': 755955933503782912, 'id_str': '755955933503782912', 'full_text': "Here's a frustrated pupper attempting to escape a pool of Frosted Flakes. 12/10 https://t.co/GAYViEweWr", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 755955658164465664, 'id_str': '755955658164465664', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/755955658164465664/pu/img/YcjfthN7C3z61GUj.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/755955658164465664/pu/img/YcjfthN7C3z61GUj.jpg', 'url': 'https://t.co/GAYViEweWr', 'display_url': 'pic.twitter.com/GAYViEweWr', 'expanded_url': 'https://twitter.com/dog_rates/status/755955933503782912/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 755955658164465664, 'id_str': '755955658164465664', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/755955658164465664/pu/img/YcjfthN7C3z61GUj.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/755955658164465664/pu/img/YcjfthN7C3z61GUj.jpg', 'url': 'https://t.co/GAYViEweWr', 'display_url': 'pic.twitter.com/GAYViEweWr', 'expanded_url': 'https://twitter.com/dog_rates/status/755955933503782912/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 15210, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/755955658164465664/pu/vid/360x640/XcDs3uiPUXQdiuXK.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/755955658164465664/pu/pl/HMXI8dEGvpmdPgPU.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/755955658164465664/pu/vid/180x320/e1d4Rol3Bg2ebRn0.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/755955658164465664/pu/vid/720x1280/-b5K4rMQw-L3r8sc.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2633, 'favorite_count': 6832, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
925:755206590534418437
{'created_at': 'Tue Jul 19 01:04:16 +0000 2016', 'id': 755206590534418437, 'id_str': '755206590534418437', 'full_text': "This is one of the most inspirational stories I've ever come across. I have no words. 14/10 for both doggo and owner https://t.co/I5ld3eKD5k", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 755206499077615616, 'id_str': '755206499077615616', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnsIT0WWcAAul8V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnsIT0WWcAAul8V.jpg', 'url': 'https://t.co/I5ld3eKD5k', 'display_url': 'pic.twitter.com/I5ld3eKD5k', 'expanded_url': 'https://twitter.com/dog_rates/status/755206590534418437/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 791, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 791, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 755206499077615616, 'id_str': '755206499077615616', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnsIT0WWcAAul8V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnsIT0WWcAAul8V.jpg', 'url': 'https://t.co/I5ld3eKD5k', 'display_url': 'pic.twitter.com/I5ld3eKD5k', 'expanded_url': 'https://twitter.com/dog_rates/status/755206590534418437/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 550, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 791, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 791, 'resize': 'fit'}}}, {'id': 755206499568353285, 'id_str': '755206499568353285', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnsIT2LWgAUgKt1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnsIT2LWgAUgKt1.jpg', 'url': 'https://t.co/I5ld3eKD5k', 'display_url': 'pic.twitter.com/I5ld3eKD5k', 'expanded_url': 'https://twitter.com/dog_rates/status/755206590534418437/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 639, 'h': 913, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 476, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 913, 'resize': 'fit'}}}, {'id': 755206500122030081, 'id_str': '755206500122030081', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnsIT4PW8AEvUGu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnsIT4PW8AEvUGu.jpg', 'url': 'https://t.co/I5ld3eKD5k', 'display_url': 'pic.twitter.com/I5ld3eKD5k', 'expanded_url': 'https://twitter.com/dog_rates/status/755206590534418437/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 960, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 960, 'resize': 'fit'}}}, {'id': 755206500356878337, 'id_str': '755206500356878337', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnsIT5HWcAEBuzW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnsIT5HWcAEBuzW.jpg', 'url': 'https://t.co/I5ld3eKD5k', 'display_url': 'pic.twitter.com/I5ld3eKD5k', 'expanded_url': 'https://twitter.com/dog_rates/status/755206590534418437/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 639, 'h': 464, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 464, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 464, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4910, 'favorite_count': 15321, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
926:755110668769038337
{'created_at': 'Mon Jul 18 18:43:07 +0000 2016', 'id': 755110668769038337, 'id_str': '755110668769038337', 'full_text': "This is Watson. He trust falls on command. 13/10 it's elementary... (IG: wat.ki) https://t.co/goX3jewkYN", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 755110610942169088, 'id_str': '755110610942169088', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/755110610942169088/pu/img/3-INz45pSRMkzOEF.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/755110610942169088/pu/img/3-INz45pSRMkzOEF.jpg', 'url': 'https://t.co/goX3jewkYN', 'display_url': 'pic.twitter.com/goX3jewkYN', 'expanded_url': 'https://twitter.com/dog_rates/status/755110668769038337/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 755110610942169088, 'id_str': '755110610942169088', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/755110610942169088/pu/img/3-INz45pSRMkzOEF.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/755110610942169088/pu/img/3-INz45pSRMkzOEF.jpg', 'url': 'https://t.co/goX3jewkYN', 'display_url': 'pic.twitter.com/goX3jewkYN', 'expanded_url': 'https://twitter.com/dog_rates/status/755110668769038337/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 11645, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/755110610942169088/pu/pl/jfGiuKchxXU9pPKm.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/755110610942169088/pu/vid/480x480/hRDJIT6WSlKV9E65.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/755110610942169088/pu/vid/240x240/Ss8zgkYtXR8HTupi.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 10197, 'favorite_count': 19767, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
927:754874841593970688
{'created_at': 'Mon Jul 18 03:06:01 +0000 2016', 'id': 754874841593970688, 'id_str': '754874841593970688', 'full_text': 'RT @dog_rates: This is Rubio. He has too much skin. 11/10 https://t.co/NLOHmlENag', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 679158360810352640, 'id_str': '679158360810352640', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'url': 'https://t.co/NLOHmlENag', 'display_url': 'pic.twitter.com/NLOHmlENag', 'expanded_url': 'https://twitter.com/dog_rates/status/679158373988876288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 499, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 499, 'h': 340, 'resize': 'fit'}, 'large': {'w': 499, 'h': 340, 'resize': 'fit'}}, 'source_status_id': 679158373988876288, 'source_status_id_str': '679158373988876288', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 679158360810352640, 'id_str': '679158360810352640', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'url': 'https://t.co/NLOHmlENag', 'display_url': 'pic.twitter.com/NLOHmlENag', 'expanded_url': 'https://twitter.com/dog_rates/status/679158373988876288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 499, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 499, 'h': 340, 'resize': 'fit'}, 'large': {'w': 499, 'h': 340, 'resize': 'fit'}}, 'source_status_id': 679158373988876288, 'source_status_id_str': '679158373988876288', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Dec 22 04:35:49 +0000 2015', 'id': 679158373988876288, 'id_str': '679158373988876288', 'full_text': 'This is Rubio. He has too much skin. 11/10 https://t.co/NLOHmlENag', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679158360810352640, 'id_str': '679158360810352640', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'url': 'https://t.co/NLOHmlENag', 'display_url': 'pic.twitter.com/NLOHmlENag', 'expanded_url': 'https://twitter.com/dog_rates/status/679158373988876288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 499, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 499, 'h': 340, 'resize': 'fit'}, 'large': {'w': 499, 'h': 340, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679158360810352640, 'id_str': '679158360810352640', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'url': 'https://t.co/NLOHmlENag', 'display_url': 'pic.twitter.com/NLOHmlENag', 'expanded_url': 'https://twitter.com/dog_rates/status/679158373988876288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 499, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 499, 'h': 340, 'resize': 'fit'}, 'large': {'w': 499, 'h': 340, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7250, 'favorite_count': 19457, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 7250, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
928:754856583969079297
{'created_at': 'Mon Jul 18 01:53:28 +0000 2016', 'id': 754856583969079297, 'id_str': '754856583969079297', 'full_text': "This is Winnie. She's not a fan of the fast moving air. 11/10 objects in mirror may be more fluffy than they appear https://t.co/FyHrk20gUR", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 754856550720761857, 'id_str': '754856550720761857', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CnnKCJIWcAEwXWi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnnKCJIWcAEwXWi.jpg', 'url': 'https://t.co/FyHrk20gUR', 'display_url': 'pic.twitter.com/FyHrk20gUR', 'expanded_url': 'https://twitter.com/dog_rates/status/754856583969079297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 754856550720761857, 'id_str': '754856550720761857', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CnnKCJIWcAEwXWi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnnKCJIWcAEwXWi.jpg', 'url': 'https://t.co/FyHrk20gUR', 'display_url': 'pic.twitter.com/FyHrk20gUR', 'expanded_url': 'https://twitter.com/dog_rates/status/754856583969079297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 754856551010172928, 'id_str': '754856551010172928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CnnKCKNWgAAcOB8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnnKCKNWgAAcOB8.jpg', 'url': 'https://t.co/FyHrk20gUR', 'display_url': 'pic.twitter.com/FyHrk20gUR', 'expanded_url': 'https://twitter.com/dog_rates/status/754856583969079297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 754856551186370560, 'id_str': '754856551186370560', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CnnKCK3XEAAENdd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnnKCK3XEAAENdd.jpg', 'url': 'https://t.co/FyHrk20gUR', 'display_url': 'pic.twitter.com/FyHrk20gUR', 'expanded_url': 'https://twitter.com/dog_rates/status/754856583969079297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2311, 'favorite_count': 6451, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
929:754747087846248448
{'created_at': 'Sun Jul 17 18:38:22 +0000 2016', 'id': 754747087846248448, 'id_str': '754747087846248448', 'full_text': "This is Keith. He's pursuing a more 2D lifestyle. Idiosyncratic af. 12/10 follow your dreams Keith https://t.co/G9ufksBMlU", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 754747081328328704, 'id_str': '754747081328328704', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CnlmeL3WgAA4c84.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnlmeL3WgAA4c84.jpg', 'url': 'https://t.co/G9ufksBMlU', 'display_url': 'pic.twitter.com/G9ufksBMlU', 'expanded_url': 'https://twitter.com/dog_rates/status/754747087846248448/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 729, 'h': 736, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 674, 'h': 680, 'resize': 'fit'}, 'large': {'w': 729, 'h': 736, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 754747081328328704, 'id_str': '754747081328328704', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CnlmeL3WgAA4c84.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnlmeL3WgAA4c84.jpg', 'url': 'https://t.co/G9ufksBMlU', 'display_url': 'pic.twitter.com/G9ufksBMlU', 'expanded_url': 'https://twitter.com/dog_rates/status/754747087846248448/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 729, 'h': 736, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 674, 'h': 680, 'resize': 'fit'}, 'large': {'w': 729, 'h': 736, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 477, 'favorite_count': 2421, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
930:754482103782404096
{'created_at': 'Sun Jul 17 01:05:25 +0000 2016', 'id': 754482103782404096, 'id_str': '754482103782404096', 'full_text': "This is Milo. He's currently plotting his revenge. 10/10 https://t.co/ca0q9HM8II", 'truncated': False, 'display_text_range': [0, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 754481405627957248, 'id_str': '754481405627957248', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/754481405627957248/pu/img/YY1eBDOlP9QFC4Bj.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/754481405627957248/pu/img/YY1eBDOlP9QFC4Bj.jpg', 'url': 'https://t.co/ca0q9HM8II', 'display_url': 'pic.twitter.com/ca0q9HM8II', 'expanded_url': 'https://twitter.com/dog_rates/status/754482103782404096/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 854, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 854, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 754481405627957248, 'id_str': '754481405627957248', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/754481405627957248/pu/img/YY1eBDOlP9QFC4Bj.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/754481405627957248/pu/img/YY1eBDOlP9QFC4Bj.jpg', 'url': 'https://t.co/ca0q9HM8II', 'display_url': 'pic.twitter.com/ca0q9HM8II', 'expanded_url': 'https://twitter.com/dog_rates/status/754482103782404096/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 854, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 854, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [240, 427], 'duration_millis': 3835, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/754481405627957248/pu/vid/178x320/U3jBd_HBnirEeCee.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/754481405627957248/pu/pl/iRGrvGMp6nknnbQD.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/754481405627957248/pu/vid/358x640/VqWyJk9dgxRaVj9X.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1793, 'favorite_count': 4940, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
931:754449512966619136
{'created_at': 'Sat Jul 16 22:55:55 +0000 2016', 'id': 754449512966619136, 'id_str': '754449512966619136', 'full_text': 'This is Dex. He can see into your past and future. Mesmerizing af 11/10 https://t.co/0dYI0Cpdge', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 754449482473992192, 'id_str': '754449482473992192', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CnhXzpvW8AAQ1MB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnhXzpvW8AAQ1MB.jpg', 'url': 'https://t.co/0dYI0Cpdge', 'display_url': 'pic.twitter.com/0dYI0Cpdge', 'expanded_url': 'https://twitter.com/dog_rates/status/754449512966619136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 240, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 240, 'resize': 'fit'}, 'small': {'w': 320, 'h': 240, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 754449482473992192, 'id_str': '754449482473992192', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CnhXzpvW8AAQ1MB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnhXzpvW8AAQ1MB.jpg', 'url': 'https://t.co/0dYI0Cpdge', 'display_url': 'pic.twitter.com/0dYI0Cpdge', 'expanded_url': 'https://twitter.com/dog_rates/status/754449512966619136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 240, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 240, 'resize': 'fit'}, 'small': {'w': 320, 'h': 240, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 672, 'favorite_count': 3509, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
932:754120377874386944
{'created_at': 'Sat Jul 16 01:08:03 +0000 2016', 'id': 754120377874386944, 'id_str': '754120377874386944', 'full_text': "When you hear your owner say they need to hatch another egg, but you've already been on 17 walks today. 10/10 https://t.co/lFEoGqZ4oA", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 754120358878412800, 'id_str': '754120358878412800', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CncseIzWgAA4ghH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CncseIzWgAA4ghH.jpg', 'url': 'https://t.co/lFEoGqZ4oA', 'display_url': 'pic.twitter.com/lFEoGqZ4oA', 'expanded_url': 'https://twitter.com/dog_rates/status/754120377874386944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 754120358878412800, 'id_str': '754120358878412800', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CncseIzWgAA4ghH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CncseIzWgAA4ghH.jpg', 'url': 'https://t.co/lFEoGqZ4oA', 'display_url': 'pic.twitter.com/lFEoGqZ4oA', 'expanded_url': 'https://twitter.com/dog_rates/status/754120377874386944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2163, 'favorite_count': 7400, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
933:754011816964026368
check_again
934:753655901052166144
{'created_at': 'Thu Jul 14 18:22:23 +0000 2016', 'id': 753655901052166144, 'id_str': '753655901052166144', 'full_text': '"The dogtor is in hahahaha no but seriously I\'m very qualified and that tumor is definitely malignant" 10/10 https://t.co/ULqThwWmLg', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753655892701249536, 'id_str': '753655892701249536', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CnWGCpdWgAAWZTI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnWGCpdWgAAWZTI.jpg', 'url': 'https://t.co/ULqThwWmLg', 'display_url': 'pic.twitter.com/ULqThwWmLg', 'expanded_url': 'https://twitter.com/dog_rates/status/753655901052166144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 569, 'h': 837, 'resize': 'fit'}, 'small': {'w': 462, 'h': 680, 'resize': 'fit'}, 'large': {'w': 569, 'h': 837, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753655892701249536, 'id_str': '753655892701249536', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CnWGCpdWgAAWZTI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnWGCpdWgAAWZTI.jpg', 'url': 'https://t.co/ULqThwWmLg', 'display_url': 'pic.twitter.com/ULqThwWmLg', 'expanded_url': 'https://twitter.com/dog_rates/status/753655901052166144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 569, 'h': 837, 'resize': 'fit'}, 'small': {'w': 462, 'h': 680, 'resize': 'fit'}, 'large': {'w': 569, 'h': 837, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1997, 'favorite_count': 5461, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
935:753420520834629632
{'created_at': 'Thu Jul 14 02:47:04 +0000 2016', 'id': 753420520834629632, 'id_str': '753420520834629632', 'full_text': 'Here we are witnessing an isolated squad of bouncing doggos. Unbelievably rare for this time of year. 11/10 for all https://t.co/CCdlwiTwQf', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753420390836346880, 'id_str': '753420390836346880', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/753420390836346880/pu/img/ZHLvYxSHYuQK3uXi.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/753420390836346880/pu/img/ZHLvYxSHYuQK3uXi.jpg', 'url': 'https://t.co/CCdlwiTwQf', 'display_url': 'pic.twitter.com/CCdlwiTwQf', 'expanded_url': 'https://twitter.com/dog_rates/status/753420520834629632/video/1', 'type': 'photo', 'sizes': {'large': {'w': 222, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 222, 'h': 400, 'resize': 'fit'}, 'small': {'w': 222, 'h': 400, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753420390836346880, 'id_str': '753420390836346880', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/753420390836346880/pu/img/ZHLvYxSHYuQK3uXi.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/753420390836346880/pu/img/ZHLvYxSHYuQK3uXi.jpg', 'url': 'https://t.co/CCdlwiTwQf', 'display_url': 'pic.twitter.com/CCdlwiTwQf', 'expanded_url': 'https://twitter.com/dog_rates/status/753420520834629632/video/1', 'type': 'video', 'sizes': {'large': {'w': 222, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 222, 'h': 400, 'resize': 'fit'}, 'small': {'w': 222, 'h': 400, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [111, 200], 'duration_millis': 40113, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/753420390836346880/pu/vid/176x320/5kF8OF6GGfcY4icy.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/753420390836346880/pu/pl/wtZXZS3NPoSUo8M-.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3237, 'favorite_count': 7355, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
936:753398408988139520
{'created_at': 'Thu Jul 14 01:19:12 +0000 2016', 'id': 753398408988139520, 'id_str': '753398408988139520', 'full_text': 'This is Scout. Her batteries are low. 12/10 precious af https://t.co/ov05LIoQJX', 'truncated': False, 'display_text_range': [0, 55], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753398183879991296, 'id_str': '753398183879991296', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/753398183879991296/pu/img/bqFy5Zc_PEk6Mx-B.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/753398183879991296/pu/img/bqFy5Zc_PEk6Mx-B.jpg', 'url': 'https://t.co/ov05LIoQJX', 'display_url': 'pic.twitter.com/ov05LIoQJX', 'expanded_url': 'https://twitter.com/dog_rates/status/753398408988139520/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753398183879991296, 'id_str': '753398183879991296', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/753398183879991296/pu/img/bqFy5Zc_PEk6Mx-B.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/753398183879991296/pu/img/bqFy5Zc_PEk6Mx-B.jpg', 'url': 'https://t.co/ov05LIoQJX', 'display_url': 'pic.twitter.com/ov05LIoQJX', 'expanded_url': 'https://twitter.com/dog_rates/status/753398408988139520/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 29633, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/753398183879991296/pu/vid/180x320/b60YCAfB8Shc8RUJ.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/753398183879991296/pu/pl/qRXoafPS8S8602r_.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1732, 'favorite_count': 5358, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
937:753375668877008896
{'created_at': 'Wed Jul 13 23:48:51 +0000 2016', 'id': 753375668877008896, 'id_str': '753375668877008896', 'full_text': "This is Hank. He's mischievous af. Doesn't even know what he was trying to do here. 8/10 quit the shit Hank damn https://t.co/3r7wjfsXHc", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753375662195507200, 'id_str': '753375662195507200', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'url': 'https://t.co/3r7wjfsXHc', 'display_url': 'pic.twitter.com/3r7wjfsXHc', 'expanded_url': 'https://twitter.com/dog_rates/status/753375668877008896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753375662195507200, 'id_str': '753375662195507200', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnSHLFeWgAAwV-I.jpg', 'url': 'https://t.co/3r7wjfsXHc', 'display_url': 'pic.twitter.com/3r7wjfsXHc', 'expanded_url': 'https://twitter.com/dog_rates/status/753375668877008896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2137, 'favorite_count': 7149, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
938:753298634498793472
{'created_at': 'Wed Jul 13 18:42:44 +0000 2016', 'id': 753298634498793472, 'id_str': '753298634498793472', 'full_text': "RT @dog_rates: This is Carly. She's actually 2 dogs fused together. Very innovative. Probably has superpowers. 12/10 for double dog https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Dec 28 17:12:42 +0000 2015', 'id': 681523177663676416, 'id_str': '681523177663676416', 'full_text': "This is Carly. She's actually 2 dogs fused together. Very innovative. Probably has superpowers. 12/10 for double dog https://t.co/GQn2IopLud", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681523166406164481, 'id_str': '681523166406164481', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'url': 'https://t.co/GQn2IopLud', 'display_url': 'pic.twitter.com/GQn2IopLud', 'expanded_url': 'https://twitter.com/dog_rates/status/681523177663676416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 765, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 765, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681523166406164481, 'id_str': '681523166406164481', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'url': 'https://t.co/GQn2IopLud', 'display_url': 'pic.twitter.com/GQn2IopLud', 'expanded_url': 'https://twitter.com/dog_rates/status/681523177663676416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 765, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 765, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5216, 'favorite_count': 13193, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 5216, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
939:753294487569522689
{'created_at': 'Wed Jul 13 18:26:16 +0000 2016', 'id': 753294487569522689, 'id_str': '753294487569522689', 'full_text': "This is Ace. He's a window washer. One of the best around. 11/10 helpful af https://t.co/sTuRoYfzPv", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753294480162295809, 'id_str': '753294480162295809', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CnQ9Vq1WEAEYP01.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnQ9Vq1WEAEYP01.jpg', 'url': 'https://t.co/sTuRoYfzPv', 'display_url': 'pic.twitter.com/sTuRoYfzPv', 'expanded_url': 'https://twitter.com/dog_rates/status/753294487569522689/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753294480162295809, 'id_str': '753294480162295809', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CnQ9Vq1WEAEYP01.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnQ9Vq1WEAEYP01.jpg', 'url': 'https://t.co/sTuRoYfzPv', 'display_url': 'pic.twitter.com/sTuRoYfzPv', 'expanded_url': 'https://twitter.com/dog_rates/status/753294487569522689/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 960, 'favorite_count': 3129, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
940:753039830821511168
{'created_at': 'Wed Jul 13 01:34:21 +0000 2016', 'id': 753039830821511168, 'id_str': '753039830821511168', 'full_text': 'So this just changed my life. 13/10 please enjoy https://t.co/dsv4xAtfv7', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/dsv4xAtfv7', 'expanded_url': 'https://vine.co/v/5W2Dg3XPX7a', 'display_url': 'vine.co/v/5W2Dg3XPX7a', 'indices': [50, 73]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19203, 'favorite_count': 34620, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
941:753026973505581056
{'created_at': 'Wed Jul 13 00:43:15 +0000 2016', 'id': 753026973505581056, 'id_str': '753026973505581056', 'full_text': "Say hello to Tayzie. She's a Barbadian Bugaboop. Seems quite social. A rare quality for a Bugaboop. 10/10 petable af https://t.co/6qF5YZx6OV", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 753026963640573953, 'id_str': '753026963640573953', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnNKCKIWYAE1YHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnNKCKIWYAE1YHJ.jpg', 'url': 'https://t.co/6qF5YZx6OV', 'display_url': 'pic.twitter.com/6qF5YZx6OV', 'expanded_url': 'https://twitter.com/dog_rates/status/753026973505581056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 753026963640573953, 'id_str': '753026963640573953', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnNKCKIWYAE1YHJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnNKCKIWYAE1YHJ.jpg', 'url': 'https://t.co/6qF5YZx6OV', 'display_url': 'pic.twitter.com/6qF5YZx6OV', 'expanded_url': 'https://twitter.com/dog_rates/status/753026973505581056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 753026963648937984, 'id_str': '753026963648937984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnNKCKKWAAAz0hY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnNKCKKWAAAz0hY.jpg', 'url': 'https://t.co/6qF5YZx6OV', 'display_url': 'pic.twitter.com/6qF5YZx6OV', 'expanded_url': 'https://twitter.com/dog_rates/status/753026973505581056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 753026963648942080, 'id_str': '753026963648942080', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnNKCKKWEAASCMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnNKCKKWEAASCMI.jpg', 'url': 'https://t.co/6qF5YZx6OV', 'display_url': 'pic.twitter.com/6qF5YZx6OV', 'expanded_url': 'https://twitter.com/dog_rates/status/753026973505581056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 753026965234384897, 'id_str': '753026965234384897', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnNKCQEWAAEYQ-s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnNKCQEWAAEYQ-s.jpg', 'url': 'https://t.co/6qF5YZx6OV', 'display_url': 'pic.twitter.com/6qF5YZx6OV', 'expanded_url': 'https://twitter.com/dog_rates/status/753026973505581056/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 877, 'favorite_count': 3659, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
942:752932432744185856
{'created_at': 'Tue Jul 12 18:27:35 +0000 2016', 'id': 752932432744185856, 'id_str': '752932432744185856', 'full_text': "This is Carl. He's very powerful. 12/10 don't mess with Carl https://t.co/v5m2bIukXc", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/v5m2bIukXc', 'expanded_url': 'https://vine.co/v/OEppMFbejFz', 'display_url': 'vine.co/v/OEppMFbejFz', 'indices': [61, 84]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6301, 'favorite_count': 11766, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
943:752917284578922496
{'created_at': 'Tue Jul 12 17:27:23 +0000 2016', 'id': 752917284578922496, 'id_str': '752917284578922496', 'full_text': "This is Grizzie. She's a semi-submerged Bahraini Buttersplotch. Appears alert af. Snazzy tongue. 11/10 would def pet https://t.co/WZ4zzkXXnW", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 752917276685438976, 'id_str': '752917276685438976', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnLmRiYXEAAO_8f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnLmRiYXEAAO_8f.jpg', 'url': 'https://t.co/WZ4zzkXXnW', 'display_url': 'pic.twitter.com/WZ4zzkXXnW', 'expanded_url': 'https://twitter.com/dog_rates/status/752917284578922496/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 820, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 820, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 752917276685438976, 'id_str': '752917276685438976', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CnLmRiYXEAAO_8f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnLmRiYXEAAO_8f.jpg', 'url': 'https://t.co/WZ4zzkXXnW', 'display_url': 'pic.twitter.com/WZ4zzkXXnW', 'expanded_url': 'https://twitter.com/dog_rates/status/752917284578922496/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 820, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 820, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1444, 'favorite_count': 6510, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
944:752701944171524096
{'created_at': 'Tue Jul 12 03:11:42 +0000 2016', 'id': 752701944171524096, 'id_str': '752701944171524096', 'full_text': "RT @dog_rates: HEY PUP WHAT'S THE PART OF THE HUMAN BODY THAT CONNECTS THE FOOT AND THE LEG? 11/10 so smart https://t.co/XQ1tRUmO3z", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [{'url': 'https://t.co/XQ1tRUmO3z', 'expanded_url': 'https://vine.co/v/ibvnzrauFuV', 'display_url': 'vine.co/v/ibvnzrauFuV', 'indices': [108, 131]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sun Jan 03 05:11:12 +0000 2016', 'id': 683515932363329536, 'id_str': '683515932363329536', 'full_text': "HEY PUP WHAT'S THE PART OF THE HUMAN BODY THAT CONNECTS THE FOOT AND THE LEG? 11/10 so smart https://t.co/XQ1tRUmO3z", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/XQ1tRUmO3z', 'expanded_url': 'https://vine.co/v/ibvnzrauFuV', 'display_url': 'vine.co/v/ibvnzrauFuV', 'indices': [93, 116]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2619, 'favorite_count': 6800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2619, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
945:752682090207055872
{'created_at': 'Tue Jul 12 01:52:49 +0000 2016', 'id': 752682090207055872, 'id_str': '752682090207055872', 'full_text': 'Nothing better than a doggo and a sunset. 10/10 majestic af https://t.co/xVSodF19PS', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 752682082904772608, 'id_str': '752682082904772608', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CnIQXdRXEAAkSlK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnIQXdRXEAAkSlK.jpg', 'url': 'https://t.co/xVSodF19PS', 'display_url': 'pic.twitter.com/xVSodF19PS', 'expanded_url': 'https://twitter.com/dog_rates/status/752682090207055872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 752682082904772608, 'id_str': '752682082904772608', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CnIQXdRXEAAkSlK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnIQXdRXEAAkSlK.jpg', 'url': 'https://t.co/xVSodF19PS', 'display_url': 'pic.twitter.com/xVSodF19PS', 'expanded_url': 'https://twitter.com/dog_rates/status/752682090207055872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 752682082934095872, 'id_str': '752682082934095872', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CnIQXdYWgAAnsZZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnIQXdYWgAAnsZZ.jpg', 'url': 'https://t.co/xVSodF19PS', 'display_url': 'pic.twitter.com/xVSodF19PS', 'expanded_url': 'https://twitter.com/dog_rates/status/752682090207055872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1460, 'favorite_count': 5612, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
946:752660715232722944
{'created_at': 'Tue Jul 12 00:27:52 +0000 2016', 'id': 752660715232722944, 'id_str': '752660715232722944', 'full_text': 'Hooman used Pokeball\n*wiggle*\n*wiggle*\nDoggo broke free \n10/10 https://t.co/bWSgqnwSHr', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 752660706479239172, 'id_str': '752660706479239172', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CnH87L4W8AQhWGA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnH87L4W8AQhWGA.jpg', 'url': 'https://t.co/bWSgqnwSHr', 'display_url': 'pic.twitter.com/bWSgqnwSHr', 'expanded_url': 'https://twitter.com/dog_rates/status/752660715232722944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 752660706479239172, 'id_str': '752660706479239172', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CnH87L4W8AQhWGA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnH87L4W8AQhWGA.jpg', 'url': 'https://t.co/bWSgqnwSHr', 'display_url': 'pic.twitter.com/bWSgqnwSHr', 'expanded_url': 'https://twitter.com/dog_rates/status/752660715232722944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}, {'id': 752660706487656448, 'id_str': '752660706487656448', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CnH87L6XYAAF7I_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnH87L6XYAAF7I_.jpg', 'url': 'https://t.co/bWSgqnwSHr', 'display_url': 'pic.twitter.com/bWSgqnwSHr', 'expanded_url': 'https://twitter.com/dog_rates/status/752660715232722944/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1424, 'favorite_count': 4081, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
947:752568224206688256
{'created_at': 'Mon Jul 11 18:20:21 +0000 2016', 'id': 752568224206688256, 'id_str': '752568224206688256', 'full_text': 'Here are three doggos completely misjudging an airborne stick. Decent efforts tho. All 9/10 https://t.co/HCXQL4fGVZ', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/HCXQL4fGVZ', 'expanded_url': 'https://vine.co/v/5W0bdhEUUVT', 'display_url': 'vine.co/v/5W0bdhEUUVT', 'indices': [92, 115]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2087, 'favorite_count': 5119, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
948:752519690950500352
{'created_at': 'Mon Jul 11 15:07:30 +0000 2016', 'id': 752519690950500352, 'id_str': '752519690950500352', 'full_text': 'Hopefully this puppo on a swing will help get you through your Monday. 11/10 would push https://t.co/G54yClasz2', 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 752519679353257984, 'id_str': '752519679353257984', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CnF8qU5XgAAORlM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnF8qU5XgAAORlM.jpg', 'url': 'https://t.co/G54yClasz2', 'display_url': 'pic.twitter.com/G54yClasz2', 'expanded_url': 'https://twitter.com/dog_rates/status/752519690950500352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 752519679353257984, 'id_str': '752519679353257984', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CnF8qU5XgAAORlM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnF8qU5XgAAORlM.jpg', 'url': 'https://t.co/G54yClasz2', 'display_url': 'pic.twitter.com/G54yClasz2', 'expanded_url': 'https://twitter.com/dog_rates/status/752519690950500352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}, {'id': 752519679391006721, 'id_str': '752519679391006721', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CnF8qVCXgAEoSVP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnF8qVCXgAEoSVP.jpg', 'url': 'https://t.co/G54yClasz2', 'display_url': 'pic.twitter.com/G54yClasz2', 'expanded_url': 'https://twitter.com/dog_rates/status/752519690950500352/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 752519679395127296, 'id_str': '752519679395127296', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CnF8qVDWYAAh0g1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnF8qVDWYAAh0g1.jpg', 'url': 'https://t.co/G54yClasz2', 'display_url': 'pic.twitter.com/G54yClasz2', 'expanded_url': 'https://twitter.com/dog_rates/status/752519690950500352/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3157, 'favorite_count': 6869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
949:752334515931054080
{'created_at': 'Mon Jul 11 02:51:40 +0000 2016', 'id': 752334515931054080, 'id_str': '752334515931054080', 'full_text': "Here's a doggo trying to catch some fish. 8/10 futile af (vid by @KellyBauerx) https://t.co/jwd0j6oWLE", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'KellyBauerx', 'name': 'keb', 'id': 22396326, 'id_str': '22396326', 'indices': [65, 77]}], 'urls': [], 'media': [{'id': 752334354492362752, 'id_str': '752334354492362752', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/752334354492362752/pu/img/uWISPc0YRmhUi9Ju.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/752334354492362752/pu/img/uWISPc0YRmhUi9Ju.jpg', 'url': 'https://t.co/jwd0j6oWLE', 'display_url': 'pic.twitter.com/jwd0j6oWLE', 'expanded_url': 'https://twitter.com/dog_rates/status/752334515931054080/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 752334354492362752, 'id_str': '752334354492362752', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/752334354492362752/pu/img/uWISPc0YRmhUi9Ju.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/752334354492362752/pu/img/uWISPc0YRmhUi9Ju.jpg', 'url': 'https://t.co/jwd0j6oWLE', 'display_url': 'pic.twitter.com/jwd0j6oWLE', 'expanded_url': 'https://twitter.com/dog_rates/status/752334515931054080/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 13609, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/752334354492362752/pu/pl/aJjpgRRwzc4ek8_N.m3u8'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/752334354492362752/pu/vid/720x1280/3sTVYtcVwYBvkUEF.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/752334354492362752/pu/vid/180x320/Gv2QKL8Wl2FhgKdV.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/752334354492362752/pu/vid/360x640/hjMs5rm7-G7VkGpy.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1009, 'favorite_count': 3594, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
950:752309394570878976
{'created_at': 'Mon Jul 11 01:11:51 +0000 2016', 'id': 752309394570878976, 'id_str': '752309394570878976', 'full_text': 'RT @dog_rates: Everyone needs to watch this. 13/10 https://t.co/Bb3xnpsWBC', 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': [], 'media': [{'id': 675354114423808004, 'id_str': '675354114423808004', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'url': 'https://t.co/Bb3xnpsWBC', 'display_url': 'pic.twitter.com/Bb3xnpsWBC', 'expanded_url': 'https://twitter.com/dog_rates/status/675354435921575936/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'source_status_id': 675354435921575936, 'source_status_id_str': '675354435921575936', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835'}]}, 'extended_entities': {'media': [{'id': 675354114423808004, 'id_str': '675354114423808004', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'url': 'https://t.co/Bb3xnpsWBC', 'display_url': 'pic.twitter.com/Bb3xnpsWBC', 'expanded_url': 'https://twitter.com/dog_rates/status/675354435921575936/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'source_status_id': 675354435921575936, 'source_status_id_str': '675354435921575936', 'source_user_id': 4196983835, 'source_user_id_str': '4196983835', 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 6500, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/pl/KOhoNx6pTCSdb2LU.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/vid/240x240/CCWxU4pQylJfjLaW.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/vid/480x480/nyoss-OfvNGCX6Id.mp4'}]}, 'additional_media_info': {'monetizable': False, 'source_user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Dec 11 16:40:19 +0000 2015', 'id': 675354435921575936, 'id_str': '675354435921575936', 'full_text': 'Everyone needs to watch this. 13/10 https://t.co/Bb3xnpsWBC', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675354114423808004, 'id_str': '675354114423808004', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'url': 'https://t.co/Bb3xnpsWBC', 'display_url': 'pic.twitter.com/Bb3xnpsWBC', 'expanded_url': 'https://twitter.com/dog_rates/status/675354435921575936/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675354114423808004, 'id_str': '675354114423808004', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'url': 'https://t.co/Bb3xnpsWBC', 'display_url': 'pic.twitter.com/Bb3xnpsWBC', 'expanded_url': 'https://twitter.com/dog_rates/status/675354435921575936/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 6500, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/pl/KOhoNx6pTCSdb2LU.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/vid/240x240/CCWxU4pQylJfjLaW.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/vid/480x480/nyoss-OfvNGCX6Id.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14906, 'favorite_count': 29500, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 14906, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
951:752173152931807232
{'created_at': 'Sun Jul 10 16:10:29 +0000 2016', 'id': 752173152931807232, 'id_str': '752173152931807232', 'full_text': "This is Brody. He's a lifeguard. Always prepared for rescue. 12/10 would fake drown just to get saved by him https://t.co/olDmwNjOy1", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 752173142286692352, 'id_str': '752173142286692352', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CnBBfNuWcAAkOgO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnBBfNuWcAAkOgO.jpg', 'url': 'https://t.co/olDmwNjOy1', 'display_url': 'pic.twitter.com/olDmwNjOy1', 'expanded_url': 'https://twitter.com/dog_rates/status/752173152931807232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 752173142286692352, 'id_str': '752173142286692352', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CnBBfNuWcAAkOgO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnBBfNuWcAAkOgO.jpg', 'url': 'https://t.co/olDmwNjOy1', 'display_url': 'pic.twitter.com/olDmwNjOy1', 'expanded_url': 'https://twitter.com/dog_rates/status/752173152931807232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 752173142286663681, 'id_str': '752173142286663681', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CnBBfNuWAAEeccY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CnBBfNuWAAEeccY.jpg', 'url': 'https://t.co/olDmwNjOy1', 'display_url': 'pic.twitter.com/olDmwNjOy1', 'expanded_url': 'https://twitter.com/dog_rates/status/752173152931807232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1671, 'favorite_count': 5550, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
952:751950017322246144
{'created_at': 'Sun Jul 10 01:23:49 +0000 2016', 'id': 751950017322246144, 'id_str': '751950017322246144', 'full_text': "This is Lola. She's a surfing pupper. 13/10 magical af https://t.co/BlGQkhM5EV", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/BlGQkhM5EV', 'expanded_url': 'https://vine.co/v/5WrjaYAMvMO', 'display_url': 'vine.co/v/5WrjaYAMvMO', 'indices': [55, 78]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 832, 'favorite_count': 2852, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
953:751937170840121344
{'created_at': 'Sun Jul 10 00:32:46 +0000 2016', 'id': 751937170840121344, 'id_str': '751937170840121344', 'full_text': "This is Ruby. Her ice cube is melting. She doesn't know what to do about it. 11/10 https://t.co/Vfc3eAFl2q", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751937146756468736, 'id_str': '751937146756468736', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/Cm9q2d3XEAAqO2m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm9q2d3XEAAqO2m.jpg', 'url': 'https://t.co/Vfc3eAFl2q', 'display_url': 'pic.twitter.com/Vfc3eAFl2q', 'expanded_url': 'https://twitter.com/dog_rates/status/751937170840121344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751937146756468736, 'id_str': '751937146756468736', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/Cm9q2d3XEAAqO2m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm9q2d3XEAAqO2m.jpg', 'url': 'https://t.co/Vfc3eAFl2q', 'display_url': 'pic.twitter.com/Vfc3eAFl2q', 'expanded_url': 'https://twitter.com/dog_rates/status/751937170840121344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1201, 'favorite_count': 4835, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
954:751830394383790080
{'created_at': 'Sat Jul 09 17:28:29 +0000 2016', 'id': 751830394383790080, 'id_str': '751830394383790080', 'full_text': "This is Tucker. He's very camera shy. 12/10 would give stellar belly rubs to https://t.co/BJRsxuLF1w", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751830383478632448, 'id_str': '751830383478632448', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/Cm8JwBqW8AAFOEn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm8JwBqW8AAFOEn.jpg', 'url': 'https://t.co/BJRsxuLF1w', 'display_url': 'pic.twitter.com/BJRsxuLF1w', 'expanded_url': 'https://twitter.com/dog_rates/status/751830394383790080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751830383478632448, 'id_str': '751830383478632448', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/Cm8JwBqW8AAFOEn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm8JwBqW8AAFOEn.jpg', 'url': 'https://t.co/BJRsxuLF1w', 'display_url': 'pic.twitter.com/BJRsxuLF1w', 'expanded_url': 'https://twitter.com/dog_rates/status/751830394383790080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 751830383562457090, 'id_str': '751830383562457090', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/Cm8JwB-WAAImEIO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm8JwB-WAAImEIO.jpg', 'url': 'https://t.co/BJRsxuLF1w', 'display_url': 'pic.twitter.com/BJRsxuLF1w', 'expanded_url': 'https://twitter.com/dog_rates/status/751830394383790080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}, {'id': 751830384892080128, 'id_str': '751830384892080128', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/Cm8JwG7WcAAc5fE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm8JwG7WcAAc5fE.jpg', 'url': 'https://t.co/BJRsxuLF1w', 'display_url': 'pic.twitter.com/BJRsxuLF1w', 'expanded_url': 'https://twitter.com/dog_rates/status/751830394383790080/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1788, 'favorite_count': 5446, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
955:751793661361422336
{'created_at': 'Sat Jul 09 15:02:31 +0000 2016', 'id': 751793661361422336, 'id_str': '751793661361422336', 'full_text': "This is Fred. He's having one heck of a summer. 11/10 https://t.co/I7SFchkNk4", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/I7SFchkNk4', 'expanded_url': 'https://vine.co/v/5W5YHdTJvaV', 'display_url': 'vine.co/v/5W5YHdTJvaV', 'indices': [54, 77]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2620, 'favorite_count': 5399, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
956:751598357617971201
{'created_at': 'Sat Jul 09 02:06:27 +0000 2016', 'id': 751598357617971201, 'id_str': '751598357617971201', 'full_text': 'This is Toby. A cat got his tongue. 13/10 adorable af https://t.co/fHQrBKYSLC', 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751598350038929408, 'id_str': '751598350038929408', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/Cm42t5vXEAAv4CS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm42t5vXEAAv4CS.jpg', 'url': 'https://t.co/fHQrBKYSLC', 'display_url': 'pic.twitter.com/fHQrBKYSLC', 'expanded_url': 'https://twitter.com/dog_rates/status/751598357617971201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 652, 'h': 625, 'resize': 'fit'}, 'large': {'w': 652, 'h': 625, 'resize': 'fit'}, 'medium': {'w': 652, 'h': 625, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751598350038929408, 'id_str': '751598350038929408', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/Cm42t5vXEAAv4CS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm42t5vXEAAv4CS.jpg', 'url': 'https://t.co/fHQrBKYSLC', 'display_url': 'pic.twitter.com/fHQrBKYSLC', 'expanded_url': 'https://twitter.com/dog_rates/status/751598357617971201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 652, 'h': 625, 'resize': 'fit'}, 'large': {'w': 652, 'h': 625, 'resize': 'fit'}, 'medium': {'w': 652, 'h': 625, 'resize': 'fit'}}}, {'id': 751598350030569472, 'id_str': '751598350030569472', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/Cm42t5tXgAABIZP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm42t5tXgAABIZP.jpg', 'url': 'https://t.co/fHQrBKYSLC', 'display_url': 'pic.twitter.com/fHQrBKYSLC', 'expanded_url': 'https://twitter.com/dog_rates/status/751598357617971201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 647, 'h': 639, 'resize': 'fit'}, 'small': {'w': 647, 'h': 639, 'resize': 'fit'}, 'large': {'w': 647, 'h': 639, 'resize': 'fit'}}}, {'id': 751598350101798913, 'id_str': '751598350101798913', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/Cm42t5-WYAErLQj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm42t5-WYAErLQj.jpg', 'url': 'https://t.co/fHQrBKYSLC', 'display_url': 'pic.twitter.com/fHQrBKYSLC', 'expanded_url': 'https://twitter.com/dog_rates/status/751598357617971201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 623, 'h': 603, 'resize': 'fit'}, 'small': {'w': 623, 'h': 603, 'resize': 'fit'}, 'large': {'w': 623, 'h': 603, 'resize': 'fit'}}}, {'id': 751598350244380672, 'id_str': '751598350244380672', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/Cm42t6gWAAAHcrJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm42t6gWAAAHcrJ.jpg', 'url': 'https://t.co/fHQrBKYSLC', 'display_url': 'pic.twitter.com/fHQrBKYSLC', 'expanded_url': 'https://twitter.com/dog_rates/status/751598357617971201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 631, 'h': 577, 'resize': 'fit'}, 'medium': {'w': 631, 'h': 577, 'resize': 'fit'}, 'small': {'w': 631, 'h': 577, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2832, 'favorite_count': 7418, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
957:751583847268179968
{'created_at': 'Sat Jul 09 01:08:47 +0000 2016', 'id': 751583847268179968, 'id_str': '751583847268179968', 'full_text': "Please stop sending it pictures that don't even have a doggo or pupper in them. Churlish af. 5/10 neat couch tho https://t.co/u2c9c7qSg8", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751583840003584000, 'id_str': '751583840003584000', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cm4phTpWcAAgLsr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm4phTpWcAAgLsr.jpg', 'url': 'https://t.co/u2c9c7qSg8', 'display_url': 'pic.twitter.com/u2c9c7qSg8', 'expanded_url': 'https://twitter.com/dog_rates/status/751583847268179968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 440, 'resize': 'fit'}, 'small': {'w': 640, 'h': 440, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 440, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751583840003584000, 'id_str': '751583840003584000', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cm4phTpWcAAgLsr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm4phTpWcAAgLsr.jpg', 'url': 'https://t.co/u2c9c7qSg8', 'display_url': 'pic.twitter.com/u2c9c7qSg8', 'expanded_url': 'https://twitter.com/dog_rates/status/751583847268179968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 440, 'resize': 'fit'}, 'small': {'w': 640, 'h': 440, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 440, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1005, 'favorite_count': 4111, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
958:751538714308972544
{'created_at': 'Fri Jul 08 22:09:27 +0000 2016', 'id': 751538714308972544, 'id_str': '751538714308972544', 'full_text': "This is Max. She has one ear that's always slightly more alert than the other. 10/10 wonky af https://t.co/5eJg69G8vY", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751538705064755201, 'id_str': '751538705064755201', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cm4AeG5XgAEHn1M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm4AeG5XgAEHn1M.jpg', 'url': 'https://t.co/5eJg69G8vY', 'display_url': 'pic.twitter.com/5eJg69G8vY', 'expanded_url': 'https://twitter.com/dog_rates/status/751538714308972544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 460, 'h': 599, 'resize': 'fit'}, 'small': {'w': 460, 'h': 599, 'resize': 'fit'}, 'large': {'w': 460, 'h': 599, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751538705064755201, 'id_str': '751538705064755201', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cm4AeG5XgAEHn1M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm4AeG5XgAEHn1M.jpg', 'url': 'https://t.co/5eJg69G8vY', 'display_url': 'pic.twitter.com/5eJg69G8vY', 'expanded_url': 'https://twitter.com/dog_rates/status/751538714308972544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 460, 'h': 599, 'resize': 'fit'}, 'small': {'w': 460, 'h': 599, 'resize': 'fit'}, 'large': {'w': 460, 'h': 599, 'resize': 'fit'}}}, {'id': 751538705077309440, 'id_str': '751538705077309440', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cm4AeG8XEAAulD2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm4AeG8XEAAulD2.jpg', 'url': 'https://t.co/5eJg69G8vY', 'display_url': 'pic.twitter.com/5eJg69G8vY', 'expanded_url': 'https://twitter.com/dog_rates/status/751538714308972544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 318, 'h': 305, 'resize': 'fit'}, 'large': {'w': 318, 'h': 305, 'resize': 'fit'}, 'medium': {'w': 318, 'h': 305, 'resize': 'fit'}}}, {'id': 751538705073115137, 'id_str': '751538705073115137', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cm4AeG7XEAE8ylI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cm4AeG7XEAE8ylI.jpg', 'url': 'https://t.co/5eJg69G8vY', 'display_url': 'pic.twitter.com/5eJg69G8vY', 'expanded_url': 'https://twitter.com/dog_rates/status/751538714308972544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 501, 'h': 491, 'resize': 'fit'}, 'medium': {'w': 501, 'h': 491, 'resize': 'fit'}, 'small': {'w': 501, 'h': 491, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1148, 'favorite_count': 4725, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
959:751456908746354688
{'created_at': 'Fri Jul 08 16:44:23 +0000 2016', 'id': 751456908746354688, 'id_str': '751456908746354688', 'full_text': "Here's a pupper that's very hungry but too lazy to get up and eat. 12/10 (vid by @RealDavidCortes) https://t.co/lsVAMBq6ex", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751456786360725504, 'id_str': '751456786360725504', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/751456786360725504/pu/img/hWqfIQ29A0cBv6f_.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/751456786360725504/pu/img/hWqfIQ29A0cBv6f_.jpg', 'url': 'https://t.co/lsVAMBq6ex', 'display_url': 'pic.twitter.com/lsVAMBq6ex', 'expanded_url': 'https://twitter.com/dog_rates/status/751456908746354688/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751456786360725504, 'id_str': '751456786360725504', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/751456786360725504/pu/img/hWqfIQ29A0cBv6f_.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/751456786360725504/pu/img/hWqfIQ29A0cBv6f_.jpg', 'url': 'https://t.co/lsVAMBq6ex', 'display_url': 'pic.twitter.com/lsVAMBq6ex', 'expanded_url': 'https://twitter.com/dog_rates/status/751456908746354688/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 19807, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/751456786360725504/pu/vid/180x320/ZeNPgGJeX5uW0n8w.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/751456786360725504/pu/pl/hWCMVpA87b340Z2K.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 925, 'favorite_count': 3013, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
960:751251247299190784
{'created_at': 'Fri Jul 08 03:07:09 +0000 2016', 'id': 751251247299190784, 'id_str': '751251247299190784', 'full_text': "This is Gilbert. He's being chased by a battalion of miniature floof cows. 10/10 we all believe in you Gilbert https://t.co/wayKZkDRTG", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751250895690731520, 'id_str': '751250895690731520', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/751250895690731520/pu/img/eziHbU1KbgZg-ijN.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/751250895690731520/pu/img/eziHbU1KbgZg-ijN.jpg', 'url': 'https://t.co/wayKZkDRTG', 'display_url': 'pic.twitter.com/wayKZkDRTG', 'expanded_url': 'https://twitter.com/dog_rates/status/751251247299190784/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751250895690731520, 'id_str': '751250895690731520', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/751250895690731520/pu/img/eziHbU1KbgZg-ijN.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/751250895690731520/pu/img/eziHbU1KbgZg-ijN.jpg', 'url': 'https://t.co/wayKZkDRTG', 'display_url': 'pic.twitter.com/wayKZkDRTG', 'expanded_url': 'https://twitter.com/dog_rates/status/751251247299190784/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 31031, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/751250895690731520/pu/vid/640x360/_W0aMv-wx94dqcsY.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/751250895690731520/pu/vid/320x180/irLBxt83yZrSHeaA.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/751250895690731520/pu/pl/kV0iZ9rg-obGV7xm.m3u8'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/751250895690731520/pu/vid/1280x720/GLhBKiuF3keDzQmY.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5397, 'favorite_count': 11745, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
961:751205363882532864
{'created_at': 'Fri Jul 08 00:04:50 +0000 2016', 'id': 751205363882532864, 'id_str': '751205363882532864', 'full_text': '"This photographer took pics of her best friend before and after she told them they were beautiful" 12/10 https://t.co/510gJW9fsy', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751205334442766336, 'id_str': '751205334442766336', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CmzRRYjW8AArpuA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmzRRYjW8AArpuA.jpg', 'url': 'https://t.co/510gJW9fsy', 'display_url': 'pic.twitter.com/510gJW9fsy', 'expanded_url': 'https://twitter.com/dog_rates/status/751205363882532864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751205334442766336, 'id_str': '751205334442766336', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CmzRRYjW8AArpuA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmzRRYjW8AArpuA.jpg', 'url': 'https://t.co/510gJW9fsy', 'display_url': 'pic.twitter.com/510gJW9fsy', 'expanded_url': 'https://twitter.com/dog_rates/status/751205363882532864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 751205334518231041, 'id_str': '751205334518231041', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CmzRRY1WcAEoxwY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmzRRY1WcAEoxwY.jpg', 'url': 'https://t.co/510gJW9fsy', 'display_url': 'pic.twitter.com/510gJW9fsy', 'expanded_url': 'https://twitter.com/dog_rates/status/751205363882532864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1666, 'favorite_count': 5908, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
962:751132876104687617
{'created_at': 'Thu Jul 07 19:16:47 +0000 2016', 'id': 751132876104687617, 'id_str': '751132876104687617', 'full_text': "This is Cooper. He's just so damn happy. 10/10 what's your secret puppo? https://t.co/yToDwVXEpA", 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 751132866713677825, 'id_str': '751132866713677825', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CmyPXNOW8AEtaJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmyPXNOW8AEtaJ-.jpg', 'url': 'https://t.co/yToDwVXEpA', 'display_url': 'pic.twitter.com/yToDwVXEpA', 'expanded_url': 'https://twitter.com/dog_rates/status/751132876104687617/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 751132866713677825, 'id_str': '751132866713677825', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CmyPXNOW8AEtaJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmyPXNOW8AEtaJ-.jpg', 'url': 'https://t.co/yToDwVXEpA', 'display_url': 'pic.twitter.com/yToDwVXEpA', 'expanded_url': 'https://twitter.com/dog_rates/status/751132876104687617/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 751132866722004992, 'id_str': '751132866722004992', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CmyPXNQWAAAYUSB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmyPXNQWAAAYUSB.jpg', 'url': 'https://t.co/yToDwVXEpA', 'display_url': 'pic.twitter.com/yToDwVXEpA', 'expanded_url': 'https://twitter.com/dog_rates/status/751132876104687617/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1187, 'favorite_count': 4730, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
963:750868782890057730
{'created_at': 'Thu Jul 07 01:47:22 +0000 2016', 'id': 750868782890057730, 'id_str': '750868782890057730', 'full_text': 'Meet Milo. He hauled ass until he ran out of treadmill and then passed out from exhaustion. 11/10 sleep tight pupper https://t.co/xe1aGZNkcC', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750868771745763329, 'id_str': '750868771745763329', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmufK2zXEAEyeI1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmufK2zXEAEyeI1.jpg', 'url': 'https://t.co/xe1aGZNkcC', 'display_url': 'pic.twitter.com/xe1aGZNkcC', 'expanded_url': 'https://twitter.com/dog_rates/status/750868782890057730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750868771745763329, 'id_str': '750868771745763329', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmufK2zXEAEyeI1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmufK2zXEAEyeI1.jpg', 'url': 'https://t.co/xe1aGZNkcC', 'display_url': 'pic.twitter.com/xe1aGZNkcC', 'expanded_url': 'https://twitter.com/dog_rates/status/750868782890057730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 750868773419290624, 'id_str': '750868773419290624', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmufK9CXEAA1leM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmufK9CXEAA1leM.jpg', 'url': 'https://t.co/xe1aGZNkcC', 'display_url': 'pic.twitter.com/xe1aGZNkcC', 'expanded_url': 'https://twitter.com/dog_rates/status/750868782890057730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 750868774518157313, 'id_str': '750868774518157313', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmufLBIWcAEi3eo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmufLBIWcAEi3eo.jpg', 'url': 'https://t.co/xe1aGZNkcC', 'display_url': 'pic.twitter.com/xe1aGZNkcC', 'expanded_url': 'https://twitter.com/dog_rates/status/750868782890057730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 750868777353568256, 'id_str': '750868777353568256', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmufLLsXYAAsU0r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmufLLsXYAAsU0r.jpg', 'url': 'https://t.co/xe1aGZNkcC', 'display_url': 'pic.twitter.com/xe1aGZNkcC', 'expanded_url': 'https://twitter.com/dog_rates/status/750868782890057730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1251, 'favorite_count': 4467, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
964:750719632563142656
{'created_at': 'Wed Jul 06 15:54:42 +0000 2016', 'id': 750719632563142656, 'id_str': '750719632563142656', 'full_text': "This is Meyer. He has to hold somebody's hand during car rides. He's also wearing a seatbelt. 12/10 responsible af https://t.co/WS6BoApYyL", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750719617786609664, 'id_str': '750719617786609664', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'url': 'https://t.co/WS6BoApYyL', 'display_url': 'pic.twitter.com/WS6BoApYyL', 'expanded_url': 'https://twitter.com/dog_rates/status/750719632563142656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750719617786609664, 'id_str': '750719617786609664', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmsXg9AWgAAs6Ui.jpg', 'url': 'https://t.co/WS6BoApYyL', 'display_url': 'pic.twitter.com/WS6BoApYyL', 'expanded_url': 'https://twitter.com/dog_rates/status/750719632563142656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4592, 'favorite_count': 12272, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
965:750506206503038976
{'created_at': 'Wed Jul 06 01:46:38 +0000 2016', 'id': 750506206503038976, 'id_str': '750506206503038976', 'full_text': "This is Malcolm. He's absolutely terrified of heights. 8/10 hang in there pupper https://t.co/SVU00Sc9U2", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750506196939972608, 'id_str': '750506196939972608', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CmpVaOZWIAAp3z6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmpVaOZWIAAp3z6.jpg', 'url': 'https://t.co/SVU00Sc9U2', 'display_url': 'pic.twitter.com/SVU00Sc9U2', 'expanded_url': 'https://twitter.com/dog_rates/status/750506206503038976/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1529, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 804, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 455, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750506196939972608, 'id_str': '750506196939972608', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CmpVaOZWIAAp3z6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmpVaOZWIAAp3z6.jpg', 'url': 'https://t.co/SVU00Sc9U2', 'display_url': 'pic.twitter.com/SVU00Sc9U2', 'expanded_url': 'https://twitter.com/dog_rates/status/750506206503038976/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1529, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 804, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 455, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1055, 'favorite_count': 4143, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
966:750429297815552001
{'created_at': 'Tue Jul 05 20:41:01 +0000 2016', 'id': 750429297815552001, 'id_str': '750429297815552001', 'full_text': "This is Arnie. He's a Nova Scotian Fridge Floof. Rare af. 12/10 https://t.co/lprdOylVpS", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750429289032642560, 'id_str': '750429289032642560', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750429289032642560, 'id_str': '750429289032642560', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdmHW8AAi8BI.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 750429288596373504, 'id_str': '750429288596373504', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CmoPdkfWAAAagwY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmoPdkfWAAAagwY.jpg', 'url': 'https://t.co/lprdOylVpS', 'display_url': 'pic.twitter.com/lprdOylVpS', 'expanded_url': 'https://twitter.com/dog_rates/status/750429297815552001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3922, 'favorite_count': 12305, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
967:750383411068534784
{'created_at': 'Tue Jul 05 17:38:41 +0000 2016', 'id': 750383411068534784, 'id_str': '750383411068534784', 'full_text': 'This is Zoe. She was trying to stealthily take a picture of you but you just noticed. 9/10 not so sneaky pupper https://t.co/FfH3o88Vta', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750383404370300928, 'id_str': '750383404370300928', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CmnluwbXEAAqnkw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmnluwbXEAAqnkw.jpg', 'url': 'https://t.co/FfH3o88Vta', 'display_url': 'pic.twitter.com/FfH3o88Vta', 'expanded_url': 'https://twitter.com/dog_rates/status/750383411068534784/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 864, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 864, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 574, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750383404370300928, 'id_str': '750383404370300928', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CmnluwbXEAAqnkw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmnluwbXEAAqnkw.jpg', 'url': 'https://t.co/FfH3o88Vta', 'display_url': 'pic.twitter.com/FfH3o88Vta', 'expanded_url': 'https://twitter.com/dog_rates/status/750383411068534784/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 864, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 864, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 574, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1042, 'favorite_count': 4267, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
968:750381685133418496
{'created_at': 'Tue Jul 05 17:31:49 +0000 2016', 'id': 750381685133418496, 'id_str': '750381685133418496', 'full_text': '13/10 such a good doggo\n@spaghemily', 'truncated': False, 'display_text_range': [0, 35], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'spaghemily', 'name': 'emily', 'id': 4717297476, 'id_str': '4717297476', 'indices': [24, 35]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 750180498832404480, 'in_reply_to_status_id_str': '750180498832404480', 'in_reply_to_user_id': 4717297476, 'in_reply_to_user_id_str': '4717297476', 'in_reply_to_screen_name': 'spaghemily', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 27, 'favorite_count': 670, 'favorited': False, 'retweeted': False, 'lang': 'en'}
969:750147208377409536
{'created_at': 'Tue Jul 05 02:00:06 +0000 2016', 'id': 750147208377409536, 'id_str': '750147208377409536', 'full_text': 'And finally, happy 4th of July from the squad 🇺🇸 13/10 for all https://t.co/Mr8Lr3iOUe', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750147201331068929, 'id_str': '750147201331068929', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CmkO57iXgAEOxX9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmkO57iXgAEOxX9.jpg', 'url': 'https://t.co/Mr8Lr3iOUe', 'display_url': 'pic.twitter.com/Mr8Lr3iOUe', 'expanded_url': 'https://twitter.com/dog_rates/status/750147208377409536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 582, 'resize': 'fit'}, 'small': {'w': 680, 'h': 528, 'resize': 'fit'}, 'large': {'w': 750, 'h': 582, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750147201331068929, 'id_str': '750147201331068929', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CmkO57iXgAEOxX9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmkO57iXgAEOxX9.jpg', 'url': 'https://t.co/Mr8Lr3iOUe', 'display_url': 'pic.twitter.com/Mr8Lr3iOUe', 'expanded_url': 'https://twitter.com/dog_rates/status/750147208377409536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 582, 'resize': 'fit'}, 'small': {'w': 680, 'h': 528, 'resize': 'fit'}, 'large': {'w': 750, 'h': 582, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 876, 'favorite_count': 2913, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
970:750132105863102464
{'created_at': 'Tue Jul 05 01:00:05 +0000 2016', 'id': 750132105863102464, 'id_str': '750132105863102464', 'full_text': 'This is Stewie. He will roundhouse kick anyone who questions his independence. 11/10 free af https://t.co/dDx2gKefYo', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750132096795049984, 'id_str': '750132096795049984', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CmkBKuwWgAAamOI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmkBKuwWgAAamOI.jpg', 'url': 'https://t.co/dDx2gKefYo', 'display_url': 'pic.twitter.com/dDx2gKefYo', 'expanded_url': 'https://twitter.com/dog_rates/status/750132105863102464/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 704, 'h': 960, 'resize': 'fit'}, 'large': {'w': 704, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750132096795049984, 'id_str': '750132096795049984', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CmkBKuwWgAAamOI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmkBKuwWgAAamOI.jpg', 'url': 'https://t.co/dDx2gKefYo', 'display_url': 'pic.twitter.com/dDx2gKefYo', 'expanded_url': 'https://twitter.com/dog_rates/status/750132105863102464/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 704, 'h': 960, 'resize': 'fit'}, 'large': {'w': 704, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1183, 'favorite_count': 3373, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
971:750117059602808832
{'created_at': 'Tue Jul 05 00:00:18 +0000 2016', 'id': 750117059602808832, 'id_str': '750117059602808832', 'full_text': 'This is Calvin. He just loves America so much. 10/10 would roll around in flag with https://t.co/RXdzWaCQHm', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750117017039011840, 'id_str': '750117017039011840', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cmjzc-SWAAAPgUJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmjzc-SWAAAPgUJ.jpg', 'url': 'https://t.co/RXdzWaCQHm', 'display_url': 'pic.twitter.com/RXdzWaCQHm', 'expanded_url': 'https://twitter.com/dog_rates/status/750117059602808832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750117017039011840, 'id_str': '750117017039011840', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cmjzc-SWAAAPgUJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmjzc-SWAAAPgUJ.jpg', 'url': 'https://t.co/RXdzWaCQHm', 'display_url': 'pic.twitter.com/RXdzWaCQHm', 'expanded_url': 'https://twitter.com/dog_rates/status/750117059602808832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 750117017131290625, 'id_str': '750117017131290625', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cmjzc-oWEAESFCm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmjzc-oWEAESFCm.jpg', 'url': 'https://t.co/RXdzWaCQHm', 'display_url': 'pic.twitter.com/RXdzWaCQHm', 'expanded_url': 'https://twitter.com/dog_rates/status/750117059602808832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 750117017957634049, 'id_str': '750117017957634049', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CmjzdBtXEAEbKfp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmjzdBtXEAEbKfp.jpg', 'url': 'https://t.co/RXdzWaCQHm', 'display_url': 'pic.twitter.com/RXdzWaCQHm', 'expanded_url': 'https://twitter.com/dog_rates/status/750117059602808832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 750117019308138497, 'id_str': '750117019308138497', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CmjzdGvWIAE4O95.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmjzdGvWIAE4O95.jpg', 'url': 'https://t.co/RXdzWaCQHm', 'display_url': 'pic.twitter.com/RXdzWaCQHm', 'expanded_url': 'https://twitter.com/dog_rates/status/750117059602808832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1212, 'favorite_count': 4054, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
972:750101899009982464
{'created_at': 'Mon Jul 04 23:00:03 +0000 2016', 'id': 750101899009982464, 'id_str': '750101899009982464', 'full_text': "Meet Lilah. She agreed on one quick pic. Now she'd like to go mentally prepare for the onslaught of fireworks. 11/10 https://t.co/enCpXzZHkD", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750101891116392448, 'id_str': '750101891116392448', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cmjlsh1XYAAwoul.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmjlsh1XYAAwoul.jpg', 'url': 'https://t.co/enCpXzZHkD', 'display_url': 'pic.twitter.com/enCpXzZHkD', 'expanded_url': 'https://twitter.com/dog_rates/status/750101899009982464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 416, 'h': 555, 'resize': 'fit'}, 'large': {'w': 416, 'h': 555, 'resize': 'fit'}, 'small': {'w': 416, 'h': 555, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750101891116392448, 'id_str': '750101891116392448', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cmjlsh1XYAAwoul.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmjlsh1XYAAwoul.jpg', 'url': 'https://t.co/enCpXzZHkD', 'display_url': 'pic.twitter.com/enCpXzZHkD', 'expanded_url': 'https://twitter.com/dog_rates/status/750101899009982464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 416, 'h': 555, 'resize': 'fit'}, 'large': {'w': 416, 'h': 555, 'resize': 'fit'}, 'small': {'w': 416, 'h': 555, 'resize': 'fit'}}}, {'id': 750101891116400641, 'id_str': '750101891116400641', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cmjlsh1XgAEvhq_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmjlsh1XgAEvhq_.jpg', 'url': 'https://t.co/enCpXzZHkD', 'display_url': 'pic.twitter.com/enCpXzZHkD', 'expanded_url': 'https://twitter.com/dog_rates/status/750101899009982464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 416, 'h': 555, 'resize': 'fit'}, 'large': {'w': 416, 'h': 555, 'resize': 'fit'}, 'small': {'w': 416, 'h': 555, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 777, 'favorite_count': 2849, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
973:750086836815486976
{'created_at': 'Mon Jul 04 22:00:12 +0000 2016', 'id': 750086836815486976, 'id_str': '750086836815486976', 'full_text': 'This is Spanky. He was a member of the 2002 USA Winter Olympic speed skating team. Accomplished af. 12/10 https://t.co/7tlZPrePXd', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749842022312337408, 'id_str': '749842022312337408', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Cmf5WLGWYAAcmRw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmf5WLGWYAAcmRw.jpg', 'url': 'https://t.co/7tlZPrePXd', 'display_url': 'pic.twitter.com/7tlZPrePXd', 'expanded_url': 'https://twitter.com/dog_rates/status/750086836815486976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 359, 'h': 479, 'resize': 'fit'}, 'large': {'w': 359, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 359, 'h': 479, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749842022312337408, 'id_str': '749842022312337408', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/Cmf5WLGWYAAcmRw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmf5WLGWYAAcmRw.jpg', 'url': 'https://t.co/7tlZPrePXd', 'display_url': 'pic.twitter.com/7tlZPrePXd', 'expanded_url': 'https://twitter.com/dog_rates/status/750086836815486976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 359, 'h': 479, 'resize': 'fit'}, 'large': {'w': 359, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 359, 'h': 479, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 491, 'favorite_count': 2026, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
974:750071704093859840
{'created_at': 'Mon Jul 04 21:00:04 +0000 2016', 'id': 750071704093859840, 'id_str': '750071704093859840', 'full_text': "Pause your cookout and admire this pupper's nifty hat. 10/10 https://t.co/RG4C9IdNJM", 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750071693578735616, 'id_str': '750071693578735616', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CmjKOzPWEAAmury.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmjKOzPWEAAmury.jpg', 'url': 'https://t.co/RG4C9IdNJM', 'display_url': 'pic.twitter.com/RG4C9IdNJM', 'expanded_url': 'https://twitter.com/dog_rates/status/750071704093859840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 438, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 721, 'h': 1119, 'resize': 'fit'}, 'large': {'w': 721, 'h': 1119, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750071693578735616, 'id_str': '750071693578735616', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CmjKOzPWEAAmury.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmjKOzPWEAAmury.jpg', 'url': 'https://t.co/RG4C9IdNJM', 'display_url': 'pic.twitter.com/RG4C9IdNJM', 'expanded_url': 'https://twitter.com/dog_rates/status/750071704093859840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 438, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 721, 'h': 1119, 'resize': 'fit'}, 'large': {'w': 721, 'h': 1119, 'resize': 'fit'}}}, {'id': 750071693603926016, 'id_str': '750071693603926016', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CmjKOzVWcAAQN6w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmjKOzVWcAAQN6w.jpg', 'url': 'https://t.co/RG4C9IdNJM', 'display_url': 'pic.twitter.com/RG4C9IdNJM', 'expanded_url': 'https://twitter.com/dog_rates/status/750071704093859840/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 750071694245695488, 'id_str': '750071694245695488', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CmjKO1uXEAAtgL8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmjKO1uXEAAtgL8.jpg', 'url': 'https://t.co/RG4C9IdNJM', 'display_url': 'pic.twitter.com/RG4C9IdNJM', 'expanded_url': 'https://twitter.com/dog_rates/status/750071704093859840/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1334, 'h': 750, 'resize': 'fit'}, 'small': {'w': 680, 'h': 382, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3037, 'favorite_count': 7257, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
975:750056684286914561
{'created_at': 'Mon Jul 04 20:00:23 +0000 2016', 'id': 750056684286914561, 'id_str': '750056684286914561', 'full_text': "This is Jameson. He had a few too many in the name of freedom. I can't not respect that. 11/10 'Merica https://t.co/8zQvXM6pG5", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749833783789154304, 'id_str': '749833783789154304', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Cmfx2oNW8AAGg4H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmfx2oNW8AAGg4H.jpg', 'url': 'https://t.co/8zQvXM6pG5', 'display_url': 'pic.twitter.com/8zQvXM6pG5', 'expanded_url': 'https://twitter.com/dog_rates/status/750056684286914561/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 269, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 269, 'h': 479, 'resize': 'fit'}, 'large': {'w': 269, 'h': 479, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749833783789154304, 'id_str': '749833783789154304', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Cmfx2oNW8AAGg4H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cmfx2oNW8AAGg4H.jpg', 'url': 'https://t.co/8zQvXM6pG5', 'display_url': 'pic.twitter.com/8zQvXM6pG5', 'expanded_url': 'https://twitter.com/dog_rates/status/750056684286914561/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 269, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 269, 'h': 479, 'resize': 'fit'}, 'large': {'w': 269, 'h': 479, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 820, 'favorite_count': 2955, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
976:750041628174217216
{'created_at': 'Mon Jul 04 19:00:33 +0000 2016', 'id': 750041628174217216, 'id_str': '750041628174217216', 'full_text': "This is Beau. He's trying to keep his daddy from packing to leave for Annual Training. 13/10 and now I'm crying https://t.co/7JeDfQvzzI", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749828107587248128, 'id_str': '749828107587248128', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CmfssOtXYAAKa_Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmfssOtXYAAKa_Z.jpg', 'url': 'https://t.co/7JeDfQvzzI', 'display_url': 'pic.twitter.com/7JeDfQvzzI', 'expanded_url': 'https://twitter.com/dog_rates/status/750041628174217216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 269, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 269, 'h': 479, 'resize': 'fit'}, 'large': {'w': 269, 'h': 479, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749828107587248128, 'id_str': '749828107587248128', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CmfssOtXYAAKa_Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmfssOtXYAAKa_Z.jpg', 'url': 'https://t.co/7JeDfQvzzI', 'display_url': 'pic.twitter.com/7JeDfQvzzI', 'expanded_url': 'https://twitter.com/dog_rates/status/750041628174217216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 269, 'h': 479, 'resize': 'fit'}, 'medium': {'w': 269, 'h': 479, 'resize': 'fit'}, 'large': {'w': 269, 'h': 479, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 567, 'favorite_count': 2969, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
977:750026558547456000
{'created_at': 'Mon Jul 04 18:00:41 +0000 2016', 'id': 750026558547456000, 'id_str': '750026558547456000', 'full_text': 'Meet Jax & Jil. Jil is yelling the pledge of allegiance. If u cant take the freedom get out the kitchen Jax. 10/10s https://t.co/jrg29NDNhI', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 750023357219962880, 'id_str': '750023357219962880', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CmieRQRXgAA8MV3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmieRQRXgAA8MV3.jpg', 'url': 'https://t.co/jrg29NDNhI', 'display_url': 'pic.twitter.com/jrg29NDNhI', 'expanded_url': 'https://twitter.com/dog_rates/status/750026558547456000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 750023357219962880, 'id_str': '750023357219962880', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CmieRQRXgAA8MV3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmieRQRXgAA8MV3.jpg', 'url': 'https://t.co/jrg29NDNhI', 'display_url': 'pic.twitter.com/jrg29NDNhI', 'expanded_url': 'https://twitter.com/dog_rates/status/750026558547456000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 720, 'favorite_count': 2533, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
978:750011400160841729
{'created_at': 'Mon Jul 04 17:00:26 +0000 2016', 'id': 750011400160841729, 'id_str': '750011400160841729', 'full_text': "Meet Piper. She's an airport doggo. Please return your tray table to its full pupright and locked position. 11/10 https://t.co/D17IAcetmM", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749821559804690432, 'id_str': '749821559804690432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmfmvGUWgAAuVKD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmfmvGUWgAAuVKD.jpg', 'url': 'https://t.co/D17IAcetmM', 'display_url': 'pic.twitter.com/D17IAcetmM', 'expanded_url': 'https://twitter.com/dog_rates/status/750011400160841729/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 785, 'h': 523, 'resize': 'fit'}, 'medium': {'w': 785, 'h': 523, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749821559804690432, 'id_str': '749821559804690432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmfmvGUWgAAuVKD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmfmvGUWgAAuVKD.jpg', 'url': 'https://t.co/D17IAcetmM', 'display_url': 'pic.twitter.com/D17IAcetmM', 'expanded_url': 'https://twitter.com/dog_rates/status/750011400160841729/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 785, 'h': 523, 'resize': 'fit'}, 'medium': {'w': 785, 'h': 523, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 821, 'favorite_count': 3015, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
979:749996283729883136
{'created_at': 'Mon Jul 04 16:00:22 +0000 2016', 'id': 749996283729883136, 'id_str': '749996283729883136', 'full_text': 'This is Bo. He emanates happiness. 12/10 I could cut the freedom with a knife https://t.co/c7LNFt39eR', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749823820396163072, 'id_str': '749823820396163072', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmfoyrrW8AA8v7w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmfoyrrW8AA8v7w.jpg', 'url': 'https://t.co/c7LNFt39eR', 'display_url': 'pic.twitter.com/c7LNFt39eR', 'expanded_url': 'https://twitter.com/dog_rates/status/749996283729883136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 533, 'h': 523, 'resize': 'fit'}, 'medium': {'w': 533, 'h': 523, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 533, 'h': 523, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749823820396163072, 'id_str': '749823820396163072', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmfoyrrW8AA8v7w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmfoyrrW8AA8v7w.jpg', 'url': 'https://t.co/c7LNFt39eR', 'display_url': 'pic.twitter.com/c7LNFt39eR', 'expanded_url': 'https://twitter.com/dog_rates/status/749996283729883136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 533, 'h': 523, 'resize': 'fit'}, 'medium': {'w': 533, 'h': 523, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 533, 'h': 523, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 756, 'favorite_count': 2836, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
980:749981277374128128
{'created_at': 'Mon Jul 04 15:00:45 +0000 2016', 'id': 749981277374128128, 'id_str': '749981277374128128', 'full_text': "This is Atticus. He's quite simply America af. 1776/10 https://t.co/GRXwMxLBkh", 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749850882955702272, 'id_str': '749850882955702272', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CmgBZ7kWcAAlzFD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmgBZ7kWcAAlzFD.jpg', 'url': 'https://t.co/GRXwMxLBkh', 'display_url': 'pic.twitter.com/GRXwMxLBkh', 'expanded_url': 'https://twitter.com/dog_rates/status/749981277374128128/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 371, 'h': 479, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 371, 'h': 479, 'resize': 'fit'}, 'large': {'w': 371, 'h': 479, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749850882955702272, 'id_str': '749850882955702272', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CmgBZ7kWcAAlzFD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmgBZ7kWcAAlzFD.jpg', 'url': 'https://t.co/GRXwMxLBkh', 'display_url': 'pic.twitter.com/GRXwMxLBkh', 'expanded_url': 'https://twitter.com/dog_rates/status/749981277374128128/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 371, 'h': 479, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 371, 'h': 479, 'resize': 'fit'}, 'large': {'w': 371, 'h': 479, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2278, 'favorite_count': 4785, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
981:749774190421639168
{'created_at': 'Mon Jul 04 01:17:51 +0000 2016', 'id': 749774190421639168, 'id_str': '749774190421639168', 'full_text': "This is Lucy. She's a Benebop Cumberplop. 12/10 would hold against my face https://t.co/4yXa801fgl", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749774184847446016, 'id_str': '749774184847446016', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/Cme7pg2XEAATMnP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cme7pg2XEAATMnP.jpg', 'url': 'https://t.co/4yXa801fgl', 'display_url': 'pic.twitter.com/4yXa801fgl', 'expanded_url': 'https://twitter.com/dog_rates/status/749774190421639168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749774184847446016, 'id_str': '749774184847446016', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/Cme7pg2XEAATMnP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cme7pg2XEAATMnP.jpg', 'url': 'https://t.co/4yXa801fgl', 'display_url': 'pic.twitter.com/4yXa801fgl', 'expanded_url': 'https://twitter.com/dog_rates/status/749774190421639168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1211, 'favorite_count': 4355, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
982:749417653287129088
{'created_at': 'Sun Jul 03 01:41:06 +0000 2016', 'id': 749417653287129088, 'id_str': '749417653287129088', 'full_text': "This is Finn. He's the most unphotogenic pupper of all time. 11/10 https://t.co/qvA2rCUl6v", 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749417644336513024, 'id_str': '749417644336513024', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CmZ3YH8WgAACu28.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZ3YH8WgAACu28.jpg', 'url': 'https://t.co/qvA2rCUl6v', 'display_url': 'pic.twitter.com/qvA2rCUl6v', 'expanded_url': 'https://twitter.com/dog_rates/status/749417653287129088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749417644336513024, 'id_str': '749417644336513024', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CmZ3YH8WgAACu28.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZ3YH8WgAACu28.jpg', 'url': 'https://t.co/qvA2rCUl6v', 'display_url': 'pic.twitter.com/qvA2rCUl6v', 'expanded_url': 'https://twitter.com/dog_rates/status/749417653287129088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 749417644340678656, 'id_str': '749417644340678656', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CmZ3YH9WEAAowi3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZ3YH9WEAAowi3.jpg', 'url': 'https://t.co/qvA2rCUl6v', 'display_url': 'pic.twitter.com/qvA2rCUl6v', 'expanded_url': 'https://twitter.com/dog_rates/status/749417653287129088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 749417644353286145, 'id_str': '749417644353286145', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CmZ3YIAWcAEASMi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZ3YIAWcAEASMi.jpg', 'url': 'https://t.co/qvA2rCUl6v', 'display_url': 'pic.twitter.com/qvA2rCUl6v', 'expanded_url': 'https://twitter.com/dog_rates/status/749417653287129088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}, {'id': 749417644516896769, 'id_str': '749417644516896769', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CmZ3YInW8AEJ319.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZ3YInW8AEJ319.jpg', 'url': 'https://t.co/qvA2rCUl6v', 'display_url': 'pic.twitter.com/qvA2rCUl6v', 'expanded_url': 'https://twitter.com/dog_rates/status/749417653287129088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1334, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1517, 'favorite_count': 5695, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
983:749403093750648834
{'created_at': 'Sun Jul 03 00:43:15 +0000 2016', 'id': 749403093750648834, 'id_str': '749403093750648834', 'full_text': 'Duuun dun... duuun dun... dunn dun. dunn dun. dun dun dun dun dun dun dun dun dun dun dun dun dun dun dun. 10/10 https://t.co/9qdJ2Q1Cwx', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749403085643063300, 'id_str': '749403085643063300', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmZqIslWIAQFiqe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZqIslWIAQFiqe.jpg', 'url': 'https://t.co/9qdJ2Q1Cwx', 'display_url': 'pic.twitter.com/9qdJ2Q1Cwx', 'expanded_url': 'https://twitter.com/dog_rates/status/749403093750648834/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 694, 'h': 771, 'resize': 'fit'}, 'small': {'w': 612, 'h': 680, 'resize': 'fit'}, 'large': {'w': 694, 'h': 771, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749403085643063300, 'id_str': '749403085643063300', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmZqIslWIAQFiqe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZqIslWIAQFiqe.jpg', 'url': 'https://t.co/9qdJ2Q1Cwx', 'display_url': 'pic.twitter.com/9qdJ2Q1Cwx', 'expanded_url': 'https://twitter.com/dog_rates/status/749403093750648834/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 694, 'h': 771, 'resize': 'fit'}, 'small': {'w': 612, 'h': 680, 'resize': 'fit'}, 'large': {'w': 694, 'h': 771, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 492, 'favorite_count': 2439, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'eu'}
984:749395845976588288
{'created_at': 'Sun Jul 03 00:14:27 +0000 2016', 'id': 749395845976588288, 'id_str': '749395845976588288', 'full_text': 'This is George. He just remembered that bees are dying globally at an alarming rate. Scary stuff George. 10/10 https://t.co/lznl6QGkYc', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749395837562843136, 'id_str': '749395837562843136', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CmZjizYW8AA3FCN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZjizYW8AA3FCN.jpg', 'url': 'https://t.co/lznl6QGkYc', 'display_url': 'pic.twitter.com/lznl6QGkYc', 'expanded_url': 'https://twitter.com/dog_rates/status/749395845976588288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749395837562843136, 'id_str': '749395837562843136', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CmZjizYW8AA3FCN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZjizYW8AA3FCN.jpg', 'url': 'https://t.co/lznl6QGkYc', 'display_url': 'pic.twitter.com/lznl6QGkYc', 'expanded_url': 'https://twitter.com/dog_rates/status/749395845976588288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 749395837596340224, 'id_str': '749395837596340224', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CmZjizgWEAAjH0R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmZjizgWEAAjH0R.jpg', 'url': 'https://t.co/lznl6QGkYc', 'display_url': 'pic.twitter.com/lznl6QGkYc', 'expanded_url': 'https://twitter.com/dog_rates/status/749395845976588288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3158, 'favorite_count': 7968, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
985:749317047558017024
{'created_at': 'Sat Jul 02 19:01:20 +0000 2016', 'id': 749317047558017024, 'id_str': '749317047558017024', 'full_text': "This is Blu. He's a wild bush Floofer. I wish anything made me as happy as bushes make Blu. 12/10 would frolic with https://t.co/HHUAnBb6QB", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749316899712950272, 'id_str': '749316899712950272', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/749316899712950272/pu/img/nvZI9mkoAxt89sul.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/749316899712950272/pu/img/nvZI9mkoAxt89sul.jpg', 'url': 'https://t.co/HHUAnBb6QB', 'display_url': 'pic.twitter.com/HHUAnBb6QB', 'expanded_url': 'https://twitter.com/dog_rates/status/749317047558017024/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749316899712950272, 'id_str': '749316899712950272', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/749316899712950272/pu/img/nvZI9mkoAxt89sul.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/749316899712950272/pu/img/nvZI9mkoAxt89sul.jpg', 'url': 'https://t.co/HHUAnBb6QB', 'display_url': 'pic.twitter.com/HHUAnBb6QB', 'expanded_url': 'https://twitter.com/dog_rates/status/749317047558017024/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 22315, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/749316899712950272/pu/vid/318x180/dzmMJmtfev31PChV.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/749316899712950272/pu/pl/ksQSvgwGGgGk4_nj.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2050, 'favorite_count': 5099, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
986:749075273010798592
{'created_at': 'Sat Jul 02 03:00:36 +0000 2016', 'id': 749075273010798592, 'id_str': '749075273010798592', 'full_text': "This is Boomer. He's self-baptizing. Other doggo not ready to renounce sins. 11/10 spiritually awakened af https://t.co/cRTJiQQk9o", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/cRTJiQQk9o', 'expanded_url': 'https://vine.co/v/5ztZvHgI17r', 'display_url': 'vine.co/v/5ztZvHgI17r', 'indices': [107, 130]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1889, 'favorite_count': 5374, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
987:749064354620928000
{'created_at': 'Sat Jul 02 02:17:13 +0000 2016', 'id': 749064354620928000, 'id_str': '749064354620928000', 'full_text': "Meet Winston. He's pupset because I forgot to mention that it's Canada Day today. 11/10 please forgive me Winston https://t.co/xEY8dbJxnF", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749064343547944960, 'id_str': '749064343547944960', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmU2DT8WIAAwOXx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmU2DT8WIAAwOXx.jpg', 'url': 'https://t.co/xEY8dbJxnF', 'display_url': 'pic.twitter.com/xEY8dbJxnF', 'expanded_url': 'https://twitter.com/dog_rates/status/749064354620928000/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1365, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749064343547944960, 'id_str': '749064343547944960', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmU2DT8WIAAwOXx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmU2DT8WIAAwOXx.jpg', 'url': 'https://t.co/xEY8dbJxnF', 'display_url': 'pic.twitter.com/xEY8dbJxnF', 'expanded_url': 'https://twitter.com/dog_rates/status/749064354620928000/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1365, 'h': 2048, 'resize': 'fit'}}}, {'id': 749064343925456896, 'id_str': '749064343925456896', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmU2DVWWgAArvp3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmU2DVWWgAArvp3.jpg', 'url': 'https://t.co/xEY8dbJxnF', 'display_url': 'pic.twitter.com/xEY8dbJxnF', 'expanded_url': 'https://twitter.com/dog_rates/status/749064354620928000/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1365, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1408, 'favorite_count': 4503, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
988:749036806121881602
{'created_at': 'Sat Jul 02 00:27:45 +0000 2016', 'id': 749036806121881602, 'id_str': '749036806121881602', 'full_text': "This is Dietrich. He hops at random. Other doggos don't understand him. It upsets him greatly. 8/10 would comfort https://t.co/U8cSRz8wzC", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 749036286288207872, 'id_str': '749036286288207872', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmUciKgWIAA97sH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmUciKgWIAA97sH.jpg', 'url': 'https://t.co/U8cSRz8wzC', 'display_url': 'pic.twitter.com/U8cSRz8wzC', 'expanded_url': 'https://twitter.com/dog_rates/status/749036806121881602/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 749036286288207872, 'id_str': '749036286288207872', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CmUciKgWIAA97sH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmUciKgWIAA97sH.jpg', 'url': 'https://t.co/U8cSRz8wzC', 'display_url': 'pic.twitter.com/U8cSRz8wzC', 'expanded_url': 'https://twitter.com/dog_rates/status/749036806121881602/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 731, 'favorite_count': 2883, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
989:748977405889503236
{'created_at': 'Fri Jul 01 20:31:43 +0000 2016', 'id': 748977405889503236, 'id_str': '748977405889503236', 'full_text': 'What jokester sent in a pic without a dog in it? This is not @rock_rates. This is @dog_rates. Thank you ...10/10 https://t.co/nDPaYHrtNX', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'rock_rates', 'name': 'Rock', 'id': 748978218523176960, 'id_str': '748978218523176960', 'indices': [61, 72]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [82, 92]}], 'urls': [], 'media': [{'id': 748977397119258624, 'id_str': '748977397119258624', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CmTm-XQXEAAEyN6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmTm-XQXEAAEyN6.jpg', 'url': 'https://t.co/nDPaYHrtNX', 'display_url': 'pic.twitter.com/nDPaYHrtNX', 'expanded_url': 'https://twitter.com/dog_rates/status/748977405889503236/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748977397119258624, 'id_str': '748977397119258624', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CmTm-XQXEAAEyN6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmTm-XQXEAAEyN6.jpg', 'url': 'https://t.co/nDPaYHrtNX', 'display_url': 'pic.twitter.com/nDPaYHrtNX', 'expanded_url': 'https://twitter.com/dog_rates/status/748977405889503236/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3133, 'favorite_count': 10034, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
990:748932637671223296
{'created_at': 'Fri Jul 01 17:33:49 +0000 2016', 'id': 748932637671223296, 'id_str': '748932637671223296', 'full_text': 'Say hello to Divine Doggo. Must be magical af. 13/10 would be an honor to pet https://t.co/BbcABzohKb', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748932629869756416, 'id_str': '748932629869756416', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmS-QkQWAAAkUa-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmS-QkQWAAAkUa-.jpg', 'url': 'https://t.co/BbcABzohKb', 'display_url': 'pic.twitter.com/BbcABzohKb', 'expanded_url': 'https://twitter.com/dog_rates/status/748932637671223296/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 716, 'h': 889, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 716, 'h': 889, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748932629869756416, 'id_str': '748932629869756416', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmS-QkQWAAAkUa-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmS-QkQWAAAkUa-.jpg', 'url': 'https://t.co/BbcABzohKb', 'display_url': 'pic.twitter.com/BbcABzohKb', 'expanded_url': 'https://twitter.com/dog_rates/status/748932637671223296/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 716, 'h': 889, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 716, 'h': 889, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2062, 'favorite_count': 5411, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
991:748705597323898880
{'created_at': 'Fri Jul 01 02:31:39 +0000 2016', 'id': 748705597323898880, 'id_str': '748705597323898880', 'full_text': '#BarkWeek is getting rather heckin terrifying over here. Doin me quite the spooken. 13/10 (vid by @corgi_zero) https://t.co/eA7k1ZQslA', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [0, 9]}], 'symbols': [], 'user_mentions': [{'screen_name': 'corgi_zero', 'name': 'Zero Marie Corgibutt', 'id': 3260261071, 'id_str': '3260261071', 'indices': [98, 109]}], 'urls': [], 'media': [{'id': 748704826305970176, 'id_str': '748704826305970176', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/748704826305970176/pu/img/QHuadM5eEygfBeOf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/748704826305970176/pu/img/QHuadM5eEygfBeOf.jpg', 'url': 'https://t.co/eA7k1ZQslA', 'display_url': 'pic.twitter.com/eA7k1ZQslA', 'expanded_url': 'https://twitter.com/dog_rates/status/748705597323898880/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748704826305970176, 'id_str': '748704826305970176', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/748704826305970176/pu/img/QHuadM5eEygfBeOf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/748704826305970176/pu/img/QHuadM5eEygfBeOf.jpg', 'url': 'https://t.co/eA7k1ZQslA', 'display_url': 'pic.twitter.com/eA7k1ZQslA', 'expanded_url': 'https://twitter.com/dog_rates/status/748705597323898880/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 19433, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/748704826305970176/pu/vid/640x360/vwcvIkF91_AfJnFI.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/748704826305970176/pu/pl/nNkYAC9_qAZT39QU.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/748704826305970176/pu/vid/320x180/OxnRJGJRdpJUuaxQ.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/748704826305970176/pu/vid/1280x720/lnqr6BUATWAk_vpG.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 879, 'favorite_count': 2585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
992:748699167502000129
{'created_at': 'Fri Jul 01 02:06:06 +0000 2016', 'id': 748699167502000129, 'id_str': '748699167502000129', 'full_text': "Meet Tripp. He's being eaten by a sherk and doesn't even care. Unfazed af. 11/10 keep doin you Tripp https://t.co/gGxjthmG1c", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748699139601563648, 'id_str': '748699139601563648', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CmPp5pOXgAAD_SG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmPp5pOXgAAD_SG.jpg', 'url': 'https://t.co/gGxjthmG1c', 'display_url': 'pic.twitter.com/gGxjthmG1c', 'expanded_url': 'https://twitter.com/dog_rates/status/748699167502000129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748699139601563648, 'id_str': '748699139601563648', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CmPp5pOXgAAD_SG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmPp5pOXgAAD_SG.jpg', 'url': 'https://t.co/gGxjthmG1c', 'display_url': 'pic.twitter.com/gGxjthmG1c', 'expanded_url': 'https://twitter.com/dog_rates/status/748699167502000129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 748699139626639360, 'id_str': '748699139626639360', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CmPp5pUWIAAMwMN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmPp5pUWIAAMwMN.jpg', 'url': 'https://t.co/gGxjthmG1c', 'display_url': 'pic.twitter.com/gGxjthmG1c', 'expanded_url': 'https://twitter.com/dog_rates/status/748699167502000129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1460, 'favorite_count': 4418, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
993:748692773788876800
{'created_at': 'Fri Jul 01 01:40:41 +0000 2016', 'id': 748692773788876800, 'id_str': '748692773788876800', 'full_text': 'That is Quizno. This is his beach. He does not tolerate human shenanigans on his beach. 10/10 reclaim ur land doggo https://t.co/vdr7DaRSa7', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748692763684835328, 'id_str': '748692763684835328', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CmPkGhFXEAABO1n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmPkGhFXEAABO1n.jpg', 'url': 'https://t.co/vdr7DaRSa7', 'display_url': 'pic.twitter.com/vdr7DaRSa7', 'expanded_url': 'https://twitter.com/dog_rates/status/748692773788876800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748692763684835328, 'id_str': '748692763684835328', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CmPkGhFXEAABO1n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmPkGhFXEAABO1n.jpg', 'url': 'https://t.co/vdr7DaRSa7', 'display_url': 'pic.twitter.com/vdr7DaRSa7', 'expanded_url': 'https://twitter.com/dog_rates/status/748692773788876800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1229, 'favorite_count': 3958, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
994:748575535303884801
{'created_at': 'Thu Jun 30 17:54:50 +0000 2016', 'id': 748575535303884801, 'id_str': '748575535303884801', 'full_text': "This is one of the most reckless puppers I've ever seen. How she got a license in the first place is beyond me. 6/10 https://t.co/z5bAdtn9kd", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748575526948843521, 'id_str': '748575526948843521', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmN5ecNWMAE6pnf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmN5ecNWMAE6pnf.jpg', 'url': 'https://t.co/z5bAdtn9kd', 'display_url': 'pic.twitter.com/z5bAdtn9kd', 'expanded_url': 'https://twitter.com/dog_rates/status/748575535303884801/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748575526948843521, 'id_str': '748575526948843521', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmN5ecNWMAE6pnf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmN5ecNWMAE6pnf.jpg', 'url': 'https://t.co/z5bAdtn9kd', 'display_url': 'pic.twitter.com/z5bAdtn9kd', 'expanded_url': 'https://twitter.com/dog_rates/status/748575535303884801/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1813, 'favorite_count': 5642, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
995:748568946752774144
{'created_at': 'Thu Jun 30 17:28:39 +0000 2016', 'id': 748568946752774144, 'id_str': '748568946752774144', 'full_text': 'This is Cora. She rings a bell for treats. 12/10 precious af (vid by @skyehellenkamp) https://t.co/uUncaAGH18', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'skyehellenkamp', 'name': 'Skye', 'id': 2813743994, 'id_str': '2813743994', 'indices': [69, 84]}], 'urls': [], 'media': [{'id': 748568890477789184, 'id_str': '748568890477789184', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/748568890477789184/pu/img/1MzP7FuodJdHw8zA.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/748568890477789184/pu/img/1MzP7FuodJdHw8zA.jpg', 'url': 'https://t.co/uUncaAGH18', 'display_url': 'pic.twitter.com/uUncaAGH18', 'expanded_url': 'https://twitter.com/dog_rates/status/748568946752774144/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 316, 'h': 568, 'resize': 'fit'}, 'small': {'w': 316, 'h': 568, 'resize': 'fit'}, 'large': {'w': 316, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748568890477789184, 'id_str': '748568890477789184', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/748568890477789184/pu/img/1MzP7FuodJdHw8zA.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/748568890477789184/pu/img/1MzP7FuodJdHw8zA.jpg', 'url': 'https://t.co/uUncaAGH18', 'display_url': 'pic.twitter.com/uUncaAGH18', 'expanded_url': 'https://twitter.com/dog_rates/status/748568946752774144/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 316, 'h': 568, 'resize': 'fit'}, 'small': {'w': 316, 'h': 568, 'resize': 'fit'}, 'large': {'w': 316, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [79, 142], 'duration_millis': 8972, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/748568890477789184/pu/vid/178x320/u3pmEM3JH_00ZOcX.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/748568890477789184/pu/pl/eHFxpIEy9wDqITA7.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 610, 'favorite_count': 2049, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
996:748346686624440324
{'created_at': 'Thu Jun 30 02:45:28 +0000 2016', 'id': 748346686624440324, 'id_str': '748346686624440324', 'full_text': '"So... we meat again" (I\'m so sorry for that pun I couldn\'t resist pls don\'t unfollow) 10/10 https://t.co/XFBrrqapZa', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748346678575497217, 'id_str': '748346678575497217', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CmKpVtlWAAEnyHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKpVtlWAAEnyHm.jpg', 'url': 'https://t.co/XFBrrqapZa', 'display_url': 'pic.twitter.com/XFBrrqapZa', 'expanded_url': 'https://twitter.com/dog_rates/status/748346686624440324/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748346678575497217, 'id_str': '748346678575497217', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CmKpVtlWAAEnyHm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKpVtlWAAEnyHm.jpg', 'url': 'https://t.co/XFBrrqapZa', 'display_url': 'pic.twitter.com/XFBrrqapZa', 'expanded_url': 'https://twitter.com/dog_rates/status/748346686624440324/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1122, 'favorite_count': 4859, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
997:748337862848962560
{'created_at': 'Thu Jun 30 02:10:24 +0000 2016', 'id': 748337862848962560, 'id_str': '748337862848962560', 'full_text': 'SWIM AWAY PUPPER SWIM AWAY 13/10 #BarkWeek https://t.co/QGGhZoTcwy', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [33, 42]}], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/QGGhZoTcwy', 'expanded_url': 'https://vine.co/v/h5aDaFthX6O', 'display_url': 'vine.co/v/h5aDaFthX6O', 'indices': [44, 67]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3739, 'favorite_count': 7071, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
998:748324050481647620
{'created_at': 'Thu Jun 30 01:15:31 +0000 2016', 'id': 748324050481647620, 'id_str': '748324050481647620', 'full_text': 'This is Duke. He permanently looks like he just tripped over something. 11/10 https://t.co/1sNtG7GgiO', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748324042759938048, 'id_str': '748324042759938048', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmKUwImXIAA58f5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKUwImXIAA58f5.jpg', 'url': 'https://t.co/1sNtG7GgiO', 'display_url': 'pic.twitter.com/1sNtG7GgiO', 'expanded_url': 'https://twitter.com/dog_rates/status/748324050481647620/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748324042759938048, 'id_str': '748324042759938048', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmKUwImXIAA58f5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKUwImXIAA58f5.jpg', 'url': 'https://t.co/1sNtG7GgiO', 'display_url': 'pic.twitter.com/1sNtG7GgiO', 'expanded_url': 'https://twitter.com/dog_rates/status/748324050481647620/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 748324042772447232, 'id_str': '748324042772447232', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CmKUwIpWAAAIZ0P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKUwIpWAAAIZ0P.jpg', 'url': 'https://t.co/1sNtG7GgiO', 'display_url': 'pic.twitter.com/1sNtG7GgiO', 'expanded_url': 'https://twitter.com/dog_rates/status/748324050481647620/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 693, 'favorite_count': 3460, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
999:748307329658011649
{'created_at': 'Thu Jun 30 00:09:04 +0000 2016', 'id': 748307329658011649, 'id_str': '748307329658011649', 'full_text': "This sherk must've leapt out of the water and into the canoe, trapping the human. Won't even help paddle smh. 7/10 https://t.co/KubWEqOIgO", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 748307320023703552, 'id_str': '748307320023703552', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmKFivjWYAA1eE6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKFivjWYAA1eE6.jpg', 'url': 'https://t.co/KubWEqOIgO', 'display_url': 'pic.twitter.com/KubWEqOIgO', 'expanded_url': 'https://twitter.com/dog_rates/status/748307329658011649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 748307320023703552, 'id_str': '748307320023703552', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmKFivjWYAA1eE6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKFivjWYAA1eE6.jpg', 'url': 'https://t.co/KubWEqOIgO', 'display_url': 'pic.twitter.com/KubWEqOIgO', 'expanded_url': 'https://twitter.com/dog_rates/status/748307329658011649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 748307323924451328, 'id_str': '748307323924451328', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmKFi-FXEAAeI37.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmKFi-FXEAAeI37.jpg', 'url': 'https://t.co/KubWEqOIgO', 'display_url': 'pic.twitter.com/KubWEqOIgO', 'expanded_url': 'https://twitter.com/dog_rates/status/748307329658011649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 432, 'resize': 'fit'}, 'large': {'w': 923, 'h': 586, 'resize': 'fit'}, 'medium': {'w': 923, 'h': 586, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 656, 'favorite_count': 3449, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1000:748220828303695873
{'created_at': 'Wed Jun 29 18:25:21 +0000 2016', 'id': 748220828303695873, 'id_str': '748220828303695873', 'full_text': "Stop what you're doing and watch this heckin masterpiece right here. Both 13/10 https://t.co/3BOVI2WZoH", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/3BOVI2WZoH', 'expanded_url': 'https://vine.co/v/iiLjKuYJpr6', 'display_url': 'vine.co/v/iiLjKuYJpr6', 'indices': [80, 103]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7121, 'favorite_count': 13152, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1001:747963614829678593
{'created_at': 'Wed Jun 29 01:23:16 +0000 2016', 'id': 747963614829678593, 'id_str': '747963614829678593', 'full_text': 'PUPPER NOOOOO BEHIND YOUUU 10/10 pls keep this pupper in your thoughts https://t.co/ZPfeRtOX0Q', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747963600220917761, 'id_str': '747963600220917761', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CmFM7ngXEAEitfh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmFM7ngXEAEitfh.jpg', 'url': 'https://t.co/ZPfeRtOX0Q', 'display_url': 'pic.twitter.com/ZPfeRtOX0Q', 'expanded_url': 'https://twitter.com/dog_rates/status/747963614829678593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 937, 'h': 632, 'resize': 'fit'}, 'small': {'w': 680, 'h': 459, 'resize': 'fit'}, 'large': {'w': 937, 'h': 632, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747963600220917761, 'id_str': '747963600220917761', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CmFM7ngXEAEitfh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmFM7ngXEAEitfh.jpg', 'url': 'https://t.co/ZPfeRtOX0Q', 'display_url': 'pic.twitter.com/ZPfeRtOX0Q', 'expanded_url': 'https://twitter.com/dog_rates/status/747963614829678593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 937, 'h': 632, 'resize': 'fit'}, 'small': {'w': 680, 'h': 459, 'resize': 'fit'}, 'large': {'w': 937, 'h': 632, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1958, 'favorite_count': 5389, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1002:747933425676525569
{'created_at': 'Tue Jun 28 23:23:19 +0000 2016', 'id': 747933425676525569, 'id_str': '747933425676525569', 'full_text': "Pls don't send more sherks. I don't care how seemingly floofy they are. It does me so much frighten. Thank u. 11/10 https://t.co/oQqlOsla4R", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747933264640380928, 'id_str': '747933264640380928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CmExV2qWkAAn_pN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmExV2qWkAAn_pN.jpg', 'url': 'https://t.co/oQqlOsla4R', 'display_url': 'pic.twitter.com/oQqlOsla4R', 'expanded_url': 'https://twitter.com/dog_rates/status/747933425676525569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747933264640380928, 'id_str': '747933264640380928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CmExV2qWkAAn_pN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmExV2qWkAAn_pN.jpg', 'url': 'https://t.co/oQqlOsla4R', 'display_url': 'pic.twitter.com/oQqlOsla4R', 'expanded_url': 'https://twitter.com/dog_rates/status/747933425676525569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 747933264564858880, 'id_str': '747933264564858880', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CmExV2YWMAAaAnL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmExV2YWMAAaAnL.jpg', 'url': 'https://t.co/oQqlOsla4R', 'display_url': 'pic.twitter.com/oQqlOsla4R', 'expanded_url': 'https://twitter.com/dog_rates/status/747933425676525569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 486, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 486, 'resize': 'fit'}, 'small': {'w': 680, 'h': 441, 'resize': 'fit'}}}, {'id': 747933264615202816, 'id_str': '747933264615202816', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CmExV2kWYAAQcFx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmExV2kWYAAQcFx.jpg', 'url': 'https://t.co/oQqlOsla4R', 'display_url': 'pic.twitter.com/oQqlOsla4R', 'expanded_url': 'https://twitter.com/dog_rates/status/747933425676525569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 989, 'h': 749, 'resize': 'fit'}, 'small': {'w': 680, 'h': 515, 'resize': 'fit'}, 'large': {'w': 989, 'h': 749, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2359, 'favorite_count': 6180, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1003:747885874273214464
{'created_at': 'Tue Jun 28 20:14:22 +0000 2016', 'id': 747885874273214464, 'id_str': '747885874273214464', 'full_text': 'This is a mighty rare blue-tailed hammer sherk. Human almost lost a limb trying to take these. Be careful guys. 8/10 https://t.co/TGenMeXreW', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747885821378715648, 'id_str': '747885821378715648', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmEGMSvUYAAl3ZM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmEGMSvUYAAl3ZM.jpg', 'url': 'https://t.co/TGenMeXreW', 'display_url': 'pic.twitter.com/TGenMeXreW', 'expanded_url': 'https://twitter.com/dog_rates/status/747885874273214464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 582, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1027, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1752, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747885821378715648, 'id_str': '747885821378715648', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmEGMSvUYAAl3ZM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmEGMSvUYAAl3ZM.jpg', 'url': 'https://t.co/TGenMeXreW', 'display_url': 'pic.twitter.com/TGenMeXreW', 'expanded_url': 'https://twitter.com/dog_rates/status/747885874273214464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 582, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1027, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1752, 'resize': 'fit'}}}, {'id': 747885822536364032, 'id_str': '747885822536364032', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CmEGMXDUsAA3Y3V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmEGMXDUsAA3Y3V.jpg', 'url': 'https://t.co/TGenMeXreW', 'display_url': 'pic.twitter.com/TGenMeXreW', 'expanded_url': 'https://twitter.com/dog_rates/status/747885874273214464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 819, 'resize': 'fit'}, 'small': {'w': 680, 'h': 464, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1397, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 882, 'favorite_count': 2726, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1004:747844099428986880
{'created_at': 'Tue Jun 28 17:28:22 +0000 2016', 'id': 747844099428986880, 'id_str': '747844099428986880', 'full_text': "This is Huxley. He's pumped for #BarkWeek. Even has a hat. Ears are quite magical. 11/10 would remove hat to pat https://t.co/V7h5NMYbYz", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [{'text': 'BarkWeek', 'indices': [32, 41]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747844091732430850, 'id_str': '747844091732430850', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CmDgPTsWEAIi2T1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmDgPTsWEAIi2T1.jpg', 'url': 'https://t.co/V7h5NMYbYz', 'display_url': 'pic.twitter.com/V7h5NMYbYz', 'expanded_url': 'https://twitter.com/dog_rates/status/747844099428986880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747844091732430850, 'id_str': '747844091732430850', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CmDgPTsWEAIi2T1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmDgPTsWEAIi2T1.jpg', 'url': 'https://t.co/V7h5NMYbYz', 'display_url': 'pic.twitter.com/V7h5NMYbYz', 'expanded_url': 'https://twitter.com/dog_rates/status/747844099428986880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 677, 'favorite_count': 2631, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1005:747816857231626240
{'created_at': 'Tue Jun 28 15:40:07 +0000 2016', 'id': 747816857231626240, 'id_str': '747816857231626240', 'full_text': 'Viewer discretion is advised. This is a terrible attack in progress. Not even in water (tragic af). 4/10 bad sherk https://t.co/L3U0j14N5R', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747816839879757824, 'id_str': '747816839879757824', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmDHdCoWkAACTB4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmDHdCoWkAACTB4.jpg', 'url': 'https://t.co/L3U0j14N5R', 'display_url': 'pic.twitter.com/L3U0j14N5R', 'expanded_url': 'https://twitter.com/dog_rates/status/747816857231626240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747816839879757824, 'id_str': '747816839879757824', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CmDHdCoWkAACTB4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmDHdCoWkAACTB4.jpg', 'url': 'https://t.co/L3U0j14N5R', 'display_url': 'pic.twitter.com/L3U0j14N5R', 'expanded_url': 'https://twitter.com/dog_rates/status/747816857231626240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1061, 'favorite_count': 4506, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1006:747651430853525504
{'created_at': 'Tue Jun 28 04:42:46 +0000 2016', 'id': 747651430853525504, 'id_str': '747651430853525504', 'full_text': "Other pupper asked not to have his identity shared. Probably just embarrassed about the headbutt. Also 12/10 it'll be ok mystery pup", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 747648653817413632, 'in_reply_to_status_id_str': '747648653817413632', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 143, 'favorite_count': 1275, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1007:747648653817413632
{'created_at': 'Tue Jun 28 04:31:44 +0000 2016', 'id': 747648653817413632, 'id_str': '747648653817413632', 'full_text': 'This is Keurig. He apparently headbutts other dogs to greet them. Not cool Keurig. So fluffy tho 12/10 https://t.co/zexdr61Q5M', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/zexdr61Q5M', 'expanded_url': 'https://vine.co/v/iqIZFtOxEMB', 'display_url': 'vine.co/v/iqIZFtOxEMB', 'indices': [104, 127]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5337, 'favorite_count': 11985, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1008:747600769478692864
{'created_at': 'Tue Jun 28 01:21:27 +0000 2016', 'id': 747600769478692864, 'id_str': '747600769478692864', 'full_text': 'This is Bookstore and Seaweed. Bookstore is tired and Seaweed is an asshole. 10/10 and 7/10 respectively https://t.co/eUGjGjjFVJ', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747600758972026880, 'id_str': '747600758972026880', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CmAC7ehXEAAqSuW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmAC7ehXEAAqSuW.jpg', 'url': 'https://t.co/eUGjGjjFVJ', 'display_url': 'pic.twitter.com/eUGjGjjFVJ', 'expanded_url': 'https://twitter.com/dog_rates/status/747600769478692864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747600758972026880, 'id_str': '747600758972026880', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CmAC7ehXEAAqSuW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmAC7ehXEAAqSuW.jpg', 'url': 'https://t.co/eUGjGjjFVJ', 'display_url': 'pic.twitter.com/eUGjGjjFVJ', 'expanded_url': 'https://twitter.com/dog_rates/status/747600769478692864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 747600759043284994, 'id_str': '747600759043284994', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CmAC7eyWYAIox-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CmAC7eyWYAIox-F.jpg', 'url': 'https://t.co/eUGjGjjFVJ', 'display_url': 'pic.twitter.com/eUGjGjjFVJ', 'expanded_url': 'https://twitter.com/dog_rates/status/747600769478692864/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 523, 'favorite_count': 2171, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1009:747594051852075008
{'created_at': 'Tue Jun 28 00:54:46 +0000 2016', 'id': 747594051852075008, 'id_str': '747594051852075008', 'full_text': 'Again w the sharks guys. This week is about dogs ACTING or DRESSING like sharks. NOT actual sharks. Thank u ...11/10 https://t.co/Ie2mWXWjpr', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747594043354419201, 'id_str': '747594043354419201', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cl_80k5WkAEbo9m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl_80k5WkAEbo9m.jpg', 'url': 'https://t.co/Ie2mWXWjpr', 'display_url': 'pic.twitter.com/Ie2mWXWjpr', 'expanded_url': 'https://twitter.com/dog_rates/status/747594051852075008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 612, 'h': 612, 'resize': 'fit'}, 'medium': {'w': 612, 'h': 612, 'resize': 'fit'}, 'large': {'w': 612, 'h': 612, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747594043354419201, 'id_str': '747594043354419201', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cl_80k5WkAEbo9m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl_80k5WkAEbo9m.jpg', 'url': 'https://t.co/Ie2mWXWjpr', 'display_url': 'pic.twitter.com/Ie2mWXWjpr', 'expanded_url': 'https://twitter.com/dog_rates/status/747594051852075008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 612, 'h': 612, 'resize': 'fit'}, 'medium': {'w': 612, 'h': 612, 'resize': 'fit'}, 'large': {'w': 612, 'h': 612, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 950, 'favorite_count': 3426, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1010:747512671126323200
{'created_at': 'Mon Jun 27 19:31:23 +0000 2016', 'id': 747512671126323200, 'id_str': '747512671126323200', 'full_text': "Guys pls stop sending actual sharks. It's too dangerous for me and the people taking the photos. Thank you ...10/10 https://t.co/12lICZN2SP", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747512645096476672, 'id_str': '747512645096476672', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cl-yykwWkAAqUCE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl-yykwWkAAqUCE.jpg', 'url': 'https://t.co/12lICZN2SP', 'display_url': 'pic.twitter.com/12lICZN2SP', 'expanded_url': 'https://twitter.com/dog_rates/status/747512671126323200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747512645096476672, 'id_str': '747512645096476672', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cl-yykwWkAAqUCE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl-yykwWkAAqUCE.jpg', 'url': 'https://t.co/12lICZN2SP', 'display_url': 'pic.twitter.com/12lICZN2SP', 'expanded_url': 'https://twitter.com/dog_rates/status/747512671126323200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 2048, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1478, 'favorite_count': 5137, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1011:747461612269887489
{'created_at': 'Mon Jun 27 16:08:30 +0000 2016', 'id': 747461612269887489, 'id_str': '747461612269887489', 'full_text': 'Never seen a shark hold another shark like this before. Must be evolving. Both 10/10 please only send dogs though https://t.co/x4IUNKV79Y', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747461595794673665, 'id_str': '747461595794673665', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl-EXHSWkAE2IN2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl-EXHSWkAE2IN2.jpg', 'url': 'https://t.co/x4IUNKV79Y', 'display_url': 'pic.twitter.com/x4IUNKV79Y', 'expanded_url': 'https://twitter.com/dog_rates/status/747461612269887489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747461595794673665, 'id_str': '747461595794673665', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl-EXHSWkAE2IN2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl-EXHSWkAE2IN2.jpg', 'url': 'https://t.co/x4IUNKV79Y', 'display_url': 'pic.twitter.com/x4IUNKV79Y', 'expanded_url': 'https://twitter.com/dog_rates/status/747461612269887489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 949, 'favorite_count': 3597, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1012:747439450712596480
{'created_at': 'Mon Jun 27 14:40:26 +0000 2016', 'id': 747439450712596480, 'id_str': '747439450712596480', 'full_text': "This is Linus. He just wanted to say hello but no one's paying attention. 12/10 (vid by @rebeccacollinzz) https://t.co/VCijm2eVpR", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'rebeccacollinzz', 'name': 'b', 'id': 87840367, 'id_str': '87840367', 'indices': [88, 104]}], 'urls': [{'url': 'https://t.co/VCijm2eVpR', 'expanded_url': 'https://vine.co/v/5uTVXWvn3Ip', 'display_url': 'vine.co/v/5uTVXWvn3Ip', 'indices': [106, 129]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1753, 'favorite_count': 5042, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1013:747242308580548608
{'created_at': 'Mon Jun 27 01:37:04 +0000 2016', 'id': 747242308580548608, 'id_str': '747242308580548608', 'full_text': 'RT @dog_rates: This pupper killed this great white in an epic sea battle. Now wears it as a trophy. Such brave. Much fierce. 13/10 https://…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Tue Mar 01 20:11:59 +0000 2016', 'id': 704761120771465216, 'id_str': '704761120771465216', 'full_text': 'This pupper killed this great white in an epic sea battle. Now wears it as a trophy. Such brave. Much fierce. 13/10 https://t.co/Lu0ECu5tO5', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704761116849774592, 'id_str': '704761116849774592', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'url': 'https://t.co/Lu0ECu5tO5', 'display_url': 'pic.twitter.com/Lu0ECu5tO5', 'expanded_url': 'https://twitter.com/dog_rates/status/704761120771465216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704761116849774592, 'id_str': '704761116849774592', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'url': 'https://t.co/Lu0ECu5tO5', 'display_url': 'pic.twitter.com/Lu0ECu5tO5', 'expanded_url': 'https://twitter.com/dog_rates/status/704761120771465216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 704761116845608960, 'id_str': '704761116845608960', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcfQgHUXEAAPJf2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcfQgHUXEAAPJf2.jpg', 'url': 'https://t.co/Lu0ECu5tO5', 'display_url': 'pic.twitter.com/Lu0ECu5tO5', 'expanded_url': 'https://twitter.com/dog_rates/status/704761120771465216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2636, 'favorite_count': 6150, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 2636, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1014:747219827526344708
{'created_at': 'Mon Jun 27 00:07:44 +0000 2016', 'id': 747219827526344708, 'id_str': '747219827526344708', 'full_text': "This is Atticus. He's remaining calm but his costume looks terrified. 11/10 https://t.co/uT7QeZI34U", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747219814297501696, 'id_str': '747219814297501696', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/Cl6odlBWAAAX8RM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl6odlBWAAAX8RM.jpg', 'url': 'https://t.co/uT7QeZI34U', 'display_url': 'pic.twitter.com/uT7QeZI34U', 'expanded_url': 'https://twitter.com/dog_rates/status/747219827526344708/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747219814297501696, 'id_str': '747219814297501696', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/Cl6odlBWAAAX8RM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl6odlBWAAAX8RM.jpg', 'url': 'https://t.co/uT7QeZI34U', 'display_url': 'pic.twitter.com/uT7QeZI34U', 'expanded_url': 'https://twitter.com/dog_rates/status/747219827526344708/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 747219814381404162, 'id_str': '747219814381404162', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/Cl6odlVWQAIy5uk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl6odlVWQAIy5uk.jpg', 'url': 'https://t.co/uT7QeZI34U', 'display_url': 'pic.twitter.com/uT7QeZI34U', 'expanded_url': 'https://twitter.com/dog_rates/status/747219827526344708/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1442, 'favorite_count': 4899, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1015:747204161125646336
{'created_at': 'Sun Jun 26 23:05:29 +0000 2016', 'id': 747204161125646336, 'id_str': '747204161125646336', 'full_text': "This is Clark. He's deadly af. Clearly part shark (see pic 2). 10/10 would totally still try to pet https://t.co/dmdEBOEctC", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747204153907253248, 'id_str': '747204153907253248', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Cl6aOBhWkAAglPJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl6aOBhWkAAglPJ.jpg', 'url': 'https://t.co/dmdEBOEctC', 'display_url': 'pic.twitter.com/dmdEBOEctC', 'expanded_url': 'https://twitter.com/dog_rates/status/747204161125646336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 425, 'h': 680, 'resize': 'fit'}, 'large': {'w': 492, 'h': 787, 'resize': 'fit'}, 'medium': {'w': 492, 'h': 787, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747204153907253248, 'id_str': '747204153907253248', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Cl6aOBhWkAAglPJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl6aOBhWkAAglPJ.jpg', 'url': 'https://t.co/dmdEBOEctC', 'display_url': 'pic.twitter.com/dmdEBOEctC', 'expanded_url': 'https://twitter.com/dog_rates/status/747204161125646336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 425, 'h': 680, 'resize': 'fit'}, 'large': {'w': 492, 'h': 787, 'resize': 'fit'}, 'medium': {'w': 492, 'h': 787, 'resize': 'fit'}}}, {'id': 747204153907220480, 'id_str': '747204153907220480', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Cl6aOBhWEAALuti.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl6aOBhWEAALuti.jpg', 'url': 'https://t.co/dmdEBOEctC', 'display_url': 'pic.twitter.com/dmdEBOEctC', 'expanded_url': 'https://twitter.com/dog_rates/status/747204161125646336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 231, 'h': 340, 'resize': 'fit'}, 'large': {'w': 231, 'h': 340, 'resize': 'fit'}, 'small': {'w': 231, 'h': 340, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 833, 'favorite_count': 3126, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1016:747103485104099331
{'created_at': 'Sun Jun 26 16:25:26 +0000 2016', 'id': 747103485104099331, 'id_str': '747103485104099331', 'full_text': 'Guys... I said DOGS with "shark qualities" or "costumes." Not actual sharks. This did me a real frighten ...11/10 https://t.co/DX1JUHJVN7', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 747103470537347072, 'id_str': '747103470537347072', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl4-pevXEAAb8VW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl4-pevXEAAb8VW.jpg', 'url': 'https://t.co/DX1JUHJVN7', 'display_url': 'pic.twitter.com/DX1JUHJVN7', 'expanded_url': 'https://twitter.com/dog_rates/status/747103485104099331/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 747103470537347072, 'id_str': '747103470537347072', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl4-pevXEAAb8VW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl4-pevXEAAb8VW.jpg', 'url': 'https://t.co/DX1JUHJVN7', 'display_url': 'pic.twitter.com/DX1JUHJVN7', 'expanded_url': 'https://twitter.com/dog_rates/status/747103485104099331/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 747103470457618432, 'id_str': '747103470457618432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl4-pecWgAAzfAn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl4-pecWgAAzfAn.jpg', 'url': 'https://t.co/DX1JUHJVN7', 'display_url': 'pic.twitter.com/DX1JUHJVN7', 'expanded_url': 'https://twitter.com/dog_rates/status/747103485104099331/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 747103471069962241, 'id_str': '747103471069962241', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl4-pguWIAEWo_J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl4-pguWIAEWo_J.jpg', 'url': 'https://t.co/DX1JUHJVN7', 'display_url': 'pic.twitter.com/DX1JUHJVN7', 'expanded_url': 'https://twitter.com/dog_rates/status/747103485104099331/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1241, 'h': 1241, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 747103473074831361, 'id_str': '747103473074831361', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cl4-poMWAAEUdpT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl4-poMWAAEUdpT.jpg', 'url': 'https://t.co/DX1JUHJVN7', 'display_url': 'pic.twitter.com/DX1JUHJVN7', 'expanded_url': 'https://twitter.com/dog_rates/status/747103485104099331/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1040, 'h': 1040, 'resize': 'fit'}, 'medium': {'w': 1040, 'h': 1040, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3629, 'favorite_count': 8902, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1017:746906459439529985
{'created_at': 'Sun Jun 26 03:22:31 +0000 2016', 'id': 746906459439529985, 'id_str': '746906459439529985', 'full_text': "PUPDATE: can't see any. Even if I could, I couldn't reach them to pet. 0/10 much disappointment https://t.co/c7WXaB2nqX", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746906454414790656, 'id_str': '746906454414790656', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/Cl2LdofXEAATl7x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl2LdofXEAATl7x.jpg', 'url': 'https://t.co/c7WXaB2nqX', 'display_url': 'pic.twitter.com/c7WXaB2nqX', 'expanded_url': 'https://twitter.com/dog_rates/status/746906459439529985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746906454414790656, 'id_str': '746906454414790656', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/Cl2LdofXEAATl7x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl2LdofXEAATl7x.jpg', 'url': 'https://t.co/c7WXaB2nqX', 'display_url': 'pic.twitter.com/c7WXaB2nqX', 'expanded_url': 'https://twitter.com/dog_rates/status/746906459439529985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 746885919387574272, 'in_reply_to_status_id_str': '746885919387574272', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 271, 'favorite_count': 2723, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1018:746872823977771008
{'created_at': 'Sun Jun 26 01:08:52 +0000 2016', 'id': 746872823977771008, 'id_str': '746872823977771008', 'full_text': 'This is a carrot. We only rate dogs. Please only send in dogs. You all really should know this by now ...11/10 https://t.co/9e48aPrBm2', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746872782257008640, 'id_str': '746872782257008640', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cl1s1p7WMAA44Vk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl1s1p7WMAA44Vk.jpg', 'url': 'https://t.co/9e48aPrBm2', 'display_url': 'pic.twitter.com/9e48aPrBm2', 'expanded_url': 'https://twitter.com/dog_rates/status/746872823977771008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746872782257008640, 'id_str': '746872782257008640', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cl1s1p7WMAA44Vk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl1s1p7WMAA44Vk.jpg', 'url': 'https://t.co/9e48aPrBm2', 'display_url': 'pic.twitter.com/9e48aPrBm2', 'expanded_url': 'https://twitter.com/dog_rates/status/746872823977771008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 746872782240219137, 'id_str': '746872782240219137', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cl1s1p3WAAERkJG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl1s1p3WAAERkJG.jpg', 'url': 'https://t.co/9e48aPrBm2', 'display_url': 'pic.twitter.com/9e48aPrBm2', 'expanded_url': 'https://twitter.com/dog_rates/status/746872823977771008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1951, 'favorite_count': 5583, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1019:746818907684614144
{'created_at': 'Sat Jun 25 21:34:37 +0000 2016', 'id': 746818907684614144, 'id_str': '746818907684614144', 'full_text': 'Guys... Dog Jesus 2.0\n13/10 buoyant af https://t.co/CuNA7OwfKQ', 'truncated': False, 'display_text_range': [0, 38], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746818901464453120, 'id_str': '746818901464453120', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/Cl071YVWEAAlF7N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl071YVWEAAlF7N.jpg', 'url': 'https://t.co/CuNA7OwfKQ', 'display_url': 'pic.twitter.com/CuNA7OwfKQ', 'expanded_url': 'https://twitter.com/dog_rates/status/746818907684614144/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 626, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 626, 'resize': 'fit'}, 'small': {'w': 680, 'h': 443, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746818901464453120, 'id_str': '746818901464453120', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/Cl071YVWEAAlF7N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl071YVWEAAlF7N.jpg', 'url': 'https://t.co/CuNA7OwfKQ', 'display_url': 'pic.twitter.com/CuNA7OwfKQ', 'expanded_url': 'https://twitter.com/dog_rates/status/746818907684614144/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 626, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 626, 'resize': 'fit'}, 'small': {'w': 680, 'h': 443, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 691416866452082688, 'in_reply_to_status_id_str': '691416866452082688', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1596, 'favorite_count': 4956, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1020:746790600704425984
{'created_at': 'Sat Jun 25 19:42:08 +0000 2016', 'id': 746790600704425984, 'id_str': '746790600704425984', 'full_text': "When you just can't resist... 10/10 topnotch tongue https://t.co/jeWEGUgbXf", 'truncated': False, 'display_text_range': [0, 51], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746790588880674817, 'id_str': '746790588880674817', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/Cl0iFXvWYAETj_I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl0iFXvWYAETj_I.jpg', 'url': 'https://t.co/jeWEGUgbXf', 'display_url': 'pic.twitter.com/jeWEGUgbXf', 'expanded_url': 'https://twitter.com/dog_rates/status/746790600704425984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746790588880674817, 'id_str': '746790588880674817', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/Cl0iFXvWYAETj_I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl0iFXvWYAETj_I.jpg', 'url': 'https://t.co/jeWEGUgbXf', 'display_url': 'pic.twitter.com/jeWEGUgbXf', 'expanded_url': 'https://twitter.com/dog_rates/status/746790600704425984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 746790588889075712, 'id_str': '746790588889075712', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/Cl0iFXxWkAAqebc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl0iFXxWkAAqebc.jpg', 'url': 'https://t.co/jeWEGUgbXf', 'display_url': 'pic.twitter.com/jeWEGUgbXf', 'expanded_url': 'https://twitter.com/dog_rates/status/746790600704425984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 746790590420029444, 'id_str': '746790590420029444', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/Cl0iFdeXEAQtPyT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cl0iFdeXEAQtPyT.jpg', 'url': 'https://t.co/jeWEGUgbXf', 'display_url': 'pic.twitter.com/jeWEGUgbXf', 'expanded_url': 'https://twitter.com/dog_rates/status/746790600704425984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1466, 'favorite_count': 4527, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1021:746757706116112384
{'created_at': 'Sat Jun 25 17:31:25 +0000 2016', 'id': 746757706116112384, 'id_str': '746757706116112384', 'full_text': 'This is Maddie. She gets some wicked air time. Hardcore barkour. 11/10 nimble af https://t.co/bROYbceZ1u', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/bROYbceZ1u', 'expanded_url': 'https://vine.co/v/5BYq6hmrEI3', 'display_url': 'vine.co/v/5BYq6hmrEI3', 'indices': [81, 104]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3560, 'favorite_count': 8858, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1022:746726898085036033
{'created_at': 'Sat Jun 25 15:29:00 +0000 2016', 'id': 746726898085036033, 'id_str': '746726898085036033', 'full_text': "Meet Abby. She's incredibly distracting. Just wants to help steer. Hazardous af. Still 12/10 would pet while driving https://t.co/gLbLiZtwsp", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746726893492264961, 'id_str': '746726893492264961', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClzoJz7WYAELHSf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClzoJz7WYAELHSf.jpg', 'url': 'https://t.co/gLbLiZtwsp', 'display_url': 'pic.twitter.com/gLbLiZtwsp', 'expanded_url': 'https://twitter.com/dog_rates/status/746726898085036033/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 333, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 940, 'h': 461, 'resize': 'fit'}, 'medium': {'w': 940, 'h': 461, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746726893492264961, 'id_str': '746726893492264961', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClzoJz7WYAELHSf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClzoJz7WYAELHSf.jpg', 'url': 'https://t.co/gLbLiZtwsp', 'display_url': 'pic.twitter.com/gLbLiZtwsp', 'expanded_url': 'https://twitter.com/dog_rates/status/746726898085036033/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 333, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 940, 'h': 461, 'resize': 'fit'}, 'medium': {'w': 940, 'h': 461, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1642, 'favorite_count': 5642, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1023:746542875601690625
{'created_at': 'Sat Jun 25 03:17:46 +0000 2016', 'id': 746542875601690625, 'id_str': '746542875601690625', 'full_text': "Here's a golden floofer helping with the groceries. Bed got in way. Still 11/10 helpful af (vid by @categoen) https://t.co/6ZRoZUWFmd", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'categoen', 'name': 'cate goen', 'id': 2225768780, 'id_str': '2225768780', 'indices': [99, 108]}], 'urls': [{'url': 'https://t.co/6ZRoZUWFmd', 'expanded_url': 'https://vine.co/v/5uZYwqmuDeT', 'display_url': 'vine.co/v/5uZYwqmuDeT', 'indices': [110, 133]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1747, 'favorite_count': 4700, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1024:746521445350707200
{'created_at': 'Sat Jun 25 01:52:36 +0000 2016', 'id': 746521445350707200, 'id_str': '746521445350707200', 'full_text': "RT @dog_rates: This is Shaggy. He knows exactly how to solve the puzzle but can't talk. All he wants to do is help. 10/10 great guy https:/…", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Sat Nov 21 00:46:50 +0000 2015', 'id': 667866724293877760, 'id_str': '667866724293877760', 'full_text': "This is Shaggy. He knows exactly how to solve the puzzle but can't talk. All he wants to do is help. 10/10 great guy https://t.co/SBmWbfAg6X", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667866720170852352, 'id_str': '667866720170852352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'url': 'https://t.co/SBmWbfAg6X', 'display_url': 'pic.twitter.com/SBmWbfAg6X', 'expanded_url': 'https://twitter.com/dog_rates/status/667866724293877760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 751, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 751, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667866720170852352, 'id_str': '667866720170852352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'url': 'https://t.co/SBmWbfAg6X', 'display_url': 'pic.twitter.com/SBmWbfAg6X', 'expanded_url': 'https://twitter.com/dog_rates/status/667866724293877760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 751, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 751, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 901, 'favorite_count': 2717, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 901, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1025:746507379341139972
{'created_at': 'Sat Jun 25 00:56:43 +0000 2016', 'id': 746507379341139972, 'id_str': '746507379341139972', 'full_text': 'This is Shiloh. She did not pass the soft mouth egg test. 10/10 would absolutely still pet https://t.co/PlR6hjqvr5', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746507370331799552, 'id_str': '746507370331799552', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/Clwgf4bWgAAB15c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clwgf4bWgAAB15c.jpg', 'url': 'https://t.co/PlR6hjqvr5', 'display_url': 'pic.twitter.com/PlR6hjqvr5', 'expanded_url': 'https://twitter.com/dog_rates/status/746507379341139972/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746507370331799552, 'id_str': '746507370331799552', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/Clwgf4bWgAAB15c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clwgf4bWgAAB15c.jpg', 'url': 'https://t.co/PlR6hjqvr5', 'display_url': 'pic.twitter.com/PlR6hjqvr5', 'expanded_url': 'https://twitter.com/dog_rates/status/746507379341139972/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 746507370348548097, 'id_str': '746507370348548097', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/Clwgf4fWEAE2rOl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clwgf4fWEAE2rOl.jpg', 'url': 'https://t.co/PlR6hjqvr5', 'display_url': 'pic.twitter.com/PlR6hjqvr5', 'expanded_url': 'https://twitter.com/dog_rates/status/746507379341139972/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 991, 'favorite_count': 4346, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1026:746369468511756288
{'created_at': 'Fri Jun 24 15:48:42 +0000 2016', 'id': 746369468511756288, 'id_str': '746369468511756288', 'full_text': "This is an Iraqi Speed Kangaroo. It is not a dog. Please only send in dogs. I'm very angry with all of you ...9/10 https://t.co/5qpBTTpgUt", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746369457296183296, 'id_str': '746369457296183296', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/ClujESVXEAA4uH8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClujESVXEAA4uH8.jpg', 'url': 'https://t.co/5qpBTTpgUt', 'display_url': 'pic.twitter.com/5qpBTTpgUt', 'expanded_url': 'https://twitter.com/dog_rates/status/746369468511756288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 639, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 960, 'h': 639, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746369457296183296, 'id_str': '746369457296183296', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/ClujESVXEAA4uH8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClujESVXEAA4uH8.jpg', 'url': 'https://t.co/5qpBTTpgUt', 'display_url': 'pic.twitter.com/5qpBTTpgUt', 'expanded_url': 'https://twitter.com/dog_rates/status/746369468511756288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 639, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 960, 'h': 639, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1490, 'favorite_count': 5769, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1027:746131877086527488
{'created_at': 'Fri Jun 24 00:04:36 +0000 2016', 'id': 746131877086527488, 'id_str': '746131877086527488', 'full_text': 'This is Gustav. He has claimed that plant. It is his now. 10/10 would not try to take his plant away https://t.co/uRI7HBgGJX', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746131866353270785, 'id_str': '746131866353270785', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/ClrK-rGWAAENcAa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClrK-rGWAAENcAa.jpg', 'url': 'https://t.co/uRI7HBgGJX', 'display_url': 'pic.twitter.com/uRI7HBgGJX', 'expanded_url': 'https://twitter.com/dog_rates/status/746131877086527488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746131866353270785, 'id_str': '746131866353270785', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/ClrK-rGWAAENcAa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClrK-rGWAAENcAa.jpg', 'url': 'https://t.co/uRI7HBgGJX', 'display_url': 'pic.twitter.com/uRI7HBgGJX', 'expanded_url': 'https://twitter.com/dog_rates/status/746131877086527488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2003, 'favorite_count': 6401, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1028:746056683365994496
{'created_at': 'Thu Jun 23 19:05:49 +0000 2016', 'id': 746056683365994496, 'id_str': '746056683365994496', 'full_text': 'This is Arlen and Thumpelina. They are best pals. Cuddly af. 11/10 for both puppers https://t.co/VJgbgIzIHx', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 746056674465751040, 'id_str': '746056674465751040', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/ClqGl7fXIAA8nDe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClqGl7fXIAA8nDe.jpg', 'url': 'https://t.co/VJgbgIzIHx', 'display_url': 'pic.twitter.com/VJgbgIzIHx', 'expanded_url': 'https://twitter.com/dog_rates/status/746056683365994496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 746056674465751040, 'id_str': '746056674465751040', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/ClqGl7fXIAA8nDe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClqGl7fXIAA8nDe.jpg', 'url': 'https://t.co/VJgbgIzIHx', 'display_url': 'pic.twitter.com/VJgbgIzIHx', 'expanded_url': 'https://twitter.com/dog_rates/status/746056683365994496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}, {'id': 746056674474135553, 'id_str': '746056674474135553', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/ClqGl7hXEAEB4wH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClqGl7hXEAEB4wH.jpg', 'url': 'https://t.co/VJgbgIzIHx', 'display_url': 'pic.twitter.com/VJgbgIzIHx', 'expanded_url': 'https://twitter.com/dog_rates/status/746056683365994496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 741, 'favorite_count': 3326, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1029:745789745784041472
{'created_at': 'Thu Jun 23 01:25:06 +0000 2016', 'id': 745789745784041472, 'id_str': '745789745784041472', 'full_text': "This is Gus. He didn't win the Powerball. Quite perturbed about it. Still 10/10 would comfort in time of need https://t.co/3wc246LOtu", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 745789737584201728, 'id_str': '745789737584201728', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/ClmT0KHWkAAXbhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClmT0KHWkAAXbhy.jpg', 'url': 'https://t.co/3wc246LOtu', 'display_url': 'pic.twitter.com/3wc246LOtu', 'expanded_url': 'https://twitter.com/dog_rates/status/745789745784041472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 745789737584201728, 'id_str': '745789737584201728', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/ClmT0KHWkAAXbhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClmT0KHWkAAXbhy.jpg', 'url': 'https://t.co/3wc246LOtu', 'display_url': 'pic.twitter.com/3wc246LOtu', 'expanded_url': 'https://twitter.com/dog_rates/status/745789745784041472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 965, 'favorite_count': 3677, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1030:745712589599014916
{'created_at': 'Wed Jun 22 20:18:30 +0000 2016', 'id': 745712589599014916, 'id_str': '745712589599014916', 'full_text': 'This is Percy. He fell asleep at the wheel. Irresponsible af. 7/10 absolute menace on the roadway https://t.co/QHbvtvaw8E', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 745712555474169857, 'id_str': '745712555474169857', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CllNnkWWMAEDIAR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CllNnkWWMAEDIAR.jpg', 'url': 'https://t.co/QHbvtvaw8E', 'display_url': 'pic.twitter.com/QHbvtvaw8E', 'expanded_url': 'https://twitter.com/dog_rates/status/745712589599014916/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 745712555474169857, 'id_str': '745712555474169857', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CllNnkWWMAEDIAR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CllNnkWWMAEDIAR.jpg', 'url': 'https://t.co/QHbvtvaw8E', 'display_url': 'pic.twitter.com/QHbvtvaw8E', 'expanded_url': 'https://twitter.com/dog_rates/status/745712589599014916/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2131, 'favorite_count': 6516, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1031:745433870967832576
{'created_at': 'Wed Jun 22 01:50:58 +0000 2016', 'id': 745433870967832576, 'id_str': '745433870967832576', 'full_text': "This is Lenox. She's in a wheelbarrow. Silly doggo. You don't belong there. 10/10 would push around https://t.co/oYbVR4nBsR", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 745433859332898817, 'id_str': '745433859332898817', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/ClhQJUUWAAEVpBX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClhQJUUWAAEVpBX.jpg', 'url': 'https://t.co/oYbVR4nBsR', 'display_url': 'pic.twitter.com/oYbVR4nBsR', 'expanded_url': 'https://twitter.com/dog_rates/status/745433870967832576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 745433859332898817, 'id_str': '745433859332898817', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/ClhQJUUWAAEVpBX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClhQJUUWAAEVpBX.jpg', 'url': 'https://t.co/oYbVR4nBsR', 'display_url': 'pic.twitter.com/oYbVR4nBsR', 'expanded_url': 'https://twitter.com/dog_rates/status/745433870967832576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 745433859345506304, 'id_str': '745433859345506304', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/ClhQJUXWYAA34s_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClhQJUXWYAA34s_.jpg', 'url': 'https://t.co/oYbVR4nBsR', 'display_url': 'pic.twitter.com/oYbVR4nBsR', 'expanded_url': 'https://twitter.com/dog_rates/status/745433870967832576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 745433859492184066, 'id_str': '745433859492184066', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/ClhQJU6UgAIYUdk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClhQJU6UgAIYUdk.jpg', 'url': 'https://t.co/oYbVR4nBsR', 'display_url': 'pic.twitter.com/oYbVR4nBsR', 'expanded_url': 'https://twitter.com/dog_rates/status/745433870967832576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2312, 'favorite_count': 6555, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1032:745422732645535745
{'created_at': 'Wed Jun 22 01:06:43 +0000 2016', 'id': 745422732645535745, 'id_str': '745422732645535745', 'full_text': 'We only rate dogs. Pls stop sending in non-canines like this Jamaican Flop Seal. This is very very frustrating. 9/10 https://t.co/nc53zEN0hZ', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 745422721861951488, 'id_str': '745422721861951488', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClhGBCAWIAAFCsz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClhGBCAWIAAFCsz.jpg', 'url': 'https://t.co/nc53zEN0hZ', 'display_url': 'pic.twitter.com/nc53zEN0hZ', 'expanded_url': 'https://twitter.com/dog_rates/status/745422732645535745/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 745422721861951488, 'id_str': '745422721861951488', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClhGBCAWIAAFCsz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClhGBCAWIAAFCsz.jpg', 'url': 'https://t.co/nc53zEN0hZ', 'display_url': 'pic.twitter.com/nc53zEN0hZ', 'expanded_url': 'https://twitter.com/dog_rates/status/745422732645535745/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2207, 'favorite_count': 7952, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1033:745314880350101504
{'created_at': 'Tue Jun 21 17:58:09 +0000 2016', 'id': 745314880350101504, 'id_str': '745314880350101504', 'full_text': 'This is Sugar. She excels underwater. 12/10 photogenic af https://t.co/AWMeXJJz64', 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 745314852214812672, 'id_str': '745314852214812672', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Clfj6MQWMAAUiPC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clfj6MQWMAAUiPC.jpg', 'url': 'https://t.co/AWMeXJJz64', 'display_url': 'pic.twitter.com/AWMeXJJz64', 'expanded_url': 'https://twitter.com/dog_rates/status/745314880350101504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 745314852214812672, 'id_str': '745314852214812672', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Clfj6MQWMAAUiPC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clfj6MQWMAAUiPC.jpg', 'url': 'https://t.co/AWMeXJJz64', 'display_url': 'pic.twitter.com/AWMeXJJz64', 'expanded_url': 'https://twitter.com/dog_rates/status/745314880350101504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}}}, {'id': 745314853590544384, 'id_str': '745314853590544384', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Clfj6RYWMAAFAOW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clfj6RYWMAAFAOW.jpg', 'url': 'https://t.co/AWMeXJJz64', 'display_url': 'pic.twitter.com/AWMeXJJz64', 'expanded_url': 'https://twitter.com/dog_rates/status/745314880350101504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 745314855880622081, 'id_str': '745314855880622081', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Clfj6Z6WAAE1bHH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clfj6Z6WAAE1bHH.jpg', 'url': 'https://t.co/AWMeXJJz64', 'display_url': 'pic.twitter.com/AWMeXJJz64', 'expanded_url': 'https://twitter.com/dog_rates/status/745314880350101504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 745314856673419264, 'id_str': '745314856673419264', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Clfj6c3XIAATJyW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clfj6c3XIAATJyW.jpg', 'url': 'https://t.co/AWMeXJJz64', 'display_url': 'pic.twitter.com/AWMeXJJz64', 'expanded_url': 'https://twitter.com/dog_rates/status/745314880350101504/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2484, 'favorite_count': 6614, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1034:745074613265149952
{'created_at': 'Tue Jun 21 02:03:25 +0000 2016', 'id': 745074613265149952, 'id_str': '745074613265149952', 'full_text': "This is Jeffrey. He wasn't prepared to execute such advanced barkour. Still 11/10 would totally pet https://t.co/MuuwkkLrHh", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/MuuwkkLrHh', 'expanded_url': 'https://vine.co/v/iQm3JAXuFmv', 'display_url': 'vine.co/v/iQm3JAXuFmv', 'indices': [100, 123]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3188, 'favorite_count': 7287, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1035:745057283344719872
{'created_at': 'Tue Jun 21 00:54:33 +0000 2016', 'id': 745057283344719872, 'id_str': '745057283344719872', 'full_text': "This is Oliver. He's downright gorgeous as hell. Should be on the cover of Dogue. 12/10 would introduce to mom https://t.co/BkgU3rrsXA", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 745057274213834752, 'id_str': '745057274213834752', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Clb5pLbWIAA30W0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clb5pLbWIAA30W0.jpg', 'url': 'https://t.co/BkgU3rrsXA', 'display_url': 'pic.twitter.com/BkgU3rrsXA', 'expanded_url': 'https://twitter.com/dog_rates/status/745057283344719872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 745057274213834752, 'id_str': '745057274213834752', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Clb5pLbWIAA30W0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clb5pLbWIAA30W0.jpg', 'url': 'https://t.co/BkgU3rrsXA', 'display_url': 'pic.twitter.com/BkgU3rrsXA', 'expanded_url': 'https://twitter.com/dog_rates/status/745057283344719872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 745057274138341377, 'id_str': '745057274138341377', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Clb5pLJWMAE-QS1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Clb5pLJWMAE-QS1.jpg', 'url': 'https://t.co/BkgU3rrsXA', 'display_url': 'pic.twitter.com/BkgU3rrsXA', 'expanded_url': 'https://twitter.com/dog_rates/status/745057283344719872/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 426, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 426, 'h': 640, 'resize': 'fit'}, 'small': {'w': 426, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2056, 'favorite_count': 6756, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1036:744995568523612160
{'created_at': 'Mon Jun 20 20:49:19 +0000 2016', 'id': 744995568523612160, 'id_str': '744995568523612160', 'full_text': 'This is Abby. She got her face stuck in a glass. Churlish af. 9/10 rookie move puppo https://t.co/2FPb45NXrK', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 744995559002476547, 'id_str': '744995559002476547', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/ClbBg4WWEAMjwJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClbBg4WWEAMjwJu.jpg', 'url': 'https://t.co/2FPb45NXrK', 'display_url': 'pic.twitter.com/2FPb45NXrK', 'expanded_url': 'https://twitter.com/dog_rates/status/744995568523612160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 744995559002476547, 'id_str': '744995559002476547', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/ClbBg4WWEAMjwJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClbBg4WWEAMjwJu.jpg', 'url': 'https://t.co/2FPb45NXrK', 'display_url': 'pic.twitter.com/2FPb45NXrK', 'expanded_url': 'https://twitter.com/dog_rates/status/744995568523612160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 744995559023480832, 'id_str': '744995559023480832', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/ClbBg4bWkAAgpza.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClbBg4bWkAAgpza.jpg', 'url': 'https://t.co/2FPb45NXrK', 'display_url': 'pic.twitter.com/2FPb45NXrK', 'expanded_url': 'https://twitter.com/dog_rates/status/744995568523612160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 569, 'favorite_count': 2751, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1037:744971049620602880
{'created_at': 'Mon Jun 20 19:11:53 +0000 2016', 'id': 744971049620602880, 'id_str': '744971049620602880', 'full_text': "Say hello to Indie and Jupiter. They're having a stellar day out on the boat. Both 12/10 adorbz af https://t.co/KgSEkrPA3r", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 744971033824788481, 'id_str': '744971033824788481', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/ClarNU8VAAEDrDt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClarNU8VAAEDrDt.jpg', 'url': 'https://t.co/KgSEkrPA3r', 'display_url': 'pic.twitter.com/KgSEkrPA3r', 'expanded_url': 'https://twitter.com/dog_rates/status/744971049620602880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 744971033824788481, 'id_str': '744971033824788481', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/ClarNU8VAAEDrDt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClarNU8VAAEDrDt.jpg', 'url': 'https://t.co/KgSEkrPA3r', 'display_url': 'pic.twitter.com/KgSEkrPA3r', 'expanded_url': 'https://twitter.com/dog_rates/status/744971049620602880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 744971033824768000, 'id_str': '744971033824768000', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/ClarNU8UsAAJ8on.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClarNU8UsAAJ8on.jpg', 'url': 'https://t.co/KgSEkrPA3r', 'display_url': 'pic.twitter.com/KgSEkrPA3r', 'expanded_url': 'https://twitter.com/dog_rates/status/744971049620602880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 744971033841545216, 'id_str': '744971033841545216', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/ClarNVAUsAA0WWl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClarNVAUsAA0WWl.jpg', 'url': 'https://t.co/KgSEkrPA3r', 'display_url': 'pic.twitter.com/KgSEkrPA3r', 'expanded_url': 'https://twitter.com/dog_rates/status/744971049620602880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2449, 'favorite_count': 7309, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1038:744709971296780288
{'created_at': 'Mon Jun 20 01:54:27 +0000 2016', 'id': 744709971296780288, 'id_str': '744709971296780288', 'full_text': "This is Harvey. He's stealthy af. 10/10 would do my best to pet https://t.co/zAzaRT6NnT", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 744709961729576961, 'id_str': '744709961729576961', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/ClW9w7mWEAEFN1k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClW9w7mWEAEFN1k.jpg', 'url': 'https://t.co/zAzaRT6NnT', 'display_url': 'pic.twitter.com/zAzaRT6NnT', 'expanded_url': 'https://twitter.com/dog_rates/status/744709971296780288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 744709961729576961, 'id_str': '744709961729576961', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/ClW9w7mWEAEFN1k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClW9w7mWEAEFN1k.jpg', 'url': 'https://t.co/zAzaRT6NnT', 'display_url': 'pic.twitter.com/zAzaRT6NnT', 'expanded_url': 'https://twitter.com/dog_rates/status/744709971296780288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1440, 'favorite_count': 5233, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1039:744334592493166593
{'created_at': 'Sun Jun 19 01:02:50 +0000 2016', 'id': 744334592493166593, 'id_str': '744334592493166593', 'full_text': 'This is Blanket. She has overthrown her human. Demands walks like this every hour on the hour. 11/10 so damn fluffy https://t.co/hrJugNHs2Z', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 744334584582643713, 'id_str': '744334584582643713', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClRoXGwWIAEVVzc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClRoXGwWIAEVVzc.jpg', 'url': 'https://t.co/hrJugNHs2Z', 'display_url': 'pic.twitter.com/hrJugNHs2Z', 'expanded_url': 'https://twitter.com/dog_rates/status/744334592493166593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 744334584582643713, 'id_str': '744334584582643713', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClRoXGwWIAEVVzc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClRoXGwWIAEVVzc.jpg', 'url': 'https://t.co/hrJugNHs2Z', 'display_url': 'pic.twitter.com/hrJugNHs2Z', 'expanded_url': 'https://twitter.com/dog_rates/status/744334592493166593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1937, 'favorite_count': 6341, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1040:744234799360020481
{'created_at': 'Sat Jun 18 18:26:18 +0000 2016', 'id': 744234799360020481, 'id_str': '744234799360020481', 'full_text': "Here's a doggo realizing you can stand in a pool. 13/10 enlightened af (vid by Tina Conrad) https://t.co/7wE9LTEXC4", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 744234667679821824, 'id_str': '744234667679821824', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/744234667679821824/pu/img/1GaWmtJtdqzZV7jy.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/744234667679821824/pu/img/1GaWmtJtdqzZV7jy.jpg', 'url': 'https://t.co/7wE9LTEXC4', 'display_url': 'pic.twitter.com/7wE9LTEXC4', 'expanded_url': 'https://twitter.com/dog_rates/status/744234799360020481/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 406, 'h': 720, 'resize': 'fit'}, 'large': {'w': 406, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 744234667679821824, 'id_str': '744234667679821824', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/744234667679821824/pu/img/1GaWmtJtdqzZV7jy.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/744234667679821824/pu/img/1GaWmtJtdqzZV7jy.jpg', 'url': 'https://t.co/7wE9LTEXC4', 'display_url': 'pic.twitter.com/7wE9LTEXC4', 'expanded_url': 'https://twitter.com/dog_rates/status/744234799360020481/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 406, 'h': 720, 'resize': 'fit'}, 'large': {'w': 406, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [203, 360], 'duration_millis': 30026, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/744234667679821824/pu/vid/360x640/aLoem87jSUDyshiY.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/744234667679821824/pu/vid/180x320/KHYXq_pAC0hC_7dx.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/744234667679821824/pu/pl/4OkmKMtxaFkrBAJG.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 70732, 'favorite_count': 144883, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1041:744223424764059648
{'created_at': 'Sat Jun 18 17:41:06 +0000 2016', 'id': 744223424764059648, 'id_str': '744223424764059648', 'full_text': "This is actually a pupper and I'd pet it so well. 12/10\nhttps://t.co/RNqS7C4Y4N", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/RNqS7C4Y4N', 'expanded_url': 'https://twitter.com/strange_animals/status/672108316018024452', 'display_url': 'twitter.com/strange_animal…', 'indices': [56, 79]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 672108316018024452, 'quoted_status_id_str': '672108316018024452', 'quoted_status_permalink': {'url': 'https://t.co/RNqS7C4Y4N', 'expanded': 'https://twitter.com/strange_animals/status/672108316018024452', 'display': 'twitter.com/strange_animal…'}, 'retweet_count': 327, 'favorite_count': 1534, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1042:743980027717509120
{'created_at': 'Sat Jun 18 01:33:55 +0000 2016', 'id': 743980027717509120, 'id_str': '743980027717509120', 'full_text': "This is Geno. He's a Wrinkled Baklavian Velveeta. Looks sad but that's just the extra skin. 11/10 would smoosh face https://t.co/Kxda28JmQ2", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743980013133783040, 'id_str': '743980013133783040', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClMl4VLUYAA5qBb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClMl4VLUYAA5qBb.jpg', 'url': 'https://t.co/Kxda28JmQ2', 'display_url': 'pic.twitter.com/Kxda28JmQ2', 'expanded_url': 'https://twitter.com/dog_rates/status/743980027717509120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743980013133783040, 'id_str': '743980013133783040', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClMl4VLUYAA5qBb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClMl4VLUYAA5qBb.jpg', 'url': 'https://t.co/Kxda28JmQ2', 'display_url': 'pic.twitter.com/Kxda28JmQ2', 'expanded_url': 'https://twitter.com/dog_rates/status/743980027717509120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1005, 'favorite_count': 3904, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1043:743895849529389061
{'created_at': 'Fri Jun 17 19:59:26 +0000 2016', 'id': 743895849529389061, 'id_str': '743895849529389061', 'full_text': "When you're given AUX cord privileges from the back seat and accidentally start blasting an audiobook... both 10/10 https://t.co/gCCrY8P0K9", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743895842243887104, 'id_str': '743895842243887104', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClLZU8LWQAAsOxV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClLZU8LWQAAsOxV.jpg', 'url': 'https://t.co/gCCrY8P0K9', 'display_url': 'pic.twitter.com/gCCrY8P0K9', 'expanded_url': 'https://twitter.com/dog_rates/status/743895849529389061/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743895842243887104, 'id_str': '743895842243887104', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClLZU8LWQAAsOxV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClLZU8LWQAAsOxV.jpg', 'url': 'https://t.co/gCCrY8P0K9', 'display_url': 'pic.twitter.com/gCCrY8P0K9', 'expanded_url': 'https://twitter.com/dog_rates/status/743895849529389061/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 881, 'favorite_count': 3408, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1044:743835915802583040
{'created_at': 'Fri Jun 17 16:01:16 +0000 2016', 'id': 743835915802583040, 'id_str': '743835915802583040', 'full_text': 'RT @dog_rates: Extremely intelligent dog here. Has learned to walk like human. Even has his own dog. Very impressive 10/10 https://t.co/0Dv…', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [3, 13]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Thu Nov 19 00:32:12 +0000 2015', 'id': 667138269671505920, 'id_str': '667138269671505920', 'full_text': 'Extremely intelligent dog here. Has learned to walk like human. Even has his own dog. Very impressive 10/10 https://t.co/0DvHAMdA4V', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667138263048585216, 'id_str': '667138263048585216', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'url': 'https://t.co/0DvHAMdA4V', 'display_url': 'pic.twitter.com/0DvHAMdA4V', 'expanded_url': 'https://twitter.com/dog_rates/status/667138269671505920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 862, 'resize': 'fit'}, 'small': {'w': 680, 'h': 572, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 862, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667138263048585216, 'id_str': '667138263048585216', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'url': 'https://t.co/0DvHAMdA4V', 'display_url': 'pic.twitter.com/0DvHAMdA4V', 'expanded_url': 'https://twitter.com/dog_rates/status/667138269671505920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 862, 'resize': 'fit'}, 'small': {'w': 680, 'h': 572, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 862, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1874, 'favorite_count': 4013, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 1874, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1045:743609206067040256
{'created_at': 'Fri Jun 17 01:00:24 +0000 2016', 'id': 743609206067040256, 'id_str': '743609206067040256', 'full_text': 'Meet Stark. He just had his first ice cream cone. Got some on his nose. Requests your assistance. 10/10 would assist https://t.co/YwfN1lbpKA', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743609136882065409, 'id_str': '743609136882065409', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClHUkfeXIAE30vC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClHUkfeXIAE30vC.jpg', 'url': 'https://t.co/YwfN1lbpKA', 'display_url': 'pic.twitter.com/YwfN1lbpKA', 'expanded_url': 'https://twitter.com/dog_rates/status/743609206067040256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743609136882065409, 'id_str': '743609136882065409', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClHUkfeXIAE30vC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClHUkfeXIAE30vC.jpg', 'url': 'https://t.co/YwfN1lbpKA', 'display_url': 'pic.twitter.com/YwfN1lbpKA', 'expanded_url': 'https://twitter.com/dog_rates/status/743609206067040256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 743609137091719168, 'id_str': '743609137091719168', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClHUkgQWMAAPQ9g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClHUkgQWMAAPQ9g.jpg', 'url': 'https://t.co/YwfN1lbpKA', 'display_url': 'pic.twitter.com/YwfN1lbpKA', 'expanded_url': 'https://twitter.com/dog_rates/status/743609206067040256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 743609137360142336, 'id_str': '743609137360142336', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ClHUkhQWAAAy7Yj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClHUkhQWAAAy7Yj.jpg', 'url': 'https://t.co/YwfN1lbpKA', 'display_url': 'pic.twitter.com/YwfN1lbpKA', 'expanded_url': 'https://twitter.com/dog_rates/status/743609206067040256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1270, 'favorite_count': 4162, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1046:743595368194129920
{'created_at': 'Fri Jun 17 00:05:25 +0000 2016', 'id': 743595368194129920, 'id_str': '743595368194129920', 'full_text': 'This is Harold. He looks slippery af. Probably difficult to hug. Would still try tho. 7/10 great with kids I bet https://t.co/EVuqdEO66N', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743595352218079234, 'id_str': '743595352218079234', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/ClHICHmXEAI_1PS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClHICHmXEAI_1PS.jpg', 'url': 'https://t.co/EVuqdEO66N', 'display_url': 'pic.twitter.com/EVuqdEO66N', 'expanded_url': 'https://twitter.com/dog_rates/status/743595368194129920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 583, 'h': 389, 'resize': 'fit'}, 'small': {'w': 583, 'h': 389, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 389, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743595352218079234, 'id_str': '743595352218079234', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/ClHICHmXEAI_1PS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClHICHmXEAI_1PS.jpg', 'url': 'https://t.co/EVuqdEO66N', 'display_url': 'pic.twitter.com/EVuqdEO66N', 'expanded_url': 'https://twitter.com/dog_rates/status/743595368194129920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 583, 'h': 389, 'resize': 'fit'}, 'small': {'w': 583, 'h': 389, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 389, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5967, 'favorite_count': 16989, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1047:743545585370791937
{'created_at': 'Thu Jun 16 20:47:36 +0000 2016', 'id': 743545585370791937, 'id_str': '743545585370791937', 'full_text': 'Say hello to Bentley and Millie. They do everything together. Besties forever. Both 11/10 https://t.co/vU3tKr4vTn', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743545570443280384, 'id_str': '743545570443280384', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/ClGawcCWQAAHgL8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClGawcCWQAAHgL8.jpg', 'url': 'https://t.co/vU3tKr4vTn', 'display_url': 'pic.twitter.com/vU3tKr4vTn', 'expanded_url': 'https://twitter.com/dog_rates/status/743545585370791937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743545570443280384, 'id_str': '743545570443280384', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/ClGawcCWQAAHgL8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClGawcCWQAAHgL8.jpg', 'url': 'https://t.co/vU3tKr4vTn', 'display_url': 'pic.twitter.com/vU3tKr4vTn', 'expanded_url': 'https://twitter.com/dog_rates/status/743545585370791937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 743545572129374208, 'id_str': '743545572129374208', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/ClGawiUWAAAgs0w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClGawiUWAAAgs0w.jpg', 'url': 'https://t.co/vU3tKr4vTn', 'display_url': 'pic.twitter.com/vU3tKr4vTn', 'expanded_url': 'https://twitter.com/dog_rates/status/743545585370791937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}, {'id': 743545572649484289, 'id_str': '743545572649484289', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/ClGawkQWQAEzhgl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClGawkQWQAEzhgl.jpg', 'url': 'https://t.co/vU3tKr4vTn', 'display_url': 'pic.twitter.com/vU3tKr4vTn', 'expanded_url': 'https://twitter.com/dog_rates/status/743545585370791937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 862, 'favorite_count': 3284, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1048:743510151680958465
{'created_at': 'Thu Jun 16 18:26:48 +0000 2016', 'id': 743510151680958465, 'id_str': '743510151680958465', 'full_text': "This is Beya. She doesn't want to swim, so she's not going to. 13/10 nonconforming af (vid by @HappyTailsResor) https://t.co/qGeVjHSUKH", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'HappyTailsResor', 'name': 'Happytailsresort', 'id': 2392888945, 'id_str': '2392888945', 'indices': [94, 110]}], 'urls': [], 'media': [{'id': 743509040018268160, 'id_str': '743509040018268160', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/743509040018268160/pu/img/Ol2OgO5f8ciUp80r.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/743509040018268160/pu/img/Ol2OgO5f8ciUp80r.jpg', 'url': 'https://t.co/qGeVjHSUKH', 'display_url': 'pic.twitter.com/qGeVjHSUKH', 'expanded_url': 'https://twitter.com/dog_rates/status/743510151680958465/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743509040018268160, 'id_str': '743509040018268160', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/743509040018268160/pu/img/Ol2OgO5f8ciUp80r.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/743509040018268160/pu/img/Ol2OgO5f8ciUp80r.jpg', 'url': 'https://t.co/qGeVjHSUKH', 'display_url': 'pic.twitter.com/qGeVjHSUKH', 'expanded_url': 'https://twitter.com/dog_rates/status/743510151680958465/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 30000, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/743509040018268160/pu/pl/2IjJLsmb8WOubEGl.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/743509040018268160/pu/vid/640x360/AyGlDFtMj1wXNlx9.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/743509040018268160/pu/vid/320x180/4YJMghRnrl1umKMe.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/743509040018268160/pu/vid/1280x720/Jw3WAQ4-d4XDDU-N.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3419, 'favorite_count': 7419, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1049:743253157753532416
{'created_at': 'Thu Jun 16 01:25:36 +0000 2016', 'id': 743253157753532416, 'id_str': '743253157753532416', 'full_text': 'This is Kilo. He cannot reach the snackum. Nifty tongue, but not nifty enough. 10/10 maybe one day puppo https://t.co/gSmp31Zrsx', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743253145791258624, 'id_str': '743253145791258624', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/ClCQzFUUYAA5vAu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClCQzFUUYAA5vAu.jpg', 'url': 'https://t.co/gSmp31Zrsx', 'display_url': 'pic.twitter.com/gSmp31Zrsx', 'expanded_url': 'https://twitter.com/dog_rates/status/743253157753532416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743253145791258624, 'id_str': '743253145791258624', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/ClCQzFUUYAA5vAu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClCQzFUUYAA5vAu.jpg', 'url': 'https://t.co/gSmp31Zrsx', 'display_url': 'pic.twitter.com/gSmp31Zrsx', 'expanded_url': 'https://twitter.com/dog_rates/status/743253157753532416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1124, 'favorite_count': 3935, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1050:743222593470234624
{'created_at': 'Wed Jun 15 23:24:09 +0000 2016', 'id': 743222593470234624, 'id_str': '743222593470234624', 'full_text': 'This is a very rare Great Alaskan Bush Pupper. Hard to stumble upon without spooking. 12/10 would pet passionately https://t.co/xOBKCdpzaa', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743222543746752512, 'id_str': '743222543746752512', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/ClB09z0WYAAA1jz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClB09z0WYAAA1jz.jpg', 'url': 'https://t.co/xOBKCdpzaa', 'display_url': 'pic.twitter.com/xOBKCdpzaa', 'expanded_url': 'https://twitter.com/dog_rates/status/743222593470234624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743222543746752512, 'id_str': '743222543746752512', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/ClB09z0WYAAA1jz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClB09z0WYAAA1jz.jpg', 'url': 'https://t.co/xOBKCdpzaa', 'display_url': 'pic.twitter.com/xOBKCdpzaa', 'expanded_url': 'https://twitter.com/dog_rates/status/743222593470234624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1744, 'favorite_count': 5736, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1051:743210557239623680
{'created_at': 'Wed Jun 15 22:36:19 +0000 2016', 'id': 743210557239623680, 'id_str': '743210557239623680', 'full_text': "Meet Kayla, an underground poker legend. Players lose on purpose hoping she'll let them pet her. 10/10 strategic af https://t.co/EkLku795aO", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 743210550650376192, 'id_str': '743210550650376192', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClBqDuDWkAALK2e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClBqDuDWkAALK2e.jpg', 'url': 'https://t.co/EkLku795aO', 'display_url': 'pic.twitter.com/EkLku795aO', 'expanded_url': 'https://twitter.com/dog_rates/status/743210557239623680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 604, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 604, 'h': 453, 'resize': 'fit'}, 'large': {'w': 604, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 743210550650376192, 'id_str': '743210550650376192', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ClBqDuDWkAALK2e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ClBqDuDWkAALK2e.jpg', 'url': 'https://t.co/EkLku795aO', 'display_url': 'pic.twitter.com/EkLku795aO', 'expanded_url': 'https://twitter.com/dog_rates/status/743210557239623680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 604, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 604, 'h': 453, 'resize': 'fit'}, 'large': {'w': 604, 'h': 453, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1238, 'favorite_count': 3560, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1052:742534281772302336
{'created_at': 'Tue Jun 14 01:49:03 +0000 2016', 'id': 742534281772302336, 'id_str': '742534281772302336', 'full_text': "For anyone who's wondering, this is what happens after a doggo catches it's tail... 11/10 https://t.co/G4fNhzelDv", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/G4fNhzelDv', 'expanded_url': 'https://vine.co/v/iLTZmtE1FTB', 'display_url': 'vine.co/v/iLTZmtE1FTB', 'indices': [90, 113]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3284, 'favorite_count': 6571, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1053:742528092657332225
{'created_at': 'Tue Jun 14 01:24:27 +0000 2016', 'id': 742528092657332225, 'id_str': '742528092657332225', 'full_text': "This is Maxaroni. He's pumped as hell for the summer. Been working on his beach bod for so long. 10/10 https://t.co/UHvjxm9B0O", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742528081945055232, 'id_str': '742528081945055232', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ck39W0AWUAAB0q7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck39W0AWUAAB0q7.jpg', 'url': 'https://t.co/UHvjxm9B0O', 'display_url': 'pic.twitter.com/UHvjxm9B0O', 'expanded_url': 'https://twitter.com/dog_rates/status/742528092657332225/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 534, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 804, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 804, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742528081945055232, 'id_str': '742528081945055232', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ck39W0AWUAAB0q7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck39W0AWUAAB0q7.jpg', 'url': 'https://t.co/UHvjxm9B0O', 'display_url': 'pic.twitter.com/UHvjxm9B0O', 'expanded_url': 'https://twitter.com/dog_rates/status/742528092657332225/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 534, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 804, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 804, 'h': 1024, 'resize': 'fit'}}}, {'id': 742528081982803968, 'id_str': '742528081982803968', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ck39W0JWUAApgnH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck39W0JWUAApgnH.jpg', 'url': 'https://t.co/UHvjxm9B0O', 'display_url': 'pic.twitter.com/UHvjxm9B0O', 'expanded_url': 'https://twitter.com/dog_rates/status/742528092657332225/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 896, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 896, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 595, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1796, 'favorite_count': 4112, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1054:742465774154047488
{'created_at': 'Mon Jun 13 21:16:49 +0000 2016', 'id': 742465774154047488, 'id_str': '742465774154047488', 'full_text': 'Was just informed about this hero pupper and others like her. Another 14/10, would be an absolute honor to pet https://t.co/hBTzPmj36Z', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742465765840982016, 'id_str': '742465765840982016', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Ck3EribXEAAPhZn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck3EribXEAAPhZn.jpg', 'url': 'https://t.co/hBTzPmj36Z', 'display_url': 'pic.twitter.com/hBTzPmj36Z', 'expanded_url': 'https://twitter.com/dog_rates/status/742465774154047488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 989, 'resize': 'fit'}, 'small': {'w': 439, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 989, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742465765840982016, 'id_str': '742465765840982016', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Ck3EribXEAAPhZn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck3EribXEAAPhZn.jpg', 'url': 'https://t.co/hBTzPmj36Z', 'display_url': 'pic.twitter.com/hBTzPmj36Z', 'expanded_url': 'https://twitter.com/dog_rates/status/742465774154047488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 989, 'resize': 'fit'}, 'small': {'w': 439, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 989, 'resize': 'fit'}}}, {'id': 742465765840949248, 'id_str': '742465765840949248', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Ck3EribWkAAzHJ2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck3EribWkAAzHJ2.jpg', 'url': 'https://t.co/hBTzPmj36Z', 'display_url': 'pic.twitter.com/hBTzPmj36Z', 'expanded_url': 'https://twitter.com/dog_rates/status/742465774154047488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 798, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 798, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3609, 'favorite_count': 6762, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1055:742423170473463808
{'created_at': 'Mon Jun 13 18:27:32 +0000 2016', 'id': 742423170473463808, 'id_str': '742423170473463808', 'full_text': 'This is Bell. She likes holding hands. 12/10 would definitely pet with other hand https://t.co/BXIuvkQO9b', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742423162642649089, 'id_str': '742423162642649089', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'url': 'https://t.co/BXIuvkQO9b', 'display_url': 'pic.twitter.com/BXIuvkQO9b', 'expanded_url': 'https://twitter.com/dog_rates/status/742423170473463808/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 959, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 959, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742423162642649089, 'id_str': '742423162642649089', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck2d7tJWUAEPTL3.jpg', 'url': 'https://t.co/BXIuvkQO9b', 'display_url': 'pic.twitter.com/BXIuvkQO9b', 'expanded_url': 'https://twitter.com/dog_rates/status/742423170473463808/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 959, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 959, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3425, 'favorite_count': 9110, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1056:742385895052087300
{'created_at': 'Mon Jun 13 15:59:24 +0000 2016', 'id': 742385895052087300, 'id_str': '742385895052087300', 'full_text': "This is Phil. That's his comfort stick. He holds onto it whenever he's sad. 11/10 don't be sad Phil https://t.co/ULdPY6CLpq", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742385888848715776, 'id_str': '742385888848715776', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Ck18CFcXIAAUWoy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck18CFcXIAAUWoy.jpg', 'url': 'https://t.co/ULdPY6CLpq', 'display_url': 'pic.twitter.com/ULdPY6CLpq', 'expanded_url': 'https://twitter.com/dog_rates/status/742385895052087300/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 632, 'h': 954, 'resize': 'fit'}, 'large': {'w': 632, 'h': 954, 'resize': 'fit'}, 'small': {'w': 450, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742385888848715776, 'id_str': '742385888848715776', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Ck18CFcXIAAUWoy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ck18CFcXIAAUWoy.jpg', 'url': 'https://t.co/ULdPY6CLpq', 'display_url': 'pic.twitter.com/ULdPY6CLpq', 'expanded_url': 'https://twitter.com/dog_rates/status/742385895052087300/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 632, 'h': 954, 'resize': 'fit'}, 'large': {'w': 632, 'h': 954, 'resize': 'fit'}, 'small': {'w': 450, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1780, 'favorite_count': 6293, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1057:742161199639494656
{'created_at': 'Mon Jun 13 01:06:33 +0000 2016', 'id': 742161199639494656, 'id_str': '742161199639494656', 'full_text': "This is Doug. He's trying to float away. 12/10 you got this Doug https://t.co/bZaHC3lvTL", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742161185223630852, 'id_str': '742161185223630852', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkyvqnNWYAQxQY1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkyvqnNWYAQxQY1.jpg', 'url': 'https://t.co/bZaHC3lvTL', 'display_url': 'pic.twitter.com/bZaHC3lvTL', 'expanded_url': 'https://twitter.com/dog_rates/status/742161199639494656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742161185223630852, 'id_str': '742161185223630852', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkyvqnNWYAQxQY1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkyvqnNWYAQxQY1.jpg', 'url': 'https://t.co/bZaHC3lvTL', 'display_url': 'pic.twitter.com/bZaHC3lvTL', 'expanded_url': 'https://twitter.com/dog_rates/status/742161199639494656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1248, 'favorite_count': 4009, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1058:742150209887731712
{'created_at': 'Mon Jun 13 00:22:53 +0000 2016', 'id': 742150209887731712, 'id_str': '742150209887731712', 'full_text': 'This is Edmund. He sends stellar selfies. Cute af. 8/10 would totally snapchat with this pupper https://t.co/PprXoqZuKY', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 742150202493153280, 'id_str': '742150202493153280', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CkylrVWWsAAiXJE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkylrVWWsAAiXJE.jpg', 'url': 'https://t.co/PprXoqZuKY', 'display_url': 'pic.twitter.com/PprXoqZuKY', 'expanded_url': 'https://twitter.com/dog_rates/status/742150209887731712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 484, 'h': 645, 'resize': 'fit'}, 'medium': {'w': 484, 'h': 645, 'resize': 'fit'}, 'large': {'w': 484, 'h': 645, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 742150202493153280, 'id_str': '742150202493153280', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CkylrVWWsAAiXJE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkylrVWWsAAiXJE.jpg', 'url': 'https://t.co/PprXoqZuKY', 'display_url': 'pic.twitter.com/PprXoqZuKY', 'expanded_url': 'https://twitter.com/dog_rates/status/742150209887731712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 484, 'h': 645, 'resize': 'fit'}, 'medium': {'w': 484, 'h': 645, 'resize': 'fit'}, 'large': {'w': 484, 'h': 645, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1402, 'favorite_count': 4721, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1059:741793263812808706
{'created_at': 'Sun Jun 12 00:44:30 +0000 2016', 'id': 741793263812808706, 'id_str': '741793263812808706', 'full_text': "When your crush won't pay attention to you. Both 10/10 tragic af https://t.co/d3LELGVlqu", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 741793243084521472, 'id_str': '741793243084521472', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkthBj7WgAAsIGb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkthBj7WgAAsIGb.jpg', 'url': 'https://t.co/d3LELGVlqu', 'display_url': 'pic.twitter.com/d3LELGVlqu', 'expanded_url': 'https://twitter.com/dog_rates/status/741793263812808706/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 665, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 734, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 734, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 741793243084521472, 'id_str': '741793243084521472', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkthBj7WgAAsIGb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkthBj7WgAAsIGb.jpg', 'url': 'https://t.co/d3LELGVlqu', 'display_url': 'pic.twitter.com/d3LELGVlqu', 'expanded_url': 'https://twitter.com/dog_rates/status/741793263812808706/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 665, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 734, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 734, 'resize': 'fit'}}}, {'id': 741793243084562433, 'id_str': '741793243084562433', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkthBj7XIAEdo53.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkthBj7XIAEdo53.jpg', 'url': 'https://t.co/d3LELGVlqu', 'display_url': 'pic.twitter.com/d3LELGVlqu', 'expanded_url': 'https://twitter.com/dog_rates/status/741793263812808706/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 691, 'resize': 'fit'}, 'small': {'w': 680, 'h': 627, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 691, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1388, 'favorite_count': 4219, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1060:741743634094141440
{'created_at': 'Sat Jun 11 21:27:17 +0000 2016', 'id': 741743634094141440, 'id_str': '741743634094141440', 'full_text': "Meet Aqua. She's a sandy pupper. Not sure how she feels about being so sandy. Radical tongue slip. 11/10 petable af https://t.co/rYxJ0UQtbE", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 741743615312056320, 'id_str': '741743615312056320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cksz42EW0AAh2NF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cksz42EW0AAh2NF.jpg', 'url': 'https://t.co/rYxJ0UQtbE', 'display_url': 'pic.twitter.com/rYxJ0UQtbE', 'expanded_url': 'https://twitter.com/dog_rates/status/741743634094141440/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 741743615312056320, 'id_str': '741743615312056320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cksz42EW0AAh2NF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cksz42EW0AAh2NF.jpg', 'url': 'https://t.co/rYxJ0UQtbE', 'display_url': 'pic.twitter.com/rYxJ0UQtbE', 'expanded_url': 'https://twitter.com/dog_rates/status/741743634094141440/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 741743615639183364, 'id_str': '741743615639183364', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cksz43SWYAQ2TBZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cksz43SWYAQ2TBZ.jpg', 'url': 'https://t.co/rYxJ0UQtbE', 'display_url': 'pic.twitter.com/rYxJ0UQtbE', 'expanded_url': 'https://twitter.com/dog_rates/status/741743634094141440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 741743616868134916, 'id_str': '741743616868134916', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cksz473WsAQOzeD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cksz473WsAQOzeD.jpg', 'url': 'https://t.co/rYxJ0UQtbE', 'display_url': 'pic.twitter.com/rYxJ0UQtbE', 'expanded_url': 'https://twitter.com/dog_rates/status/741743634094141440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2501, 'favorite_count': 7556, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1061:741438259667034112
{'created_at': 'Sat Jun 11 01:13:51 +0000 2016', 'id': 741438259667034112, 'id_str': '741438259667034112', 'full_text': "This is Tucker. He's still figuring out couches. 9/10 keep your head up pup https://t.co/pXU77HPbJ5", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 741438250968047616, 'id_str': '741438250968047616', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CkoeKTPWYAAcWmo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkoeKTPWYAAcWmo.jpg', 'url': 'https://t.co/pXU77HPbJ5', 'display_url': 'pic.twitter.com/pXU77HPbJ5', 'expanded_url': 'https://twitter.com/dog_rates/status/741438259667034112/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 741438250968047616, 'id_str': '741438250968047616', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CkoeKTPWYAAcWmo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkoeKTPWYAAcWmo.jpg', 'url': 'https://t.co/pXU77HPbJ5', 'display_url': 'pic.twitter.com/pXU77HPbJ5', 'expanded_url': 'https://twitter.com/dog_rates/status/741438259667034112/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 748, 'favorite_count': 3420, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1062:741303864243200000
{'created_at': 'Fri Jun 10 16:19:48 +0000 2016', 'id': 741303864243200000, 'id_str': '741303864243200000', 'full_text': 'This is Theodore. He just saw an adult wearing crocs. Did him a frighten. Lost other ear back in nam. 12/10 hero af https://t.co/O4iw9NlLaQ', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 741303857943306240, 'id_str': '741303857943306240', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ckmj7mNWYAA4NzZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckmj7mNWYAA4NzZ.jpg', 'url': 'https://t.co/O4iw9NlLaQ', 'display_url': 'pic.twitter.com/O4iw9NlLaQ', 'expanded_url': 'https://twitter.com/dog_rates/status/741303864243200000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 741303857943306240, 'id_str': '741303857943306240', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ckmj7mNWYAA4NzZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckmj7mNWYAA4NzZ.jpg', 'url': 'https://t.co/O4iw9NlLaQ', 'display_url': 'pic.twitter.com/O4iw9NlLaQ', 'expanded_url': 'https://twitter.com/dog_rates/status/741303864243200000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2923, 'favorite_count': 8137, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1063:741099773336379392
{'created_at': 'Fri Jun 10 02:48:49 +0000 2016', 'id': 741099773336379392, 'id_str': '741099773336379392', 'full_text': "This is Ted. He's given up. 11/10 relatable af https://t.co/7muyOQXbGJ", 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/7muyOQXbGJ', 'expanded_url': 'https://vine.co/v/ixHYvdxUx1L', 'display_url': 'vine.co/v/ixHYvdxUx1L', 'indices': [47, 70]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5030, 'favorite_count': 9241, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1064:741067306818797568
{'created_at': 'Fri Jun 10 00:39:48 +0000 2016', 'id': 741067306818797568, 'id_str': '741067306818797568', 'full_text': 'This is just downright precious af. 12/10 for both pupper and doggo https://t.co/o5J479bZUC', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 741067297519869955, 'id_str': '741067297519869955', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'url': 'https://t.co/o5J479bZUC', 'display_url': 'pic.twitter.com/o5J479bZUC', 'expanded_url': 'https://twitter.com/dog_rates/status/741067306818797568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 741067297519869955, 'id_str': '741067297519869955', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkjMx99UoAM2B1a.jpg', 'url': 'https://t.co/o5J479bZUC', 'display_url': 'pic.twitter.com/o5J479bZUC', 'expanded_url': 'https://twitter.com/dog_rates/status/741067306818797568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2818, 'favorite_count': 8869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1065:740995100998766593
{'created_at': 'Thu Jun 09 19:52:53 +0000 2016', 'id': 740995100998766593, 'id_str': '740995100998766593', 'full_text': "This is Leo. He's a vape god. Blows o's for days. Probably drives a Subaru. Definitely owns multiple fedoras. 10/10 https://t.co/nt2x3fHaRJ", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740995091762794496, 'id_str': '740995091762794496', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CkiLHCjUUAAPwUr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkiLHCjUUAAPwUr.jpg', 'url': 'https://t.co/nt2x3fHaRJ', 'display_url': 'pic.twitter.com/nt2x3fHaRJ', 'expanded_url': 'https://twitter.com/dog_rates/status/740995100998766593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740995091762794496, 'id_str': '740995091762794496', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CkiLHCjUUAAPwUr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkiLHCjUUAAPwUr.jpg', 'url': 'https://t.co/nt2x3fHaRJ', 'display_url': 'pic.twitter.com/nt2x3fHaRJ', 'expanded_url': 'https://twitter.com/dog_rates/status/740995100998766593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2476, 'favorite_count': 5836, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1066:740711788199743490
{'created_at': 'Thu Jun 09 01:07:06 +0000 2016', 'id': 740711788199743490, 'id_str': '740711788199743490', 'full_text': "Here we are witnessing the touchdown of a pupnado. It's not funny it's actually very deadly. 9/10 might still pet https://t.co/CmLoKMbOHv", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740711781497245696, 'id_str': '740711781497245696', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkeJcNkXEAAcrks.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkeJcNkXEAAcrks.jpg', 'url': 'https://t.co/CmLoKMbOHv', 'display_url': 'pic.twitter.com/CmLoKMbOHv', 'expanded_url': 'https://twitter.com/dog_rates/status/740711788199743490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740711781497245696, 'id_str': '740711781497245696', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkeJcNkXEAAcrks.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkeJcNkXEAAcrks.jpg', 'url': 'https://t.co/CmLoKMbOHv', 'display_url': 'pic.twitter.com/CmLoKMbOHv', 'expanded_url': 'https://twitter.com/dog_rates/status/740711788199743490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 865, 'favorite_count': 3151, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1067:740699697422163968
{'created_at': 'Thu Jun 09 00:19:04 +0000 2016', 'id': 740699697422163968, 'id_str': '740699697422163968', 'full_text': 'This is Chip. He only mowed half the yard. 8/10 quit the shit Chip we have other things to do https://t.co/LjzZKQ7vmK', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740699677411020802, 'id_str': '740699677411020802', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ckd-bqVUkAIiyM7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckd-bqVUkAIiyM7.jpg', 'url': 'https://t.co/LjzZKQ7vmK', 'display_url': 'pic.twitter.com/LjzZKQ7vmK', 'expanded_url': 'https://twitter.com/dog_rates/status/740699697422163968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740699677411020802, 'id_str': '740699677411020802', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ckd-bqVUkAIiyM7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckd-bqVUkAIiyM7.jpg', 'url': 'https://t.co/LjzZKQ7vmK', 'display_url': 'pic.twitter.com/LjzZKQ7vmK', 'expanded_url': 'https://twitter.com/dog_rates/status/740699697422163968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 710, 'favorite_count': 2652, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1068:740676976021798912
{'created_at': 'Wed Jun 08 22:48:46 +0000 2016', 'id': 740676976021798912, 'id_str': '740676976021798912', 'full_text': "Meet Baloo. He's expecting a fast ground ball, hence the wide stance. Prepared af. 11/10 nothing runs like a pupper https://t.co/sMbMw5Z2XC", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740676969604493312, 'id_str': '740676969604493312', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'url': 'https://t.co/sMbMw5Z2XC', 'display_url': 'pic.twitter.com/sMbMw5Z2XC', 'expanded_url': 'https://twitter.com/dog_rates/status/740676976021798912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740676969604493312, 'id_str': '740676969604493312', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ckdpx5KWsAANF6b.jpg', 'url': 'https://t.co/sMbMw5Z2XC', 'display_url': 'pic.twitter.com/sMbMw5Z2XC', 'expanded_url': 'https://twitter.com/dog_rates/status/740676976021798912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6222, 'favorite_count': 16837, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1069:740373189193256964
{'created_at': 'Wed Jun 08 02:41:38 +0000 2016', 'id': 740373189193256964, 'id_str': '740373189193256964', 'full_text': 'After so many requests, this is Bretagne. She was the last surviving 9/11 search dog, and our second ever 14/10. RIP https://t.co/XAVDNDaVgQ', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740373148126859264, 'id_str': '740373148126859264', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CkZVdJ9W0AA4B1D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZVdJ9W0AA4B1D.jpg', 'url': 'https://t.co/XAVDNDaVgQ', 'display_url': 'pic.twitter.com/XAVDNDaVgQ', 'expanded_url': 'https://twitter.com/dog_rates/status/740373189193256964/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 1144, 'resize': 'fit'}, 'small': {'w': 446, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1144, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740373148126859264, 'id_str': '740373148126859264', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CkZVdJ9W0AA4B1D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZVdJ9W0AA4B1D.jpg', 'url': 'https://t.co/XAVDNDaVgQ', 'display_url': 'pic.twitter.com/XAVDNDaVgQ', 'expanded_url': 'https://twitter.com/dog_rates/status/740373189193256964/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 1144, 'resize': 'fit'}, 'small': {'w': 446, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 1144, 'resize': 'fit'}}}, {'id': 740373148126879745, 'id_str': '740373148126879745', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CkZVdJ9XIAEtA-o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZVdJ9XIAEtA-o.jpg', 'url': 'https://t.co/XAVDNDaVgQ', 'display_url': 'pic.twitter.com/XAVDNDaVgQ', 'expanded_url': 'https://twitter.com/dog_rates/status/740373189193256964/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 571, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 893, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 893, 'resize': 'fit'}}}, {'id': 740373148114247680, 'id_str': '740373148114247680', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CkZVdJ6WYAAXZ5A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZVdJ6WYAAXZ5A.jpg', 'url': 'https://t.co/XAVDNDaVgQ', 'display_url': 'pic.twitter.com/XAVDNDaVgQ', 'expanded_url': 'https://twitter.com/dog_rates/status/740373189193256964/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 400, 'h': 454, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 454, 'resize': 'fit'}, 'small': {'w': 400, 'h': 454, 'resize': 'fit'}}}, {'id': 740373148252639233, 'id_str': '740373148252639233', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CkZVdKbWEAEVdIM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZVdKbWEAEVdIM.jpg', 'url': 'https://t.co/XAVDNDaVgQ', 'display_url': 'pic.twitter.com/XAVDNDaVgQ', 'expanded_url': 'https://twitter.com/dog_rates/status/740373189193256964/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 407, 'resize': 'fit'}, 'small': {'w': 680, 'h': 369, 'resize': 'fit'}, 'large': {'w': 750, 'h': 407, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12142, 'favorite_count': 32615, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1070:740365076218183684
{'created_at': 'Wed Jun 08 02:09:24 +0000 2016', 'id': 740365076218183684, 'id_str': '740365076218183684', 'full_text': 'When the photographer forgets to tell you where to look... 10/10 https://t.co/u1GHWxhC85', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740365062632812544, 'id_str': '740365062632812544', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkZOGhJWsAAHvPv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZOGhJWsAAHvPv.jpg', 'url': 'https://t.co/u1GHWxhC85', 'display_url': 'pic.twitter.com/u1GHWxhC85', 'expanded_url': 'https://twitter.com/dog_rates/status/740365076218183684/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740365062632812544, 'id_str': '740365062632812544', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CkZOGhJWsAAHvPv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZOGhJWsAAHvPv.jpg', 'url': 'https://t.co/u1GHWxhC85', 'display_url': 'pic.twitter.com/u1GHWxhC85', 'expanded_url': 'https://twitter.com/dog_rates/status/740365076218183684/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 389, 'favorite_count': 2251, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1071:740359016048689152
{'created_at': 'Wed Jun 08 01:45:19 +0000 2016', 'id': 740359016048689152, 'id_str': '740359016048689152', 'full_text': "This is Chase. He's in a predicament. 9/10 help is on the way buddy https://t.co/0HmBk5sSbW", 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740359008121298944, 'id_str': '740359008121298944', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CkZImGVUoAAwv0b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZImGVUoAAwv0b.jpg', 'url': 'https://t.co/0HmBk5sSbW', 'display_url': 'pic.twitter.com/0HmBk5sSbW', 'expanded_url': 'https://twitter.com/dog_rates/status/740359016048689152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 603, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 603, 'resize': 'fit'}, 'small': {'w': 680, 'h': 547, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740359008121298944, 'id_str': '740359008121298944', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CkZImGVUoAAwv0b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkZImGVUoAAwv0b.jpg', 'url': 'https://t.co/0HmBk5sSbW', 'display_url': 'pic.twitter.com/0HmBk5sSbW', 'expanded_url': 'https://twitter.com/dog_rates/status/740359016048689152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 603, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 603, 'resize': 'fit'}, 'small': {'w': 680, 'h': 547, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 798, 'favorite_count': 3050, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1072:740214038584557568
{'created_at': 'Tue Jun 07 16:09:13 +0000 2016', 'id': 740214038584557568, 'id_str': '740214038584557568', 'full_text': 'This is getting incredibly frustrating. This is a Mexican Golden Beaver. We only rate dogs. Only send dogs ...10/10 https://t.co/0yolOOyD3X', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 740214022880927744, 'id_str': '740214022880927744', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CkXEu2OUoAAs8yU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkXEu2OUoAAs8yU.jpg', 'url': 'https://t.co/0yolOOyD3X', 'display_url': 'pic.twitter.com/0yolOOyD3X', 'expanded_url': 'https://twitter.com/dog_rates/status/740214038584557568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 740214022880927744, 'id_str': '740214022880927744', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CkXEu2OUoAAs8yU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkXEu2OUoAAs8yU.jpg', 'url': 'https://t.co/0yolOOyD3X', 'display_url': 'pic.twitter.com/0yolOOyD3X', 'expanded_url': 'https://twitter.com/dog_rates/status/740214038584557568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1790, 'favorite_count': 6193, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1073:739979191639244800
{'created_at': 'Tue Jun 07 00:36:02 +0000 2016', 'id': 739979191639244800, 'id_str': '739979191639244800', 'full_text': "This is Nollie. She's waving at you. If you don't wave back you're a monster. She's also portable as hell. 12/10 https://t.co/7AKdkCOlMf", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739979181916880896, 'id_str': '739979181916880896', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'url': 'https://t.co/7AKdkCOlMf', 'display_url': 'pic.twitter.com/7AKdkCOlMf', 'expanded_url': 'https://twitter.com/dog_rates/status/739979191639244800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739979181916880896, 'id_str': '739979181916880896', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkTvJTdXAAAEfbT.jpg', 'url': 'https://t.co/7AKdkCOlMf', 'display_url': 'pic.twitter.com/7AKdkCOlMf', 'expanded_url': 'https://twitter.com/dog_rates/status/739979191639244800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5387, 'favorite_count': 18531, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1074:739932936087216128
{'created_at': 'Mon Jun 06 21:32:13 +0000 2016', 'id': 739932936087216128, 'id_str': '739932936087216128', 'full_text': "Say hello to Rorie. She's zen af. Just enjoying a treat in the sunlight. 10/10 would immediately trade lives with https://t.co/yctnFptdQ1", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739932919620358144, 'id_str': '739932919620358144', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkTFEe-W0AA90m1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkTFEe-W0AA90m1.jpg', 'url': 'https://t.co/yctnFptdQ1', 'display_url': 'pic.twitter.com/yctnFptdQ1', 'expanded_url': 'https://twitter.com/dog_rates/status/739932936087216128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 561, 'h': 680, 'resize': 'fit'}, 'large': {'w': 819, 'h': 992, 'resize': 'fit'}, 'medium': {'w': 819, 'h': 992, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739932919620358144, 'id_str': '739932919620358144', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkTFEe-W0AA90m1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkTFEe-W0AA90m1.jpg', 'url': 'https://t.co/yctnFptdQ1', 'display_url': 'pic.twitter.com/yctnFptdQ1', 'expanded_url': 'https://twitter.com/dog_rates/status/739932936087216128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 561, 'h': 680, 'resize': 'fit'}, 'large': {'w': 819, 'h': 992, 'resize': 'fit'}, 'medium': {'w': 819, 'h': 992, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 988, 'favorite_count': 3762, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1075:739844404073074688
{'created_at': 'Mon Jun 06 15:40:26 +0000 2016', 'id': 739844404073074688, 'id_str': '739844404073074688', 'full_text': "This is Simba. He's the grand prize. The trophy is just for participation. 12/10 would pet so damn well https://t.co/4qiuC0lXq5", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739844395122450432, 'id_str': '739844395122450432', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CkR0jrhWYAALL5N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkR0jrhWYAALL5N.jpg', 'url': 'https://t.co/4qiuC0lXq5', 'display_url': 'pic.twitter.com/4qiuC0lXq5', 'expanded_url': 'https://twitter.com/dog_rates/status/739844404073074688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 844, 'resize': 'fit'}, 'small': {'w': 463, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 844, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739844395122450432, 'id_str': '739844395122450432', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CkR0jrhWYAALL5N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkR0jrhWYAALL5N.jpg', 'url': 'https://t.co/4qiuC0lXq5', 'display_url': 'pic.twitter.com/4qiuC0lXq5', 'expanded_url': 'https://twitter.com/dog_rates/status/739844404073074688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 844, 'resize': 'fit'}, 'small': {'w': 463, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 844, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 791, 'favorite_count': 3533, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1076:739623569819336705
{'created_at': 'Mon Jun 06 01:02:55 +0000 2016', 'id': 739623569819336705, 'id_str': '739623569819336705', 'full_text': "Here's a doggo that don't need no human. 12/10 independent af (vid by @MichelleLiuCee) https://t.co/vdgtdb6rON", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'MichelleLiuCee', 'name': 'Michelle', 'id': 21327861, 'id_str': '21327861', 'indices': [70, 85]}], 'urls': [{'url': 'https://t.co/vdgtdb6rON', 'expanded_url': 'https://vine.co/v/iY9Fr1I31U6', 'display_url': 'vine.co/v/iY9Fr1I31U6', 'indices': [87, 110]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1241, 'favorite_count': 3503, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1077:739606147276148736
{'created_at': 'Sun Jun 05 23:53:41 +0000 2016', 'id': 739606147276148736, 'id_str': '739606147276148736', 'full_text': 'Meet Benji. He just turned 1. Has already given up on a traditional pupper physique. Just inhaled that thing. 9/10 https://t.co/sLUC4th3Zj', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739606132583456768, 'id_str': '739606132583456768', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CkOb2-ZWYAAvVUO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkOb2-ZWYAAvVUO.jpg', 'url': 'https://t.co/sLUC4th3Zj', 'display_url': 'pic.twitter.com/sLUC4th3Zj', 'expanded_url': 'https://twitter.com/dog_rates/status/739606147276148736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739606132583456768, 'id_str': '739606132583456768', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CkOb2-ZWYAAvVUO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkOb2-ZWYAAvVUO.jpg', 'url': 'https://t.co/sLUC4th3Zj', 'display_url': 'pic.twitter.com/sLUC4th3Zj', 'expanded_url': 'https://twitter.com/dog_rates/status/739606147276148736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}}}, {'id': 739606134118551552, 'id_str': '739606134118551552', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CkOb3EHWEAAh4Xf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkOb3EHWEAAh4Xf.jpg', 'url': 'https://t.co/sLUC4th3Zj', 'display_url': 'pic.twitter.com/sLUC4th3Zj', 'expanded_url': 'https://twitter.com/dog_rates/status/739606147276148736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 739606134454145024, 'id_str': '739606134454145024', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CkOb3FXW0AAUL_U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkOb3FXW0AAUL_U.jpg', 'url': 'https://t.co/sLUC4th3Zj', 'display_url': 'pic.twitter.com/sLUC4th3Zj', 'expanded_url': 'https://twitter.com/dog_rates/status/739606147276148736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1495, 'favorite_count': 4999, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1078:739544079319588864
{'created_at': 'Sun Jun 05 19:47:03 +0000 2016', 'id': 739544079319588864, 'id_str': '739544079319588864', 'full_text': 'This... is a Tyrannosaurus rex. We only rate dogs. Please only send in dogs. Thank you ...10/10 https://t.co/zxw8d5g94P', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739544071010713604, 'id_str': '739544071010713604', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CkNjahBXAAQ2kWo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkNjahBXAAQ2kWo.jpg', 'url': 'https://t.co/zxw8d5g94P', 'display_url': 'pic.twitter.com/zxw8d5g94P', 'expanded_url': 'https://twitter.com/dog_rates/status/739544079319588864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739544071010713604, 'id_str': '739544071010713604', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CkNjahBXAAQ2kWo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkNjahBXAAQ2kWo.jpg', 'url': 'https://t.co/zxw8d5g94P', 'display_url': 'pic.twitter.com/zxw8d5g94P', 'expanded_url': 'https://twitter.com/dog_rates/status/739544079319588864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19284, 'favorite_count': 36510, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1079:739485634323156992
{'created_at': 'Sun Jun 05 15:54:48 +0000 2016', 'id': 739485634323156992, 'id_str': '739485634323156992', 'full_text': "This is Kyle. He's a heavy drinker and an avid pot user. Just wants to be pupular. 6/10 I can't support this Kyle https://t.co/rRULp7XFnO", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739485614966472704, 'id_str': '739485614966472704', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkMuP7SWgAAAiys.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkMuP7SWgAAAiys.jpg', 'url': 'https://t.co/rRULp7XFnO', 'display_url': 'pic.twitter.com/rRULp7XFnO', 'expanded_url': 'https://twitter.com/dog_rates/status/739485634323156992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739485614966472704, 'id_str': '739485614966472704', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkMuP7SWgAAAiys.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkMuP7SWgAAAiys.jpg', 'url': 'https://t.co/rRULp7XFnO', 'display_url': 'pic.twitter.com/rRULp7XFnO', 'expanded_url': 'https://twitter.com/dog_rates/status/739485634323156992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 937, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 937, 'resize': 'fit'}}}, {'id': 739485614966476800, 'id_str': '739485614966476800', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CkMuP7SWkAAD-2R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkMuP7SWkAAD-2R.jpg', 'url': 'https://t.co/rRULp7XFnO', 'display_url': 'pic.twitter.com/rRULp7XFnO', 'expanded_url': 'https://twitter.com/dog_rates/status/739485634323156992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2644, 'favorite_count': 6613, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1080:739238157791694849
{'created_at': 'Sat Jun 04 23:31:25 +0000 2016', 'id': 739238157791694849, 'id_str': '739238157791694849', 'full_text': "Here's a doggo blowing bubbles. It's downright legendary. 13/10 would watch on repeat forever (vid by Kent Duryee) https://t.co/YcXgHfp1EC", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 739238016737267712, 'id_str': '739238016737267712', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/739238016737267712/pu/img/-tLpyiuIzD5zR1et.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/739238016737267712/pu/img/-tLpyiuIzD5zR1et.jpg', 'url': 'https://t.co/YcXgHfp1EC', 'display_url': 'pic.twitter.com/YcXgHfp1EC', 'expanded_url': 'https://twitter.com/dog_rates/status/739238157791694849/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 739238016737267712, 'id_str': '739238016737267712', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/739238016737267712/pu/img/-tLpyiuIzD5zR1et.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/739238016737267712/pu/img/-tLpyiuIzD5zR1et.jpg', 'url': 'https://t.co/YcXgHfp1EC', 'display_url': 'pic.twitter.com/YcXgHfp1EC', 'expanded_url': 'https://twitter.com/dog_rates/status/739238157791694849/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 30026, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/739238016737267712/pu/pl/eABZ1Ti3QC6fwNcR.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/739238016737267712/pu/vid/320x180/iakpSCu_6N0Mo0GE.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/739238016737267712/pu/vid/1280x720/oOC5LaMR5O7OAD-z.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/739238016737267712/pu/vid/640x360/jRatWZ6QgiAKBIpO.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 52899, 'favorite_count': 107250, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1081:738891149612572673
{'created_at': 'Sat Jun 04 00:32:32 +0000 2016', 'id': 738891149612572673, 'id_str': '738891149612572673', 'full_text': '@mount_alex3 13/10', 'truncated': False, 'display_text_range': [13, 18], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'mount_alex3', 'name': 'Alex Mount', 'id': 358972768, 'id_str': '358972768', 'indices': [0, 12]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 738411919896285185, 'in_reply_to_status_id_str': '738411919896285185', 'in_reply_to_user_id': 358972768, 'in_reply_to_user_id_str': '358972768', 'in_reply_to_screen_name': 'mount_alex3', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6, 'favorite_count': 90, 'favorited': False, 'retweeted': False, 'lang': 'und'}
1082:738885046782832640
{'created_at': 'Sat Jun 04 00:08:17 +0000 2016', 'id': 738885046782832640, 'id_str': '738885046782832640', 'full_text': "This is Charles. He's a Nova Scotian Towel Pouncer. Deadly af. Nifty tongue slip. 11/10 would pet with caution https://t.co/EfejX3iRGr", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738885039132401664, 'id_str': '738885039132401664', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CkEMBz9WYAAGLaa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkEMBz9WYAAGLaa.jpg', 'url': 'https://t.co/EfejX3iRGr', 'display_url': 'pic.twitter.com/EfejX3iRGr', 'expanded_url': 'https://twitter.com/dog_rates/status/738885046782832640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 450, 'h': 338, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 338, 'resize': 'fit'}, 'small': {'w': 450, 'h': 338, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738885039132401664, 'id_str': '738885039132401664', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CkEMBz9WYAAGLaa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkEMBz9WYAAGLaa.jpg', 'url': 'https://t.co/EfejX3iRGr', 'display_url': 'pic.twitter.com/EfejX3iRGr', 'expanded_url': 'https://twitter.com/dog_rates/status/738885046782832640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 450, 'h': 338, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 338, 'resize': 'fit'}, 'small': {'w': 450, 'h': 338, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1045, 'favorite_count': 3505, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1083:738883359779196928
{'created_at': 'Sat Jun 04 00:01:35 +0000 2016', 'id': 738883359779196928, 'id_str': '738883359779196928', 'full_text': 'When a single soap orb changes your entire perception of the universe... 10/10 https://t.co/9eCXpVExJc', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738883339164192768, 'id_str': '738883339164192768', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CkEKe3FWEAAsqOy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkEKe3FWEAAsqOy.jpg', 'url': 'https://t.co/9eCXpVExJc', 'display_url': 'pic.twitter.com/9eCXpVExJc', 'expanded_url': 'https://twitter.com/dog_rates/status/738883359779196928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738883339164192768, 'id_str': '738883339164192768', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CkEKe3FWEAAsqOy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkEKe3FWEAAsqOy.jpg', 'url': 'https://t.co/9eCXpVExJc', 'display_url': 'pic.twitter.com/9eCXpVExJc', 'expanded_url': 'https://twitter.com/dog_rates/status/738883359779196928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 738883339210350592, 'id_str': '738883339210350592', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CkEKe3QWYAAwoDy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CkEKe3QWYAAwoDy.jpg', 'url': 'https://t.co/9eCXpVExJc', 'display_url': 'pic.twitter.com/9eCXpVExJc', 'expanded_url': 'https://twitter.com/dog_rates/status/738883359779196928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 621, 'resize': 'fit'}, 'small': {'w': 639, 'h': 621, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 621, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 723, 'favorite_count': 3051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1084:738537504001953792
{'created_at': 'Fri Jun 03 01:07:16 +0000 2016', 'id': 738537504001953792, 'id_str': '738537504001953792', 'full_text': 'This is Bayley. She fell asleep trying to escape her evil fence enclosure. 11/10 night night puppo https://t.co/AxSiqAKEKu', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738537488050847744, 'id_str': '738537488050847744', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cj_P7rSUgAAYQbz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj_P7rSUgAAYQbz.jpg', 'url': 'https://t.co/AxSiqAKEKu', 'display_url': 'pic.twitter.com/AxSiqAKEKu', 'expanded_url': 'https://twitter.com/dog_rates/status/738537504001953792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1127, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1127, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738537488050847744, 'id_str': '738537488050847744', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cj_P7rSUgAAYQbz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj_P7rSUgAAYQbz.jpg', 'url': 'https://t.co/AxSiqAKEKu', 'display_url': 'pic.twitter.com/AxSiqAKEKu', 'expanded_url': 'https://twitter.com/dog_rates/status/738537504001953792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 618, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1127, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1127, 'resize': 'fit'}}}, {'id': 738537488063422466, 'id_str': '738537488063422466', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cj_P7rVUYAIqvlT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj_P7rVUYAIqvlT.jpg', 'url': 'https://t.co/AxSiqAKEKu', 'display_url': 'pic.twitter.com/AxSiqAKEKu', 'expanded_url': 'https://twitter.com/dog_rates/status/738537504001953792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1214, 'resize': 'fit'}, 'small': {'w': 574, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1012, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1400, 'favorite_count': 4707, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1085:738402415918125056
{'created_at': 'Thu Jun 02 16:10:29 +0000 2016', 'id': 738402415918125056, 'id_str': '738402415918125056', 'full_text': '"Don\'t talk to me or my son ever again" ...10/10 for both https://t.co/s96OYXZIfK', 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738402403196796928, 'id_str': '738402403196796928', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Cj9VEs_XAAAlTai.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj9VEs_XAAAlTai.jpg', 'url': 'https://t.co/s96OYXZIfK', 'display_url': 'pic.twitter.com/s96OYXZIfK', 'expanded_url': 'https://twitter.com/dog_rates/status/738402415918125056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 861, 'h': 767, 'resize': 'fit'}, 'medium': {'w': 861, 'h': 767, 'resize': 'fit'}, 'small': {'w': 680, 'h': 606, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738402403196796928, 'id_str': '738402403196796928', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Cj9VEs_XAAAlTai.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj9VEs_XAAAlTai.jpg', 'url': 'https://t.co/s96OYXZIfK', 'display_url': 'pic.twitter.com/s96OYXZIfK', 'expanded_url': 'https://twitter.com/dog_rates/status/738402415918125056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 861, 'h': 767, 'resize': 'fit'}, 'medium': {'w': 861, 'h': 767, 'resize': 'fit'}, 'small': {'w': 680, 'h': 606, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 744, 'favorite_count': 3018, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1086:738184450748633089
{'created_at': 'Thu Jun 02 01:44:22 +0000 2016', 'id': 738184450748633089, 'id_str': '738184450748633089', 'full_text': 'For the last time, we only rate dogs. Pls stop sending other animals like this Duck-Billed Platypus. Thank you. 9/10 https://t.co/twxYcPOafl', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738184431987351552, 'id_str': '738184431987351552', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cj6O1G9UYAAIU-1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj6O1G9UYAAIU-1.jpg', 'url': 'https://t.co/twxYcPOafl', 'display_url': 'pic.twitter.com/twxYcPOafl', 'expanded_url': 'https://twitter.com/dog_rates/status/738184450748633089/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738184431987351552, 'id_str': '738184431987351552', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cj6O1G9UYAAIU-1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj6O1G9UYAAIU-1.jpg', 'url': 'https://t.co/twxYcPOafl', 'display_url': 'pic.twitter.com/twxYcPOafl', 'expanded_url': 'https://twitter.com/dog_rates/status/738184450748633089/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1108, 'favorite_count': 3982, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1087:738166403467907072
{'created_at': 'Thu Jun 02 00:32:39 +0000 2016', 'id': 738166403467907072, 'id_str': '738166403467907072', 'full_text': "This is Axel. He's a professional leaf catcher. 12/10 gifted af https://t.co/P8bgOMMTRs", 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738166379505848322, 'id_str': '738166379505848322', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Cj5-aUOVEAIuzM6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj5-aUOVEAIuzM6.jpg', 'url': 'https://t.co/P8bgOMMTRs', 'display_url': 'pic.twitter.com/P8bgOMMTRs', 'expanded_url': 'https://twitter.com/dog_rates/status/738166403467907072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 986, 'resize': 'fit'}, 'large': {'w': 750, 'h': 986, 'resize': 'fit'}, 'small': {'w': 517, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738166379505848322, 'id_str': '738166379505848322', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Cj5-aUOVEAIuzM6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj5-aUOVEAIuzM6.jpg', 'url': 'https://t.co/P8bgOMMTRs', 'display_url': 'pic.twitter.com/P8bgOMMTRs', 'expanded_url': 'https://twitter.com/dog_rates/status/738166403467907072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 986, 'resize': 'fit'}, 'large': {'w': 750, 'h': 986, 'resize': 'fit'}, 'small': {'w': 517, 'h': 680, 'resize': 'fit'}}}, {'id': 738166379514200064, 'id_str': '738166379514200064', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Cj5-aUQUgAAb43p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj5-aUQUgAAb43p.jpg', 'url': 'https://t.co/P8bgOMMTRs', 'display_url': 'pic.twitter.com/P8bgOMMTRs', 'expanded_url': 'https://twitter.com/dog_rates/status/738166403467907072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 495, 'h': 680, 'resize': 'fit'}, 'large': {'w': 592, 'h': 814, 'resize': 'fit'}, 'medium': {'w': 592, 'h': 814, 'resize': 'fit'}}}, {'id': 738166379505848323, 'id_str': '738166379505848323', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Cj5-aUOVEAMjXRd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj5-aUOVEAMjXRd.jpg', 'url': 'https://t.co/P8bgOMMTRs', 'display_url': 'pic.twitter.com/P8bgOMMTRs', 'expanded_url': 'https://twitter.com/dog_rates/status/738166403467907072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 520, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 980, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 980, 'resize': 'fit'}}}, {'id': 738166379660988416, 'id_str': '738166379660988416', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Cj5-aUzUUAA5Vk9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj5-aUzUUAA5Vk9.jpg', 'url': 'https://t.co/P8bgOMMTRs', 'display_url': 'pic.twitter.com/P8bgOMMTRs', 'expanded_url': 'https://twitter.com/dog_rates/status/738166403467907072/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 968, 'resize': 'fit'}, 'small': {'w': 527, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 968, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3042, 'favorite_count': 8092, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1088:738156290900254721
{'created_at': 'Wed Jun 01 23:52:28 +0000 2016', 'id': 738156290900254721, 'id_str': '738156290900254721', 'full_text': "This is Storkson. He's wet and sad. 10/10 cheer up pup https://t.co/nrzvzPuTvC", 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 738156281941262337, 'id_str': '738156281941262337', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/Cj51Oj3VAAEVe4O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj51Oj3VAAEVe4O.jpg', 'url': 'https://t.co/nrzvzPuTvC', 'display_url': 'pic.twitter.com/nrzvzPuTvC', 'expanded_url': 'https://twitter.com/dog_rates/status/738156290900254721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 738156281941262337, 'id_str': '738156281941262337', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/Cj51Oj3VAAEVe4O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj51Oj3VAAEVe4O.jpg', 'url': 'https://t.co/nrzvzPuTvC', 'display_url': 'pic.twitter.com/nrzvzPuTvC', 'expanded_url': 'https://twitter.com/dog_rates/status/738156290900254721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 586, 'favorite_count': 2290, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1089:737826014890496000
{'created_at': 'Wed Jun 01 02:00:04 +0000 2016', 'id': 737826014890496000, 'id_str': '737826014890496000', 'full_text': 'This is Remy. He has some long ass ears (probably magical). Also very proud of broken stick. 10/10 such a good boy https://t.co/EZx0YjPjPK', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 737825997765107712, 'id_str': '737825997765107712', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Cj1I1fbWYAAOwff.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj1I1fbWYAAOwff.jpg', 'url': 'https://t.co/EZx0YjPjPK', 'display_url': 'pic.twitter.com/EZx0YjPjPK', 'expanded_url': 'https://twitter.com/dog_rates/status/737826014890496000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 737825997765107712, 'id_str': '737825997765107712', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Cj1I1fbWYAAOwff.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj1I1fbWYAAOwff.jpg', 'url': 'https://t.co/EZx0YjPjPK', 'display_url': 'pic.twitter.com/EZx0YjPjPK', 'expanded_url': 'https://twitter.com/dog_rates/status/737826014890496000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 737825997790302210, 'id_str': '737825997790302210', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Cj1I1fhW0AIM8_4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj1I1fhW0AIM8_4.jpg', 'url': 'https://t.co/EZx0YjPjPK', 'display_url': 'pic.twitter.com/EZx0YjPjPK', 'expanded_url': 'https://twitter.com/dog_rates/status/737826014890496000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1611, 'favorite_count': 4840, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1090:737800304142471168
{'created_at': 'Wed Jun 01 00:17:54 +0000 2016', 'id': 737800304142471168, 'id_str': '737800304142471168', 'full_text': "This is Bella. She's ubering home after a few too many drinks. 10/10 socially conscious af https://t.co/KxkOgq80Xj", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 737800291471392769, 'id_str': '737800291471392769', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/Cj0xdMBVAAEbDHp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj0xdMBVAAEbDHp.jpg', 'url': 'https://t.co/KxkOgq80Xj', 'display_url': 'pic.twitter.com/KxkOgq80Xj', 'expanded_url': 'https://twitter.com/dog_rates/status/737800304142471168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 737800291471392769, 'id_str': '737800291471392769', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/Cj0xdMBVAAEbDHp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cj0xdMBVAAEbDHp.jpg', 'url': 'https://t.co/KxkOgq80Xj', 'display_url': 'pic.twitter.com/KxkOgq80Xj', 'expanded_url': 'https://twitter.com/dog_rates/status/737800304142471168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3177, 'favorite_count': 9283, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1091:737678689543020544
{'created_at': 'Tue May 31 16:14:39 +0000 2016', 'id': 737678689543020544, 'id_str': '737678689543020544', 'full_text': 'We only rate dogs. Pls stop sending in non-canines like this Slovak Car Bunny. It makes my job very difficult. 11/10 https://t.co/VflvQLH2y5', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 737678682714693632, 'id_str': '737678682714693632', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjzC2oGWYAAyIfG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjzC2oGWYAAyIfG.jpg', 'url': 'https://t.co/VflvQLH2y5', 'display_url': 'pic.twitter.com/VflvQLH2y5', 'expanded_url': 'https://twitter.com/dog_rates/status/737678689543020544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 737678682714693632, 'id_str': '737678682714693632', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjzC2oGWYAAyIfG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjzC2oGWYAAyIfG.jpg', 'url': 'https://t.co/VflvQLH2y5', 'display_url': 'pic.twitter.com/VflvQLH2y5', 'expanded_url': 'https://twitter.com/dog_rates/status/737678689543020544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1203, 'favorite_count': 4639, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1092:737445876994609152
{'created_at': 'Tue May 31 00:49:32 +0000 2016', 'id': 737445876994609152, 'id_str': '737445876994609152', 'full_text': "Just wanted to share this super rare Rainbow Floofer in case you guys haven't seen it yet. 13/10 colorful af https://t.co/CaG9MzD3WT", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 737445868014444545, 'id_str': '737445868014444545', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CjvvHBwUoAE55WZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjvvHBwUoAE55WZ.jpg', 'url': 'https://t.co/CaG9MzD3WT', 'display_url': 'pic.twitter.com/CaG9MzD3WT', 'expanded_url': 'https://twitter.com/dog_rates/status/737445876994609152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 925, 'h': 959, 'resize': 'fit'}, 'small': {'w': 656, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 925, 'h': 959, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 737445868014444545, 'id_str': '737445868014444545', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CjvvHBwUoAE55WZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjvvHBwUoAE55WZ.jpg', 'url': 'https://t.co/CaG9MzD3WT', 'display_url': 'pic.twitter.com/CaG9MzD3WT', 'expanded_url': 'https://twitter.com/dog_rates/status/737445876994609152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 925, 'h': 959, 'resize': 'fit'}, 'small': {'w': 656, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 925, 'h': 959, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4065, 'favorite_count': 9467, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1093:737322739594330112
{'created_at': 'Mon May 30 16:40:14 +0000 2016', 'id': 737322739594330112, 'id_str': '737322739594330112', 'full_text': "Say hello to Lily. She's not injured or anything. Just wants everyone to hear her. 9/10 clever af https://t.co/3xqGVH0Dhw", 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 737322732686323712, 'id_str': '737322732686323712', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Cjt_Hm6WsAAjkPG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cjt_Hm6WsAAjkPG.jpg', 'url': 'https://t.co/3xqGVH0Dhw', 'display_url': 'pic.twitter.com/3xqGVH0Dhw', 'expanded_url': 'https://twitter.com/dog_rates/status/737322739594330112/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 682, 'h': 1136, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 682, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 408, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 737322732686323712, 'id_str': '737322732686323712', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/Cjt_Hm6WsAAjkPG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cjt_Hm6WsAAjkPG.jpg', 'url': 'https://t.co/3xqGVH0Dhw', 'display_url': 'pic.twitter.com/3xqGVH0Dhw', 'expanded_url': 'https://twitter.com/dog_rates/status/737322739594330112/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 682, 'h': 1136, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 682, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 408, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 736, 'favorite_count': 3328, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1094:737310737551491075
{'created_at': 'Mon May 30 15:52:33 +0000 2016', 'id': 737310737551491075, 'id_str': '737310737551491075', 'full_text': "Everybody stop what you're doing and watch these puppers enjoy summer. Both 13/10 https://t.co/wvjqSCN6iC", 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 737310236135043073, 'id_str': '737310236135043073', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/737310236135043073/pu/img/_lG4DXmH-_XEq7Rc.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/737310236135043073/pu/img/_lG4DXmH-_XEq7Rc.jpg', 'url': 'https://t.co/wvjqSCN6iC', 'display_url': 'pic.twitter.com/wvjqSCN6iC', 'expanded_url': 'https://twitter.com/dog_rates/status/737310737551491075/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 737310236135043073, 'id_str': '737310236135043073', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/737310236135043073/pu/img/_lG4DXmH-_XEq7Rc.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/737310236135043073/pu/img/_lG4DXmH-_XEq7Rc.jpg', 'url': 'https://t.co/wvjqSCN6iC', 'display_url': 'pic.twitter.com/wvjqSCN6iC', 'expanded_url': 'https://twitter.com/dog_rates/status/737310737551491075/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 28700, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/737310236135043073/pu/vid/480x480/4_FIQwts62fMhbhy.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/737310236135043073/pu/pl/qCobnfig9wQHOjgY.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/737310236135043073/pu/vid/240x240/VuIwsCKsLMO5ezr5.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6760, 'favorite_count': 13551, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1095:736736130620620800
{'created_at': 'Sun May 29 01:49:16 +0000 2016', 'id': 736736130620620800, 'id_str': '736736130620620800', 'full_text': "This is Chadrick. He's gnarly af 13/10 https://t.co/447tyBN0mW", 'truncated': False, 'display_text_range': [0, 38], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 736736122429014017, 'id_str': '736736122429014017', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CjlpmZaUgAED54W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjlpmZaUgAED54W.jpg', 'url': 'https://t.co/447tyBN0mW', 'display_url': 'pic.twitter.com/447tyBN0mW', 'expanded_url': 'https://twitter.com/dog_rates/status/736736130620620800/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 583, 'h': 583, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 583, 'h': 583, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 583, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 736736122429014017, 'id_str': '736736122429014017', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CjlpmZaUgAED54W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjlpmZaUgAED54W.jpg', 'url': 'https://t.co/447tyBN0mW', 'display_url': 'pic.twitter.com/447tyBN0mW', 'expanded_url': 'https://twitter.com/dog_rates/status/736736130620620800/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 583, 'h': 583, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 583, 'h': 583, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 583, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1543, 'favorite_count': 3892, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1096:736392552031657984
{'created_at': 'Sat May 28 03:04:00 +0000 2016', 'id': 736392552031657984, 'id_str': '736392552031657984', 'full_text': 'Say hello to mad pupper. You know what you did. 13/10 would pet until no longer furustrated https://t.co/u1ulQ5heLX', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/u1ulQ5heLX', 'expanded_url': 'https://vine.co/v/iEggaEOiLO3', 'display_url': 'vine.co/v/iEggaEOiLO3', 'indices': [92, 115]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6670, 'favorite_count': 16368, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1097:736365877722001409
{'created_at': 'Sat May 28 01:18:00 +0000 2016', 'id': 736365877722001409, 'id_str': '736365877722001409', 'full_text': "This is Rory. He's extremely impatient. 11/10 settle down pupper https://t.co/e3tfXJLi40", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 736365798558728192, 'id_str': '736365798558728192', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CjgYytfXAAA8wdO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjgYytfXAAA8wdO.jpg', 'url': 'https://t.co/e3tfXJLi40', 'display_url': 'pic.twitter.com/e3tfXJLi40', 'expanded_url': 'https://twitter.com/dog_rates/status/736365877722001409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 736365798558728192, 'id_str': '736365798558728192', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CjgYytfXAAA8wdO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjgYytfXAAA8wdO.jpg', 'url': 'https://t.co/e3tfXJLi40', 'display_url': 'pic.twitter.com/e3tfXJLi40', 'expanded_url': 'https://twitter.com/dog_rates/status/736365877722001409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 736365798739038208, 'id_str': '736365798739038208', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CjgYyuKWUAAOD3A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjgYyuKWUAAOD3A.jpg', 'url': 'https://t.co/e3tfXJLi40', 'display_url': 'pic.twitter.com/e3tfXJLi40', 'expanded_url': 'https://twitter.com/dog_rates/status/736365877722001409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 736365798894243840, 'id_str': '736365798894243840', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CjgYyuvWkAAHU8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjgYyuvWkAAHU8g.jpg', 'url': 'https://t.co/e3tfXJLi40', 'display_url': 'pic.twitter.com/e3tfXJLi40', 'expanded_url': 'https://twitter.com/dog_rates/status/736365877722001409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 736365799032684544, 'id_str': '736365799032684544', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CjgYyvQXAAAFxjR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjgYyvQXAAAFxjR.jpg', 'url': 'https://t.co/e3tfXJLi40', 'display_url': 'pic.twitter.com/e3tfXJLi40', 'expanded_url': 'https://twitter.com/dog_rates/status/736365877722001409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1116, 'favorite_count': 3683, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1098:736225175608430592
{'created_at': 'Fri May 27 15:58:54 +0000 2016', 'id': 736225175608430592, 'id_str': '736225175608430592', 'full_text': 'We only rate dogs. Please stop sending in non-canines like this Alaskan Flop Turtle. This is very frustrating. 10/10 https://t.co/qXteK6Atxc', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 736225169967091712, 'id_str': '736225169967091712', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjeY5DKXEAA3WkD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjeY5DKXEAA3WkD.jpg', 'url': 'https://t.co/qXteK6Atxc', 'display_url': 'pic.twitter.com/qXteK6Atxc', 'expanded_url': 'https://twitter.com/dog_rates/status/736225175608430592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 736225169967091712, 'id_str': '736225169967091712', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjeY5DKXEAA3WkD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjeY5DKXEAA3WkD.jpg', 'url': 'https://t.co/qXteK6Atxc', 'display_url': 'pic.twitter.com/qXteK6Atxc', 'expanded_url': 'https://twitter.com/dog_rates/status/736225175608430592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2551, 'favorite_count': 7501, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1099:736010884653420544
{'created_at': 'Fri May 27 01:47:23 +0000 2016', 'id': 736010884653420544, 'id_str': '736010884653420544', 'full_text': "Right after you graduate vs when you remember you're on your own now and can barely work a washing machine ...10/10 https://t.co/O1TLuYjsNS", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 736010860062248961, 'id_str': '736010860062248961', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CjbV-kjXEAE6I-f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbV-kjXEAE6I-f.jpg', 'url': 'https://t.co/O1TLuYjsNS', 'display_url': 'pic.twitter.com/O1TLuYjsNS', 'expanded_url': 'https://twitter.com/dog_rates/status/736010884653420544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 736010860062248961, 'id_str': '736010860062248961', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CjbV-kjXEAE6I-f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbV-kjXEAE6I-f.jpg', 'url': 'https://t.co/O1TLuYjsNS', 'display_url': 'pic.twitter.com/O1TLuYjsNS', 'expanded_url': 'https://twitter.com/dog_rates/status/736010884653420544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}, {'id': 736010860200624128, 'id_str': '736010860200624128', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CjbV-lEWgAAr6WY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbV-lEWgAAr6WY.jpg', 'url': 'https://t.co/O1TLuYjsNS', 'display_url': 'pic.twitter.com/O1TLuYjsNS', 'expanded_url': 'https://twitter.com/dog_rates/status/736010884653420544/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2710, 'favorite_count': 7264, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1100:735991953473572864
{'created_at': 'Fri May 27 00:32:10 +0000 2016', 'id': 735991953473572864, 'id_str': '735991953473572864', 'full_text': "This is Maxaroni. He's curly af. Also rather fabulous. 11/10 would hug well https://t.co/A216OjIdca", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 735991939804200964, 'id_str': '735991939804200964', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CjbExRGUgAQEU1x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbExRGUgAQEU1x.jpg', 'url': 'https://t.co/A216OjIdca', 'display_url': 'pic.twitter.com/A216OjIdca', 'expanded_url': 'https://twitter.com/dog_rates/status/735991953473572864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 735991939804200964, 'id_str': '735991939804200964', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CjbExRGUgAQEU1x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbExRGUgAQEU1x.jpg', 'url': 'https://t.co/A216OjIdca', 'display_url': 'pic.twitter.com/A216OjIdca', 'expanded_url': 'https://twitter.com/dog_rates/status/735991953473572864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 735991939820986368, 'id_str': '735991939820986368', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CjbExRKUoAAs089.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbExRKUoAAs089.jpg', 'url': 'https://t.co/A216OjIdca', 'display_url': 'pic.twitter.com/A216OjIdca', 'expanded_url': 'https://twitter.com/dog_rates/status/735991953473572864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 735991939841982464, 'id_str': '735991939841982464', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CjbExRPVAAAj8tP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjbExRPVAAAj8tP.jpg', 'url': 'https://t.co/A216OjIdca', 'display_url': 'pic.twitter.com/A216OjIdca', 'expanded_url': 'https://twitter.com/dog_rates/status/735991953473572864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1037, 'favorite_count': 3302, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1101:735648611367784448
{'created_at': 'Thu May 26 01:47:51 +0000 2016', 'id': 735648611367784448, 'id_str': '735648611367784448', 'full_text': '*faints* 12/10 perfection in pupper form https://t.co/t6TxTwTLEK', 'truncated': False, 'display_text_range': [0, 40], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 735648574982246401, 'id_str': '735648574982246401', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CjWMezdW0AErwU3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjWMezdW0AErwU3.jpg', 'url': 'https://t.co/t6TxTwTLEK', 'display_url': 'pic.twitter.com/t6TxTwTLEK', 'expanded_url': 'https://twitter.com/dog_rates/status/735648611367784448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 735648574982246401, 'id_str': '735648574982246401', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CjWMezdW0AErwU3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjWMezdW0AErwU3.jpg', 'url': 'https://t.co/t6TxTwTLEK', 'display_url': 'pic.twitter.com/t6TxTwTLEK', 'expanded_url': 'https://twitter.com/dog_rates/status/735648611367784448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1016, 'favorite_count': 3735, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1102:735635087207878657
{'created_at': 'Thu May 26 00:54:06 +0000 2016', 'id': 735635087207878657, 'id_str': '735635087207878657', 'full_text': "This is Dakota. He hasn't grow into his skin yet. 11/10 would squeeze softly https://t.co/IvFSlNXpgj", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 735635075396599808, 'id_str': '735635075396599808', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CjWANBlVAAAaN-a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjWANBlVAAAaN-a.jpg', 'url': 'https://t.co/IvFSlNXpgj', 'display_url': 'pic.twitter.com/IvFSlNXpgj', 'expanded_url': 'https://twitter.com/dog_rates/status/735635087207878657/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 735635075396599808, 'id_str': '735635075396599808', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CjWANBlVAAAaN-a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjWANBlVAAAaN-a.jpg', 'url': 'https://t.co/IvFSlNXpgj', 'display_url': 'pic.twitter.com/IvFSlNXpgj', 'expanded_url': 'https://twitter.com/dog_rates/status/735635087207878657/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}, {'id': 735635075404943360, 'id_str': '735635075404943360', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CjWANBnUUAAtosY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjWANBnUUAAtosY.jpg', 'url': 'https://t.co/IvFSlNXpgj', 'display_url': 'pic.twitter.com/IvFSlNXpgj', 'expanded_url': 'https://twitter.com/dog_rates/status/735635087207878657/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286039, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2142, 'favorite_count': 5673, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1103:735274964362878976
{'created_at': 'Wed May 25 01:03:06 +0000 2016', 'id': 735274964362878976, 'id_str': '735274964362878976', 'full_text': "We only rate dogs. Please stop sending in your 31 year old sons that won't get out of your house. Thank you... 11/10 https://t.co/aTU53NNUkt", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 735274957656215553, 'id_str': '735274957656215553', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjQ4radW0AENP-m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjQ4radW0AENP-m.jpg', 'url': 'https://t.co/aTU53NNUkt', 'display_url': 'pic.twitter.com/aTU53NNUkt', 'expanded_url': 'https://twitter.com/dog_rates/status/735274964362878976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 735274957656215553, 'id_str': '735274957656215553', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjQ4radW0AENP-m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjQ4radW0AENP-m.jpg', 'url': 'https://t.co/aTU53NNUkt', 'display_url': 'pic.twitter.com/aTU53NNUkt', 'expanded_url': 'https://twitter.com/dog_rates/status/735274964362878976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 735274959107465217, 'id_str': '735274959107465217', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CjQ4rf3XIAEn-VA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjQ4rf3XIAEn-VA.jpg', 'url': 'https://t.co/aTU53NNUkt', 'display_url': 'pic.twitter.com/aTU53NNUkt', 'expanded_url': 'https://twitter.com/dog_rates/status/735274964362878976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4553, 'favorite_count': 12055, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1104:735256018284875776
{'created_at': 'Tue May 24 23:47:49 +0000 2016', 'id': 735256018284875776, 'id_str': '735256018284875776', 'full_text': 'This is Kellogg. He accidentally opened the front facing camera. 8/10 get it together doggo https://t.co/MRYv7nDPyS', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 735256011242541056, 'id_str': '735256011242541056', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CjQnclkVEAA4pnK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjQnclkVEAA4pnK.jpg', 'url': 'https://t.co/MRYv7nDPyS', 'display_url': 'pic.twitter.com/MRYv7nDPyS', 'expanded_url': 'https://twitter.com/dog_rates/status/735256018284875776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 735256011242541056, 'id_str': '735256011242541056', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CjQnclkVEAA4pnK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjQnclkVEAA4pnK.jpg', 'url': 'https://t.co/MRYv7nDPyS', 'display_url': 'pic.twitter.com/MRYv7nDPyS', 'expanded_url': 'https://twitter.com/dog_rates/status/735256018284875776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 803, 'favorite_count': 3072, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1105:735137028879360001
{'created_at': 'Tue May 24 15:55:00 +0000 2016', 'id': 735137028879360001, 'id_str': '735137028879360001', 'full_text': "Meet Buckley. His family & some neighbors came over to watch him perform but he's nervous af. 9/10 u got this pupper https://t.co/5bdCpPlno9", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 735137021832888320, 'id_str': '735137021832888320', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CjO7OfeWgAAUQy-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjO7OfeWgAAUQy-.jpg', 'url': 'https://t.co/5bdCpPlno9', 'display_url': 'pic.twitter.com/5bdCpPlno9', 'expanded_url': 'https://twitter.com/dog_rates/status/735137028879360001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 735137021832888320, 'id_str': '735137021832888320', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CjO7OfeWgAAUQy-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjO7OfeWgAAUQy-.jpg', 'url': 'https://t.co/5bdCpPlno9', 'display_url': 'pic.twitter.com/5bdCpPlno9', 'expanded_url': 'https://twitter.com/dog_rates/status/735137028879360001/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 885, 'favorite_count': 2885, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1106:734912297295085568
{'created_at': 'Tue May 24 01:02:00 +0000 2016', 'id': 734912297295085568, 'id_str': '734912297295085568', 'full_text': "This is Jax. He's a literal fluffball. Sneaky tongue slip. 10/10 would pet nonstop https://t.co/9MGouPwQmK", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 734912253380567040, 'id_str': '734912253380567040', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CjLuzPvUoAAbU5k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjLuzPvUoAAbU5k.jpg', 'url': 'https://t.co/9MGouPwQmK', 'display_url': 'pic.twitter.com/9MGouPwQmK', 'expanded_url': 'https://twitter.com/dog_rates/status/734912297295085568/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 734912253380567040, 'id_str': '734912253380567040', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CjLuzPvUoAAbU5k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjLuzPvUoAAbU5k.jpg', 'url': 'https://t.co/9MGouPwQmK', 'display_url': 'pic.twitter.com/9MGouPwQmK', 'expanded_url': 'https://twitter.com/dog_rates/status/734912297295085568/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 472, 'favorite_count': 2550, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1107:734787690684657664
{'created_at': 'Mon May 23 16:46:51 +0000 2016', 'id': 734787690684657664, 'id_str': '734787690684657664', 'full_text': 'This dog is more successful than I will ever be. 13/10 absolute legend https://t.co/BPoaHySYwA', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 734787682270871557, 'id_str': '734787682270871557', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CjJ9gQMWgAUw-aU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJ9gQMWgAUw-aU.jpg', 'url': 'https://t.co/BPoaHySYwA', 'display_url': 'pic.twitter.com/BPoaHySYwA', 'expanded_url': 'https://twitter.com/dog_rates/status/734787690684657664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 536, 'resize': 'fit'}, 'small': {'w': 639, 'h': 536, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 536, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 734787682270871557, 'id_str': '734787682270871557', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CjJ9gQMWgAUw-aU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJ9gQMWgAUw-aU.jpg', 'url': 'https://t.co/BPoaHySYwA', 'display_url': 'pic.twitter.com/BPoaHySYwA', 'expanded_url': 'https://twitter.com/dog_rates/status/734787690684657664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 536, 'resize': 'fit'}, 'small': {'w': 639, 'h': 536, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 536, 'resize': 'fit'}}}, {'id': 734787682379943940, 'id_str': '734787682379943940', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CjJ9gQmW0AQimI4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJ9gQmW0AQimI4.jpg', 'url': 'https://t.co/BPoaHySYwA', 'display_url': 'pic.twitter.com/BPoaHySYwA', 'expanded_url': 'https://twitter.com/dog_rates/status/734787690684657664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 734787682283446272, 'id_str': '734787682283446272', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CjJ9gQPWYAAHmXH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJ9gQPWYAAHmXH.jpg', 'url': 'https://t.co/BPoaHySYwA', 'display_url': 'pic.twitter.com/BPoaHySYwA', 'expanded_url': 'https://twitter.com/dog_rates/status/734787690684657664/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 574, 'h': 797, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 490, 'h': 680, 'resize': 'fit'}, 'large': {'w': 574, 'h': 797, 'resize': 'fit'}}}, {'id': 734787682442838016, 'id_str': '734787682442838016', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CjJ9gQ1WgAAXQtJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJ9gQ1WgAAXQtJ.jpg', 'url': 'https://t.co/BPoaHySYwA', 'display_url': 'pic.twitter.com/BPoaHySYwA', 'expanded_url': 'https://twitter.com/dog_rates/status/734787690684657664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 419, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 592, 'h': 960, 'resize': 'fit'}, 'large': {'w': 592, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5766, 'favorite_count': 11580, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1108:734776360183431168
{'created_at': 'Mon May 23 16:01:50 +0000 2016', 'id': 734776360183431168, 'id_str': '734776360183431168', 'full_text': "This is Livvie. Someone should tell her it's been 47 years since Woodstock. Magical eyes tho 11/10 would stare into https://t.co/qw07vhVHuO", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 734776349148094464, 'id_str': '734776349148094464', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CjJzMlBUoAADMLx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJzMlBUoAADMLx.jpg', 'url': 'https://t.co/qw07vhVHuO', 'display_url': 'pic.twitter.com/qw07vhVHuO', 'expanded_url': 'https://twitter.com/dog_rates/status/734776360183431168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 734776349148094464, 'id_str': '734776349148094464', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CjJzMlBUoAADMLx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CjJzMlBUoAADMLx.jpg', 'url': 'https://t.co/qw07vhVHuO', 'display_url': 'pic.twitter.com/qw07vhVHuO', 'expanded_url': 'https://twitter.com/dog_rates/status/734776360183431168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 489, 'favorite_count': 2328, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1109:734559631394082816
{'created_at': 'Mon May 23 01:40:38 +0000 2016', 'id': 734559631394082816, 'id_str': '734559631394082816', 'full_text': "When your friend is turnt af and you're just trying to chill. 10/10 (vid by @presgang) https://t.co/OufVDk23JC", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'presgang', 'name': 'Graham Isador', 'id': 411747743, 'id_str': '411747743', 'indices': [76, 85]}], 'urls': [{'url': 'https://t.co/OufVDk23JC', 'expanded_url': 'https://vine.co/v/iExiLXiiHvX', 'display_url': 'vine.co/v/iExiLXiiHvX', 'indices': [87, 110]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 355, 'favorite_count': 1377, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1110:733828123016450049
{'created_at': 'Sat May 21 01:13:53 +0000 2016', 'id': 733828123016450049, 'id_str': '733828123016450049', 'full_text': 'This is Terry. The harder you hug him the farther his tongue sticks out. 10/10 magical af https://t.co/RFToQQI8fJ', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 733828109590532096, 'id_str': '733828109590532096', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/Ci8UxxZXEAAGuZy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci8UxxZXEAAGuZy.jpg', 'url': 'https://t.co/RFToQQI8fJ', 'display_url': 'pic.twitter.com/RFToQQI8fJ', 'expanded_url': 'https://twitter.com/dog_rates/status/733828123016450049/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 733828109590532096, 'id_str': '733828109590532096', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/Ci8UxxZXEAAGuZy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci8UxxZXEAAGuZy.jpg', 'url': 'https://t.co/RFToQQI8fJ', 'display_url': 'pic.twitter.com/RFToQQI8fJ', 'expanded_url': 'https://twitter.com/dog_rates/status/733828123016450049/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 733828109603098630, 'id_str': '733828109603098630', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/Ci8UxxcW0AYgHDh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci8UxxcW0AYgHDh.jpg', 'url': 'https://t.co/RFToQQI8fJ', 'display_url': 'pic.twitter.com/RFToQQI8fJ', 'expanded_url': 'https://twitter.com/dog_rates/status/733828123016450049/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 718, 'favorite_count': 3308, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1111:733822306246479872
{'created_at': 'Sat May 21 00:50:46 +0000 2016', 'id': 733822306246479872, 'id_str': '733822306246479872', 'full_text': "This is Moose. He's a Polynesian Floofer. Dapper af. 10/10 would pet diligently https://t.co/mVfqRdppTL", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 733822298390548480, 'id_str': '733822298390548480', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Ci8Pfg_UUAA2m9i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci8Pfg_UUAA2m9i.jpg', 'url': 'https://t.co/mVfqRdppTL', 'display_url': 'pic.twitter.com/mVfqRdppTL', 'expanded_url': 'https://twitter.com/dog_rates/status/733822306246479872/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 608, 'h': 935, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 442, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 608, 'h': 935, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 733822298390548480, 'id_str': '733822298390548480', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Ci8Pfg_UUAA2m9i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci8Pfg_UUAA2m9i.jpg', 'url': 'https://t.co/mVfqRdppTL', 'display_url': 'pic.twitter.com/mVfqRdppTL', 'expanded_url': 'https://twitter.com/dog_rates/status/733822306246479872/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 608, 'h': 935, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 442, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 608, 'h': 935, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 932, 'favorite_count': 3388, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1112:733482008106668032
{'created_at': 'Fri May 20 02:18:32 +0000 2016', 'id': 733482008106668032, 'id_str': '733482008106668032', 'full_text': '"Ello this is dog how may I assist" ...10/10 https://t.co/jeAENpjH7L', 'truncated': False, 'display_text_range': [0, 44], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 733481999936032768, 'id_str': '733481999936032768', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Ci3Z_idUkAA8RUh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci3Z_idUkAA8RUh.jpg', 'url': 'https://t.co/jeAENpjH7L', 'display_url': 'pic.twitter.com/jeAENpjH7L', 'expanded_url': 'https://twitter.com/dog_rates/status/733482008106668032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 733481999936032768, 'id_str': '733481999936032768', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Ci3Z_idUkAA8RUh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci3Z_idUkAA8RUh.jpg', 'url': 'https://t.co/jeAENpjH7L', 'display_url': 'pic.twitter.com/jeAENpjH7L', 'expanded_url': 'https://twitter.com/dog_rates/status/733482008106668032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 854, 'favorite_count': 2884, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1113:733460102733135873
{'created_at': 'Fri May 20 00:51:30 +0000 2016', 'id': 733460102733135873, 'id_str': '733460102733135873', 'full_text': 'This is Hermione. Her face is as old as time. Appears fluffy af tho. 11/10 pretty damn majestic https://t.co/0b41Q4DKCA', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 733460077437296640, 'id_str': '733460077437296640', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/Ci3GDeyUoAAKOxn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci3GDeyUoAAKOxn.jpg', 'url': 'https://t.co/0b41Q4DKCA', 'display_url': 'pic.twitter.com/0b41Q4DKCA', 'expanded_url': 'https://twitter.com/dog_rates/status/733460102733135873/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 733460077437296640, 'id_str': '733460077437296640', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/Ci3GDeyUoAAKOxn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ci3GDeyUoAAKOxn.jpg', 'url': 'https://t.co/0b41Q4DKCA', 'display_url': 'pic.twitter.com/0b41Q4DKCA', 'expanded_url': 'https://twitter.com/dog_rates/status/733460102733135873/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1140, 'favorite_count': 3877, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1114:733109485275860992
{'created_at': 'Thu May 19 01:38:16 +0000 2016', 'id': 733109485275860992, 'id_str': '733109485275860992', 'full_text': 'Like father (doggo), like son (pupper). Both 12/10 https://t.co/pG2inLaOda', 'truncated': False, 'display_text_range': [0, 50], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 733109473259085826, 'id_str': '733109473259085826', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'url': 'https://t.co/pG2inLaOda', 'display_url': 'pic.twitter.com/pG2inLaOda', 'expanded_url': 'https://twitter.com/dog_rates/status/733109485275860992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 733109473259085826, 'id_str': '733109473259085826', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiyHLocU4AI2pJu.jpg', 'url': 'https://t.co/pG2inLaOda', 'display_url': 'pic.twitter.com/pG2inLaOda', 'expanded_url': 'https://twitter.com/dog_rates/status/733109485275860992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 15542, 'favorite_count': 49400, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1115:732732193018155009
{'created_at': 'Wed May 18 00:39:02 +0000 2016', 'id': 732732193018155009, 'id_str': '732732193018155009', 'full_text': "This is Ralpher. He's an East Guinean Flop Dog. Cuddly af. 12/10 https://t.co/rVOLuNRpjH", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 732732179730554882, 'id_str': '732732179730554882', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CiswCQhWYAI5-QW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiswCQhWYAI5-QW.jpg', 'url': 'https://t.co/rVOLuNRpjH', 'display_url': 'pic.twitter.com/rVOLuNRpjH', 'expanded_url': 'https://twitter.com/dog_rates/status/732732193018155009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 635, 'h': 960, 'resize': 'fit'}, 'small': {'w': 450, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 635, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 732732179730554882, 'id_str': '732732179730554882', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CiswCQhWYAI5-QW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiswCQhWYAI5-QW.jpg', 'url': 'https://t.co/rVOLuNRpjH', 'display_url': 'pic.twitter.com/rVOLuNRpjH', 'expanded_url': 'https://twitter.com/dog_rates/status/732732193018155009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 635, 'h': 960, 'resize': 'fit'}, 'small': {'w': 450, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 635, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 483, 'favorite_count': 2232, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1116:732726085725589504
{'created_at': 'Wed May 18 00:14:46 +0000 2016', 'id': 732726085725589504, 'id_str': '732726085725589504', 'full_text': 'This is Aldrick. He looks wise af. Also exceptionally fluffy. Only two legs tho (unfortunate). 11/10 would still hug https://t.co/QwiCVLPMNL', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 732726047838507009, 'id_str': '732726047838507009', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CisqdVcXEAE3iW7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CisqdVcXEAE3iW7.jpg', 'url': 'https://t.co/QwiCVLPMNL', 'display_url': 'pic.twitter.com/QwiCVLPMNL', 'expanded_url': 'https://twitter.com/dog_rates/status/732726085725589504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 732726047838507009, 'id_str': '732726047838507009', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CisqdVcXEAE3iW7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CisqdVcXEAE3iW7.jpg', 'url': 'https://t.co/QwiCVLPMNL', 'display_url': 'pic.twitter.com/QwiCVLPMNL', 'expanded_url': 'https://twitter.com/dog_rates/status/732726085725589504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 800, 'favorite_count': 3297, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1117:732585889486888962
{'created_at': 'Tue May 17 14:57:41 +0000 2016', 'id': 732585889486888962, 'id_str': '732585889486888962', 'full_text': 'When your teacher agreed on 10,000 RTs and no final but after 24 hours you only have 37... 10/10 https://t.co/sVnJfWVjUp', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 732585876857835521, 'id_str': '732585876857835521', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Ciqq-T2UUAEVgWD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ciqq-T2UUAEVgWD.jpg', 'url': 'https://t.co/sVnJfWVjUp', 'display_url': 'pic.twitter.com/sVnJfWVjUp', 'expanded_url': 'https://twitter.com/dog_rates/status/732585889486888962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 472, 'h': 680, 'resize': 'fit'}, 'large': {'w': 660, 'h': 950, 'resize': 'fit'}, 'medium': {'w': 660, 'h': 950, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 732585876857835521, 'id_str': '732585876857835521', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Ciqq-T2UUAEVgWD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ciqq-T2UUAEVgWD.jpg', 'url': 'https://t.co/sVnJfWVjUp', 'display_url': 'pic.twitter.com/sVnJfWVjUp', 'expanded_url': 'https://twitter.com/dog_rates/status/732585889486888962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 472, 'h': 680, 'resize': 'fit'}, 'large': {'w': 660, 'h': 950, 'resize': 'fit'}, 'medium': {'w': 660, 'h': 950, 'resize': 'fit'}}}, {'id': 732585877189185536, 'id_str': '732585877189185536', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Ciqq-VFUUAANlWm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ciqq-VFUUAANlWm.jpg', 'url': 'https://t.co/sVnJfWVjUp', 'display_url': 'pic.twitter.com/sVnJfWVjUp', 'expanded_url': 'https://twitter.com/dog_rates/status/732585889486888962/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 506, 'h': 680, 'resize': 'fit'}, 'large': {'w': 723, 'h': 971, 'resize': 'fit'}, 'medium': {'w': 723, 'h': 971, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 713, 'favorite_count': 3369, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1118:732375214819057664
{'created_at': 'Tue May 17 01:00:32 +0000 2016', 'id': 732375214819057664, 'id_str': '732375214819057664', 'full_text': "This is Kyle (pronounced 'Mitch'). He strives to be the best doggo he can be. 11/10 would pat on head approvingly https://t.co/aA2GiTGvlE", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 732375209307705344, 'id_str': '732375209307705344', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CinrX2EWkAABDYt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CinrX2EWkAABDYt.jpg', 'url': 'https://t.co/aA2GiTGvlE', 'display_url': 'pic.twitter.com/aA2GiTGvlE', 'expanded_url': 'https://twitter.com/dog_rates/status/732375214819057664/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 610, 'h': 400, 'resize': 'fit'}, 'medium': {'w': 610, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 610, 'h': 400, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 732375209307705344, 'id_str': '732375209307705344', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CinrX2EWkAABDYt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CinrX2EWkAABDYt.jpg', 'url': 'https://t.co/aA2GiTGvlE', 'display_url': 'pic.twitter.com/aA2GiTGvlE', 'expanded_url': 'https://twitter.com/dog_rates/status/732375214819057664/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 610, 'h': 400, 'resize': 'fit'}, 'medium': {'w': 610, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 610, 'h': 400, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2286, 'favorite_count': 7442, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1119:732005617171337216
{'created_at': 'Mon May 16 00:31:53 +0000 2016', 'id': 732005617171337216, 'id_str': '732005617171337216', 'full_text': 'This is Larry. He has no self control. Tongue still nifty af tho 11/10 https://t.co/ghyT4Ubk1r', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 732005607704649728, 'id_str': '732005607704649728', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 732005607704649728, 'id_str': '732005607704649728', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}}, {'id': 732005607771774976, 'id_str': '732005607771774976', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CiibONDUoAASWY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiibONDUoAASWY3.jpg', 'url': 'https://t.co/ghyT4Ubk1r', 'display_url': 'pic.twitter.com/ghyT4Ubk1r', 'expanded_url': 'https://twitter.com/dog_rates/status/732005617171337216/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4881, 'favorite_count': 13718, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1120:731285275100512256
{'created_at': 'Sat May 14 00:49:30 +0000 2016', 'id': 731285275100512256, 'id_str': '731285275100512256', 'full_text': "This is Solomon. He's a Beneroo Cumberflop. 12/10 would hug passionately https://t.co/5phLAnGPTP", 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 731285267307364353, 'id_str': '731285267307364353', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CiYME3tVAAENz99.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiYME3tVAAENz99.jpg', 'url': 'https://t.co/5phLAnGPTP', 'display_url': 'pic.twitter.com/5phLAnGPTP', 'expanded_url': 'https://twitter.com/dog_rates/status/731285275100512256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 749, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 731285267307364353, 'id_str': '731285267307364353', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CiYME3tVAAENz99.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiYME3tVAAENz99.jpg', 'url': 'https://t.co/5phLAnGPTP', 'display_url': 'pic.twitter.com/5phLAnGPTP', 'expanded_url': 'https://twitter.com/dog_rates/status/731285275100512256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 749, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 903, 'favorite_count': 3225, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1121:731156023742988288
{'created_at': 'Fri May 13 16:15:54 +0000 2016', 'id': 731156023742988288, 'id_str': '731156023742988288', 'full_text': 'Say hello to this unbelievably well behaved squad of doggos. 204/170 would try to pet all at once https://t.co/yGQI3He3xv', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 731156013890428928, 'id_str': '731156013890428928', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CiWWhVNUYAAab_r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiWWhVNUYAAab_r.jpg', 'url': 'https://t.co/yGQI3He3xv', 'display_url': 'pic.twitter.com/yGQI3He3xv', 'expanded_url': 'https://twitter.com/dog_rates/status/731156023742988288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 564, 'resize': 'fit'}, 'large': {'w': 564, 'h': 564, 'resize': 'fit'}, 'medium': {'w': 564, 'h': 564, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 731156013890428928, 'id_str': '731156013890428928', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CiWWhVNUYAAab_r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiWWhVNUYAAab_r.jpg', 'url': 'https://t.co/yGQI3He3xv', 'display_url': 'pic.twitter.com/yGQI3He3xv', 'expanded_url': 'https://twitter.com/dog_rates/status/731156023742988288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 564, 'h': 564, 'resize': 'fit'}, 'large': {'w': 564, 'h': 564, 'resize': 'fit'}, 'medium': {'w': 564, 'h': 564, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1144, 'favorite_count': 3554, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1122:730924654643314689
{'created_at': 'Fri May 13 00:56:32 +0000 2016', 'id': 730924654643314689, 'id_str': '730924654643314689', 'full_text': 'We only rate dogs. Pls stop sending non-canines like this Bulgarian Eyeless Porch Bear. This is unacceptable... 9/10 https://t.co/2yctWAUZ3Z', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 730924639128584192, 'id_str': '730924639128584192', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CiTEFjDXAAAqU6I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiTEFjDXAAAqU6I.jpg', 'url': 'https://t.co/2yctWAUZ3Z', 'display_url': 'pic.twitter.com/2yctWAUZ3Z', 'expanded_url': 'https://twitter.com/dog_rates/status/730924654643314689/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 721, 'h': 1280, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 730924639128584192, 'id_str': '730924639128584192', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CiTEFjDXAAAqU6I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiTEFjDXAAAqU6I.jpg', 'url': 'https://t.co/2yctWAUZ3Z', 'display_url': 'pic.twitter.com/2yctWAUZ3Z', 'expanded_url': 'https://twitter.com/dog_rates/status/730924654643314689/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 721, 'h': 1280, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 676, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1791, 'favorite_count': 5652, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1123:730573383004487680
{'created_at': 'Thu May 12 01:40:42 +0000 2016', 'id': 730573383004487680, 'id_str': '730573383004487680', 'full_text': "This is Rooney. He can't comprehend glass. 10/10 it'll be ok pupper https://t.co/CnUl2uDBBV", 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 730573372497772545, 'id_str': '730573372497772545', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CiOEnI4WwAETiC6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiOEnI4WwAETiC6.jpg', 'url': 'https://t.co/CnUl2uDBBV', 'display_url': 'pic.twitter.com/CnUl2uDBBV', 'expanded_url': 'https://twitter.com/dog_rates/status/730573383004487680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 477, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 910, 'resize': 'fit'}, 'large': {'w': 639, 'h': 910, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 730573372497772545, 'id_str': '730573372497772545', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CiOEnI4WwAETiC6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiOEnI4WwAETiC6.jpg', 'url': 'https://t.co/CnUl2uDBBV', 'display_url': 'pic.twitter.com/CnUl2uDBBV', 'expanded_url': 'https://twitter.com/dog_rates/status/730573383004487680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 477, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 910, 'resize': 'fit'}, 'large': {'w': 639, 'h': 910, 'resize': 'fit'}}}, {'id': 730573372506144768, 'id_str': '730573372506144768', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CiOEnI6WgAAmq4E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiOEnI6WgAAmq4E.jpg', 'url': 'https://t.co/CnUl2uDBBV', 'display_url': 'pic.twitter.com/CnUl2uDBBV', 'expanded_url': 'https://twitter.com/dog_rates/status/730573383004487680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 730573372527116288, 'id_str': '730573372527116288', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CiOEnI_WgAARXLp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiOEnI_WgAARXLp.jpg', 'url': 'https://t.co/CnUl2uDBBV', 'display_url': 'pic.twitter.com/CnUl2uDBBV', 'expanded_url': 'https://twitter.com/dog_rates/status/730573383004487680/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1918, 'favorite_count': 4475, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1124:730427201120833536
{'created_at': 'Wed May 11 15:59:50 +0000 2016', 'id': 730427201120833536, 'id_str': '730427201120833536', 'full_text': "This is Crystal. She's flawless. Really wants to be a frat bro. 11/10 who does she even know here? https://t.co/WyqNFvEulG", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 730427195684999168, 'id_str': '730427195684999168', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CiL_qh0W0AAu5VA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiL_qh0W0AAu5VA.jpg', 'url': 'https://t.co/WyqNFvEulG', 'display_url': 'pic.twitter.com/WyqNFvEulG', 'expanded_url': 'https://twitter.com/dog_rates/status/730427201120833536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 791, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 791, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 730427195684999168, 'id_str': '730427195684999168', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CiL_qh0W0AAu5VA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiL_qh0W0AAu5VA.jpg', 'url': 'https://t.co/WyqNFvEulG', 'display_url': 'pic.twitter.com/WyqNFvEulG', 'expanded_url': 'https://twitter.com/dog_rates/status/730427201120833536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 791, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 791, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 941, 'favorite_count': 3208, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1125:730211855403241472
{'created_at': 'Wed May 11 01:44:07 +0000 2016', 'id': 730211855403241472, 'id_str': '730211855403241472', 'full_text': "This is Ziva. She doesn't know how her collar works. 11/10 would totally fix for her https://t.co/K7pthJXjWE", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 730211842690162689, 'id_str': '730211842690162689', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CiI7zVZUoAEzGW7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiI7zVZUoAEzGW7.jpg', 'url': 'https://t.co/K7pthJXjWE', 'display_url': 'pic.twitter.com/K7pthJXjWE', 'expanded_url': 'https://twitter.com/dog_rates/status/730211855403241472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 730211842690162689, 'id_str': '730211842690162689', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CiI7zVZUoAEzGW7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiI7zVZUoAEzGW7.jpg', 'url': 'https://t.co/K7pthJXjWE', 'display_url': 'pic.twitter.com/K7pthJXjWE', 'expanded_url': 'https://twitter.com/dog_rates/status/730211855403241472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 959, 'favorite_count': 3506, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1126:730196704625098752
{'created_at': 'Wed May 11 00:43:55 +0000 2016', 'id': 730196704625098752, 'id_str': '730196704625098752', 'full_text': "This is Charles. He's camera shy. Tail longer than average. Doesn't look overwhelmingly fluffy. 6/10 would still pet https://t.co/rXvcElhoog", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 730196697196822528, 'id_str': '730196697196822528', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CiIuBwCUgAAAGbz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiIuBwCUgAAAGbz.jpg', 'url': 'https://t.co/rXvcElhoog', 'display_url': 'pic.twitter.com/rXvcElhoog', 'expanded_url': 'https://twitter.com/dog_rates/status/730196704625098752/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 730196697196822528, 'id_str': '730196697196822528', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CiIuBwCUgAAAGbz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiIuBwCUgAAAGbz.jpg', 'url': 'https://t.co/rXvcElhoog', 'display_url': 'pic.twitter.com/rXvcElhoog', 'expanded_url': 'https://twitter.com/dog_rates/status/730196704625098752/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1710, 'favorite_count': 4452, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1127:729854734790754305
{'created_at': 'Tue May 10 02:05:03 +0000 2016', 'id': 729854734790754305, 'id_str': '729854734790754305', 'full_text': 'Say hello to Ollie. He conducts this train. He also greets you as you enter. Kind af. 11/10 would pet so firmly https://t.co/jVxOGKEU0z', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 729854727480086528, 'id_str': '729854727480086528', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CiD3AfkXEAA3S_r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiD3AfkXEAA3S_r.jpg', 'url': 'https://t.co/jVxOGKEU0z', 'display_url': 'pic.twitter.com/jVxOGKEU0z', 'expanded_url': 'https://twitter.com/dog_rates/status/729854734790754305/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 729854727480086528, 'id_str': '729854727480086528', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CiD3AfkXEAA3S_r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiD3AfkXEAA3S_r.jpg', 'url': 'https://t.co/jVxOGKEU0z', 'display_url': 'pic.twitter.com/jVxOGKEU0z', 'expanded_url': 'https://twitter.com/dog_rates/status/729854734790754305/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1018, 'favorite_count': 3721, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1128:729838605770891264
{'created_at': 'Tue May 10 01:00:58 +0000 2016', 'id': 729838605770891264, 'id_str': '729838605770891264', 'full_text': '"Challenge completed" \n(pupgraded to 12/10) https://t.co/85dTK7XCXB', 'truncated': False, 'display_text_range': [0, 43], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 729838572744912896, 'id_str': '729838572744912896', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/729838572744912896/pu/img/RIl-XYmRxW-YLFSV.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/729838572744912896/pu/img/RIl-XYmRxW-YLFSV.jpg', 'url': 'https://t.co/85dTK7XCXB', 'display_url': 'pic.twitter.com/85dTK7XCXB', 'expanded_url': 'https://twitter.com/dog_rates/status/729838605770891264/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 729838572744912896, 'id_str': '729838572744912896', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/729838572744912896/pu/img/RIl-XYmRxW-YLFSV.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/729838572744912896/pu/img/RIl-XYmRxW-YLFSV.jpg', 'url': 'https://t.co/85dTK7XCXB', 'display_url': 'pic.twitter.com/85dTK7XCXB', 'expanded_url': 'https://twitter.com/dog_rates/status/729838605770891264/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 4178, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/729838572744912896/pu/pl/WG36Yb0Oi5bonhfp.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/729838572744912896/pu/vid/180x320/MHKB-RZNN1pxNlo3.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/729838572744912896/pu/vid/360x640/ZrUlrRQY22ML1n7E.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/729838572744912896/pu/vid/720x1280/K9W-rBibesBDvOUg.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 729113531270991872, 'in_reply_to_status_id_str': '729113531270991872', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 339, 'favorite_count': 1604, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1129:729823566028484608
{'created_at': 'Tue May 10 00:01:12 +0000 2016', 'id': 729823566028484608, 'id_str': '729823566028484608', 'full_text': "This is Stefan. He's a downright remarkable pup. 13/10 https://t.co/Ebjt6Y4fMh", 'truncated': False, 'display_text_range': [0, 54], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 729823553781108736, 'id_str': '729823553781108736', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CiDap8fWEAAC4iW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiDap8fWEAAC4iW.jpg', 'url': 'https://t.co/Ebjt6Y4fMh', 'display_url': 'pic.twitter.com/Ebjt6Y4fMh', 'expanded_url': 'https://twitter.com/dog_rates/status/729823566028484608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1025, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1025, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 729823553781108736, 'id_str': '729823553781108736', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CiDap8fWEAAC4iW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CiDap8fWEAAC4iW.jpg', 'url': 'https://t.co/Ebjt6Y4fMh', 'display_url': 'pic.twitter.com/Ebjt6Y4fMh', 'expanded_url': 'https://twitter.com/dog_rates/status/729823566028484608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1025, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1025, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1127, 'favorite_count': 3663, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1130:729463711119904772
{'created_at': 'Mon May 09 00:11:16 +0000 2016', 'id': 729463711119904772, 'id_str': '729463711119904772', 'full_text': "Meet Pupcasso. You can't afford his art. 13/10 talented af https://t.co/f2VUpy4WO0", 'truncated': False, 'display_text_range': [0, 58], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 729463699031916544, 'id_str': '729463699031916544', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/Ch-TXpFXAAAwPGf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch-TXpFXAAAwPGf.jpg', 'url': 'https://t.co/f2VUpy4WO0', 'display_url': 'pic.twitter.com/f2VUpy4WO0', 'expanded_url': 'https://twitter.com/dog_rates/status/729463711119904772/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 729463699031916544, 'id_str': '729463699031916544', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/Ch-TXpFXAAAwPGf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch-TXpFXAAAwPGf.jpg', 'url': 'https://t.co/f2VUpy4WO0', 'display_url': 'pic.twitter.com/f2VUpy4WO0', 'expanded_url': 'https://twitter.com/dog_rates/status/729463711119904772/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2099, 'favorite_count': 5326, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1131:729113531270991872
{'created_at': 'Sun May 08 00:59:46 +0000 2016', 'id': 729113531270991872, 'id_str': '729113531270991872', 'full_text': '"Challenge accepted"\n10/10 https://t.co/vNjvr5Bl9u', 'truncated': False, 'display_text_range': [0, 26], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 729113512279150593, 'id_str': '729113512279150593', 'indices': [27, 50], 'media_url': 'http://pbs.twimg.com/media/Ch5U4FxWEAEef88.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch5U4FxWEAEef88.jpg', 'url': 'https://t.co/vNjvr5Bl9u', 'display_url': 'pic.twitter.com/vNjvr5Bl9u', 'expanded_url': 'https://twitter.com/dog_rates/status/729113531270991872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 729113512279150593, 'id_str': '729113512279150593', 'indices': [27, 50], 'media_url': 'http://pbs.twimg.com/media/Ch5U4FxWEAEef88.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch5U4FxWEAEef88.jpg', 'url': 'https://t.co/vNjvr5Bl9u', 'display_url': 'pic.twitter.com/vNjvr5Bl9u', 'expanded_url': 'https://twitter.com/dog_rates/status/729113531270991872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 729113512287604736, 'id_str': '729113512287604736', 'indices': [27, 50], 'media_url': 'http://pbs.twimg.com/media/Ch5U4FzXEAAShhF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch5U4FzXEAAShhF.jpg', 'url': 'https://t.co/vNjvr5Bl9u', 'display_url': 'pic.twitter.com/vNjvr5Bl9u', 'expanded_url': 'https://twitter.com/dog_rates/status/729113531270991872/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 173, 'h': 173, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 173, 'h': 173, 'resize': 'fit'}, 'medium': {'w': 173, 'h': 173, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 288, 'favorite_count': 1742, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1132:728986383096946689
{'created_at': 'Sat May 07 16:34:32 +0000 2016', 'id': 728986383096946689, 'id_str': '728986383096946689', 'full_text': "This is Puff. He started out on the streets (first pic), but don't let the new smile fool you, still tough af. 11/10 https://t.co/kiuXRXcg4B", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728986347021565952, 'id_str': '728986347021565952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ch3hOGRUgAA2BRX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch3hOGRUgAA2BRX.jpg', 'url': 'https://t.co/kiuXRXcg4B', 'display_url': 'pic.twitter.com/kiuXRXcg4B', 'expanded_url': 'https://twitter.com/dog_rates/status/728986383096946689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728986347021565952, 'id_str': '728986347021565952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ch3hOGRUgAA2BRX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch3hOGRUgAA2BRX.jpg', 'url': 'https://t.co/kiuXRXcg4B', 'display_url': 'pic.twitter.com/kiuXRXcg4B', 'expanded_url': 'https://twitter.com/dog_rates/status/728986383096946689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 728986347042529281, 'id_str': '728986347042529281', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ch3hOGWUYAE7w0y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch3hOGWUYAE7w0y.jpg', 'url': 'https://t.co/kiuXRXcg4B', 'display_url': 'pic.twitter.com/kiuXRXcg4B', 'expanded_url': 'https://twitter.com/dog_rates/status/728986383096946689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 910, 'resize': 'fit'}, 'large': {'w': 750, 'h': 910, 'resize': 'fit'}, 'small': {'w': 560, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 742, 'favorite_count': 2893, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1133:728760639972315136
{'created_at': 'Sat May 07 01:37:30 +0000 2016', 'id': 728760639972315136, 'id_str': '728760639972315136', 'full_text': 'When you\'re way too slow for the "down low" portion of a high five. 13/10 https://t.co/Cofwoy7Vpq', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728760633324351488, 'id_str': '728760633324351488', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Ch0T71OWMAA4yIw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch0T71OWMAA4yIw.jpg', 'url': 'https://t.co/Cofwoy7Vpq', 'display_url': 'pic.twitter.com/Cofwoy7Vpq', 'expanded_url': 'https://twitter.com/dog_rates/status/728760639972315136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728760633324351488, 'id_str': '728760633324351488', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Ch0T71OWMAA4yIw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch0T71OWMAA4yIw.jpg', 'url': 'https://t.co/Cofwoy7Vpq', 'display_url': 'pic.twitter.com/Cofwoy7Vpq', 'expanded_url': 'https://twitter.com/dog_rates/status/728760639972315136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 728760633324343296, 'id_str': '728760633324343296', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/Ch0T71OWEAAR2lQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch0T71OWEAAR2lQ.jpg', 'url': 'https://t.co/Cofwoy7Vpq', 'display_url': 'pic.twitter.com/Cofwoy7Vpq', 'expanded_url': 'https://twitter.com/dog_rates/status/728760639972315136/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 436, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 656, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 656, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1547, 'favorite_count': 4303, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1134:728751179681943552
{'created_at': 'Sat May 07 00:59:55 +0000 2016', 'id': 728751179681943552, 'id_str': '728751179681943552', 'full_text': "This is Flurpson. He can't believe it's not butter. 10/10 https://t.co/XD3ort1PsE", 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728751174258708481, 'id_str': '728751174258708481', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Ch0LVPdW0AEdHgU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch0LVPdW0AEdHgU.jpg', 'url': 'https://t.co/XD3ort1PsE', 'display_url': 'pic.twitter.com/XD3ort1PsE', 'expanded_url': 'https://twitter.com/dog_rates/status/728751179681943552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728751174258708481, 'id_str': '728751174258708481', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/Ch0LVPdW0AEdHgU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ch0LVPdW0AEdHgU.jpg', 'url': 'https://t.co/XD3ort1PsE', 'display_url': 'pic.twitter.com/XD3ort1PsE', 'expanded_url': 'https://twitter.com/dog_rates/status/728751179681943552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 617, 'favorite_count': 2553, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1135:728653952833728512
{'created_at': 'Fri May 06 18:33:34 +0000 2016', 'id': 728653952833728512, 'id_str': '728653952833728512', 'full_text': "This is Coleman. Somebody needs to tell him that he's sitting in chairs wrong. 8/10 https://t.co/O10zjJ2Ixs", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728653941983072256, 'id_str': '728653941983072256', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Chyy5lAW0AAL6ez.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chyy5lAW0AAL6ez.jpg', 'url': 'https://t.co/O10zjJ2Ixs', 'display_url': 'pic.twitter.com/O10zjJ2Ixs', 'expanded_url': 'https://twitter.com/dog_rates/status/728653952833728512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 757, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 757, 'resize': 'fit'}, 'small': {'w': 517, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728653941983072256, 'id_str': '728653941983072256', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Chyy5lAW0AAL6ez.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chyy5lAW0AAL6ez.jpg', 'url': 'https://t.co/O10zjJ2Ixs', 'display_url': 'pic.twitter.com/O10zjJ2Ixs', 'expanded_url': 'https://twitter.com/dog_rates/status/728653952833728512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 757, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 757, 'resize': 'fit'}, 'small': {'w': 517, 'h': 680, 'resize': 'fit'}}}, {'id': 728653942050148353, 'id_str': '728653942050148353', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Chyy5lQWUAEzxSL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chyy5lQWUAEzxSL.jpg', 'url': 'https://t.co/O10zjJ2Ixs', 'display_url': 'pic.twitter.com/O10zjJ2Ixs', 'expanded_url': 'https://twitter.com/dog_rates/status/728653952833728512/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 574, 'h': 755, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 517, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 755, 'resize': 'fit'}}}, {'id': 728653942138277890, 'id_str': '728653942138277890', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Chyy5llXEAIAtK7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chyy5llXEAIAtK7.jpg', 'url': 'https://t.co/O10zjJ2Ixs', 'display_url': 'pic.twitter.com/O10zjJ2Ixs', 'expanded_url': 'https://twitter.com/dog_rates/status/728653952833728512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 552, 'resize': 'fit'}, 'small': {'w': 574, 'h': 552, 'resize': 'fit'}, 'large': {'w': 574, 'h': 552, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 949, 'favorite_count': 3068, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1136:728409960103686147
{'created_at': 'Fri May 06 02:24:02 +0000 2016', 'id': 728409960103686147, 'id_str': '728409960103686147', 'full_text': "This is Wallace. He's a skater pup. He said see ya later pup. Can easily do a kick flip. Gnarly af. 10/10 v petable https://t.co/5i8fORVKgr", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728409944555401216, 'id_str': '728409944555401216', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ChvU_DwWMAArx5L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChvU_DwWMAArx5L.jpg', 'url': 'https://t.co/5i8fORVKgr', 'display_url': 'pic.twitter.com/5i8fORVKgr', 'expanded_url': 'https://twitter.com/dog_rates/status/728409960103686147/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728409944555401216, 'id_str': '728409944555401216', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ChvU_DwWMAArx5L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChvU_DwWMAArx5L.jpg', 'url': 'https://t.co/5i8fORVKgr', 'display_url': 'pic.twitter.com/5i8fORVKgr', 'expanded_url': 'https://twitter.com/dog_rates/status/728409960103686147/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1827, 'favorite_count': 4511, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1137:728387165835677696
{'created_at': 'Fri May 06 00:53:27 +0000 2016', 'id': 728387165835677696, 'id_str': '728387165835677696', 'full_text': "This is Enchilada (yes, that's her real name). She's a Low-Cruisin Plopflopple. Very rare. Only a few left. 12/10 https://t.co/SiaiTWgsfP", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728387158260723712, 'id_str': '728387158260723712', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/ChvAQuMWMAAVaKD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChvAQuMWMAAVaKD.jpg', 'url': 'https://t.co/SiaiTWgsfP', 'display_url': 'pic.twitter.com/SiaiTWgsfP', 'expanded_url': 'https://twitter.com/dog_rates/status/728387165835677696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 717, 'resize': 'fit'}, 'small': {'w': 680, 'h': 476, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 717, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728387158260723712, 'id_str': '728387158260723712', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/ChvAQuMWMAAVaKD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChvAQuMWMAAVaKD.jpg', 'url': 'https://t.co/SiaiTWgsfP', 'display_url': 'pic.twitter.com/SiaiTWgsfP', 'expanded_url': 'https://twitter.com/dog_rates/status/728387165835677696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 717, 'resize': 'fit'}, 'small': {'w': 680, 'h': 476, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 717, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 879, 'favorite_count': 3429, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1138:728046963732717569
{'created_at': 'Thu May 05 02:21:37 +0000 2016', 'id': 728046963732717569, 'id_str': '728046963732717569', 'full_text': 'This is Raymond. He controls fountains with his tongue. 11/10 pretty damn magical https://t.co/9aMxSbOaAZ', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728046957697052672, 'id_str': '728046957697052672', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/ChqK2cVWMAAE5Zj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChqK2cVWMAAE5Zj.jpg', 'url': 'https://t.co/9aMxSbOaAZ', 'display_url': 'pic.twitter.com/9aMxSbOaAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/728046963732717569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 960, 'h': 540, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 540, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728046957697052672, 'id_str': '728046957697052672', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/ChqK2cVWMAAE5Zj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChqK2cVWMAAE5Zj.jpg', 'url': 'https://t.co/9aMxSbOaAZ', 'display_url': 'pic.twitter.com/9aMxSbOaAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/728046963732717569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 960, 'h': 540, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 540, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1086, 'favorite_count': 3951, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1139:728035342121635841
{'created_at': 'Thu May 05 01:35:26 +0000 2016', 'id': 728035342121635841, 'id_str': '728035342121635841', 'full_text': 'This is all I want in my life. 12/10 for super sleepy pupper https://t.co/4RlLA5ObMh', 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728035330755047425, 'id_str': '728035330755047425', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/ChqARqmWsAEI6fB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChqARqmWsAEI6fB.jpg', 'url': 'https://t.co/4RlLA5ObMh', 'display_url': 'pic.twitter.com/4RlLA5ObMh', 'expanded_url': 'https://twitter.com/dog_rates/status/728035342121635841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728035330755047425, 'id_str': '728035330755047425', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/ChqARqmWsAEI6fB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChqARqmWsAEI6fB.jpg', 'url': 'https://t.co/4RlLA5ObMh', 'display_url': 'pic.twitter.com/4RlLA5ObMh', 'expanded_url': 'https://twitter.com/dog_rates/status/728035342121635841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 728035330755067904, 'id_str': '728035330755067904', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/ChqARqmXAAAPCAA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChqARqmXAAAPCAA.jpg', 'url': 'https://t.co/4RlLA5ObMh', 'display_url': 'pic.twitter.com/4RlLA5ObMh', 'expanded_url': 'https://twitter.com/dog_rates/status/728035342121635841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1515, 'favorite_count': 4168, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1140:728015554473250816
{'created_at': 'Thu May 05 00:16:48 +0000 2016', 'id': 728015554473250816, 'id_str': '728015554473250816', 'full_text': 'This is Rueben. He has reached ultimate pupper zen state. 11/10 tranquil af https://t.co/Z167HgtnBi', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 728015541730869248, 'id_str': '728015541730869248', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/ChpuRyvVAAARMoq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChpuRyvVAAARMoq.jpg', 'url': 'https://t.co/Z167HgtnBi', 'display_url': 'pic.twitter.com/Z167HgtnBi', 'expanded_url': 'https://twitter.com/dog_rates/status/728015554473250816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 728015541730869248, 'id_str': '728015541730869248', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/ChpuRyvVAAARMoq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChpuRyvVAAARMoq.jpg', 'url': 'https://t.co/Z167HgtnBi', 'display_url': 'pic.twitter.com/Z167HgtnBi', 'expanded_url': 'https://twitter.com/dog_rates/status/728015554473250816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 992, 'favorite_count': 3796, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1141:727685679342333952
{'created_at': 'Wed May 04 02:26:00 +0000 2016', 'id': 727685679342333952, 'id_str': '727685679342333952', 'full_text': "This is Cilantro. She's a Fellation Gadzooks. Eyes are super magical af. 12/10 could get lost in https://t.co/yJ26LNuyj5", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 727685666293751812, 'id_str': '727685666293751812', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/ChlCQg-VIAQ_8g4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChlCQg-VIAQ_8g4.jpg', 'url': 'https://t.co/yJ26LNuyj5', 'display_url': 'pic.twitter.com/yJ26LNuyj5', 'expanded_url': 'https://twitter.com/dog_rates/status/727685679342333952/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1536, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 727685666293751812, 'id_str': '727685666293751812', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/ChlCQg-VIAQ_8g4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChlCQg-VIAQ_8g4.jpg', 'url': 'https://t.co/yJ26LNuyj5', 'display_url': 'pic.twitter.com/yJ26LNuyj5', 'expanded_url': 'https://twitter.com/dog_rates/status/727685679342333952/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1536, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 576, 'favorite_count': 2735, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1142:727644517743104000
{'created_at': 'Tue May 03 23:42:26 +0000 2016', 'id': 727644517743104000, 'id_str': '727644517743104000', 'full_text': "Here's a doggo struggling to cope with the winds. 13/10 https://t.co/qv3aUwaouT", 'truncated': False, 'display_text_range': [0, 55], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 727644511996776449, 'id_str': '727644511996776449', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/Chkc1BRUkAEjcNJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chkc1BRUkAEjcNJ.jpg', 'url': 'https://t.co/qv3aUwaouT', 'display_url': 'pic.twitter.com/qv3aUwaouT', 'expanded_url': 'https://twitter.com/dog_rates/status/727644517743104000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 727644511996776449, 'id_str': '727644511996776449', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/Chkc1BRUkAEjcNJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chkc1BRUkAEjcNJ.jpg', 'url': 'https://t.co/qv3aUwaouT', 'display_url': 'pic.twitter.com/qv3aUwaouT', 'expanded_url': 'https://twitter.com/dog_rates/status/727644517743104000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 727644511992586240, 'id_str': '727644511992586240', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/Chkc1BQUoAAa96R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chkc1BQUoAAa96R.jpg', 'url': 'https://t.co/qv3aUwaouT', 'display_url': 'pic.twitter.com/qv3aUwaouT', 'expanded_url': 'https://twitter.com/dog_rates/status/727644517743104000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 847, 'h': 847, 'resize': 'fit'}, 'large': {'w': 847, 'h': 847, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1591, 'favorite_count': 5402, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1143:727524757080539137
{'created_at': 'Tue May 03 15:46:33 +0000 2016', 'id': 727524757080539137, 'id_str': '727524757080539137', 'full_text': 'This pupper had to undergo emergency haircut surgery so he could hear again. 10/10 miraculous af https://t.co/fUyDIFkBwx', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 727524751036526594, 'id_str': '727524751036526594', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Chiv6A7WMAIZACj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chiv6A7WMAIZACj.jpg', 'url': 'https://t.co/fUyDIFkBwx', 'display_url': 'pic.twitter.com/fUyDIFkBwx', 'expanded_url': 'https://twitter.com/dog_rates/status/727524757080539137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 727524751036526594, 'id_str': '727524751036526594', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Chiv6A7WMAIZACj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chiv6A7WMAIZACj.jpg', 'url': 'https://t.co/fUyDIFkBwx', 'display_url': 'pic.twitter.com/fUyDIFkBwx', 'expanded_url': 'https://twitter.com/dog_rates/status/727524757080539137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 727524751057543168, 'id_str': '727524751057543168', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Chiv6BAW4AAiQvH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chiv6BAW4AAiQvH.jpg', 'url': 'https://t.co/fUyDIFkBwx', 'display_url': 'pic.twitter.com/fUyDIFkBwx', 'expanded_url': 'https://twitter.com/dog_rates/status/727524757080539137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1088, 'favorite_count': 4121, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1144:727314416056803329
{'created_at': 'Tue May 03 01:50:44 +0000 2016', 'id': 727314416056803329, 'id_str': '727314416056803329', 'full_text': 'This pupper was about to explain where that dirt came from but then decided against it. 11/10 https://t.co/SbaelU6zRs', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 727314408490168320, 'id_str': '727314408490168320', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Chfwmd4UcAAH1VZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chfwmd4UcAAH1VZ.jpg', 'url': 'https://t.co/SbaelU6zRs', 'display_url': 'pic.twitter.com/SbaelU6zRs', 'expanded_url': 'https://twitter.com/dog_rates/status/727314416056803329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 727314408490168320, 'id_str': '727314408490168320', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Chfwmd4UcAAH1VZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chfwmd4UcAAH1VZ.jpg', 'url': 'https://t.co/SbaelU6zRs', 'display_url': 'pic.twitter.com/SbaelU6zRs', 'expanded_url': 'https://twitter.com/dog_rates/status/727314416056803329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 727314408511168516, 'id_str': '727314408511168516', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Chfwmd9U4AQTf1b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chfwmd9U4AQTf1b.jpg', 'url': 'https://t.co/SbaelU6zRs', 'display_url': 'pic.twitter.com/SbaelU6zRs', 'expanded_url': 'https://twitter.com/dog_rates/status/727314416056803329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 727314408506986496, 'id_str': '727314408506986496', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Chfwmd8VEAABxQb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Chfwmd8VEAABxQb.jpg', 'url': 'https://t.co/SbaelU6zRs', 'display_url': 'pic.twitter.com/SbaelU6zRs', 'expanded_url': 'https://twitter.com/dog_rates/status/727314416056803329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 846, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 846, 'resize': 'fit'}, 'small': {'w': 514, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 673, 'favorite_count': 3072, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1145:727286334147182592
{'created_at': 'Mon May 02 23:59:09 +0000 2016', 'id': 727286334147182592, 'id_str': '727286334147182592', 'full_text': "I swear to god if we get sent another Blue Madagascan Peacock we'll deactivate. We 👏 Only 👏 Rate 👏 Dogs... 9/10 https://t.co/bbta2Q4URK", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 727286322952441857, 'id_str': '727286322952441857', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/ChfXDrGUkAEAtF-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChfXDrGUkAEAtF-.jpg', 'url': 'https://t.co/bbta2Q4URK', 'display_url': 'pic.twitter.com/bbta2Q4URK', 'expanded_url': 'https://twitter.com/dog_rates/status/727286334147182592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 727286322952441857, 'id_str': '727286322952441857', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/ChfXDrGUkAEAtF-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChfXDrGUkAEAtF-.jpg', 'url': 'https://t.co/bbta2Q4URK', 'display_url': 'pic.twitter.com/bbta2Q4URK', 'expanded_url': 'https://twitter.com/dog_rates/status/727286334147182592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 747, 'favorite_count': 2834, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1146:727175381690781696
{'created_at': 'Mon May 02 16:38:15 +0000 2016', 'id': 727175381690781696, 'id_str': '727175381690781696', 'full_text': 'This is Karll. He just wants to go kayaking. 10/10 please someone take Karll kayaking already https://t.co/vXLkvyNQHp', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 727175367849549825, 'id_str': '727175367849549825', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/ChdyJPIWIAE_sCF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChdyJPIWIAE_sCF.jpg', 'url': 'https://t.co/vXLkvyNQHp', 'display_url': 'pic.twitter.com/vXLkvyNQHp', 'expanded_url': 'https://twitter.com/dog_rates/status/727175381690781696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 727175367849549825, 'id_str': '727175367849549825', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/ChdyJPIWIAE_sCF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChdyJPIWIAE_sCF.jpg', 'url': 'https://t.co/vXLkvyNQHp', 'display_url': 'pic.twitter.com/vXLkvyNQHp', 'expanded_url': 'https://twitter.com/dog_rates/status/727175381690781696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 727175376527605760, 'id_str': '727175376527605760', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/ChdyJvdWwAA5HGd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChdyJvdWwAA5HGd.jpg', 'url': 'https://t.co/vXLkvyNQHp', 'display_url': 'pic.twitter.com/vXLkvyNQHp', 'expanded_url': 'https://twitter.com/dog_rates/status/727175381690781696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1247, 'favorite_count': 3603, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1147:727155742655025152
{'created_at': 'Mon May 02 15:20:13 +0000 2016', 'id': 727155742655025152, 'id_str': '727155742655025152', 'full_text': "When you're trying to enjoy yourself but end up having to take care of your way too drunk friend. 11/10 https://t.co/BRkhj6tdN0", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/BRkhj6tdN0', 'expanded_url': 'https://vine.co/v/ixa1ejbXiM7', 'display_url': 'vine.co/v/ixa1ejbXiM7', 'indices': [104, 127]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1202, 'favorite_count': 3338, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1148:726935089318363137
{'created_at': 'Mon May 02 00:43:25 +0000 2016', 'id': 726935089318363137, 'id_str': '726935089318363137', 'full_text': "This is Sprout. He's just precious af. 12/10 I'd do anything for Sprout https://t.co/DxlX1yTVYY", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 726935081290452993, 'id_str': '726935081290452993', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/ChaXmt8WUAES2aH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChaXmt8WUAES2aH.jpg', 'url': 'https://t.co/DxlX1yTVYY', 'display_url': 'pic.twitter.com/DxlX1yTVYY', 'expanded_url': 'https://twitter.com/dog_rates/status/726935089318363137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 726935081290452993, 'id_str': '726935081290452993', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/ChaXmt8WUAES2aH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChaXmt8WUAES2aH.jpg', 'url': 'https://t.co/DxlX1yTVYY', 'display_url': 'pic.twitter.com/DxlX1yTVYY', 'expanded_url': 'https://twitter.com/dog_rates/status/726935089318363137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 726935081307279361, 'id_str': '726935081307279361', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/ChaXmuAXEAE66KP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChaXmuAXEAE66KP.jpg', 'url': 'https://t.co/DxlX1yTVYY', 'display_url': 'pic.twitter.com/DxlX1yTVYY', 'expanded_url': 'https://twitter.com/dog_rates/status/726935089318363137/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 934, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 620, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 934, 'resize': 'fit'}}}, {'id': 726935081294647298, 'id_str': '726935081294647298', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/ChaXmt9WUAI71-b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChaXmt9WUAI71-b.jpg', 'url': 'https://t.co/DxlX1yTVYY', 'display_url': 'pic.twitter.com/DxlX1yTVYY', 'expanded_url': 'https://twitter.com/dog_rates/status/726935089318363137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 726935081382744069, 'id_str': '726935081382744069', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/ChaXmuSWkAUIdzf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChaXmuSWkAUIdzf.jpg', 'url': 'https://t.co/DxlX1yTVYY', 'display_url': 'pic.twitter.com/DxlX1yTVYY', 'expanded_url': 'https://twitter.com/dog_rates/status/726935089318363137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 948, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 948, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 630, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2210, 'favorite_count': 6318, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1149:726887082820554753
{'created_at': 'Sun May 01 21:32:40 +0000 2016', 'id': 726887082820554753, 'id_str': '726887082820554753', 'full_text': "This is Blitz. He's a new dad struggling to cope mentally with the pressures of being a father. Sick shades 10/10 https://t.co/2AVcJ2BZsy", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 726887073358159872, 'id_str': '726887073358159872', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/ChZr8SdWIAAVQKt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChZr8SdWIAAVQKt.jpg', 'url': 'https://t.co/2AVcJ2BZsy', 'display_url': 'pic.twitter.com/2AVcJ2BZsy', 'expanded_url': 'https://twitter.com/dog_rates/status/726887082820554753/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 764, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 764, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 726887073358159872, 'id_str': '726887073358159872', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/ChZr8SdWIAAVQKt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChZr8SdWIAAVQKt.jpg', 'url': 'https://t.co/2AVcJ2BZsy', 'display_url': 'pic.twitter.com/2AVcJ2BZsy', 'expanded_url': 'https://twitter.com/dog_rates/status/726887082820554753/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 764, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 764, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1371, 'favorite_count': 3535, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1150:726828223124897792
{'created_at': 'Sun May 01 17:38:46 +0000 2016', 'id': 726828223124897792, 'id_str': '726828223124897792', 'full_text': "This is Bloop. He's a Phoenician Winnebago. Tongue is just wow. That box is all he has (tragic). 12/10 would caress https://t.co/DWNrPPXgHA", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 726828212261629952, 'id_str': '726828212261629952', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ChY2aHyWMAAbNQE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChY2aHyWMAAbNQE.jpg', 'url': 'https://t.co/DWNrPPXgHA', 'display_url': 'pic.twitter.com/DWNrPPXgHA', 'expanded_url': 'https://twitter.com/dog_rates/status/726828223124897792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 959, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 959, 'resize': 'fit'}, 'small': {'w': 680, 'h': 637, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 726828212261629952, 'id_str': '726828212261629952', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/ChY2aHyWMAAbNQE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChY2aHyWMAAbNQE.jpg', 'url': 'https://t.co/DWNrPPXgHA', 'display_url': 'pic.twitter.com/DWNrPPXgHA', 'expanded_url': 'https://twitter.com/dog_rates/status/726828223124897792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 959, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 959, 'resize': 'fit'}, 'small': {'w': 680, 'h': 637, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 920, 'favorite_count': 3309, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1151:726224900189511680
{'created_at': 'Sat Apr 30 01:41:23 +0000 2016', 'id': 726224900189511680, 'id_str': '726224900189511680', 'full_text': "I'm getting super heckin frustrated with you all sending in non canines like this ostrich. We only rate dogs... 9/10 https://t.co/Rgbni2Ns8z", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 726224894078406657, 'id_str': '726224894078406657', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ChQRsYaW0AETD7z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChQRsYaW0AETD7z.jpg', 'url': 'https://t.co/Rgbni2Ns8z', 'display_url': 'pic.twitter.com/Rgbni2Ns8z', 'expanded_url': 'https://twitter.com/dog_rates/status/726224900189511680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 726224894078406657, 'id_str': '726224894078406657', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/ChQRsYaW0AETD7z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChQRsYaW0AETD7z.jpg', 'url': 'https://t.co/Rgbni2Ns8z', 'display_url': 'pic.twitter.com/Rgbni2Ns8z', 'expanded_url': 'https://twitter.com/dog_rates/status/726224900189511680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1044, 'favorite_count': 4089, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1152:725842289046749185
{'created_at': 'Fri Apr 29 00:21:01 +0000 2016', 'id': 725842289046749185, 'id_str': '725842289046749185', 'full_text': "This is Colby. He's currently regretting all those times he shook your hand for an extra treat. 12/10 https://t.co/vtVHtKFtBH", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 725842282449125380, 'id_str': '725842282449125380', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'url': 'https://t.co/vtVHtKFtBH', 'display_url': 'pic.twitter.com/vtVHtKFtBH', 'expanded_url': 'https://twitter.com/dog_rates/status/725842289046749185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 725842282449125380, 'id_str': '725842282449125380', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChK1tdBWwAQ1flD.jpg', 'url': 'https://t.co/vtVHtKFtBH', 'display_url': 'pic.twitter.com/vtVHtKFtBH', 'expanded_url': 'https://twitter.com/dog_rates/status/725842289046749185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2424, 'favorite_count': 6532, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1153:725786712245440512
{'created_at': 'Thu Apr 28 20:40:11 +0000 2016', 'id': 725786712245440512, 'id_str': '725786712245440512', 'full_text': "Say hello to Lillie. She's a Rutabagan Floofem. Poor pupper ate and then passed out. 11/10 relatable af https://t.co/uIdGqug9rw", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 725786708017553410, 'id_str': '725786708017553410', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/ChKDKmIWIAIJP_e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChKDKmIWIAIJP_e.jpg', 'url': 'https://t.co/uIdGqug9rw', 'display_url': 'pic.twitter.com/uIdGqug9rw', 'expanded_url': 'https://twitter.com/dog_rates/status/725786712245440512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 725786708017553410, 'id_str': '725786708017553410', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/ChKDKmIWIAIJP_e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChKDKmIWIAIJP_e.jpg', 'url': 'https://t.co/uIdGqug9rw', 'display_url': 'pic.twitter.com/uIdGqug9rw', 'expanded_url': 'https://twitter.com/dog_rates/status/725786712245440512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1248, 'favorite_count': 3853, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1154:725729321944506368
{'created_at': 'Thu Apr 28 16:52:08 +0000 2016', 'id': 725729321944506368, 'id_str': '725729321944506368', 'full_text': "This is Lola. She's a Butternut Splishnsplash. They are known to be ferocious af. 12/10 would absolutely still pet https://t.co/adQt5a6TZU", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 725729306392027137, 'id_str': '725729306392027137', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/ChJO9YaWYAEL0zC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChJO9YaWYAEL0zC.jpg', 'url': 'https://t.co/adQt5a6TZU', 'display_url': 'pic.twitter.com/adQt5a6TZU', 'expanded_url': 'https://twitter.com/dog_rates/status/725729321944506368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 725729306392027137, 'id_str': '725729306392027137', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/ChJO9YaWYAEL0zC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/ChJO9YaWYAEL0zC.jpg', 'url': 'https://t.co/adQt5a6TZU', 'display_url': 'pic.twitter.com/adQt5a6TZU', 'expanded_url': 'https://twitter.com/dog_rates/status/725729321944506368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1609, 'favorite_count': 4806, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1155:725458796924002305
{'created_at': 'Wed Apr 27 22:57:10 +0000 2016', 'id': 725458796924002305, 'id_str': '725458796924002305', 'full_text': "Pup had to be removed cuz it wouldn't have been fair to the opposing team. 13/10 absolute legend ⚽️\nhttps://t.co/BHICimO58W", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/BHICimO58W', 'expanded_url': 'https://twitter.com/foxdeportes/status/725136065078521856', 'display_url': 'twitter.com/foxdeportes/st…', 'indices': [100, 123]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 725136065078521856, 'quoted_status_id_str': '725136065078521856', 'quoted_status_permalink': {'url': 'https://t.co/BHICimO58W', 'expanded': 'https://twitter.com/foxdeportes/status/725136065078521856', 'display': 'twitter.com/foxdeportes/st…'}, 'quoted_status': {'created_at': 'Wed Apr 27 01:34:44 +0000 2016', 'id': 725136065078521856, 'id_str': '725136065078521856', 'full_text': 'Se nos metió otro jugador al partido de @dvotachira vs @pumasmx en la #LibertadoresEnFD 🐶\nhttps://t.co/nPtdOeTxcW', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [{'text': 'LibertadoresEnFD', 'indices': [70, 87]}], 'symbols': [], 'user_mentions': [{'screen_name': 'DvoTachira', 'name': 'Deportivo Táchira FC', 'id': 85361349, 'id_str': '85361349', 'indices': [40, 51]}, {'screen_name': 'PumasMX', 'name': 'PUMAS', 'id': 78938710, 'id_str': '78938710', 'indices': [55, 63]}], 'urls': [{'url': 'https://t.co/nPtdOeTxcW', 'expanded_url': 'https://amp.twimg.com/v/47e2d017-ad5d-4716-a8ce-5173b32e0a18', 'display_url': 'amp.twimg.com/v/47e2d017-ad5…', 'indices': [90, 113]}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 195947234, 'id_str': '195947234', 'name': 'FOX Deportes', 'screen_name': 'FOXDeportes', 'location': '', 'description': 'La primera cadena de deportes en español en USA. 🇺🇸 Síguenos para obtener las mejores noticias del mundo deportivo y recibe alertas de nuestra programación.', 'url': 'https://t.co/w3AcKUEors', 'entities': {'url': {'urls': [{'url': 'https://t.co/w3AcKUEors', 'expanded_url': 'http://www.foxdeportes.com', 'display_url': 'foxdeportes.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 753053, 'friends_count': 678, 'listed_count': 2568, 'created_at': 'Mon Sep 27 23:36:43 +0000 2010', 'favourites_count': 2783, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 278215, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '010206', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1453779526928973825/9zfZdE8R_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1453779526928973825/9zfZdE8R_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/195947234/1635270087', 'profile_link_color': 'D11313', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'E6E6E6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3639, 'favorite_count': 4262, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'es'}, 'retweet_count': 557, 'favorite_count': 1307, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1156:724983749226668032
{'created_at': 'Tue Apr 26 15:29:30 +0000 2016', 'id': 724983749226668032, 'id_str': '724983749226668032', 'full_text': 'This is Fred-Rick. He dabbles in parkour. The elevation gives him power. 12/10 hopefully visiting a mailbox near you https://t.co/qFqLtudIiD', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 724983740980690944, 'id_str': '724983740980690944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cg-o3w0WgAANXdv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg-o3w0WgAANXdv.jpg', 'url': 'https://t.co/qFqLtudIiD', 'display_url': 'pic.twitter.com/qFqLtudIiD', 'expanded_url': 'https://twitter.com/dog_rates/status/724983749226668032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 480, 'resize': 'fit'}, 'small': {'w': 500, 'h': 480, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 724983740980690944, 'id_str': '724983740980690944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cg-o3w0WgAANXdv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg-o3w0WgAANXdv.jpg', 'url': 'https://t.co/qFqLtudIiD', 'display_url': 'pic.twitter.com/qFqLtudIiD', 'expanded_url': 'https://twitter.com/dog_rates/status/724983749226668032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 480, 'resize': 'fit'}, 'small': {'w': 500, 'h': 480, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1171, 'favorite_count': 3450, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1157:724771698126512129
{'created_at': 'Tue Apr 26 01:26:53 +0000 2016', 'id': 724771698126512129, 'id_str': '724771698126512129', 'full_text': 'Nothin better than a doggo and a sunset. 11/10 https://t.co/JlFqOhrHEs', 'truncated': False, 'display_text_range': [0, 46], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 724771676257284096, 'id_str': '724771676257284096', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cg7n_-KUcAA7rhP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg7n_-KUcAA7rhP.jpg', 'url': 'https://t.co/JlFqOhrHEs', 'display_url': 'pic.twitter.com/JlFqOhrHEs', 'expanded_url': 'https://twitter.com/dog_rates/status/724771698126512129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 724771676257284096, 'id_str': '724771676257284096', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cg7n_-KUcAA7rhP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg7n_-KUcAA7rhP.jpg', 'url': 'https://t.co/JlFqOhrHEs', 'display_url': 'pic.twitter.com/JlFqOhrHEs', 'expanded_url': 'https://twitter.com/dog_rates/status/724771698126512129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 724771676274094080, 'id_str': '724771676274094080', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cg7n_-OU8AA5RR1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg7n_-OU8AA5RR1.jpg', 'url': 'https://t.co/JlFqOhrHEs', 'display_url': 'pic.twitter.com/JlFqOhrHEs', 'expanded_url': 'https://twitter.com/dog_rates/status/724771698126512129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 724771676420853760, 'id_str': '724771676420853760', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cg7n_-xUUAAvSi_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg7n_-xUUAAvSi_.jpg', 'url': 'https://t.co/JlFqOhrHEs', 'display_url': 'pic.twitter.com/JlFqOhrHEs', 'expanded_url': 'https://twitter.com/dog_rates/status/724771698126512129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 724771676622192640, 'id_str': '724771676622192640', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/Cg7n__hUgAAO9cY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg7n__hUgAAO9cY.jpg', 'url': 'https://t.co/JlFqOhrHEs', 'display_url': 'pic.twitter.com/JlFqOhrHEs', 'expanded_url': 'https://twitter.com/dog_rates/status/724771698126512129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 568, 'favorite_count': 2162, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1158:724405726123311104
{'created_at': 'Mon Apr 25 01:12:38 +0000 2016', 'id': 724405726123311104, 'id_str': '724405726123311104', 'full_text': "This is Ashleigh. She's having Coachella withdrawals. Didn't even go tho. 10/10 stay strong pupper https://t.co/nRUaKWnJfH", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 724405714131795968, 'id_str': '724405714131795968', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cg2bKLAWwAA0WEm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg2bKLAWwAA0WEm.jpg', 'url': 'https://t.co/nRUaKWnJfH', 'display_url': 'pic.twitter.com/nRUaKWnJfH', 'expanded_url': 'https://twitter.com/dog_rates/status/724405726123311104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 553, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 724405714131795968, 'id_str': '724405714131795968', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cg2bKLAWwAA0WEm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cg2bKLAWwAA0WEm.jpg', 'url': 'https://t.co/nRUaKWnJfH', 'display_url': 'pic.twitter.com/nRUaKWnJfH', 'expanded_url': 'https://twitter.com/dog_rates/status/724405726123311104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 553, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1515, 'favorite_count': 4880, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1159:724049859469295616
{'created_at': 'Sun Apr 24 01:38:33 +0000 2016', 'id': 724049859469295616, 'id_str': '724049859469295616', 'full_text': "This is Kreggory. He just took a look at his student debt. 10/10 can't even comprehend it https://t.co/XTsZTgilnT", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 724049844495605761, 'id_str': '724049844495605761', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CgxXf1TWYAEjY61.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgxXf1TWYAEjY61.jpg', 'url': 'https://t.co/XTsZTgilnT', 'display_url': 'pic.twitter.com/XTsZTgilnT', 'expanded_url': 'https://twitter.com/dog_rates/status/724049859469295616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 724049844495605761, 'id_str': '724049844495605761', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CgxXf1TWYAEjY61.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgxXf1TWYAEjY61.jpg', 'url': 'https://t.co/XTsZTgilnT', 'display_url': 'pic.twitter.com/XTsZTgilnT', 'expanded_url': 'https://twitter.com/dog_rates/status/724049859469295616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1623, 'favorite_count': 3987, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1160:724046343203856385
{'created_at': 'Sun Apr 24 01:24:35 +0000 2016', 'id': 724046343203856385, 'id_str': '724046343203856385', 'full_text': "This is Sarge. Not even he knows what his tongue is doing, but it's pretty damn spectacular. 10/10 https://t.co/pIQEdbBxdL", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 724046330591645696, 'id_str': '724046330591645696', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CgxUTS_XEAAC0pv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgxUTS_XEAAC0pv.jpg', 'url': 'https://t.co/pIQEdbBxdL', 'display_url': 'pic.twitter.com/pIQEdbBxdL', 'expanded_url': 'https://twitter.com/dog_rates/status/724046343203856385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 724046330591645696, 'id_str': '724046330591645696', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CgxUTS_XEAAC0pv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgxUTS_XEAAC0pv.jpg', 'url': 'https://t.co/pIQEdbBxdL', 'display_url': 'pic.twitter.com/pIQEdbBxdL', 'expanded_url': 'https://twitter.com/dog_rates/status/724046343203856385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 513, 'favorite_count': 2458, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1161:724004602748780546
{'created_at': 'Sat Apr 23 22:38:43 +0000 2016', 'id': 724004602748780546, 'id_str': '724004602748780546', 'full_text': 'This is Luther. He saw a ghost. Spooked af. 11/10 hang in there pupper https://t.co/EdKG43VvEl', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 724004596214038529, 'id_str': '724004596214038529', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CgwuWCUWgAE0mQu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgwuWCUWgAE0mQu.jpg', 'url': 'https://t.co/EdKG43VvEl', 'display_url': 'pic.twitter.com/EdKG43VvEl', 'expanded_url': 'https://twitter.com/dog_rates/status/724004602748780546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 724004596214038529, 'id_str': '724004596214038529', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CgwuWCUWgAE0mQu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgwuWCUWgAE0mQu.jpg', 'url': 'https://t.co/EdKG43VvEl', 'display_url': 'pic.twitter.com/EdKG43VvEl', 'expanded_url': 'https://twitter.com/dog_rates/status/724004602748780546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 724004596264374272, 'id_str': '724004596264374272', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CgwuWCgWkAA8Je0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgwuWCgWkAA8Je0.jpg', 'url': 'https://t.co/EdKG43VvEl', 'display_url': 'pic.twitter.com/EdKG43VvEl', 'expanded_url': 'https://twitter.com/dog_rates/status/724004602748780546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 724004596256006144, 'id_str': '724004596256006144', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CgwuWCeW4AAsgbD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgwuWCeW4AAsgbD.jpg', 'url': 'https://t.co/EdKG43VvEl', 'display_url': 'pic.twitter.com/EdKG43VvEl', 'expanded_url': 'https://twitter.com/dog_rates/status/724004602748780546/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1395, 'favorite_count': 3840, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1162:723912936180330496
{'created_at': 'Sat Apr 23 16:34:28 +0000 2016', 'id': 723912936180330496, 'id_str': '723912936180330496', 'full_text': "This is Sugar. She's a Bolivian Superfloof. Spherical af. 12/10 would never let go of https://t.co/AhMfUu6Onm", 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 723912928282300416, 'id_str': '723912928282300416', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/Cgva-QqUUAA7Hv9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cgva-QqUUAA7Hv9.jpg', 'url': 'https://t.co/AhMfUu6Onm', 'display_url': 'pic.twitter.com/AhMfUu6Onm', 'expanded_url': 'https://twitter.com/dog_rates/status/723912936180330496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 723912928282300416, 'id_str': '723912928282300416', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/Cgva-QqUUAA7Hv9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cgva-QqUUAA7Hv9.jpg', 'url': 'https://t.co/AhMfUu6Onm', 'display_url': 'pic.twitter.com/AhMfUu6Onm', 'expanded_url': 'https://twitter.com/dog_rates/status/723912936180330496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1128, 'favorite_count': 3599, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1163:723688335806480385
{'created_at': 'Sat Apr 23 01:41:59 +0000 2016', 'id': 723688335806480385, 'id_str': '723688335806480385', 'full_text': 'This is Reginald. He starts screaming at random. 12/10 cuddly af https://t.co/YgNuDQbv89', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 723688327916998657, 'id_str': '723688327916998657', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CgsOszGW0AE8T9k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgsOszGW0AE8T9k.jpg', 'url': 'https://t.co/YgNuDQbv89', 'display_url': 'pic.twitter.com/YgNuDQbv89', 'expanded_url': 'https://twitter.com/dog_rates/status/723688335806480385/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 723688327916998657, 'id_str': '723688327916998657', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CgsOszGW0AE8T9k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgsOszGW0AE8T9k.jpg', 'url': 'https://t.co/YgNuDQbv89', 'display_url': 'pic.twitter.com/YgNuDQbv89', 'expanded_url': 'https://twitter.com/dog_rates/status/723688335806480385/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 723688327916998656, 'id_str': '723688327916998656', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CgsOszGW0AAruKp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgsOszGW0AAruKp.jpg', 'url': 'https://t.co/YgNuDQbv89', 'display_url': 'pic.twitter.com/YgNuDQbv89', 'expanded_url': 'https://twitter.com/dog_rates/status/723688335806480385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2647, 'favorite_count': 7054, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1164:723673163800948736
{'created_at': 'Sat Apr 23 00:41:42 +0000 2016', 'id': 723673163800948736, 'id_str': '723673163800948736', 'full_text': 'This is Ivar. She is a badass Viking warrior. Will sack your village. 10/10 savage af https://t.co/Dz6MiVssVU', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 723673152451149824, 'id_str': '723673152451149824', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CgsA5eFWgAAu0qn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgsA5eFWgAAu0qn.jpg', 'url': 'https://t.co/Dz6MiVssVU', 'display_url': 'pic.twitter.com/Dz6MiVssVU', 'expanded_url': 'https://twitter.com/dog_rates/status/723673163800948736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 723673152451149824, 'id_str': '723673152451149824', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CgsA5eFWgAAu0qn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgsA5eFWgAAu0qn.jpg', 'url': 'https://t.co/Dz6MiVssVU', 'display_url': 'pic.twitter.com/Dz6MiVssVU', 'expanded_url': 'https://twitter.com/dog_rates/status/723673163800948736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 816, 'favorite_count': 2795, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1165:723179728551723008
{'created_at': 'Thu Apr 21 16:00:57 +0000 2016', 'id': 723179728551723008, 'id_str': '723179728551723008', 'full_text': "This is Jangle. She's addicted to broccoli. It's the only thing she cares about. Tragic af. 8/10 get help pup https://t.co/8dNWp1cSEa", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 723179713569521664, 'id_str': '723179713569521664', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CglAHjAUgAAfxcq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CglAHjAUgAAfxcq.jpg', 'url': 'https://t.co/8dNWp1cSEa', 'display_url': 'pic.twitter.com/8dNWp1cSEa', 'expanded_url': 'https://twitter.com/dog_rates/status/723179728551723008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 723179713569521664, 'id_str': '723179713569521664', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CglAHjAUgAAfxcq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CglAHjAUgAAfxcq.jpg', 'url': 'https://t.co/8dNWp1cSEa', 'display_url': 'pic.twitter.com/8dNWp1cSEa', 'expanded_url': 'https://twitter.com/dog_rates/status/723179728551723008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1692, 'favorite_count': 4874, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1166:722974582966214656
{'created_at': 'Thu Apr 21 02:25:47 +0000 2016', 'id': 722974582966214656, 'id_str': '722974582966214656', 'full_text': 'Happy 4/20 from the squad! 13/10 for all https://t.co/eV1diwds8a', 'truncated': False, 'display_text_range': [0, 40], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 722974578855804928, 'id_str': '722974578855804928', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CgiFjIpWgAA4wVp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgiFjIpWgAA4wVp.jpg', 'url': 'https://t.co/eV1diwds8a', 'display_url': 'pic.twitter.com/eV1diwds8a', 'expanded_url': 'https://twitter.com/dog_rates/status/722974582966214656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 639, 'h': 425, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 425, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 425, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 722974578855804928, 'id_str': '722974578855804928', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CgiFjIpWgAA4wVp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgiFjIpWgAA4wVp.jpg', 'url': 'https://t.co/eV1diwds8a', 'display_url': 'pic.twitter.com/eV1diwds8a', 'expanded_url': 'https://twitter.com/dog_rates/status/722974582966214656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 639, 'h': 425, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 425, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 425, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1443, 'favorite_count': 3777, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1167:722613351520608256
{'created_at': 'Wed Apr 20 02:30:23 +0000 2016', 'id': 722613351520608256, 'id_str': '722613351520608256', 'full_text': "Meet Schnitzel. He's a Tropicana Floofboop. Getting too big for his favorite basket. 12/10 just so damn fluffy https://t.co/qjd0UJKYUY", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 722613344872505345, 'id_str': '722613344872505345', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cgc9AjMVIAERdUA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cgc9AjMVIAERdUA.jpg', 'url': 'https://t.co/qjd0UJKYUY', 'display_url': 'pic.twitter.com/qjd0UJKYUY', 'expanded_url': 'https://twitter.com/dog_rates/status/722613351520608256/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1396, 'resize': 'fit'}, 'medium': {'w': 880, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 722613344872505345, 'id_str': '722613344872505345', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cgc9AjMVIAERdUA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cgc9AjMVIAERdUA.jpg', 'url': 'https://t.co/qjd0UJKYUY', 'display_url': 'pic.twitter.com/qjd0UJKYUY', 'expanded_url': 'https://twitter.com/dog_rates/status/722613351520608256/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1396, 'resize': 'fit'}, 'medium': {'w': 880, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1496, 'favorite_count': 4594, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1168:721503162398597120
{'created_at': 'Sun Apr 17 00:58:53 +0000 2016', 'id': 721503162398597120, 'id_str': '721503162398597120', 'full_text': "This is Panda. He's happy af. 11/10 https://t.co/IOAk9i4UvE", 'truncated': False, 'display_text_range': [0, 35], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 721503152168681472, 'id_str': '721503152168681472', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CgNLS1FWwAAUSNF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgNLS1FWwAAUSNF.jpg', 'url': 'https://t.co/IOAk9i4UvE', 'display_url': 'pic.twitter.com/IOAk9i4UvE', 'expanded_url': 'https://twitter.com/dog_rates/status/721503162398597120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 721503152168681472, 'id_str': '721503152168681472', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CgNLS1FWwAAUSNF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgNLS1FWwAAUSNF.jpg', 'url': 'https://t.co/IOAk9i4UvE', 'display_url': 'pic.twitter.com/IOAk9i4UvE', 'expanded_url': 'https://twitter.com/dog_rates/status/721503162398597120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 721503152197996544, 'id_str': '721503152197996544', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CgNLS1MWEAAUrAA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgNLS1MWEAAUrAA.jpg', 'url': 'https://t.co/IOAk9i4UvE', 'display_url': 'pic.twitter.com/IOAk9i4UvE', 'expanded_url': 'https://twitter.com/dog_rates/status/721503162398597120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 721503152210636800, 'id_str': '721503152210636800', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CgNLS1PW8AAxWSN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgNLS1PW8AAxWSN.jpg', 'url': 'https://t.co/IOAk9i4UvE', 'display_url': 'pic.twitter.com/IOAk9i4UvE', 'expanded_url': 'https://twitter.com/dog_rates/status/721503162398597120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 721503152416112640, 'id_str': '721503152416112640', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CgNLS2AWQAAIxCr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgNLS2AWQAAIxCr.jpg', 'url': 'https://t.co/IOAk9i4UvE', 'display_url': 'pic.twitter.com/IOAk9i4UvE', 'expanded_url': 'https://twitter.com/dog_rates/status/721503162398597120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1649, 'favorite_count': 4237, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1169:721001180231503872
{'created_at': 'Fri Apr 15 15:44:11 +0000 2016', 'id': 721001180231503872, 'id_str': '721001180231503872', 'full_text': 'This is Oliver. Bath time is upon him. His fear of the wetness postpones his ultimate pupper destiny. 11/10 https://t.co/AFzzKqR4tT', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 721001172476137472, 'id_str': '721001172476137472', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CgGCvxAUkAAx55r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgGCvxAUkAAx55r.jpg', 'url': 'https://t.co/AFzzKqR4tT', 'display_url': 'pic.twitter.com/AFzzKqR4tT', 'expanded_url': 'https://twitter.com/dog_rates/status/721001180231503872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 637, 'resize': 'fit'}, 'small': {'w': 639, 'h': 637, 'resize': 'fit'}, 'large': {'w': 639, 'h': 637, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 721001172476137472, 'id_str': '721001172476137472', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CgGCvxAUkAAx55r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgGCvxAUkAAx55r.jpg', 'url': 'https://t.co/AFzzKqR4tT', 'display_url': 'pic.twitter.com/AFzzKqR4tT', 'expanded_url': 'https://twitter.com/dog_rates/status/721001180231503872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 637, 'resize': 'fit'}, 'small': {'w': 639, 'h': 637, 'resize': 'fit'}, 'large': {'w': 639, 'h': 637, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 551, 'favorite_count': 2350, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1170:720785406564900865
{'created_at': 'Fri Apr 15 01:26:47 +0000 2016', 'id': 720785406564900865, 'id_str': '720785406564900865', 'full_text': "This is Archie. He hears everything you say. Doesn't matter where you are. 12/10 https://t.co/0l4I8famYp", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720785400575455232, 'id_str': '720785400575455232', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CgC-gMCWcAAawUE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgC-gMCWcAAawUE.jpg', 'url': 'https://t.co/0l4I8famYp', 'display_url': 'pic.twitter.com/0l4I8famYp', 'expanded_url': 'https://twitter.com/dog_rates/status/720785406564900865/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720785400575455232, 'id_str': '720785400575455232', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CgC-gMCWcAAawUE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgC-gMCWcAAawUE.jpg', 'url': 'https://t.co/0l4I8famYp', 'display_url': 'pic.twitter.com/0l4I8famYp', 'expanded_url': 'https://twitter.com/dog_rates/status/720785406564900865/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 700, 'favorite_count': 2864, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1171:720775346191278080
{'created_at': 'Fri Apr 15 00:46:48 +0000 2016', 'id': 720775346191278080, 'id_str': '720775346191278080', 'full_text': "This is Berkeley. He's in a predicament. 10/10 someone help him https://t.co/XSEXdQupej", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720775341267148802, 'id_str': '720775341267148802', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CgC1WqMW4AI1_N0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgC1WqMW4AI1_N0.jpg', 'url': 'https://t.co/XSEXdQupej', 'display_url': 'pic.twitter.com/XSEXdQupej', 'expanded_url': 'https://twitter.com/dog_rates/status/720775346191278080/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720775341267148802, 'id_str': '720775341267148802', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CgC1WqMW4AI1_N0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CgC1WqMW4AI1_N0.jpg', 'url': 'https://t.co/XSEXdQupej', 'display_url': 'pic.twitter.com/XSEXdQupej', 'expanded_url': 'https://twitter.com/dog_rates/status/720775346191278080/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 570, 'favorite_count': 2260, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1172:720415127506415616
{'created_at': 'Thu Apr 14 00:55:25 +0000 2016', 'id': 720415127506415616, 'id_str': '720415127506415616', 'full_text': "Garden's coming in nice this year. 10/10 https://t.co/5Lra3e4rrw", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720415104408399872, 'id_str': '720415104408399872', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/Cf9tuHUWsAAHSrV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf9tuHUWsAAHSrV.jpg', 'url': 'https://t.co/5Lra3e4rrw', 'display_url': 'pic.twitter.com/5Lra3e4rrw', 'expanded_url': 'https://twitter.com/dog_rates/status/720415127506415616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720415104408399872, 'id_str': '720415104408399872', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/Cf9tuHUWsAAHSrV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf9tuHUWsAAHSrV.jpg', 'url': 'https://t.co/5Lra3e4rrw', 'display_url': 'pic.twitter.com/5Lra3e4rrw', 'expanded_url': 'https://twitter.com/dog_rates/status/720415127506415616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 720415104408403971, 'id_str': '720415104408403971', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/Cf9tuHUWwAM3VFD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf9tuHUWwAM3VFD.jpg', 'url': 'https://t.co/5Lra3e4rrw', 'display_url': 'pic.twitter.com/5Lra3e4rrw', 'expanded_url': 'https://twitter.com/dog_rates/status/720415127506415616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 720415106425860096, 'id_str': '720415106425860096', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/Cf9tuO1WsAATDE6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf9tuO1WsAATDE6.jpg', 'url': 'https://t.co/5Lra3e4rrw', 'display_url': 'pic.twitter.com/5Lra3e4rrw', 'expanded_url': 'https://twitter.com/dog_rates/status/720415127506415616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1366, 'favorite_count': 3804, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1173:720389942216527872
{'created_at': 'Wed Apr 13 23:15:21 +0000 2016', 'id': 720389942216527872, 'id_str': '720389942216527872', 'full_text': 'This is Ralphé. He patrols the lake. Looking for babes. 11/10 https://t.co/Pb6iMmo0wk', 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720389936612913153, 'id_str': '720389936612913153', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/Cf9W1J-UMAErahM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf9W1J-UMAErahM.jpg', 'url': 'https://t.co/Pb6iMmo0wk', 'display_url': 'pic.twitter.com/Pb6iMmo0wk', 'expanded_url': 'https://twitter.com/dog_rates/status/720389942216527872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 500, 'h': 299, 'resize': 'fit'}, 'large': {'w': 500, 'h': 299, 'resize': 'fit'}, 'small': {'w': 500, 'h': 299, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720389936612913153, 'id_str': '720389936612913153', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/Cf9W1J-UMAErahM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf9W1J-UMAErahM.jpg', 'url': 'https://t.co/Pb6iMmo0wk', 'display_url': 'pic.twitter.com/Pb6iMmo0wk', 'expanded_url': 'https://twitter.com/dog_rates/status/720389942216527872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 500, 'h': 299, 'resize': 'fit'}, 'large': {'w': 500, 'h': 299, 'resize': 'fit'}, 'small': {'w': 500, 'h': 299, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2270, 'favorite_count': 5884, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1174:720340705894408192
{'created_at': 'Wed Apr 13 19:59:42 +0000 2016', 'id': 720340705894408192, 'id_str': '720340705894408192', 'full_text': "This is Derek. He just got balled on. Can't even get up. Poor thing. 10/10 hang in there pupper https://t.co/BIRRF3bcWH", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720340697887457281, 'id_str': '720340697887457281', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/Cf8qDFbWwAEf8M3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf8qDFbWwAEf8M3.jpg', 'url': 'https://t.co/BIRRF3bcWH', 'display_url': 'pic.twitter.com/BIRRF3bcWH', 'expanded_url': 'https://twitter.com/dog_rates/status/720340705894408192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 716, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 716, 'resize': 'fit'}, 'small': {'w': 680, 'h': 475, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720340697887457281, 'id_str': '720340697887457281', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/Cf8qDFbWwAEf8M3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf8qDFbWwAEf8M3.jpg', 'url': 'https://t.co/BIRRF3bcWH', 'display_url': 'pic.twitter.com/BIRRF3bcWH', 'expanded_url': 'https://twitter.com/dog_rates/status/720340705894408192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 716, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 716, 'resize': 'fit'}, 'small': {'w': 680, 'h': 475, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 881, 'favorite_count': 2630, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1175:720059472081784833
{'created_at': 'Wed Apr 13 01:22:10 +0000 2016', 'id': 720059472081784833, 'id_str': '720059472081784833', 'full_text': "This is Charleson. He lost his plunger. Looked everywhere. Can't find it. So sad. 9/10 would comfort https://t.co/pRHX8yn9Yu", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720059469649022976, 'id_str': '720059469649022976', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cf4qRcmWEAA9V4h.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf4qRcmWEAA9V4h.jpg', 'url': 'https://t.co/pRHX8yn9Yu', 'display_url': 'pic.twitter.com/pRHX8yn9Yu', 'expanded_url': 'https://twitter.com/dog_rates/status/720059472081784833/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 399, 'h': 636, 'resize': 'fit'}, 'medium': {'w': 399, 'h': 636, 'resize': 'fit'}, 'small': {'w': 399, 'h': 636, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720059469649022976, 'id_str': '720059469649022976', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/Cf4qRcmWEAA9V4h.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf4qRcmWEAA9V4h.jpg', 'url': 'https://t.co/pRHX8yn9Yu', 'display_url': 'pic.twitter.com/pRHX8yn9Yu', 'expanded_url': 'https://twitter.com/dog_rates/status/720059472081784833/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 399, 'h': 636, 'resize': 'fit'}, 'medium': {'w': 399, 'h': 636, 'resize': 'fit'}, 'small': {'w': 399, 'h': 636, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1021, 'favorite_count': 3565, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1176:720043174954147842
{'created_at': 'Wed Apr 13 00:17:25 +0000 2016', 'id': 720043174954147842, 'id_str': '720043174954147842', 'full_text': "This is Neptune. He's a Snowy Swiss Mountain Floofapolis. Cheeky wink. Tongue nifty af. 11/10 would pet so firmly https://t.co/SoZq2Xoopv", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 720043168729862144, 'id_str': '720043168729862144', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cf4bcm8XEAAX4xV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf4bcm8XEAAX4xV.jpg', 'url': 'https://t.co/SoZq2Xoopv', 'display_url': 'pic.twitter.com/SoZq2Xoopv', 'expanded_url': 'https://twitter.com/dog_rates/status/720043174954147842/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 720043168729862144, 'id_str': '720043168729862144', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cf4bcm8XEAAX4xV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf4bcm8XEAAX4xV.jpg', 'url': 'https://t.co/SoZq2Xoopv', 'display_url': 'pic.twitter.com/SoZq2Xoopv', 'expanded_url': 'https://twitter.com/dog_rates/status/720043174954147842/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1820, 'favorite_count': 4585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1177:719991154352222208
{'created_at': 'Tue Apr 12 20:50:42 +0000 2016', 'id': 719991154352222208, 'id_str': '719991154352222208', 'full_text': "This doggo was initially thrilled when she saw the happy cartoon pup but quickly realized she'd been deceived. 10/10 https://t.co/mvnBGaWULV", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 719991136241082368, 'id_str': '719991136241082368', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cf3sH60UYAAt5Sa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf3sH60UYAAt5Sa.jpg', 'url': 'https://t.co/mvnBGaWULV', 'display_url': 'pic.twitter.com/mvnBGaWULV', 'expanded_url': 'https://twitter.com/dog_rates/status/719991154352222208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 719991136241082368, 'id_str': '719991136241082368', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cf3sH60UYAAt5Sa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf3sH60UYAAt5Sa.jpg', 'url': 'https://t.co/mvnBGaWULV', 'display_url': 'pic.twitter.com/mvnBGaWULV', 'expanded_url': 'https://twitter.com/dog_rates/status/719991154352222208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 719991136249511936, 'id_str': '719991136249511936', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cf3sH62VAAA-LiP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cf3sH62VAAA-LiP.jpg', 'url': 'https://t.co/mvnBGaWULV', 'display_url': 'pic.twitter.com/mvnBGaWULV', 'expanded_url': 'https://twitter.com/dog_rates/status/719991154352222208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1600, 'favorite_count': 4490, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1178:719704490224398336
{'created_at': 'Tue Apr 12 01:51:36 +0000 2016', 'id': 719704490224398336, 'id_str': '719704490224398336', 'full_text': "This is Clyde. He's making sure you're having a good train ride. 12/10 great pupper https://t.co/y206kWHAj0", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 719704480703361024, 'id_str': '719704480703361024', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CfznaXuUsAAH-py.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfznaXuUsAAH-py.jpg', 'url': 'https://t.co/y206kWHAj0', 'display_url': 'pic.twitter.com/y206kWHAj0', 'expanded_url': 'https://twitter.com/dog_rates/status/719704490224398336/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 729, 'h': 652, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 608, 'resize': 'fit'}, 'medium': {'w': 729, 'h': 652, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 719704480703361024, 'id_str': '719704480703361024', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CfznaXuUsAAH-py.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfznaXuUsAAH-py.jpg', 'url': 'https://t.co/y206kWHAj0', 'display_url': 'pic.twitter.com/y206kWHAj0', 'expanded_url': 'https://twitter.com/dog_rates/status/719704490224398336/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 729, 'h': 652, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 608, 'resize': 'fit'}, 'medium': {'w': 729, 'h': 652, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1302, 'favorite_count': 4188, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1179:719551379208073216
{'created_at': 'Mon Apr 11 15:43:12 +0000 2016', 'id': 719551379208073216, 'id_str': '719551379208073216', 'full_text': 'This is Harnold. He accidentally opened the front facing camera. 10/10 get it together Harnold https://t.co/S6JHaSMtln', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 719551372954365953, 'id_str': '719551372954365953', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CfxcKU6W8AE-wEx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfxcKU6W8AE-wEx.jpg', 'url': 'https://t.co/S6JHaSMtln', 'display_url': 'pic.twitter.com/S6JHaSMtln', 'expanded_url': 'https://twitter.com/dog_rates/status/719551379208073216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 736, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 736, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 719551372954365953, 'id_str': '719551372954365953', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CfxcKU6W8AE-wEx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfxcKU6W8AE-wEx.jpg', 'url': 'https://t.co/S6JHaSMtln', 'display_url': 'pic.twitter.com/S6JHaSMtln', 'expanded_url': 'https://twitter.com/dog_rates/status/719551379208073216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 736, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 736, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1717, 'favorite_count': 4656, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1180:719367763014393856
{'created_at': 'Mon Apr 11 03:33:34 +0000 2016', 'id': 719367763014393856, 'id_str': '719367763014393856', 'full_text': 'Meet Sid & Murphy. Murphy floats alongside Sid and whispers motivational quotes in his ear. Magical af. Both 11/10 https://t.co/7mmjyearQW', 'truncated': False, 'display_text_range': [0, 142], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 719367753803698176, 'id_str': '719367753803698176', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/Cfu1KSRXEAACC5X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfu1KSRXEAACC5X.jpg', 'url': 'https://t.co/7mmjyearQW', 'display_url': 'pic.twitter.com/7mmjyearQW', 'expanded_url': 'https://twitter.com/dog_rates/status/719367763014393856/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 719367753803698176, 'id_str': '719367753803698176', 'indices': [119, 142], 'media_url': 'http://pbs.twimg.com/media/Cfu1KSRXEAACC5X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfu1KSRXEAACC5X.jpg', 'url': 'https://t.co/7mmjyearQW', 'display_url': 'pic.twitter.com/7mmjyearQW', 'expanded_url': 'https://twitter.com/dog_rates/status/719367763014393856/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 692, 'favorite_count': 2604, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1181:719339463458033665
{'created_at': 'Mon Apr 11 01:41:07 +0000 2016', 'id': 719339463458033665, 'id_str': '719339463458033665', 'full_text': "Say hello to Lucy and Sophie. They think they're the same size. Both 10/10 would snug at same time https://t.co/HW50zkcf2R", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 719339452099911682, 'id_str': '719339452099911682', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cfuba6NW4AIeMHk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfuba6NW4AIeMHk.jpg', 'url': 'https://t.co/HW50zkcf2R', 'display_url': 'pic.twitter.com/HW50zkcf2R', 'expanded_url': 'https://twitter.com/dog_rates/status/719339463458033665/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 961, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 961, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 719339452099911682, 'id_str': '719339452099911682', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/Cfuba6NW4AIeMHk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfuba6NW4AIeMHk.jpg', 'url': 'https://t.co/HW50zkcf2R', 'display_url': 'pic.twitter.com/HW50zkcf2R', 'expanded_url': 'https://twitter.com/dog_rates/status/719339463458033665/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 961, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 961, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1122, 'favorite_count': 4112, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1182:719332531645071360
{'created_at': 'Mon Apr 11 01:13:34 +0000 2016', 'id': 719332531645071360, 'id_str': '719332531645071360', 'full_text': 'This is Pippa. She managed to start the car but is waiting for you to buckle up before driving. Responsible af 11/10 https://t.co/htrlmC7saz', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 719332505971724289, 'id_str': '719332505971724289', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CfuVGl3WEAEKb16.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfuVGl3WEAEKb16.jpg', 'url': 'https://t.co/htrlmC7saz', 'display_url': 'pic.twitter.com/htrlmC7saz', 'expanded_url': 'https://twitter.com/dog_rates/status/719332531645071360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 719332505971724289, 'id_str': '719332505971724289', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CfuVGl3WEAEKb16.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfuVGl3WEAEKb16.jpg', 'url': 'https://t.co/htrlmC7saz', 'display_url': 'pic.twitter.com/htrlmC7saz', 'expanded_url': 'https://twitter.com/dog_rates/status/719332531645071360/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 860, 'favorite_count': 3184, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1183:718971898235854848
{'created_at': 'Sun Apr 10 01:20:33 +0000 2016', 'id': 718971898235854848, 'id_str': '718971898235854848', 'full_text': 'This is Sadie. She is prepared for battle. 10/10 https://t.co/JRckDkZVRT', 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718971861124521984, 'id_str': '718971861124521984', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CfpNGTHUIAAA8XC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfpNGTHUIAAA8XC.jpg', 'url': 'https://t.co/JRckDkZVRT', 'display_url': 'pic.twitter.com/JRckDkZVRT', 'expanded_url': 'https://twitter.com/dog_rates/status/718971898235854848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 719, 'h': 960, 'resize': 'fit'}, 'large': {'w': 719, 'h': 960, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718971861124521984, 'id_str': '718971861124521984', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CfpNGTHUIAAA8XC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfpNGTHUIAAA8XC.jpg', 'url': 'https://t.co/JRckDkZVRT', 'display_url': 'pic.twitter.com/JRckDkZVRT', 'expanded_url': 'https://twitter.com/dog_rates/status/718971898235854848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 719, 'h': 960, 'resize': 'fit'}, 'large': {'w': 719, 'h': 960, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 986, 'favorite_count': 3216, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1184:718939241951195136
{'created_at': 'Sat Apr 09 23:10:47 +0000 2016', 'id': 718939241951195136, 'id_str': '718939241951195136', 'full_text': 'This is Otis. Everybody look at Otis. 12/10 would probably faint while petting https://t.co/I9qoe1uEih', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718939234342674432, 'id_str': '718939234342674432', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CfovbK4WIAAkTn3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfovbK4WIAAkTn3.jpg', 'url': 'https://t.co/I9qoe1uEih', 'display_url': 'pic.twitter.com/I9qoe1uEih', 'expanded_url': 'https://twitter.com/dog_rates/status/718939241951195136/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 665, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 734, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 734, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718939234342674432, 'id_str': '718939234342674432', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CfovbK4WIAAkTn3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfovbK4WIAAkTn3.jpg', 'url': 'https://t.co/I9qoe1uEih', 'display_url': 'pic.twitter.com/I9qoe1uEih', 'expanded_url': 'https://twitter.com/dog_rates/status/718939241951195136/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 665, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 734, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 734, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1587, 'favorite_count': 4813, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1185:718631497683582976
{'created_at': 'Sat Apr 09 02:47:55 +0000 2016', 'id': 718631497683582976, 'id_str': '718631497683582976', 'full_text': "We normally don't rate marshmallows but this one appears to be flawlessly toasted so I'll make an exception. 10/10 https://t.co/D9jbbmPmos", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718631494844080128, 'id_str': '718631494844080128', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'url': 'https://t.co/D9jbbmPmos', 'display_url': 'pic.twitter.com/D9jbbmPmos', 'expanded_url': 'https://twitter.com/dog_rates/status/718631497683582976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718631494844080128, 'id_str': '718631494844080128', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfkXiX6W4AAmICF.jpg', 'url': 'https://t.co/D9jbbmPmos', 'display_url': 'pic.twitter.com/D9jbbmPmos', 'expanded_url': 'https://twitter.com/dog_rates/status/718631497683582976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7251, 'favorite_count': 17387, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1186:718613305783398402
{'created_at': 'Sat Apr 09 01:35:37 +0000 2016', 'id': 718613305783398402, 'id_str': '718613305783398402', 'full_text': "This is Carper. He's a Tortellini Angiosperm. In desperate need of a petting. 11/10 would hug softly https://t.co/lK9YDkRzPj", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718613299022180352, 'id_str': '718613299022180352', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CfkG_PMWsAAH0MZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfkG_PMWsAAH0MZ.jpg', 'url': 'https://t.co/lK9YDkRzPj', 'display_url': 'pic.twitter.com/lK9YDkRzPj', 'expanded_url': 'https://twitter.com/dog_rates/status/718613305783398402/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 800, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1067, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718613299022180352, 'id_str': '718613299022180352', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CfkG_PMWsAAH0MZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfkG_PMWsAAH0MZ.jpg', 'url': 'https://t.co/lK9YDkRzPj', 'display_url': 'pic.twitter.com/lK9YDkRzPj', 'expanded_url': 'https://twitter.com/dog_rates/status/718613305783398402/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 800, 'resize': 'fit'}, 'large': {'w': 1600, 'h': 1067, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 430, 'favorite_count': 2263, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1187:718540630683709445
{'created_at': 'Fri Apr 08 20:46:50 +0000 2016', 'id': 718540630683709445, 'id_str': '718540630683709445', 'full_text': 'Get you a pup that can do both. 10/10 https://t.co/zSbyvm62xZ', 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718540625512165377, 'id_str': '718540625512165377', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CfjE5FRW8AEHcIU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfjE5FRW8AEHcIU.jpg', 'url': 'https://t.co/zSbyvm62xZ', 'display_url': 'pic.twitter.com/zSbyvm62xZ', 'expanded_url': 'https://twitter.com/dog_rates/status/718540630683709445/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718540625512165377, 'id_str': '718540625512165377', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CfjE5FRW8AEHcIU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfjE5FRW8AEHcIU.jpg', 'url': 'https://t.co/zSbyvm62xZ', 'display_url': 'pic.twitter.com/zSbyvm62xZ', 'expanded_url': 'https://twitter.com/dog_rates/status/718540630683709445/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 718540625512173569, 'id_str': '718540625512173569', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CfjE5FRXEAErFWR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfjE5FRXEAErFWR.jpg', 'url': 'https://t.co/zSbyvm62xZ', 'display_url': 'pic.twitter.com/zSbyvm62xZ', 'expanded_url': 'https://twitter.com/dog_rates/status/718540630683709445/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 927, 'favorite_count': 2245, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1188:718460005985447936
{'created_at': 'Fri Apr 08 15:26:28 +0000 2016', 'id': 718460005985447936, 'id_str': '718460005985447936', 'full_text': "Meet Bowie. He's listening for underground squirrels. Smart af. Left eye is considerably magical. 9/10 would so pet https://t.co/JyNmyjy3fe", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718459997370335232, 'id_str': '718459997370335232', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cfh7j6CWQAAndTd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfh7j6CWQAAndTd.jpg', 'url': 'https://t.co/JyNmyjy3fe', 'display_url': 'pic.twitter.com/JyNmyjy3fe', 'expanded_url': 'https://twitter.com/dog_rates/status/718460005985447936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718459997370335232, 'id_str': '718459997370335232', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cfh7j6CWQAAndTd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfh7j6CWQAAndTd.jpg', 'url': 'https://t.co/JyNmyjy3fe', 'display_url': 'pic.twitter.com/JyNmyjy3fe', 'expanded_url': 'https://twitter.com/dog_rates/status/718460005985447936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 479, 'favorite_count': 2513, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1189:718454725339934721
{'created_at': 'Fri Apr 08 15:05:29 +0000 2016', 'id': 718454725339934721, 'id_str': '718454725339934721', 'full_text': "This pic is old but I hadn't seen it until today and had to share. Creative af. 13/10 very good boy, would pet well https://t.co/4kD16wMA1Z", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718454723171459074, 'id_str': '718454723171459074', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cfh2w6HWIAIIYAF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfh2w6HWIAIIYAF.jpg', 'url': 'https://t.co/4kD16wMA1Z', 'display_url': 'pic.twitter.com/4kD16wMA1Z', 'expanded_url': 'https://twitter.com/dog_rates/status/718454725339934721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 278, 'resize': 'fit'}, 'large': {'w': 640, 'h': 278, 'resize': 'fit'}, 'small': {'w': 640, 'h': 278, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718454723171459074, 'id_str': '718454723171459074', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cfh2w6HWIAIIYAF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfh2w6HWIAIIYAF.jpg', 'url': 'https://t.co/4kD16wMA1Z', 'display_url': 'pic.twitter.com/4kD16wMA1Z', 'expanded_url': 'https://twitter.com/dog_rates/status/718454725339934721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 278, 'resize': 'fit'}, 'large': {'w': 640, 'h': 278, 'resize': 'fit'}, 'small': {'w': 640, 'h': 278, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1384, 'favorite_count': 4514, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1190:718246886998687744
{'created_at': 'Fri Apr 08 01:19:36 +0000 2016', 'id': 718246886998687744, 'id_str': '718246886998687744', 'full_text': "This is Alexanderson. He's got a weird ass birth mark. Dreadful at fetch. Won't eat kibble. 3/10 wtf @Target https://t.co/FmxOpf2Sgl", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Target', 'name': 'Target', 'id': 89084561, 'id_str': '89084561', 'indices': [101, 108]}], 'urls': [], 'media': [{'id': 718246851380711426, 'id_str': '718246851380711426', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/Cfe5tLWXEAIaoFO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfe5tLWXEAIaoFO.jpg', 'url': 'https://t.co/FmxOpf2Sgl', 'display_url': 'pic.twitter.com/FmxOpf2Sgl', 'expanded_url': 'https://twitter.com/dog_rates/status/718246886998687744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718246851380711426, 'id_str': '718246851380711426', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/Cfe5tLWXEAIaoFO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cfe5tLWXEAIaoFO.jpg', 'url': 'https://t.co/FmxOpf2Sgl', 'display_url': 'pic.twitter.com/FmxOpf2Sgl', 'expanded_url': 'https://twitter.com/dog_rates/status/718246886998687744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 448, 'favorite_count': 1766, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1191:718234618122661888
{'created_at': 'Fri Apr 08 00:30:51 +0000 2016', 'id': 718234618122661888, 'id_str': '718234618122661888', 'full_text': 'This is Suki. She was born with a blurry tail (unfortunate). Next level tongue tho. 11/10 nifty hardwood https://t.co/05S8oYztgb', 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 718234610254143489, 'id_str': '718234610254143489', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CfeukpmW4AEGjOE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfeukpmW4AEGjOE.jpg', 'url': 'https://t.co/05S8oYztgb', 'display_url': 'pic.twitter.com/05S8oYztgb', 'expanded_url': 'https://twitter.com/dog_rates/status/718234618122661888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 718234610254143489, 'id_str': '718234610254143489', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CfeukpmW4AEGjOE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfeukpmW4AEGjOE.jpg', 'url': 'https://t.co/05S8oYztgb', 'display_url': 'pic.twitter.com/05S8oYztgb', 'expanded_url': 'https://twitter.com/dog_rates/status/718234618122661888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 915, 'favorite_count': 3574, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1192:717841801130979328
{'created_at': 'Wed Apr 06 22:29:56 +0000 2016', 'id': 717841801130979328, 'id_str': '717841801130979328', 'full_text': 'This is Barclay. His father was a banana. 11/10 appeeling af https://t.co/ucOEfr2rjV', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 717841792524222464, 'id_str': '717841792524222464', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CfZJTphWAAAl5Ys.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfZJTphWAAAl5Ys.jpg', 'url': 'https://t.co/ucOEfr2rjV', 'display_url': 'pic.twitter.com/ucOEfr2rjV', 'expanded_url': 'https://twitter.com/dog_rates/status/717841801130979328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 717841792524222464, 'id_str': '717841792524222464', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CfZJTphWAAAl5Ys.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfZJTphWAAAl5Ys.jpg', 'url': 'https://t.co/ucOEfr2rjV', 'display_url': 'pic.twitter.com/ucOEfr2rjV', 'expanded_url': 'https://twitter.com/dog_rates/status/717841801130979328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 545, 'favorite_count': 2278, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1193:717790033953034240
{'created_at': 'Wed Apr 06 19:04:14 +0000 2016', 'id': 717790033953034240, 'id_str': '717790033953034240', 'full_text': "Here's a badass mystery pupper. You weren't aware that you owe him money, but you do. 10/10 shades sick af https://t.co/fv9e9AtzSG", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 717790026537517056, 'id_str': '717790026537517056', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CfYaOeMWQAAGfyP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfYaOeMWQAAGfyP.jpg', 'url': 'https://t.co/fv9e9AtzSG', 'display_url': 'pic.twitter.com/fv9e9AtzSG', 'expanded_url': 'https://twitter.com/dog_rates/status/717790033953034240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 666, 'h': 889, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'large': {'w': 666, 'h': 889, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 717790026537517056, 'id_str': '717790026537517056', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CfYaOeMWQAAGfyP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfYaOeMWQAAGfyP.jpg', 'url': 'https://t.co/fv9e9AtzSG', 'display_url': 'pic.twitter.com/fv9e9AtzSG', 'expanded_url': 'https://twitter.com/dog_rates/status/717790033953034240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 666, 'h': 889, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}, 'large': {'w': 666, 'h': 889, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 990, 'favorite_count': 2637, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1194:717537687239008257
{'created_at': 'Wed Apr 06 02:21:30 +0000 2016', 'id': 717537687239008257, 'id_str': '717537687239008257', 'full_text': 'People please. This is a Deadly Mediterranean Plop T-Rex. We only rate dogs. Only send in dogs. Thanks you... 11/10 https://t.co/2ATDsgHD4n', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 717537679412486144, 'id_str': '717537679412486144', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CfU0t75W4AAUo9V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfU0t75W4AAUo9V.jpg', 'url': 'https://t.co/2ATDsgHD4n', 'display_url': 'pic.twitter.com/2ATDsgHD4n', 'expanded_url': 'https://twitter.com/dog_rates/status/717537687239008257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 774, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 774, 'resize': 'fit'}, 'small': {'w': 680, 'h': 514, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 717537679412486144, 'id_str': '717537679412486144', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CfU0t75W4AAUo9V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfU0t75W4AAUo9V.jpg', 'url': 'https://t.co/2ATDsgHD4n', 'display_url': 'pic.twitter.com/2ATDsgHD4n', 'expanded_url': 'https://twitter.com/dog_rates/status/717537687239008257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 774, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 774, 'resize': 'fit'}, 'small': {'w': 680, 'h': 514, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1667, 'favorite_count': 5332, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1195:717428917016076293
{'created_at': 'Tue Apr 05 19:09:17 +0000 2016', 'id': 717428917016076293, 'id_str': '717428917016076293', 'full_text': "This is Skittle. He's trying to communicate. 11/10 solid effort https://t.co/6WTfJvtKx6", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/6WTfJvtKx6', 'expanded_url': 'https://vine.co/v/iIhEU2lVqxz', 'display_url': 'vine.co/v/iIhEU2lVqxz', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 408, 'favorite_count': 1478, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1196:717421804990701568
{'created_at': 'Tue Apr 05 18:41:02 +0000 2016', 'id': 717421804990701568, 'id_str': '717421804990701568', 'full_text': "This is Ebby. She's a Zimbabwean Feta. Embarrassed by ridiculously squishy face. 9/10 would squeeze softly https://t.co/LBJqxMGaHi", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 717421791472431106, 'id_str': '717421791472431106', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CfTLUXrWsAI9H74.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfTLUXrWsAI9H74.jpg', 'url': 'https://t.co/LBJqxMGaHi', 'display_url': 'pic.twitter.com/LBJqxMGaHi', 'expanded_url': 'https://twitter.com/dog_rates/status/717421804990701568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 717421791472431106, 'id_str': '717421791472431106', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CfTLUXrWsAI9H74.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfTLUXrWsAI9H74.jpg', 'url': 'https://t.co/LBJqxMGaHi', 'display_url': 'pic.twitter.com/LBJqxMGaHi', 'expanded_url': 'https://twitter.com/dog_rates/status/717421804990701568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 717421791652810753, 'id_str': '717421791652810753', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CfTLUYWXEAEkyES.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfTLUYWXEAEkyES.jpg', 'url': 'https://t.co/LBJqxMGaHi', 'display_url': 'pic.twitter.com/LBJqxMGaHi', 'expanded_url': 'https://twitter.com/dog_rates/status/717421804990701568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 760, 'favorite_count': 2899, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1197:717047459982213120
{'created_at': 'Mon Apr 04 17:53:31 +0000 2016', 'id': 717047459982213120, 'id_str': '717047459982213120', 'full_text': "This is Flávio (pronounced Baxter). He's a Benesnoop Cumberdog. Super rare. Symmetrical. 12/10 would pet so well https://t.co/fGgleFiBPq", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 717047453128790017, 'id_str': '717047453128790017', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CfN23ArXEAEkZkz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfN23ArXEAEkZkz.jpg', 'url': 'https://t.co/fGgleFiBPq', 'display_url': 'pic.twitter.com/fGgleFiBPq', 'expanded_url': 'https://twitter.com/dog_rates/status/717047459982213120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 717047453128790017, 'id_str': '717047453128790017', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CfN23ArXEAEkZkz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfN23ArXEAEkZkz.jpg', 'url': 'https://t.co/fGgleFiBPq', 'display_url': 'pic.twitter.com/fGgleFiBPq', 'expanded_url': 'https://twitter.com/dog_rates/status/717047459982213120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1744, 'favorite_count': 5816, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1198:717009362452090881
{'created_at': 'Mon Apr 04 15:22:08 +0000 2016', 'id': 717009362452090881, 'id_str': '717009362452090881', 'full_text': "This is Smokey. He's having some sort of existential crisis. 10/10 hang in there pupper https://t.co/JmgF4dMpw0", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 717009356240384000, 'id_str': '717009356240384000', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CfNUNetW8AAekHx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfNUNetW8AAekHx.jpg', 'url': 'https://t.co/JmgF4dMpw0', 'display_url': 'pic.twitter.com/JmgF4dMpw0', 'expanded_url': 'https://twitter.com/dog_rates/status/717009362452090881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 717009356240384000, 'id_str': '717009356240384000', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CfNUNetW8AAekHx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfNUNetW8AAekHx.jpg', 'url': 'https://t.co/JmgF4dMpw0', 'display_url': 'pic.twitter.com/JmgF4dMpw0', 'expanded_url': 'https://twitter.com/dog_rates/status/717009362452090881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 872, 'favorite_count': 2989, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1199:716802964044845056
{'created_at': 'Mon Apr 04 01:41:58 +0000 2016', 'id': 716802964044845056, 'id_str': '716802964044845056', 'full_text': 'This is Link. He struggles with couches. 10/10 would assist https://t.co/SbX4e6Yg3o', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 716802957069697028, 'id_str': '716802957069697028', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CfKYfd4WwAQOCBF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfKYfd4WwAQOCBF.jpg', 'url': 'https://t.co/SbX4e6Yg3o', 'display_url': 'pic.twitter.com/SbX4e6Yg3o', 'expanded_url': 'https://twitter.com/dog_rates/status/716802964044845056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 716802957069697028, 'id_str': '716802957069697028', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CfKYfd4WwAQOCBF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfKYfd4WwAQOCBF.jpg', 'url': 'https://t.co/SbX4e6Yg3o', 'display_url': 'pic.twitter.com/SbX4e6Yg3o', 'expanded_url': 'https://twitter.com/dog_rates/status/716802964044845056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 716802957107470336, 'id_str': '716802957107470336', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CfKYfeBXIAAopp2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfKYfeBXIAAopp2.jpg', 'url': 'https://t.co/SbX4e6Yg3o', 'display_url': 'pic.twitter.com/SbX4e6Yg3o', 'expanded_url': 'https://twitter.com/dog_rates/status/716802964044845056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1051, 'favorite_count': 3973, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1200:716791146589110272
{'created_at': 'Mon Apr 04 00:55:01 +0000 2016', 'id': 716791146589110272, 'id_str': '716791146589110272', 'full_text': "Meet Jennifur. She's supposed to be navigating. Not even buckled up. Insubordinate & churlish. 11/10 would still pet https://t.co/h0trcJohYO", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 716791134920552448, 'id_str': '716791134920552448', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CfKNvU8WsAAvI9Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfKNvU8WsAAvI9Z.jpg', 'url': 'https://t.co/h0trcJohYO', 'display_url': 'pic.twitter.com/h0trcJohYO', 'expanded_url': 'https://twitter.com/dog_rates/status/716791146589110272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 716791134920552448, 'id_str': '716791134920552448', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CfKNvU8WsAAvI9Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfKNvU8WsAAvI9Z.jpg', 'url': 'https://t.co/h0trcJohYO', 'display_url': 'pic.twitter.com/h0trcJohYO', 'expanded_url': 'https://twitter.com/dog_rates/status/716791146589110272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1459, 'favorite_count': 7753, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1201:716730379797970944
{'created_at': 'Sun Apr 03 20:53:33 +0000 2016', 'id': 716730379797970944, 'id_str': '716730379797970944', 'full_text': 'There has clearly been a mistake. Pup did nothing wrong. 12/10 would help escape\nhttps://t.co/Juid3nnLbC', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Juid3nnLbC', 'expanded_url': 'https://twitter.com/chpsanfrancisco/status/716637124322177024', 'display_url': 'twitter.com/chpsanfrancisc…', 'indices': [81, 104]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 716637124322177024, 'quoted_status_id_str': '716637124322177024', 'quoted_status_permalink': {'url': 'https://t.co/Juid3nnLbC', 'expanded': 'https://twitter.com/chpsanfrancisco/status/716637124322177024', 'display': 'twitter.com/chpsanfrancisc…'}, 'quoted_status': {'created_at': 'Sun Apr 03 14:42:59 +0000 2016', 'id': 716637124322177024, 'id_str': '716637124322177024', 'full_text': 'High speed pursuit of 🐶 this morning on the #BayBridge! Suspect taken into custody. All are safe! #onlyinSF https://t.co/Ny5dgSRITz', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [{'text': 'BayBridge', 'indices': [44, 54]}, {'text': 'onlyinSF', 'indices': [98, 107]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 716637042646523904, 'id_str': '716637042646523904', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/716637042646523904/pu/img/K3OHXij_A2WavAN6.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/716637042646523904/pu/img/K3OHXij_A2WavAN6.jpg', 'url': 'https://t.co/Ny5dgSRITz', 'display_url': 'pic.twitter.com/Ny5dgSRITz', 'expanded_url': 'https://twitter.com/CHPSanFrancisco/status/716637124322177024/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 716637042646523904, 'id_str': '716637042646523904', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/716637042646523904/pu/img/K3OHXij_A2WavAN6.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/716637042646523904/pu/img/K3OHXij_A2WavAN6.jpg', 'url': 'https://t.co/Ny5dgSRITz', 'display_url': 'pic.twitter.com/Ny5dgSRITz', 'expanded_url': 'https://twitter.com/CHPSanFrancisco/status/716637124322177024/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 16667, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/716637042646523904/pu/pl/NQFRCJO_nPXnN1AV.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/716637042646523904/pu/vid/640x360/_SFCwq8flYJdmhRX.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/716637042646523904/pu/vid/320x180/OKWK01E14orxXV_5.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/716637042646523904/pu/vid/1280x720/iN9HZRsH7inUrd07.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 2201908476, 'id_str': '2201908476', 'name': 'CHP San Francisco', 'screen_name': 'CHPSanFrancisco', 'location': 'San Francisco, CA', 'description': 'Twitter page for the CHP San Francisco Area -Cmdr Sunshine Garside, Public Information Officer Mark Andrews: 415-557-1094. Want to join? https://t.co/cxD4R0eBzZ', 'url': None, 'entities': {'description': {'urls': [{'url': 'https://t.co/cxD4R0eBzZ', 'expanded_url': 'http://chpcareers.com', 'display_url': 'chpcareers.com', 'indices': [137, 160]}]}}, 'protected': False, 'followers_count': 14685, 'friends_count': 756, 'listed_count': 362, 'created_at': 'Mon Nov 18 20:09:16 +0000 2013', 'favourites_count': 3316, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 2424, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532036628968919040/59coq6x9_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532036628968919040/59coq6x9_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/2201908476/1428027817', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2339, 'favorite_count': 2877, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 397, 'favorite_count': 1137, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1202:716447146686459905
{'created_at': 'Sun Apr 03 02:08:05 +0000 2016', 'id': 716447146686459905, 'id_str': '716447146686459905', 'full_text': "This is Ozzy. He's acrobatic af. Legendary pupper status achieved. 13/10 https://t.co/gHWsCTu90E", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/gHWsCTu90E', 'expanded_url': 'https://vine.co/v/eMmXVPn5eQK', 'display_url': 'vine.co/v/eMmXVPn5eQK', 'indices': [73, 96]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5325, 'favorite_count': 12040, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1203:716439118184652801
{'created_at': 'Sun Apr 03 01:36:11 +0000 2016', 'id': 716439118184652801, 'id_str': '716439118184652801', 'full_text': 'This is Bluebert. He just saw that both #FinalFur match ups are split 50/50. Amazed af. 11/10 https://t.co/Kky1DPG4iq', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [{'text': 'FinalFur', 'indices': [40, 49]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 716439112555823104, 'id_str': '716439112555823104', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CfFNk7cWAAA-hND.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfFNk7cWAAA-hND.jpg', 'url': 'https://t.co/Kky1DPG4iq', 'display_url': 'pic.twitter.com/Kky1DPG4iq', 'expanded_url': 'https://twitter.com/dog_rates/status/716439118184652801/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 716439112555823104, 'id_str': '716439112555823104', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CfFNk7cWAAA-hND.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfFNk7cWAAA-hND.jpg', 'url': 'https://t.co/Kky1DPG4iq', 'display_url': 'pic.twitter.com/Kky1DPG4iq', 'expanded_url': 'https://twitter.com/dog_rates/status/716439118184652801/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 191, 'favorite_count': 2202, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1204:716285507865542656
{'created_at': 'Sat Apr 02 15:25:47 +0000 2016', 'id': 716285507865542656, 'id_str': '716285507865542656', 'full_text': 'This is Stephanus. She stays woke. 12/10 https://t.co/WIWabMngQZ', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 716285498407456768, 'id_str': '716285498407456768', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CfDB3aJXEAAEZNv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfDB3aJXEAAEZNv.jpg', 'url': 'https://t.co/WIWabMngQZ', 'display_url': 'pic.twitter.com/WIWabMngQZ', 'expanded_url': 'https://twitter.com/dog_rates/status/716285507865542656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 786, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 498, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 786, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 716285498407456768, 'id_str': '716285498407456768', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CfDB3aJXEAAEZNv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfDB3aJXEAAEZNv.jpg', 'url': 'https://t.co/WIWabMngQZ', 'display_url': 'pic.twitter.com/WIWabMngQZ', 'expanded_url': 'https://twitter.com/dog_rates/status/716285507865542656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 786, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 498, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 786, 'resize': 'fit'}}}, {'id': 716285498411630594, 'id_str': '716285498411630594', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CfDB3aKWwAIUP-P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfDB3aKWwAIUP-P.jpg', 'url': 'https://t.co/WIWabMngQZ', 'display_url': 'pic.twitter.com/WIWabMngQZ', 'expanded_url': 'https://twitter.com/dog_rates/status/716285507865542656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 969, 'favorite_count': 2562, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1205:716080869887381504
{'created_at': 'Sat Apr 02 01:52:38 +0000 2016', 'id': 716080869887381504, 'id_str': '716080869887381504', 'full_text': "Here's a super majestic doggo and a sunset 11/10 https://t.co/UACnoyi8zu", 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 716080861125292034, 'id_str': '716080861125292034', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CfAHv83UMAIEQYx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfAHv83UMAIEQYx.jpg', 'url': 'https://t.co/UACnoyi8zu', 'display_url': 'pic.twitter.com/UACnoyi8zu', 'expanded_url': 'https://twitter.com/dog_rates/status/716080869887381504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 716080861125292034, 'id_str': '716080861125292034', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CfAHv83UMAIEQYx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfAHv83UMAIEQYx.jpg', 'url': 'https://t.co/UACnoyi8zu', 'display_url': 'pic.twitter.com/UACnoyi8zu', 'expanded_url': 'https://twitter.com/dog_rates/status/716080869887381504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 716080861129510913, 'id_str': '716080861129510913', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CfAHv84UkAE5h1r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CfAHv84UkAE5h1r.jpg', 'url': 'https://t.co/UACnoyi8zu', 'display_url': 'pic.twitter.com/UACnoyi8zu', 'expanded_url': 'https://twitter.com/dog_rates/status/716080869887381504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1712, 'favorite_count': 6266, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1206:715928423106027520
{'created_at': 'Fri Apr 01 15:46:52 +0000 2016', 'id': 715928423106027520, 'id_str': '715928423106027520', 'full_text': "This is Bubbles. He's a Yorkshire Piccolope. 11/10 would snug aggressively https://t.co/3BhMojONxq", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715928416713895936, 'id_str': '715928416713895936', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/Ce99GhLW8AAHG38.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce99GhLW8AAHG38.jpg', 'url': 'https://t.co/3BhMojONxq', 'display_url': 'pic.twitter.com/3BhMojONxq', 'expanded_url': 'https://twitter.com/dog_rates/status/715928423106027520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715928416713895936, 'id_str': '715928416713895936', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/Ce99GhLW8AAHG38.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce99GhLW8AAHG38.jpg', 'url': 'https://t.co/3BhMojONxq', 'display_url': 'pic.twitter.com/3BhMojONxq', 'expanded_url': 'https://twitter.com/dog_rates/status/715928423106027520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 796, 'favorite_count': 2941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1207:715758151270801409
{'created_at': 'Fri Apr 01 04:30:16 +0000 2016', 'id': 715758151270801409, 'id_str': '715758151270801409', 'full_text': "This is old now but it's absolutely heckin fantastic and I can't not share it with you all. 13/10 https://t.co/wJX74TSgzP", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/wJX74TSgzP', 'expanded_url': 'https://vine.co/v/hYdLVKDpAFu', 'display_url': 'vine.co/v/hYdLVKDpAFu', 'indices': [99, 122]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1292, 'favorite_count': 3427, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1208:715733265223708672
{'created_at': 'Fri Apr 01 02:51:22 +0000 2016', 'id': 715733265223708672, 'id_str': '715733265223708672', 'full_text': 'This is a taco. We only rate dogs. Please only send in dogs. Dogs are what we rate. Not tacos. Thank you... 10/10 https://t.co/cxl6xGY8B9', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715733232809955329, 'id_str': '715733232809955329', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ce7LlUeUUAEQkQl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce7LlUeUUAEQkQl.jpg', 'url': 'https://t.co/cxl6xGY8B9', 'display_url': 'pic.twitter.com/cxl6xGY8B9', 'expanded_url': 'https://twitter.com/dog_rates/status/715733265223708672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715733232809955329, 'id_str': '715733232809955329', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ce7LlUeUUAEQkQl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce7LlUeUUAEQkQl.jpg', 'url': 'https://t.co/cxl6xGY8B9', 'display_url': 'pic.twitter.com/cxl6xGY8B9', 'expanded_url': 'https://twitter.com/dog_rates/status/715733265223708672/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1536, 'favorite_count': 4298, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1209:715704790270025728
{'created_at': 'Fri Apr 01 00:58:13 +0000 2016', 'id': 715704790270025728, 'id_str': '715704790270025728', 'full_text': 'This is Bentley. He gives kisses back. 11/10 precious af (vid by @emmaallen25) https://t.co/9PnKkKzoUp', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'emmaallen25', 'name': 'emma', 'id': 2151232262, 'id_str': '2151232262', 'indices': [65, 77]}], 'urls': [{'url': 'https://t.co/9PnKkKzoUp', 'expanded_url': 'https://vine.co/v/ijAlDnuOD0l', 'display_url': 'vine.co/v/ijAlDnuOD0l', 'indices': [79, 102]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 515, 'favorite_count': 2567, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1210:715696743237730304
{'created_at': 'Fri Apr 01 00:26:15 +0000 2016', 'id': 715696743237730304, 'id_str': '715696743237730304', 'full_text': "Meet Toby. He's a Lithuanian High-Steppin Stickeroo. One of the more accomplished Stickeroos around. 10/10 so nifty https://t.co/cYPHuJYTjC", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715696738036744192, 'id_str': '715696738036744192', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ce6qZC2WAAAcSoI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce6qZC2WAAAcSoI.jpg', 'url': 'https://t.co/cYPHuJYTjC', 'display_url': 'pic.twitter.com/cYPHuJYTjC', 'expanded_url': 'https://twitter.com/dog_rates/status/715696743237730304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715696738036744192, 'id_str': '715696738036744192', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Ce6qZC2WAAAcSoI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce6qZC2WAAAcSoI.jpg', 'url': 'https://t.co/cYPHuJYTjC', 'display_url': 'pic.twitter.com/cYPHuJYTjC', 'expanded_url': 'https://twitter.com/dog_rates/status/715696743237730304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 800, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1170, 'favorite_count': 3619, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1211:715680795826982913
{'created_at': 'Thu Mar 31 23:22:53 +0000 2016', 'id': 715680795826982913, 'id_str': '715680795826982913', 'full_text': "This is Zeus. He's downright fabulous. 12/10 https://t.co/sSugyyRuTp", 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715680780459098112, 'id_str': '715680780459098112', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Ce6b4MPWwAA22Xm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce6b4MPWwAA22Xm.jpg', 'url': 'https://t.co/sSugyyRuTp', 'display_url': 'pic.twitter.com/sSugyyRuTp', 'expanded_url': 'https://twitter.com/dog_rates/status/715680795826982913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715680780459098112, 'id_str': '715680780459098112', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Ce6b4MPWwAA22Xm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce6b4MPWwAA22Xm.jpg', 'url': 'https://t.co/sSugyyRuTp', 'display_url': 'pic.twitter.com/sSugyyRuTp', 'expanded_url': 'https://twitter.com/dog_rates/status/715680795826982913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 715680780484231168, 'id_str': '715680780484231168', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Ce6b4MVWQAAW3ok.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce6b4MVWQAAW3ok.jpg', 'url': 'https://t.co/sSugyyRuTp', 'display_url': 'pic.twitter.com/sSugyyRuTp', 'expanded_url': 'https://twitter.com/dog_rates/status/715680795826982913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 715680780509384704, 'id_str': '715680780509384704', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Ce6b4MbWEAA-Tgo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce6b4MbWEAA-Tgo.jpg', 'url': 'https://t.co/sSugyyRuTp', 'display_url': 'pic.twitter.com/sSugyyRuTp', 'expanded_url': 'https://twitter.com/dog_rates/status/715680795826982913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1447, 'favorite_count': 3980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1212:715360349751484417
{'created_at': 'Thu Mar 31 02:09:32 +0000 2016', 'id': 715360349751484417, 'id_str': '715360349751484417', 'full_text': 'This is Bertson. He just wants to say hi. 11/10 would boop nose https://t.co/hwv7Wq6gDA', 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715360342210166784, 'id_str': '715360342210166784', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Ce14cOvWwAAcFJH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce14cOvWwAAcFJH.jpg', 'url': 'https://t.co/hwv7Wq6gDA', 'display_url': 'pic.twitter.com/hwv7Wq6gDA', 'expanded_url': 'https://twitter.com/dog_rates/status/715360349751484417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715360342210166784, 'id_str': '715360342210166784', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/Ce14cOvWwAAcFJH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce14cOvWwAAcFJH.jpg', 'url': 'https://t.co/hwv7Wq6gDA', 'display_url': 'pic.twitter.com/hwv7Wq6gDA', 'expanded_url': 'https://twitter.com/dog_rates/status/715360349751484417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1414, 'favorite_count': 5049, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1213:715342466308784130
{'created_at': 'Thu Mar 31 00:58:29 +0000 2016', 'id': 715342466308784130, 'id_str': '715342466308784130', 'full_text': "This is Oscar. He's a world renowned snowball inspector. It's a ruff job but someone has to do it. 10/10 great guy https://t.co/vSufMAKm3C", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715342457676890113, 'id_str': '715342457676890113', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Ce1oLNqWAAE34w7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce1oLNqWAAE34w7.jpg', 'url': 'https://t.co/vSufMAKm3C', 'display_url': 'pic.twitter.com/vSufMAKm3C', 'expanded_url': 'https://twitter.com/dog_rates/status/715342466308784130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715342457676890113, 'id_str': '715342457676890113', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Ce1oLNqWAAE34w7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce1oLNqWAAE34w7.jpg', 'url': 'https://t.co/vSufMAKm3C', 'display_url': 'pic.twitter.com/vSufMAKm3C', 'expanded_url': 'https://twitter.com/dog_rates/status/715342466308784130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 715342457748238336, 'id_str': '715342457748238336', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Ce1oLN7WsAAyWcB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ce1oLN7WsAAyWcB.jpg', 'url': 'https://t.co/vSufMAKm3C', 'display_url': 'pic.twitter.com/vSufMAKm3C', 'expanded_url': 'https://twitter.com/dog_rates/status/715342466308784130/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 627, 'favorite_count': 2801, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1214:715220193576927233
{'created_at': 'Wed Mar 30 16:52:36 +0000 2016', 'id': 715220193576927233, 'id_str': '715220193576927233', 'full_text': 'This is Nico. His selfie game is strong af. Excellent use of a sneaky tongue slip. 10/10 star material https://t.co/1OBdJkMOFx', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715220173247131650, 'id_str': '715220173247131650', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Cez49UqWsAIRQXc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cez49UqWsAIRQXc.jpg', 'url': 'https://t.co/1OBdJkMOFx', 'display_url': 'pic.twitter.com/1OBdJkMOFx', 'expanded_url': 'https://twitter.com/dog_rates/status/715220193576927233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715220173247131650, 'id_str': '715220173247131650', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Cez49UqWsAIRQXc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cez49UqWsAIRQXc.jpg', 'url': 'https://t.co/1OBdJkMOFx', 'display_url': 'pic.twitter.com/1OBdJkMOFx', 'expanded_url': 'https://twitter.com/dog_rates/status/715220193576927233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 591, 'favorite_count': 2219, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1215:715200624753819648
{'created_at': 'Wed Mar 30 15:34:51 +0000 2016', 'id': 715200624753819648, 'id_str': '715200624753819648', 'full_text': "This is Michelangelope. He's half coffee cup. Rare af. 12/10 would hug until someone stopped me https://t.co/tvVDY0G911", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715200615434031105, 'id_str': '715200615434031105', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CeznK6IWEAEFUPq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeznK6IWEAEFUPq.jpg', 'url': 'https://t.co/tvVDY0G911', 'display_url': 'pic.twitter.com/tvVDY0G911', 'expanded_url': 'https://twitter.com/dog_rates/status/715200624753819648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715200615434031105, 'id_str': '715200615434031105', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CeznK6IWEAEFUPq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeznK6IWEAEFUPq.jpg', 'url': 'https://t.co/tvVDY0G911', 'display_url': 'pic.twitter.com/tvVDY0G911', 'expanded_url': 'https://twitter.com/dog_rates/status/715200624753819648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1689, 'favorite_count': 4763, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1216:715009755312439296
{'created_at': 'Wed Mar 30 02:56:24 +0000 2016', 'id': 715009755312439296, 'id_str': '715009755312439296', 'full_text': "This is Siba. She's remarkably mobile. Very sleepy as well. 12/10 would happily transport https://t.co/TjnI33RE1i", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 715009744965120000, 'id_str': '715009744965120000', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/Cew5kyOWsAA8Y_o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cew5kyOWsAA8Y_o.jpg', 'url': 'https://t.co/TjnI33RE1i', 'display_url': 'pic.twitter.com/TjnI33RE1i', 'expanded_url': 'https://twitter.com/dog_rates/status/715009755312439296/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 915, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 648, 'h': 680, 'resize': 'fit'}, 'large': {'w': 915, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 715009744965120000, 'id_str': '715009744965120000', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/Cew5kyOWsAA8Y_o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cew5kyOWsAA8Y_o.jpg', 'url': 'https://t.co/TjnI33RE1i', 'display_url': 'pic.twitter.com/TjnI33RE1i', 'expanded_url': 'https://twitter.com/dog_rates/status/715009755312439296/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 915, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 648, 'h': 680, 'resize': 'fit'}, 'large': {'w': 915, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1107, 'favorite_count': 3825, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1217:714982300363173890
{'created_at': 'Wed Mar 30 01:07:18 +0000 2016', 'id': 714982300363173890, 'id_str': '714982300363173890', 'full_text': 'This is Calbert. He forgot to clear his Google search history. 9/10 rookie mistake Calbert https://t.co/jRm5J3YCmj', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714982297112612864, 'id_str': '714982297112612864', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CewgnHAXEAAdbld.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CewgnHAXEAAdbld.jpg', 'url': 'https://t.co/jRm5J3YCmj', 'display_url': 'pic.twitter.com/jRm5J3YCmj', 'expanded_url': 'https://twitter.com/dog_rates/status/714982300363173890/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 629, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 629, 'resize': 'fit'}, 'small': {'w': 640, 'h': 629, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714982297112612864, 'id_str': '714982297112612864', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CewgnHAXEAAdbld.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CewgnHAXEAAdbld.jpg', 'url': 'https://t.co/jRm5J3YCmj', 'display_url': 'pic.twitter.com/jRm5J3YCmj', 'expanded_url': 'https://twitter.com/dog_rates/status/714982300363173890/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 629, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 629, 'resize': 'fit'}, 'small': {'w': 640, 'h': 629, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 937, 'favorite_count': 3439, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1218:714962719905021952
{'created_at': 'Tue Mar 29 23:49:30 +0000 2016', 'id': 714962719905021952, 'id_str': '714962719905021952', 'full_text': "Just in case anyone's having a bad day. 12/10 would bounce with https://t.co/T9sgP9ttnQ", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/T9sgP9ttnQ', 'expanded_url': 'https://vine.co/v/inVtemLt9tE', 'display_url': 'vine.co/v/inVtemLt9tE', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3847, 'favorite_count': 6762, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1219:714957620017307648
{'created_at': 'Tue Mar 29 23:29:14 +0000 2016', 'id': 714957620017307648, 'id_str': '714957620017307648', 'full_text': "This is Curtis. He's an Albino Haberdasher. Terrified of dandelions. They really spook him up. 10/10 it'll be ok pup https://t.co/s8YcfZrWhK", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714957616947052546, 'id_str': '714957616947052546', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CewKKiOWwAIe3pR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CewKKiOWwAIe3pR.jpg', 'url': 'https://t.co/s8YcfZrWhK', 'display_url': 'pic.twitter.com/s8YcfZrWhK', 'expanded_url': 'https://twitter.com/dog_rates/status/714957620017307648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714957616947052546, 'id_str': '714957616947052546', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CewKKiOWwAIe3pR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CewKKiOWwAIe3pR.jpg', 'url': 'https://t.co/s8YcfZrWhK', 'display_url': 'pic.twitter.com/s8YcfZrWhK', 'expanded_url': 'https://twitter.com/dog_rates/status/714957620017307648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1284, 'favorite_count': 3824, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1220:714631576617938945
{'created_at': 'Tue Mar 29 01:53:39 +0000 2016', 'id': 714631576617938945, 'id_str': '714631576617938945', 'full_text': "This is Benedict. He's a feisty pup. Needs a brushing. Portable af. Looks very angry actually. 4/10 might not pet https://t.co/3oeFfHjv0Z", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714631568564813824, 'id_str': '714631568564813824', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CerhoBWWAAA5eLL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CerhoBWWAAA5eLL.jpg', 'url': 'https://t.co/3oeFfHjv0Z', 'display_url': 'pic.twitter.com/3oeFfHjv0Z', 'expanded_url': 'https://twitter.com/dog_rates/status/714631576617938945/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714631568564813824, 'id_str': '714631568564813824', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CerhoBWWAAA5eLL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CerhoBWWAAA5eLL.jpg', 'url': 'https://t.co/3oeFfHjv0Z', 'display_url': 'pic.twitter.com/3oeFfHjv0Z', 'expanded_url': 'https://twitter.com/dog_rates/status/714631576617938945/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 900, 'favorite_count': 3021, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1221:714606013974974464
{'created_at': 'Tue Mar 29 00:12:05 +0000 2016', 'id': 714606013974974464, 'id_str': '714606013974974464', 'full_text': 'Here are two lil cuddly puppers. Both 12/10 would snug like so much https://t.co/zO4eb7C4tG', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714606006421028867, 'id_str': '714606006421028867', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CerKYG8WAAM1aE-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CerKYG8WAAM1aE-.jpg', 'url': 'https://t.co/zO4eb7C4tG', 'display_url': 'pic.twitter.com/zO4eb7C4tG', 'expanded_url': 'https://twitter.com/dog_rates/status/714606013974974464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 781, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 781, 'resize': 'fit'}, 'small': {'w': 680, 'h': 519, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714606006421028867, 'id_str': '714606006421028867', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CerKYG8WAAM1aE-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CerKYG8WAAM1aE-.jpg', 'url': 'https://t.co/zO4eb7C4tG', 'display_url': 'pic.twitter.com/zO4eb7C4tG', 'expanded_url': 'https://twitter.com/dog_rates/status/714606013974974464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 781, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 781, 'resize': 'fit'}, 'small': {'w': 680, 'h': 519, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 834, 'favorite_count': 3352, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1222:714485234495041536
{'created_at': 'Mon Mar 28 16:12:09 +0000 2016', 'id': 714485234495041536, 'id_str': '714485234495041536', 'full_text': 'This is Blitz. He screams. 10/10 (vid by @yeaahliv) https://t.co/MfW2aym5UF', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/MfW2aym5UF', 'expanded_url': 'https://vine.co/v/iDrOvVqq0A6', 'display_url': 'vine.co/v/iDrOvVqq0A6', 'indices': [52, 75]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1013, 'favorite_count': 2462, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1223:714258258790387713
{'created_at': 'Mon Mar 28 01:10:13 +0000 2016', 'id': 714258258790387713, 'id_str': '714258258790387713', 'full_text': "Meet Travis and Flurp. Travis is pretty chill but Flurp can't lie down properly. 10/10 & 8/10\nget it together Flurp https://t.co/Akzl5ynMmE", 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714258253283213313, 'id_str': '714258253283213313', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CemOGNjWQAEoN7R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CemOGNjWQAEoN7R.jpg', 'url': 'https://t.co/Akzl5ynMmE', 'display_url': 'pic.twitter.com/Akzl5ynMmE', 'expanded_url': 'https://twitter.com/dog_rates/status/714258258790387713/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 666, 'h': 699, 'resize': 'fit'}, 'medium': {'w': 666, 'h': 699, 'resize': 'fit'}, 'small': {'w': 648, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714258253283213313, 'id_str': '714258253283213313', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CemOGNjWQAEoN7R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CemOGNjWQAEoN7R.jpg', 'url': 'https://t.co/Akzl5ynMmE', 'display_url': 'pic.twitter.com/Akzl5ynMmE', 'expanded_url': 'https://twitter.com/dog_rates/status/714258258790387713/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 666, 'h': 699, 'resize': 'fit'}, 'medium': {'w': 666, 'h': 699, 'resize': 'fit'}, 'small': {'w': 648, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 672, 'favorite_count': 2828, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1224:714251586676113411
{'created_at': 'Mon Mar 28 00:43:43 +0000 2016', 'id': 714251586676113411, 'id_str': '714251586676113411', 'full_text': 'This is Thumas. He hates potted plants. 8/10 wtf Thumas https://t.co/rDVueNIcEi', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714251577813504000, 'id_str': '714251577813504000', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CemIBpfWEAA-TV9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CemIBpfWEAA-TV9.jpg', 'url': 'https://t.co/rDVueNIcEi', 'display_url': 'pic.twitter.com/rDVueNIcEi', 'expanded_url': 'https://twitter.com/dog_rates/status/714251586676113411/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 537, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'large': {'w': 720, 'h': 537, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714251577813504000, 'id_str': '714251577813504000', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CemIBpfWEAA-TV9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CemIBpfWEAA-TV9.jpg', 'url': 'https://t.co/rDVueNIcEi', 'display_url': 'pic.twitter.com/rDVueNIcEi', 'expanded_url': 'https://twitter.com/dog_rates/status/714251586676113411/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 537, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'large': {'w': 720, 'h': 537, 'resize': 'fit'}}}, {'id': 714251578992148484, 'id_str': '714251578992148484', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CemIBt4WwAQqhVV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CemIBt4WwAQqhVV.jpg', 'url': 'https://t.co/rDVueNIcEi', 'display_url': 'pic.twitter.com/rDVueNIcEi', 'expanded_url': 'https://twitter.com/dog_rates/status/714251586676113411/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 537, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'large': {'w': 720, 'h': 537, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 762, 'favorite_count': 3033, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1225:714214115368108032
{'created_at': 'Sun Mar 27 22:14:49 +0000 2016', 'id': 714214115368108032, 'id_str': '714214115368108032', 'full_text': 'Happy Easter from the squad! 🐇🐶 13/10 for all https://t.co/YMx4KWJUAB', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714214106660741120, 'id_str': '714214106660741120', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/Cell8ikWIAACCJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cell8ikWIAACCJ-.jpg', 'url': 'https://t.co/YMx4KWJUAB', 'display_url': 'pic.twitter.com/YMx4KWJUAB', 'expanded_url': 'https://twitter.com/dog_rates/status/714214115368108032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 535, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 806, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 806, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714214106660741120, 'id_str': '714214106660741120', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/Cell8ikWIAACCJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cell8ikWIAACCJ-.jpg', 'url': 'https://t.co/YMx4KWJUAB', 'display_url': 'pic.twitter.com/YMx4KWJUAB', 'expanded_url': 'https://twitter.com/dog_rates/status/714214115368108032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 535, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 806, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 806, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 802, 'favorite_count': 2118, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1226:714141408463036416
{'created_at': 'Sun Mar 27 17:25:54 +0000 2016', 'id': 714141408463036416, 'id_str': '714141408463036416', 'full_text': "I know we only rate dogs, but since it's Easter I guess we could rate a bunny for a change. 10/10 petable as hell https://t.co/O2RlKXigHu", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 714141403652231168, 'id_str': '714141403652231168', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cekj0qwXEAAHcS6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cekj0qwXEAAHcS6.jpg', 'url': 'https://t.co/O2RlKXigHu', 'display_url': 'pic.twitter.com/O2RlKXigHu', 'expanded_url': 'https://twitter.com/dog_rates/status/714141408463036416/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 792, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 644, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 792, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 714141403652231168, 'id_str': '714141403652231168', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cekj0qwXEAAHcS6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cekj0qwXEAAHcS6.jpg', 'url': 'https://t.co/O2RlKXigHu', 'display_url': 'pic.twitter.com/O2RlKXigHu', 'expanded_url': 'https://twitter.com/dog_rates/status/714141408463036416/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 792, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 644, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 792, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1285, 'favorite_count': 4011, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1227:713919462244790272
{'created_at': 'Sun Mar 27 02:43:58 +0000 2016', 'id': 713919462244790272, 'id_str': '713919462244790272', 'full_text': "This is Kanu. He's a Freckled Ticonderoga. Simply flawless. 12/10 would perform an elaborate heist to capture https://t.co/7vyAzIURrE", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 713919455693287424, 'id_str': '713919455693287424', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CehZ9mLWsAAsn28.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CehZ9mLWsAAsn28.jpg', 'url': 'https://t.co/7vyAzIURrE', 'display_url': 'pic.twitter.com/7vyAzIURrE', 'expanded_url': 'https://twitter.com/dog_rates/status/713919462244790272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 713919455693287424, 'id_str': '713919455693287424', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CehZ9mLWsAAsn28.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CehZ9mLWsAAsn28.jpg', 'url': 'https://t.co/7vyAzIURrE', 'display_url': 'pic.twitter.com/7vyAzIURrE', 'expanded_url': 'https://twitter.com/dog_rates/status/713919462244790272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 724, 'favorite_count': 3051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1228:713909862279876608
{'created_at': 'Sun Mar 27 02:05:49 +0000 2016', 'id': 713909862279876608, 'id_str': '713909862279876608', 'full_text': 'This is Doug. His nose is legendary af. 12/10 (vid by @probably_trey) https://t.co/7IWKfbfihS', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Probably_trey', 'name': 'Probablytrey', 'id': 1463245245164843010, 'id_str': '1463245245164843010', 'indices': [54, 68]}], 'urls': [{'url': 'https://t.co/7IWKfbfihS', 'expanded_url': 'https://vine.co/v/iDWlapaXWmm', 'display_url': 'vine.co/v/iDWlapaXWmm', 'indices': [70, 93]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 486, 'favorite_count': 1754, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1229:713900603437621249
{'created_at': 'Sun Mar 27 01:29:02 +0000 2016', 'id': 713900603437621249, 'id_str': '713900603437621249', 'full_text': "Happy Saturday here's 9 puppers on a bench. 99/90 good work everybody https://t.co/mpvaVxKmc1", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 713900595745275905, 'id_str': '713900595745275905', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CehIzzZWQAEyHH5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CehIzzZWQAEyHH5.jpg', 'url': 'https://t.co/mpvaVxKmc1', 'display_url': 'pic.twitter.com/mpvaVxKmc1', 'expanded_url': 'https://twitter.com/dog_rates/status/713900603437621249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 486, 'resize': 'fit'}, 'small': {'w': 680, 'h': 441, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 486, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 713900595745275905, 'id_str': '713900595745275905', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CehIzzZWQAEyHH5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CehIzzZWQAEyHH5.jpg', 'url': 'https://t.co/mpvaVxKmc1', 'display_url': 'pic.twitter.com/mpvaVxKmc1', 'expanded_url': 'https://twitter.com/dog_rates/status/713900603437621249/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 486, 'resize': 'fit'}, 'small': {'w': 680, 'h': 441, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 486, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 665, 'favorite_count': 2625, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1230:713761197720473600
{'created_at': 'Sat Mar 26 16:15:05 +0000 2016', 'id': 713761197720473600, 'id_str': '713761197720473600', 'full_text': 'This is Piper. She would really like that tennis ball core. Super sneaky tongue slip. 12/10 precious af https://t.co/QP6GHi5az9', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 713761188442677248, 'id_str': '713761188442677248', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CefKBOuWIAAIlKD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CefKBOuWIAAIlKD.jpg', 'url': 'https://t.co/QP6GHi5az9', 'display_url': 'pic.twitter.com/QP6GHi5az9', 'expanded_url': 'https://twitter.com/dog_rates/status/713761197720473600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 713761188442677248, 'id_str': '713761188442677248', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CefKBOuWIAAIlKD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CefKBOuWIAAIlKD.jpg', 'url': 'https://t.co/QP6GHi5az9', 'display_url': 'pic.twitter.com/QP6GHi5az9', 'expanded_url': 'https://twitter.com/dog_rates/status/713761197720473600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}, {'id': 713761188446932992, 'id_str': '713761188446932992', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CefKBOvXEAAC6Hc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CefKBOvXEAAC6Hc.jpg', 'url': 'https://t.co/QP6GHi5az9', 'display_url': 'pic.twitter.com/QP6GHi5az9', 'expanded_url': 'https://twitter.com/dog_rates/status/713761197720473600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1244, 'favorite_count': 4475, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1231:713411074226274305
{'created_at': 'Fri Mar 25 17:03:49 +0000 2016', 'id': 713411074226274305, 'id_str': '713411074226274305', 'full_text': 'Here we see an extremely rare Bearded Floofmallow. Only a few left in the wild. 11/10 would pet with a purpose https://t.co/jVJJKlPbvq', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 713411058820460546, 'id_str': '713411058820460546', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CeaLlAPUMAIcC7U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeaLlAPUMAIcC7U.jpg', 'url': 'https://t.co/jVJJKlPbvq', 'display_url': 'pic.twitter.com/jVJJKlPbvq', 'expanded_url': 'https://twitter.com/dog_rates/status/713411074226274305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 713411058820460546, 'id_str': '713411058820460546', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CeaLlAPUMAIcC7U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeaLlAPUMAIcC7U.jpg', 'url': 'https://t.co/jVJJKlPbvq', 'display_url': 'pic.twitter.com/jVJJKlPbvq', 'expanded_url': 'https://twitter.com/dog_rates/status/713411074226274305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1190, 'favorite_count': 4104, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1232:713177543487135744
{'created_at': 'Fri Mar 25 01:35:51 +0000 2016', 'id': 713177543487135744, 'id_str': '713177543487135744', 'full_text': "This is Lance. Lance doesn't give a shit. 10/10 we should all be more like Lance https://t.co/SqnG9Ap28J", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 713177538751774721, 'id_str': '713177538751774721', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeW3MWMWQAEOMbq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeW3MWMWQAEOMbq.jpg', 'url': 'https://t.co/SqnG9Ap28J', 'display_url': 'pic.twitter.com/SqnG9Ap28J', 'expanded_url': 'https://twitter.com/dog_rates/status/713177543487135744/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 713177538751774721, 'id_str': '713177538751774721', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeW3MWMWQAEOMbq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeW3MWMWQAEOMbq.jpg', 'url': 'https://t.co/SqnG9Ap28J', 'display_url': 'pic.twitter.com/SqnG9Ap28J', 'expanded_url': 'https://twitter.com/dog_rates/status/713177543487135744/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2600, 'favorite_count': 6664, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1233:713175907180089344
{'created_at': 'Fri Mar 25 01:29:21 +0000 2016', 'id': 713175907180089344, 'id_str': '713175907180089344', 'full_text': 'Say hello to Opie and Clarkus. Clarkus fell asleep so Opie buried him. Ruthless af 10/10 for both https://t.co/xT7XaY4gnW', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 713175901853319168, 'id_str': '713175901853319168', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CeW1tERWAAAA9Q2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeW1tERWAAAA9Q2.jpg', 'url': 'https://t.co/xT7XaY4gnW', 'display_url': 'pic.twitter.com/xT7XaY4gnW', 'expanded_url': 'https://twitter.com/dog_rates/status/713175907180089344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 713175901853319168, 'id_str': '713175901853319168', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CeW1tERWAAAA9Q2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeW1tERWAAAA9Q2.jpg', 'url': 'https://t.co/xT7XaY4gnW', 'display_url': 'pic.twitter.com/xT7XaY4gnW', 'expanded_url': 'https://twitter.com/dog_rates/status/713175907180089344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1336, 'favorite_count': 4099, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1234:712809025985978368
{'created_at': 'Thu Mar 24 01:11:29 +0000 2016', 'id': 712809025985978368, 'id_str': '712809025985978368', 'full_text': 'This is Stubert. He just arrived. 10/10 https://t.co/HVGs5aAKAn', 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712809014606827520, 'id_str': '712809014606827520', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'url': 'https://t.co/HVGs5aAKAn', 'display_url': 'pic.twitter.com/HVGs5aAKAn', 'expanded_url': 'https://twitter.com/dog_rates/status/712809025985978368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712809014606827520, 'id_str': '712809014606827520', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeRoBaxWEAABi0X.jpg', 'url': 'https://t.co/HVGs5aAKAn', 'display_url': 'pic.twitter.com/HVGs5aAKAn', 'expanded_url': 'https://twitter.com/dog_rates/status/712809025985978368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6103, 'favorite_count': 17590, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1235:712717840512598017
{'created_at': 'Wed Mar 23 19:09:09 +0000 2016', 'id': 712717840512598017, 'id_str': '712717840512598017', 'full_text': "Please don't send in any more polar bears. We only rate dogs. Thank you... 10/10 https://t.co/83RGhdIQz2", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712717831029202944, 'id_str': '712717831029202944', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeQVF1eVIAAJaTv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeQVF1eVIAAJaTv.jpg', 'url': 'https://t.co/83RGhdIQz2', 'display_url': 'pic.twitter.com/83RGhdIQz2', 'expanded_url': 'https://twitter.com/dog_rates/status/712717840512598017/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 791, 'h': 763, 'resize': 'fit'}, 'large': {'w': 791, 'h': 763, 'resize': 'fit'}, 'small': {'w': 680, 'h': 656, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712717831029202944, 'id_str': '712717831029202944', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeQVF1eVIAAJaTv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeQVF1eVIAAJaTv.jpg', 'url': 'https://t.co/83RGhdIQz2', 'display_url': 'pic.twitter.com/83RGhdIQz2', 'expanded_url': 'https://twitter.com/dog_rates/status/712717840512598017/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 791, 'h': 763, 'resize': 'fit'}, 'large': {'w': 791, 'h': 763, 'resize': 'fit'}, 'small': {'w': 680, 'h': 656, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4520, 'favorite_count': 11351, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1236:712668654853337088
{'created_at': 'Wed Mar 23 15:53:42 +0000 2016', 'id': 712668654853337088, 'id_str': '712668654853337088', 'full_text': 'Say hello to Sunny and Roxy. They pull things out of water together. 10/10 for both https://t.co/88aedAmxcl', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712668618841042948, 'id_str': '712668618841042948', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CePoVTyWsAQEz1g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CePoVTyWsAQEz1g.jpg', 'url': 'https://t.co/88aedAmxcl', 'display_url': 'pic.twitter.com/88aedAmxcl', 'expanded_url': 'https://twitter.com/dog_rates/status/712668654853337088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 554, 'resize': 'fit'}, 'small': {'w': 574, 'h': 554, 'resize': 'fit'}, 'large': {'w': 574, 'h': 554, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712668618841042948, 'id_str': '712668618841042948', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CePoVTyWsAQEz1g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CePoVTyWsAQEz1g.jpg', 'url': 'https://t.co/88aedAmxcl', 'display_url': 'pic.twitter.com/88aedAmxcl', 'expanded_url': 'https://twitter.com/dog_rates/status/712668654853337088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 554, 'resize': 'fit'}, 'small': {'w': 574, 'h': 554, 'resize': 'fit'}, 'large': {'w': 574, 'h': 554, 'resize': 'fit'}}}, {'id': 712668618975232002, 'id_str': '712668618975232002', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CePoVUSWQAIDpH-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CePoVUSWQAIDpH-.jpg', 'url': 'https://t.co/88aedAmxcl', 'display_url': 'pic.twitter.com/88aedAmxcl', 'expanded_url': 'https://twitter.com/dog_rates/status/712668654853337088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 541, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 723, 'resize': 'fit'}, 'large': {'w': 575, 'h': 723, 'resize': 'fit'}}}, {'id': 712668619046576129, 'id_str': '712668619046576129', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CePoVUjW4AEgDkw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CePoVUjW4AEgDkw.jpg', 'url': 'https://t.co/88aedAmxcl', 'display_url': 'pic.twitter.com/88aedAmxcl', 'expanded_url': 'https://twitter.com/dog_rates/status/712668654853337088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 726, 'resize': 'fit'}, 'small': {'w': 539, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 726, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1102, 'favorite_count': 3836, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1237:712438159032893441
{'created_at': 'Wed Mar 23 00:37:48 +0000 2016', 'id': 712438159032893441, 'id_str': '712438159032893441', 'full_text': "This is Kane. He's a semi-submerged Haitian Huffleplop. Happy af. Sick waterfall. 11/10 would pat head approvingly https://t.co/7zjEC501Ul", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712438152884043776, 'id_str': '712438152884043776', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CeMWubMWwAA6GwF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeMWubMWwAA6GwF.jpg', 'url': 'https://t.co/7zjEC501Ul', 'display_url': 'pic.twitter.com/7zjEC501Ul', 'expanded_url': 'https://twitter.com/dog_rates/status/712438159032893441/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712438152884043776, 'id_str': '712438152884043776', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CeMWubMWwAA6GwF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeMWubMWwAA6GwF.jpg', 'url': 'https://t.co/7zjEC501Ul', 'display_url': 'pic.twitter.com/7zjEC501Ul', 'expanded_url': 'https://twitter.com/dog_rates/status/712438159032893441/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1422, 'favorite_count': 4917, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1238:712309440758808576
{'created_at': 'Tue Mar 22 16:06:19 +0000 2016', 'id': 712309440758808576, 'id_str': '712309440758808576', 'full_text': 'Reminder that we made our first set of stickers available! All are 12/10 would stick\nUse code "pupper" at checkout🐶\n\nhttps://t.co/kJIMNyMNKV', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/kJIMNyMNKV', 'expanded_url': 'https://twitter.com/stickergrub/status/709919141004595201', 'display_url': 'twitter.com/stickergrub/st…', 'indices': [117, 140]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 709919141004595201, 'quoted_status_id_str': '709919141004595201', 'quoted_status_permalink': {'url': 'https://t.co/kJIMNyMNKV', 'expanded': 'https://twitter.com/stickergrub/status/709919141004595201', 'display': 'twitter.com/stickergrub/st…'}, 'quoted_status': {'created_at': 'Wed Mar 16 01:48:07 +0000 2016', 'id': 709919141004595201, 'id_str': '709919141004595201', 'full_text': "We partnered w/ @dog_rates to bring you the cutest damn stickers you've ever seen.\n\nGet em: https://t.co/Vcz6XVJkNI https://t.co/ZGCRlxf20k", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [16, 26]}], 'urls': [{'url': 'https://t.co/Vcz6XVJkNI', 'expanded_url': 'http://goo.gl/2nWwG7', 'display_url': 'goo.gl/2nWwG7', 'indices': [92, 115]}], 'media': [{'id': 709917749619732480, 'id_str': '709917749619732480', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdoibpXUMAAaVmx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoibpXUMAAaVmx.jpg', 'url': 'https://t.co/ZGCRlxf20k', 'display_url': 'pic.twitter.com/ZGCRlxf20k', 'expanded_url': 'https://twitter.com/stickergrub/status/709919141004595201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709917749619732480, 'id_str': '709917749619732480', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdoibpXUMAAaVmx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoibpXUMAAaVmx.jpg', 'url': 'https://t.co/ZGCRlxf20k', 'display_url': 'pic.twitter.com/ZGCRlxf20k', 'expanded_url': 'https://twitter.com/stickergrub/status/709919141004595201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 709917771560161280, 'id_str': '709917771560161280', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cdoic7GUkAA4fou.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdoic7GUkAA4fou.jpg', 'url': 'https://t.co/ZGCRlxf20k', 'display_url': 'pic.twitter.com/ZGCRlxf20k', 'expanded_url': 'https://twitter.com/stickergrub/status/709919141004595201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 709917791483105280, 'id_str': '709917791483105280', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdoieFUUkAAP_LO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoieFUUkAAP_LO.jpg', 'url': 'https://t.co/ZGCRlxf20k', 'display_url': 'pic.twitter.com/ZGCRlxf20k', 'expanded_url': 'https://twitter.com/stickergrub/status/709919141004595201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 2979337366, 'id_str': '2979337366', 'name': 'StickerGrub', 'screen_name': 'stickergrub', 'location': 'World Wide Shipping ', 'description': 'The head honchos of making things that stick. We produce the perfect printed stickers that satisfy your hunger for high quality.', 'url': 'https://t.co/BWK9WkKMPV', 'entities': {'url': {'urls': [{'url': 'https://t.co/BWK9WkKMPV', 'expanded_url': 'http://www.stickergrub.com', 'display_url': 'stickergrub.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 4711, 'friends_count': 661, 'listed_count': 8, 'created_at': 'Thu Jan 15 03:10:50 +0000 2015', 'favourites_count': 5098, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 5240, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/750005132406890496/5Udb2MgR_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/750005132406890496/5Udb2MgR_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/2979337366/1457908796', 'profile_link_color': 'ABB8C2', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'regular', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 110, 'favorite_count': 483, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 24, 'favorite_count': 222, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1239:712097430750289920
{'created_at': 'Tue Mar 22 02:03:52 +0000 2016', 'id': 712097430750289920, 'id_str': '712097430750289920', 'full_text': "I can't even comprehend how confused this dog must be right now. 10/10 https://t.co/8AGcQ4hIfK", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712097427059306497, 'id_str': '712097427059306497', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CeHg1klW8AE4YOB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHg1klW8AE4YOB.jpg', 'url': 'https://t.co/8AGcQ4hIfK', 'display_url': 'pic.twitter.com/8AGcQ4hIfK', 'expanded_url': 'https://twitter.com/dog_rates/status/712097430750289920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 686, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 686, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 456, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712097427059306497, 'id_str': '712097427059306497', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CeHg1klW8AE4YOB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHg1klW8AE4YOB.jpg', 'url': 'https://t.co/8AGcQ4hIfK', 'display_url': 'pic.twitter.com/8AGcQ4hIfK', 'expanded_url': 'https://twitter.com/dog_rates/status/712097430750289920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 686, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 686, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 456, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 938, 'favorite_count': 3471, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1240:712092745624633345
{'created_at': 'Tue Mar 22 01:45:15 +0000 2016', 'id': 712092745624633345, 'id_str': '712092745624633345', 'full_text': "This is Steven. He's inverted af. Also very helpful. Scans anything you want for free. Takes him a while tho. 7/10 https://t.co/tA0ZiQ7JcG", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712092738334941184, 'id_str': '712092738334941184', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CeHckpuW4AAF7rT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHckpuW4AAF7rT.jpg', 'url': 'https://t.co/tA0ZiQ7JcG', 'display_url': 'pic.twitter.com/tA0ZiQ7JcG', 'expanded_url': 'https://twitter.com/dog_rates/status/712092745624633345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712092738334941184, 'id_str': '712092738334941184', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CeHckpuW4AAF7rT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHckpuW4AAF7rT.jpg', 'url': 'https://t.co/tA0ZiQ7JcG', 'display_url': 'pic.twitter.com/tA0ZiQ7JcG', 'expanded_url': 'https://twitter.com/dog_rates/status/712092745624633345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 814, 'favorite_count': 2716, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1241:712085617388212225
{'created_at': 'Tue Mar 22 01:16:55 +0000 2016', 'id': 712085617388212225, 'id_str': '712085617388212225', 'full_text': 'Say hello to Olive and Ruby. They are best buddies. Both 11/10 \n1 like = 1 buddy https://t.co/yagmFdKlyL', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712085607170883584, 'id_str': '712085607170883584', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeHWFkEWwAAQ53B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHWFkEWwAAQ53B.jpg', 'url': 'https://t.co/yagmFdKlyL', 'display_url': 'pic.twitter.com/yagmFdKlyL', 'expanded_url': 'https://twitter.com/dog_rates/status/712085617388212225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712085607170883584, 'id_str': '712085607170883584', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeHWFkEWwAAQ53B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHWFkEWwAAQ53B.jpg', 'url': 'https://t.co/yagmFdKlyL', 'display_url': 'pic.twitter.com/yagmFdKlyL', 'expanded_url': 'https://twitter.com/dog_rates/status/712085617388212225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 712085607338680320, 'id_str': '712085607338680320', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeHWFksXIAAyypp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHWFksXIAAyypp.jpg', 'url': 'https://t.co/yagmFdKlyL', 'display_url': 'pic.twitter.com/yagmFdKlyL', 'expanded_url': 'https://twitter.com/dog_rates/status/712085617388212225/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 712085611776241664, 'id_str': '712085611776241664', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CeHWF1OW8AAS6tM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHWF1OW8AAS6tM.jpg', 'url': 'https://t.co/yagmFdKlyL', 'display_url': 'pic.twitter.com/yagmFdKlyL', 'expanded_url': 'https://twitter.com/dog_rates/status/712085617388212225/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 438, 'favorite_count': 3021, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1242:712065007010385924
{'created_at': 'Mon Mar 21 23:55:01 +0000 2016', 'id': 712065007010385924, 'id_str': '712065007010385924', 'full_text': "This is Chester. He's clearly in charge of the other dogs. Weird ass paws. Not fit for fetch. 6/10 would still pet https://t.co/o2GvskrhHt", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 712064997715791875, 'id_str': '712064997715791875', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CeHDV73W0AM5Cf8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHDV73W0AM5Cf8.jpg', 'url': 'https://t.co/o2GvskrhHt', 'display_url': 'pic.twitter.com/o2GvskrhHt', 'expanded_url': 'https://twitter.com/dog_rates/status/712065007010385924/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 573, 'h': 1023, 'resize': 'fit'}, 'medium': {'w': 573, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 712064997715791875, 'id_str': '712064997715791875', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CeHDV73W0AM5Cf8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeHDV73W0AM5Cf8.jpg', 'url': 'https://t.co/o2GvskrhHt', 'display_url': 'pic.twitter.com/o2GvskrhHt', 'expanded_url': 'https://twitter.com/dog_rates/status/712065007010385924/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}, 'large': {'w': 573, 'h': 1023, 'resize': 'fit'}, 'medium': {'w': 573, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 570, 'favorite_count': 2080, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1243:711998809858043904
{'created_at': 'Mon Mar 21 19:31:59 +0000 2016', 'id': 711998809858043904, 'id_str': '711998809858043904', 'full_text': 'RT @twitter: @dog_rates Awesome Tweet! 12/10. Would Retweet. #LoveTwitter https://t.co/j6FQGhxYuN', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [{'text': 'LoveTwitter', 'indices': [61, 73]}], 'symbols': [], 'user_mentions': [{'screen_name': 'Twitter', 'name': 'Twitter', 'id': 783214, 'id_str': '783214', 'indices': [3, 11]}, {'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [13, 23]}], 'urls': [], 'media': [{'id': 711998175234510848, 'id_str': '711998175234510848', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'url': 'https://t.co/j6FQGhxYuN', 'display_url': 'pic.twitter.com/j6FQGhxYuN', 'expanded_url': 'https://twitter.com/twitter/status/711998279773347841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 648, 'h': 648, 'resize': 'fit'}, 'medium': {'w': 648, 'h': 648, 'resize': 'fit'}, 'large': {'w': 648, 'h': 648, 'resize': 'fit'}}, 'source_status_id': 711998279773347841, 'source_status_id_str': '711998279773347841', 'source_user_id': 783214, 'source_user_id_str': '783214'}]}, 'extended_entities': {'media': [{'id': 711998175234510848, 'id_str': '711998175234510848', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'url': 'https://t.co/j6FQGhxYuN', 'display_url': 'pic.twitter.com/j6FQGhxYuN', 'expanded_url': 'https://twitter.com/twitter/status/711998279773347841/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 648, 'h': 648, 'resize': 'fit'}, 'medium': {'w': 648, 'h': 648, 'resize': 'fit'}, 'large': {'w': 648, 'h': 648, 'resize': 'fit'}}, 'source_status_id': 711998279773347841, 'source_status_id_str': '711998279773347841', 'source_user_id': 783214, 'source_user_id_str': '783214', 'video_info': {'aspect_ratio': [1, 1], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CeGGkWuUUAAYWU1.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Mon Mar 21 19:29:52 +0000 2016', 'id': 711998279773347841, 'id_str': '711998279773347841', 'full_text': '@dog_rates Awesome Tweet! 12/10. Would Retweet. #LoveTwitter https://t.co/j6FQGhxYuN', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [{'text': 'LoveTwitter', 'indices': [48, 60]}], 'symbols': [], 'user_mentions': [{'screen_name': 'dog_rates', 'name': 'WeRateDogs®', 'id': 4196983835, 'id_str': '4196983835', 'indices': [0, 10]}], 'urls': [], 'media': [{'id': 711998175234510848, 'id_str': '711998175234510848', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'url': 'https://t.co/j6FQGhxYuN', 'display_url': 'pic.twitter.com/j6FQGhxYuN', 'expanded_url': 'https://twitter.com/twitter/status/711998279773347841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 648, 'h': 648, 'resize': 'fit'}, 'medium': {'w': 648, 'h': 648, 'resize': 'fit'}, 'large': {'w': 648, 'h': 648, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711998175234510848, 'id_str': '711998175234510848', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeGGkWuUUAAYWU1.jpg', 'url': 'https://t.co/j6FQGhxYuN', 'display_url': 'pic.twitter.com/j6FQGhxYuN', 'expanded_url': 'https://twitter.com/twitter/status/711998279773347841/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 648, 'h': 648, 'resize': 'fit'}, 'medium': {'w': 648, 'h': 648, 'resize': 'fit'}, 'large': {'w': 648, 'h': 648, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CeGGkWuUUAAYWU1.mp4'}]}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': 711973066037972992, 'in_reply_to_status_id_str': '711973066037972992', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 783214, 'id_str': '783214', 'name': 'Twitter', 'screen_name': 'Twitter', 'location': 'everywhere', 'description': "What's happening?!", 'url': 'https://t.co/DAtOo6uuHk', 'entities': {'url': {'urls': [{'url': 'https://t.co/DAtOo6uuHk', 'expanded_url': 'https://about.twitter.com/', 'display_url': 'about.twitter.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 62002989, 'friends_count': 0, 'listed_count': 87585, 'created_at': 'Tue Feb 20 14:35:54 +0000 2007', 'favourites_count': 6229, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15010, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'ACDED6', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme18/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme18/bg.gif', 'profile_background_tile': True, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1488548719062654976/u6qfBBkF_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1488548719062654976/u6qfBBkF_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/783214/1646075315', 'profile_link_color': '1B95E0', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'F6F6F6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': True, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'regular', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 122, 'favorite_count': 863, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 122, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1244:711968124745228288
{'created_at': 'Mon Mar 21 17:30:03 +0000 2016', 'id': 711968124745228288, 'id_str': '711968124745228288', 'full_text': "Meet Winston. He's trapped in a cup of coffee. Poor pupper. 10/10 someone free him https://t.co/2e6cUtKUuc", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711968119305211904, 'id_str': '711968119305211904', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CeFrO3qXEAADRbd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeFrO3qXEAADRbd.jpg', 'url': 'https://t.co/2e6cUtKUuc', 'display_url': 'pic.twitter.com/2e6cUtKUuc', 'expanded_url': 'https://twitter.com/dog_rates/status/711968124745228288/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 558, 'h': 537, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 558, 'h': 537, 'resize': 'fit'}, 'small': {'w': 558, 'h': 537, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711968119305211904, 'id_str': '711968119305211904', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CeFrO3qXEAADRbd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeFrO3qXEAADRbd.jpg', 'url': 'https://t.co/2e6cUtKUuc', 'display_url': 'pic.twitter.com/2e6cUtKUuc', 'expanded_url': 'https://twitter.com/dog_rates/status/711968124745228288/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 558, 'h': 537, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 558, 'h': 537, 'resize': 'fit'}, 'small': {'w': 558, 'h': 537, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2097, 'favorite_count': 7430, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1245:711743778164514816
{'created_at': 'Mon Mar 21 02:38:34 +0000 2016', 'id': 711743778164514816, 'id_str': '711743778164514816', 'full_text': "Meet Roosevelt. He's calculating the best case scenario if he drops out instead of doing math hw. 11/10 relatable af https://t.co/QcSIRDpfVg", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711743773672394752, 'id_str': '711743773672394752', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CeCfMPDW0AAAEUj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeCfMPDW0AAAEUj.jpg', 'url': 'https://t.co/QcSIRDpfVg', 'display_url': 'pic.twitter.com/QcSIRDpfVg', 'expanded_url': 'https://twitter.com/dog_rates/status/711743778164514816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711743773672394752, 'id_str': '711743773672394752', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CeCfMPDW0AAAEUj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeCfMPDW0AAAEUj.jpg', 'url': 'https://t.co/QcSIRDpfVg', 'display_url': 'pic.twitter.com/QcSIRDpfVg', 'expanded_url': 'https://twitter.com/dog_rates/status/711743778164514816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 912, 'favorite_count': 2624, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1246:711732680602345472
{'created_at': 'Mon Mar 21 01:54:29 +0000 2016', 'id': 711732680602345472, 'id_str': '711732680602345472', 'full_text': 'I want to hear the joke this dog was just told. 10/10 https://t.co/1KiuZqqOD4', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711732672607821824, 'id_str': '711732672607821824', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CeCVGEXUIAAgPTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeCVGEXUIAAgPTf.jpg', 'url': 'https://t.co/1KiuZqqOD4', 'display_url': 'pic.twitter.com/1KiuZqqOD4', 'expanded_url': 'https://twitter.com/dog_rates/status/711732680602345472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711732672607821824, 'id_str': '711732672607821824', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CeCVGEXUIAAgPTf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeCVGEXUIAAgPTf.jpg', 'url': 'https://t.co/1KiuZqqOD4', 'display_url': 'pic.twitter.com/1KiuZqqOD4', 'expanded_url': 'https://twitter.com/dog_rates/status/711732680602345472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 711732672612028417, 'id_str': '711732672612028417', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CeCVGEYUUAEmHgN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeCVGEYUUAEmHgN.jpg', 'url': 'https://t.co/1KiuZqqOD4', 'display_url': 'pic.twitter.com/1KiuZqqOD4', 'expanded_url': 'https://twitter.com/dog_rates/status/711732680602345472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 711732672624615424, 'id_str': '711732672624615424', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CeCVGEbUYAASeY4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeCVGEbUYAASeY4.jpg', 'url': 'https://t.co/1KiuZqqOD4', 'display_url': 'pic.twitter.com/1KiuZqqOD4', 'expanded_url': 'https://twitter.com/dog_rates/status/711732680602345472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3702, 'favorite_count': 8109, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1247:711694788429553666
{'created_at': 'Sun Mar 20 23:23:54 +0000 2016', 'id': 711694788429553666, 'id_str': '711694788429553666', 'full_text': 'Oh. My. God. 13/10 magical af https://t.co/Ezu6jQrKAZ', 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711694754292109313, 'id_str': '711694754292109313', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'url': 'https://t.co/Ezu6jQrKAZ', 'display_url': 'pic.twitter.com/Ezu6jQrKAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/711694788429553666/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 450, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 340, 'resize': 'fit'}, 'large': {'w': 450, 'h': 340, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711694754292109313, 'id_str': '711694754292109313', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CeBym7oXEAEWbEg.jpg', 'url': 'https://t.co/Ezu6jQrKAZ', 'display_url': 'pic.twitter.com/Ezu6jQrKAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/711694788429553666/photo/1', 'type': 'animated_gif', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 450, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 450, 'h': 340, 'resize': 'fit'}, 'large': {'w': 450, 'h': 340, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [45, 34], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CeBym7oXEAEWbEg.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 16666, 'favorite_count': 30334, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1248:711652651650457602
{'created_at': 'Sun Mar 20 20:36:28 +0000 2016', 'id': 711652651650457602, 'id_str': '711652651650457602', 'full_text': 'This is Gary. He just wanted to say hi. 9/10 very personable pup https://t.co/Sk3CbhmKSW', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711652646256517120, 'id_str': '711652646256517120', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CeBMT6-WIAA7Qqf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeBMT6-WIAA7Qqf.jpg', 'url': 'https://t.co/Sk3CbhmKSW', 'display_url': 'pic.twitter.com/Sk3CbhmKSW', 'expanded_url': 'https://twitter.com/dog_rates/status/711652651650457602/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711652646256517120, 'id_str': '711652646256517120', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CeBMT6-WIAA7Qqf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CeBMT6-WIAA7Qqf.jpg', 'url': 'https://t.co/Sk3CbhmKSW', 'display_url': 'pic.twitter.com/Sk3CbhmKSW', 'expanded_url': 'https://twitter.com/dog_rates/status/711652651650457602/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 822, 'favorite_count': 3558, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1249:711363825979756544
{'created_at': 'Sun Mar 20 01:28:47 +0000 2016', 'id': 711363825979756544, 'id_str': '711363825979756544', 'full_text': '"Please, no puparazzi" 11/10 https://t.co/nJIXSPfedK', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711363817834295296, 'id_str': '711363817834295296', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/media/Cd9Fn5QUMAAYMT4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd9Fn5QUMAAYMT4.jpg', 'url': 'https://t.co/nJIXSPfedK', 'display_url': 'pic.twitter.com/nJIXSPfedK', 'expanded_url': 'https://twitter.com/dog_rates/status/711363825979756544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711363817834295296, 'id_str': '711363817834295296', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/media/Cd9Fn5QUMAAYMT4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd9Fn5QUMAAYMT4.jpg', 'url': 'https://t.co/nJIXSPfedK', 'display_url': 'pic.twitter.com/nJIXSPfedK', 'expanded_url': 'https://twitter.com/dog_rates/status/711363825979756544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 711363818178215936, 'id_str': '711363818178215936', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/media/Cd9Fn6iUAAAmZG0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd9Fn6iUAAAmZG0.jpg', 'url': 'https://t.co/nJIXSPfedK', 'display_url': 'pic.twitter.com/nJIXSPfedK', 'expanded_url': 'https://twitter.com/dog_rates/status/711363825979756544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1020, 'favorite_count': 3333, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1250:711306686208872448
{'created_at': 'Sat Mar 19 21:41:44 +0000 2016', 'id': 711306686208872448, 'id_str': '711306686208872448', 'full_text': "What hooligan sent in pictures w/out a dog in them? Churlish af. 3/10 just bc that's a neat fluffy bean bag chair https://t.co/wcwoGOkZvz", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711306672371847168, 'id_str': '711306672371847168', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cd8Rpl0W0AAN1kU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd8Rpl0W0AAN1kU.jpg', 'url': 'https://t.co/wcwoGOkZvz', 'display_url': 'pic.twitter.com/wcwoGOkZvz', 'expanded_url': 'https://twitter.com/dog_rates/status/711306686208872448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711306672371847168, 'id_str': '711306672371847168', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cd8Rpl0W0AAN1kU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd8Rpl0W0AAN1kU.jpg', 'url': 'https://t.co/wcwoGOkZvz', 'display_url': 'pic.twitter.com/wcwoGOkZvz', 'expanded_url': 'https://twitter.com/dog_rates/status/711306686208872448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 711306672388628480, 'id_str': '711306672388628480', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cd8Rpl4W4AAQPY_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd8Rpl4W4AAQPY_.jpg', 'url': 'https://t.co/wcwoGOkZvz', 'display_url': 'pic.twitter.com/wcwoGOkZvz', 'expanded_url': 'https://twitter.com/dog_rates/status/711306686208872448/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 680, 'favorite_count': 3060, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1251:711008018775851008
{'created_at': 'Sat Mar 19 01:54:56 +0000 2016', 'id': 711008018775851008, 'id_str': '711008018775851008', 'full_text': 'This is Chuckles. He had a balloon but he accidentally let go of it and it floated away. 11/10 hang in there pupper https://t.co/68iNM7B5gW', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 711008011691683840, 'id_str': '711008011691683840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cd4CBQFW8AAY3ND.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd4CBQFW8AAY3ND.jpg', 'url': 'https://t.co/68iNM7B5gW', 'display_url': 'pic.twitter.com/68iNM7B5gW', 'expanded_url': 'https://twitter.com/dog_rates/status/711008018775851008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 711008011691683840, 'id_str': '711008011691683840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cd4CBQFW8AAY3ND.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd4CBQFW8AAY3ND.jpg', 'url': 'https://t.co/68iNM7B5gW', 'display_url': 'pic.twitter.com/68iNM7B5gW', 'expanded_url': 'https://twitter.com/dog_rates/status/711008018775851008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 560, 'favorite_count': 2749, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1252:710997087345876993
{'created_at': 'Sat Mar 19 01:11:29 +0000 2016', 'id': 710997087345876993, 'id_str': '710997087345876993', 'full_text': 'Meet Milo and Amos. They are the best of pals. Both 12/10 would pet at the same time https://t.co/Mv37BHEyyD', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710997081670823936, 'id_str': '710997081670823936', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cd34FClUMAAnvGP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd34FClUMAAnvGP.jpg', 'url': 'https://t.co/Mv37BHEyyD', 'display_url': 'pic.twitter.com/Mv37BHEyyD', 'expanded_url': 'https://twitter.com/dog_rates/status/710997087345876993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710997081670823936, 'id_str': '710997081670823936', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cd34FClUMAAnvGP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd34FClUMAAnvGP.jpg', 'url': 'https://t.co/Mv37BHEyyD', 'display_url': 'pic.twitter.com/Mv37BHEyyD', 'expanded_url': 'https://twitter.com/dog_rates/status/710997087345876993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1267, 'favorite_count': 4227, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1253:710844581445812225
{'created_at': 'Fri Mar 18 15:05:29 +0000 2016', 'id': 710844581445812225, 'id_str': '710844581445812225', 'full_text': "This is Staniel. His selfie game is strong af. 10/10 I'd snapchat with Staniel https://t.co/UgkTw7TKyM", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710844577050206208, 'id_str': '710844577050206208', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cd1tYGmXIAAoW5b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd1tYGmXIAAoW5b.jpg', 'url': 'https://t.co/UgkTw7TKyM', 'display_url': 'pic.twitter.com/UgkTw7TKyM', 'expanded_url': 'https://twitter.com/dog_rates/status/710844581445812225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710844577050206208, 'id_str': '710844577050206208', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cd1tYGmXIAAoW5b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd1tYGmXIAAoW5b.jpg', 'url': 'https://t.co/UgkTw7TKyM', 'display_url': 'pic.twitter.com/UgkTw7TKyM', 'expanded_url': 'https://twitter.com/dog_rates/status/710844581445812225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 614, 'favorite_count': 2357, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1254:710833117892898816
{'created_at': 'Fri Mar 18 14:19:56 +0000 2016', 'id': 710833117892898816, 'id_str': '710833117892898816', 'full_text': "Say hello to Sora. She's an Egyptian Pumpernickel. Mesmerizing af. 12/10 would bring home to mom https://t.co/PmTR4kxZkq", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710833110598848513, 'id_str': '710833110598848513', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cd1i8qvUkAE-Jlr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd1i8qvUkAE-Jlr.jpg', 'url': 'https://t.co/PmTR4kxZkq', 'display_url': 'pic.twitter.com/PmTR4kxZkq', 'expanded_url': 'https://twitter.com/dog_rates/status/710833117892898816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710833110598848513, 'id_str': '710833110598848513', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cd1i8qvUkAE-Jlr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cd1i8qvUkAE-Jlr.jpg', 'url': 'https://t.co/PmTR4kxZkq', 'display_url': 'pic.twitter.com/PmTR4kxZkq', 'expanded_url': 'https://twitter.com/dog_rates/status/710833117892898816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 476, 'favorite_count': 2477, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1255:710658690886586372
{'created_at': 'Fri Mar 18 02:46:49 +0000 2016', 'id': 710658690886586372, 'id_str': '710658690886586372', 'full_text': "Here's a brigade of puppers. All look very prepared for whatever happens next. 80/80 https://t.co/0eb7R1Om12", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710658682619617280, 'id_str': '710658682619617280', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CdzETn4W4AAVU5N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdzETn4W4AAVU5N.jpg', 'url': 'https://t.co/0eb7R1Om12', 'display_url': 'pic.twitter.com/0eb7R1Om12', 'expanded_url': 'https://twitter.com/dog_rates/status/710658690886586372/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 554, 'resize': 'fit'}, 'small': {'w': 680, 'h': 502, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 554, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710658682619617280, 'id_str': '710658682619617280', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CdzETn4W4AAVU5N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdzETn4W4AAVU5N.jpg', 'url': 'https://t.co/0eb7R1Om12', 'display_url': 'pic.twitter.com/0eb7R1Om12', 'expanded_url': 'https://twitter.com/dog_rates/status/710658690886586372/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 554, 'resize': 'fit'}, 'small': {'w': 680, 'h': 502, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 554, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 515, 'favorite_count': 2140, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1256:710609963652087808
{'created_at': 'Thu Mar 17 23:33:12 +0000 2016', 'id': 710609963652087808, 'id_str': '710609963652087808', 'full_text': "I've watched this a million times and you probably will too. 12/10 (vid by @emily_galasso) https://t.co/DU7Rb3NDiy", 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'emily_galasso', 'name': 'emily', 'id': 552875354, 'id_str': '552875354', 'indices': [75, 89]}], 'urls': [{'url': 'https://t.co/DU7Rb3NDiy', 'expanded_url': 'https://vine.co/v/idaTpwH5TgU', 'display_url': 'vine.co/v/idaTpwH5TgU', 'indices': [91, 114]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2162, 'favorite_count': 4443, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1257:710588934686908417
{'created_at': 'Thu Mar 17 22:09:38 +0000 2016', 'id': 710588934686908417, 'id_str': '710588934686908417', 'full_text': "This is Beemo. He's a Chubberflop mix. 12/10 would cross the world for https://t.co/kzMVMU8HBV", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710588915867099136, 'id_str': '710588915867099136', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CdyE2qeWoAAoTz6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdyE2qeWoAAoTz6.jpg', 'url': 'https://t.co/kzMVMU8HBV', 'display_url': 'pic.twitter.com/kzMVMU8HBV', 'expanded_url': 'https://twitter.com/dog_rates/status/710588934686908417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710588915867099136, 'id_str': '710588915867099136', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CdyE2qeWoAAoTz6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdyE2qeWoAAoTz6.jpg', 'url': 'https://t.co/kzMVMU8HBV', 'display_url': 'pic.twitter.com/kzMVMU8HBV', 'expanded_url': 'https://twitter.com/dog_rates/status/710588934686908417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}}}, {'id': 710588915896459265, 'id_str': '710588915896459265', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CdyE2qlWoAE0erY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdyE2qlWoAE0erY.jpg', 'url': 'https://t.co/kzMVMU8HBV', 'display_url': 'pic.twitter.com/kzMVMU8HBV', 'expanded_url': 'https://twitter.com/dog_rates/status/710588934686908417/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 710588916185882624, 'id_str': '710588916185882624', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CdyE2rqW4AArzxc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdyE2rqW4AArzxc.jpg', 'url': 'https://t.co/kzMVMU8HBV', 'display_url': 'pic.twitter.com/kzMVMU8HBV', 'expanded_url': 'https://twitter.com/dog_rates/status/710588934686908417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 760, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 760, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 505, 'h': 680, 'resize': 'fit'}}}, {'id': 710588917842636800, 'id_str': '710588917842636800', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CdyE2x1W8AAe0TG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdyE2x1W8AAe0TG.jpg', 'url': 'https://t.co/kzMVMU8HBV', 'display_url': 'pic.twitter.com/kzMVMU8HBV', 'expanded_url': 'https://twitter.com/dog_rates/status/710588934686908417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1043, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1780, 'h': 2048, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1701, 'favorite_count': 4189, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1258:710296729921429505
{'created_at': 'Thu Mar 17 02:48:31 +0000 2016', 'id': 710296729921429505, 'id_str': '710296729921429505', 'full_text': 'This is Oshie. 12/10 please enjoy (vid by @catherinec1389) https://t.co/VmtzwAuotq', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/VmtzwAuotq', 'expanded_url': 'https://vine.co/v/iw9hUFAMerV', 'display_url': 'vine.co/v/iw9hUFAMerV', 'indices': [59, 82]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 672, 'favorite_count': 2207, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1259:710283270106132480
{'created_at': 'Thu Mar 17 01:55:02 +0000 2016', 'id': 710283270106132480, 'id_str': '710283270106132480', 'full_text': "This is Gunner. He's a Figamus Newton. King of the peek-a-boo. Cool jeans. 11/10 https://t.co/ONuBILIYXZ", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710283263395246080, 'id_str': '710283263395246080', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/Cdtu3WSUMAAFozO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdtu3WSUMAAFozO.jpg', 'url': 'https://t.co/ONuBILIYXZ', 'display_url': 'pic.twitter.com/ONuBILIYXZ', 'expanded_url': 'https://twitter.com/dog_rates/status/710283270106132480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 515, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 759, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 759, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710283263395246080, 'id_str': '710283263395246080', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/Cdtu3WSUMAAFozO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdtu3WSUMAAFozO.jpg', 'url': 'https://t.co/ONuBILIYXZ', 'display_url': 'pic.twitter.com/ONuBILIYXZ', 'expanded_url': 'https://twitter.com/dog_rates/status/710283270106132480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 515, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 759, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 759, 'resize': 'fit'}}}, {'id': 710283263391076352, 'id_str': '710283263391076352', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/Cdtu3WRUkAAsRVx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdtu3WRUkAAsRVx.jpg', 'url': 'https://t.co/ONuBILIYXZ', 'display_url': 'pic.twitter.com/ONuBILIYXZ', 'expanded_url': 'https://twitter.com/dog_rates/status/710283270106132480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 512, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 763, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 763, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 481, 'favorite_count': 2001, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1260:710272297844797440
{'created_at': 'Thu Mar 17 01:11:26 +0000 2016', 'id': 710272297844797440, 'id_str': '710272297844797440', 'full_text': 'We 👏🏻 only 👏🏻 rate 👏🏻 dogs. Pls stop sending in non-canines like this Dutch Panda Worm. This is infuriating. 11/10 https://t.co/odfLzBonG2', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710272293939879938, 'id_str': '710272293939879938', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Cdtk414WoAIUG0v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdtk414WoAIUG0v.jpg', 'url': 'https://t.co/odfLzBonG2', 'display_url': 'pic.twitter.com/odfLzBonG2', 'expanded_url': 'https://twitter.com/dog_rates/status/710272297844797440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710272293939879938, 'id_str': '710272293939879938', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Cdtk414WoAIUG0v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdtk414WoAIUG0v.jpg', 'url': 'https://t.co/odfLzBonG2', 'display_url': 'pic.twitter.com/odfLzBonG2', 'expanded_url': 'https://twitter.com/dog_rates/status/710272297844797440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1145, 'favorite_count': 4156, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1261:710269109699739648
{'created_at': 'Thu Mar 17 00:58:46 +0000 2016', 'id': 710269109699739648, 'id_str': '710269109699739648', 'full_text': "The squad is back for St. Patrick's Day! ☘ 💚\n13/10 for all https://t.co/OcCDb2bng5", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710269104096153601, 'id_str': '710269104096153601', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/Cdth_KyWEAEXH3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdth_KyWEAEXH3u.jpg', 'url': 'https://t.co/OcCDb2bng5', 'display_url': 'pic.twitter.com/OcCDb2bng5', 'expanded_url': 'https://twitter.com/dog_rates/status/710269109699739648/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 535, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 806, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 806, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710269104096153601, 'id_str': '710269104096153601', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/Cdth_KyWEAEXH3u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdth_KyWEAEXH3u.jpg', 'url': 'https://t.co/OcCDb2bng5', 'display_url': 'pic.twitter.com/OcCDb2bng5', 'expanded_url': 'https://twitter.com/dog_rates/status/710269109699739648/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 535, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 806, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 806, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1019, 'favorite_count': 2203, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1262:710153181850935296
{'created_at': 'Wed Mar 16 17:18:07 +0000 2016', 'id': 710153181850935296, 'id_str': '710153181850935296', 'full_text': "This is Lacy. She's tipping her hat to you. Daydreams of her life back on the frontier. 11/10 would pet so well https://t.co/fG5Pk3Et1I", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710153175412543488, 'id_str': '710153175412543488', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cdr4jOyUkAADg73.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdr4jOyUkAADg73.jpg', 'url': 'https://t.co/fG5Pk3Et1I', 'display_url': 'pic.twitter.com/fG5Pk3Et1I', 'expanded_url': 'https://twitter.com/dog_rates/status/710153181850935296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710153175412543488, 'id_str': '710153175412543488', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cdr4jOyUkAADg73.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdr4jOyUkAADg73.jpg', 'url': 'https://t.co/fG5Pk3Et1I', 'display_url': 'pic.twitter.com/fG5Pk3Et1I', 'expanded_url': 'https://twitter.com/dog_rates/status/710153181850935296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 710153175429283840, 'id_str': '710153175429283840', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cdr4jO2UAAAIo6W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdr4jO2UAAAIo6W.jpg', 'url': 'https://t.co/fG5Pk3Et1I', 'display_url': 'pic.twitter.com/fG5Pk3Et1I', 'expanded_url': 'https://twitter.com/dog_rates/status/710153181850935296/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 814, 'favorite_count': 2688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1263:710140971284037632
{'created_at': 'Wed Mar 16 16:29:35 +0000 2016', 'id': 710140971284037632, 'id_str': '710140971284037632', 'full_text': "This is Tater. His underbite is fierce af. Doesn't give a damn about your engagement photo. 8/10 https://t.co/nLuPY3pY12", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710140968360665088, 'id_str': '710140968360665088', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cdrtcr-W4AAqi5H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdrtcr-W4AAqi5H.jpg', 'url': 'https://t.co/nLuPY3pY12', 'display_url': 'pic.twitter.com/nLuPY3pY12', 'expanded_url': 'https://twitter.com/dog_rates/status/710140971284037632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710140968360665088, 'id_str': '710140968360665088', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cdrtcr-W4AAqi5H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdrtcr-W4AAqi5H.jpg', 'url': 'https://t.co/nLuPY3pY12', 'display_url': 'pic.twitter.com/nLuPY3pY12', 'expanded_url': 'https://twitter.com/dog_rates/status/710140971284037632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 807, 'favorite_count': 2526, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1264:710117014656950272
{'created_at': 'Wed Mar 16 14:54:24 +0000 2016', 'id': 710117014656950272, 'id_str': '710117014656950272', 'full_text': "This pupper got her hair chalked for her birthday. Hasn't told her parents yet. Rebellious af. 11/10 very nifty https://t.co/h1OX2mLtxV", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 710117006981341184, 'id_str': '710117006981341184', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CdrXp84WIAA3bWc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdrXp84WIAA3bWc.jpg', 'url': 'https://t.co/h1OX2mLtxV', 'display_url': 'pic.twitter.com/h1OX2mLtxV', 'expanded_url': 'https://twitter.com/dog_rates/status/710117014656950272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 710117006981341184, 'id_str': '710117006981341184', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CdrXp84WIAA3bWc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdrXp84WIAA3bWc.jpg', 'url': 'https://t.co/h1OX2mLtxV', 'display_url': 'pic.twitter.com/h1OX2mLtxV', 'expanded_url': 'https://twitter.com/dog_rates/status/710117014656950272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 710117007136563200, 'id_str': '710117007136563200', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CdrXp9dWoAAcRfn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdrXp9dWoAAcRfn.jpg', 'url': 'https://t.co/h1OX2mLtxV', 'display_url': 'pic.twitter.com/h1OX2mLtxV', 'expanded_url': 'https://twitter.com/dog_rates/status/710117014656950272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 930, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 618, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 930, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1785, 'favorite_count': 5040, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1265:709918798883774466
{'created_at': 'Wed Mar 16 01:46:45 +0000 2016', 'id': 709918798883774466, 'id_str': '709918798883774466', 'full_text': "Meet Watson. He's a Suzuki Tickleboop. Leader of a notorious biker gang. Only one ear functional. 12/10 snuggable af https://t.co/R1gLc5vDqG", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709918790847492096, 'id_str': '709918790847492096', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdojYQPW8AAZiK6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdojYQPW8AAZiK6.jpg', 'url': 'https://t.co/R1gLc5vDqG', 'display_url': 'pic.twitter.com/R1gLc5vDqG', 'expanded_url': 'https://twitter.com/dog_rates/status/709918798883774466/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709918790847492096, 'id_str': '709918790847492096', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdojYQPW8AAZiK6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdojYQPW8AAZiK6.jpg', 'url': 'https://t.co/R1gLc5vDqG', 'display_url': 'pic.twitter.com/R1gLc5vDqG', 'expanded_url': 'https://twitter.com/dog_rates/status/709918798883774466/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 709918790943961088, 'id_str': '709918790943961088', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdojYQmW8AApv4h.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdojYQmW8AApv4h.jpg', 'url': 'https://t.co/R1gLc5vDqG', 'display_url': 'pic.twitter.com/R1gLc5vDqG', 'expanded_url': 'https://twitter.com/dog_rates/status/709918798883774466/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 996, 'favorite_count': 3234, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1266:709901256215666688
{'created_at': 'Wed Mar 16 00:37:03 +0000 2016', 'id': 709901256215666688, 'id_str': '709901256215666688', 'full_text': 'WeRateDogs stickers are here and they\'re 12/10! Use code "puppers" at checkout 🐶🐾\n\nShop now: https://t.co/k5xsufRKYm https://t.co/ShXk46V13r', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/k5xsufRKYm', 'expanded_url': 'http://goo.gl/ArWZfi', 'display_url': 'goo.gl/ArWZfi', 'indices': [93, 116]}], 'media': [{'id': 709901249051754496, 'id_str': '709901249051754496', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdoTbL9WAAACjZK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoTbL9WAAACjZK.jpg', 'url': 'https://t.co/ShXk46V13r', 'display_url': 'pic.twitter.com/ShXk46V13r', 'expanded_url': 'https://twitter.com/dog_rates/status/709901256215666688/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709901249051754496, 'id_str': '709901249051754496', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdoTbL9WAAACjZK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoTbL9WAAACjZK.jpg', 'url': 'https://t.co/ShXk46V13r', 'display_url': 'pic.twitter.com/ShXk46V13r', 'expanded_url': 'https://twitter.com/dog_rates/status/709901256215666688/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}, {'id': 709901249060216832, 'id_str': '709901249060216832', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdoTbL_XIAAitq2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoTbL_XIAAitq2.jpg', 'url': 'https://t.co/ShXk46V13r', 'display_url': 'pic.twitter.com/ShXk46V13r', 'expanded_url': 'https://twitter.com/dog_rates/status/709901256215666688/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}, {'id': 709901249068580864, 'id_str': '709901249068580864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdoTbMBWwAA15mL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoTbMBWwAA15mL.jpg', 'url': 'https://t.co/ShXk46V13r', 'display_url': 'pic.twitter.com/ShXk46V13r', 'expanded_url': 'https://twitter.com/dog_rates/status/709901256215666688/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}, {'id': 709901249886429186, 'id_str': '709901249886429186', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdoTbPEWIAIrMQ0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdoTbPEWIAIrMQ0.jpg', 'url': 'https://t.co/ShXk46V13r', 'display_url': 'pic.twitter.com/ShXk46V13r', 'expanded_url': 'https://twitter.com/dog_rates/status/709901256215666688/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 92, 'favorite_count': 608, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1267:709852847387627521
{'created_at': 'Tue Mar 15 21:24:41 +0000 2016', 'id': 709852847387627521, 'id_str': '709852847387627521', 'full_text': '*lets out a tiny whimper and then collapses* ...12/10 https://t.co/BNdVZEHRow', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709852841964396544, 'id_str': '709852841964396544', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CdnnZhgW4AALVmg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdnnZhgW4AALVmg.jpg', 'url': 'https://t.co/BNdVZEHRow', 'display_url': 'pic.twitter.com/BNdVZEHRow', 'expanded_url': 'https://twitter.com/dog_rates/status/709852847387627521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709852841964396544, 'id_str': '709852841964396544', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CdnnZhgW4AALVmg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdnnZhgW4AALVmg.jpg', 'url': 'https://t.co/BNdVZEHRow', 'display_url': 'pic.twitter.com/BNdVZEHRow', 'expanded_url': 'https://twitter.com/dog_rates/status/709852847387627521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 709852841968533505, 'id_str': '709852841968533505', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CdnnZhhWAAEAoUc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdnnZhhWAAEAoUc.jpg', 'url': 'https://t.co/BNdVZEHRow', 'display_url': 'pic.twitter.com/BNdVZEHRow', 'expanded_url': 'https://twitter.com/dog_rates/status/709852847387627521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 709852841981169664, 'id_str': '709852841981169664', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CdnnZhkW0AAVTlq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdnnZhkW0AAVTlq.jpg', 'url': 'https://t.co/BNdVZEHRow', 'display_url': 'pic.twitter.com/BNdVZEHRow', 'expanded_url': 'https://twitter.com/dog_rates/status/709852847387627521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 514, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 990, 'resize': 'fit'}, 'large': {'w': 749, 'h': 990, 'resize': 'fit'}}}, {'id': 709852842052472832, 'id_str': '709852842052472832', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CdnnZh1W0AAK0LE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdnnZh1W0AAK0LE.jpg', 'url': 'https://t.co/BNdVZEHRow', 'display_url': 'pic.twitter.com/BNdVZEHRow', 'expanded_url': 'https://twitter.com/dog_rates/status/709852847387627521/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1092, 'favorite_count': 3245, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1268:709566166965075968
{'created_at': 'Tue Mar 15 02:25:31 +0000 2016', 'id': 709566166965075968, 'id_str': '709566166965075968', 'full_text': "This is Olaf. He's gotta be rare. Seems sturdy. Tail is floofy af. 12/10 would do whatever it takes to pet https://t.co/E9jaU59bh9", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709566161864826882, 'id_str': '709566161864826882', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Cdjiqi6XIAIUOg-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdjiqi6XIAIUOg-.jpg', 'url': 'https://t.co/E9jaU59bh9', 'display_url': 'pic.twitter.com/E9jaU59bh9', 'expanded_url': 'https://twitter.com/dog_rates/status/709566166965075968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709566161864826882, 'id_str': '709566161864826882', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Cdjiqi6XIAIUOg-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdjiqi6XIAIUOg-.jpg', 'url': 'https://t.co/E9jaU59bh9', 'display_url': 'pic.twitter.com/E9jaU59bh9', 'expanded_url': 'https://twitter.com/dog_rates/status/709566166965075968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1077, 'favorite_count': 3260, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1269:709556954897764353
{'created_at': 'Tue Mar 15 01:48:55 +0000 2016', 'id': 709556954897764353, 'id_str': '709556954897764353', 'full_text': "This is Cecil. She's a Gigglefloof Poofer. Outdoorsy af. One with nature. 12/10 would strategically capture https://t.co/ijJB0DuOIC", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709556945439617027, 'id_str': '709556945439617027', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CdjaSFDW8AMfO0A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdjaSFDW8AMfO0A.jpg', 'url': 'https://t.co/ijJB0DuOIC', 'display_url': 'pic.twitter.com/ijJB0DuOIC', 'expanded_url': 'https://twitter.com/dog_rates/status/709556954897764353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709556945439617027, 'id_str': '709556945439617027', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CdjaSFDW8AMfO0A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdjaSFDW8AMfO0A.jpg', 'url': 'https://t.co/ijJB0DuOIC', 'display_url': 'pic.twitter.com/ijJB0DuOIC', 'expanded_url': 'https://twitter.com/dog_rates/status/709556954897764353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 709556945435361280, 'id_str': '709556945435361280', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CdjaSFCWAAAJZh3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdjaSFCWAAAJZh3.jpg', 'url': 'https://t.co/ijJB0DuOIC', 'display_url': 'pic.twitter.com/ijJB0DuOIC', 'expanded_url': 'https://twitter.com/dog_rates/status/709556954897764353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 709556945968099328, 'id_str': '709556945968099328', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CdjaSHBW8AAiY9l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdjaSHBW8AAiY9l.jpg', 'url': 'https://t.co/ijJB0DuOIC', 'display_url': 'pic.twitter.com/ijJB0DuOIC', 'expanded_url': 'https://twitter.com/dog_rates/status/709556954897764353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 975, 'favorite_count': 3030, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1270:709519240576036864
{'created_at': 'Mon Mar 14 23:19:03 +0000 2016', 'id': 709519240576036864, 'id_str': '709519240576036864', 'full_text': "This is Vince. He's a Gregorian Flapjeck. White spot on legs almost looks like another dog (whoa). 9/10 rad as hell https://t.co/aczGAV2dK4", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709519225661091845, 'id_str': '709519225661091845', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cdi3-f7W8AUOm9T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdi3-f7W8AUOm9T.jpg', 'url': 'https://t.co/aczGAV2dK4', 'display_url': 'pic.twitter.com/aczGAV2dK4', 'expanded_url': 'https://twitter.com/dog_rates/status/709519240576036864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 812, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 539, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 812, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709519225661091845, 'id_str': '709519225661091845', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cdi3-f7W8AUOm9T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdi3-f7W8AUOm9T.jpg', 'url': 'https://t.co/aczGAV2dK4', 'display_url': 'pic.twitter.com/aczGAV2dK4', 'expanded_url': 'https://twitter.com/dog_rates/status/709519240576036864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 812, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 539, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 812, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 219, 'favorite_count': 1388, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1271:709449600415961088
{'created_at': 'Mon Mar 14 18:42:20 +0000 2016', 'id': 709449600415961088, 'id_str': '709449600415961088', 'full_text': "Meet Karma. She's just a head. Lost body during the Second Punic War (unfortunate). Loves to travel 10/10 petable af https://t.co/c6af6nYEPo", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709449595638706176, 'id_str': '709449595638706176', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cdh4pf4W8AAolPJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdh4pf4W8AAolPJ.jpg', 'url': 'https://t.co/c6af6nYEPo', 'display_url': 'pic.twitter.com/c6af6nYEPo', 'expanded_url': 'https://twitter.com/dog_rates/status/709449600415961088/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 639, 'h': 792, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 792, 'resize': 'fit'}, 'small': {'w': 549, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709449595638706176, 'id_str': '709449595638706176', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cdh4pf4W8AAolPJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdh4pf4W8AAolPJ.jpg', 'url': 'https://t.co/c6af6nYEPo', 'display_url': 'pic.twitter.com/c6af6nYEPo', 'expanded_url': 'https://twitter.com/dog_rates/status/709449600415961088/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 639, 'h': 792, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 792, 'resize': 'fit'}, 'small': {'w': 549, 'h': 680, 'resize': 'fit'}}}, {'id': 709449595672252417, 'id_str': '709449595672252417', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cdh4pgAW0AEKJ_a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdh4pgAW0AEKJ_a.jpg', 'url': 'https://t.co/c6af6nYEPo', 'display_url': 'pic.twitter.com/c6af6nYEPo', 'expanded_url': 'https://twitter.com/dog_rates/status/709449600415961088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 634, 'resize': 'fit'}, 'large': {'w': 639, 'h': 634, 'resize': 'fit'}, 'small': {'w': 639, 'h': 634, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 520, 'favorite_count': 2029, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1272:709409458133323776
{'created_at': 'Mon Mar 14 16:02:49 +0000 2016', 'id': 709409458133323776, 'id_str': '709409458133323776', 'full_text': 'This is Billy. He sensed a squirrel. 8/10 damn it Billy https://t.co/Yu0K98VZ9A', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709409441024581632, 'id_str': '709409441024581632', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CdhUIMSUIAA4wYK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdhUIMSUIAA4wYK.jpg', 'url': 'https://t.co/Yu0K98VZ9A', 'display_url': 'pic.twitter.com/Yu0K98VZ9A', 'expanded_url': 'https://twitter.com/dog_rates/status/709409458133323776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709409441024581632, 'id_str': '709409441024581632', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CdhUIMSUIAA4wYK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdhUIMSUIAA4wYK.jpg', 'url': 'https://t.co/Yu0K98VZ9A', 'display_url': 'pic.twitter.com/Yu0K98VZ9A', 'expanded_url': 'https://twitter.com/dog_rates/status/709409458133323776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 617, 'favorite_count': 2432, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1273:709225125749587968
{'created_at': 'Mon Mar 14 03:50:21 +0000 2016', 'id': 709225125749587968, 'id_str': '709225125749587968', 'full_text': "This is Walker. He's a Butternut Khalifa. Appears fuzzy af. 11/10 would hug for a ridiculous amount of time https://t.co/k6fEWHSALn", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709225114588549120, 'id_str': '709225114588549120', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/Cdese-zWEAArIqE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdese-zWEAArIqE.jpg', 'url': 'https://t.co/k6fEWHSALn', 'display_url': 'pic.twitter.com/k6fEWHSALn', 'expanded_url': 'https://twitter.com/dog_rates/status/709225125749587968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709225114588549120, 'id_str': '709225114588549120', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/Cdese-zWEAArIqE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cdese-zWEAArIqE.jpg', 'url': 'https://t.co/k6fEWHSALn', 'display_url': 'pic.twitter.com/k6fEWHSALn', 'expanded_url': 'https://twitter.com/dog_rates/status/709225125749587968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 522, 'favorite_count': 2216, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1274:709207347839836162
{'created_at': 'Mon Mar 14 02:39:42 +0000 2016', 'id': 709207347839836162, 'id_str': '709207347839836162', 'full_text': "This is Penny. She's trying on her prom dress. Stunning af 11/10 https://t.co/qcZDZGCapg", 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709207338792525824, 'id_str': '709207338792525824', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CdecUSzUIAAHCvg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdecUSzUIAAHCvg.jpg', 'url': 'https://t.co/qcZDZGCapg', 'display_url': 'pic.twitter.com/qcZDZGCapg', 'expanded_url': 'https://twitter.com/dog_rates/status/709207347839836162/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709207338792525824, 'id_str': '709207338792525824', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CdecUSzUIAAHCvg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdecUSzUIAAHCvg.jpg', 'url': 'https://t.co/qcZDZGCapg', 'display_url': 'pic.twitter.com/qcZDZGCapg', 'expanded_url': 'https://twitter.com/dog_rates/status/709207347839836162/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5196, 'favorite_count': 11447, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1275:709198395643068416
{'created_at': 'Mon Mar 14 02:04:08 +0000 2016', 'id': 709198395643068416, 'id_str': '709198395643068416', 'full_text': 'From left to right:\nCletus, Jerome, Alejandro, Burp, & Titson\nNone know where camera is. 45/50 would hug all at once https://t.co/sedre1ivTK', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709198376978522112, 'id_str': '709198376978522112', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CdeUKpcWoAAJAWJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdeUKpcWoAAJAWJ.jpg', 'url': 'https://t.co/sedre1ivTK', 'display_url': 'pic.twitter.com/sedre1ivTK', 'expanded_url': 'https://twitter.com/dog_rates/status/709198395643068416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 660, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 660, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 438, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709198376978522112, 'id_str': '709198376978522112', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CdeUKpcWoAAJAWJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdeUKpcWoAAJAWJ.jpg', 'url': 'https://t.co/sedre1ivTK', 'display_url': 'pic.twitter.com/sedre1ivTK', 'expanded_url': 'https://twitter.com/dog_rates/status/709198395643068416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 660, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 660, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 438, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 591, 'favorite_count': 2274, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1276:709179584944730112
{'created_at': 'Mon Mar 14 00:49:23 +0000 2016', 'id': 709179584944730112, 'id_str': '709179584944730112', 'full_text': "This is Sammy. He's in a tree. Very excited about it. 13/10 https://t.co/CLe9ETEjeF", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/CLe9ETEjeF', 'expanded_url': 'https://vine.co/v/iwAjdlEjwMl', 'display_url': 'vine.co/v/iwAjdlEjwMl', 'indices': [60, 83]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 611, 'favorite_count': 1859, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1277:709158332880297985
{'created_at': 'Sun Mar 13 23:24:56 +0000 2016', 'id': 709158332880297985, 'id_str': '709158332880297985', 'full_text': "Meet Rodney. He's a Ukranian Boomchicka. Outside but would like to be inside. Only has one ear (unfortunate) 10/10 https://t.co/FjAj3ggXrR", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709158324613324805, 'id_str': '709158324613324805', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CddvvSwWoAUObQw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CddvvSwWoAUObQw.jpg', 'url': 'https://t.co/FjAj3ggXrR', 'display_url': 'pic.twitter.com/FjAj3ggXrR', 'expanded_url': 'https://twitter.com/dog_rates/status/709158332880297985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709158324613324805, 'id_str': '709158324613324805', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CddvvSwWoAUObQw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CddvvSwWoAUObQw.jpg', 'url': 'https://t.co/FjAj3ggXrR', 'display_url': 'pic.twitter.com/FjAj3ggXrR', 'expanded_url': 'https://twitter.com/dog_rates/status/709158332880297985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 367, 'favorite_count': 1883, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1278:709042156699303936
{'created_at': 'Sun Mar 13 15:43:18 +0000 2016', 'id': 709042156699303936, 'id_str': '709042156699303936', 'full_text': "This is Klevin. He's addicted to sandwiches (yes a hotdog is a sandwich fight me) It's tearing his family apart 9/10 https://t.co/7BkkVNu5pd", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 709042081084391424, 'id_str': '709042081084391424', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdcGBB3WwAAGBuU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdcGBB3WwAAGBuU.jpg', 'url': 'https://t.co/7BkkVNu5pd', 'display_url': 'pic.twitter.com/7BkkVNu5pd', 'expanded_url': 'https://twitter.com/dog_rates/status/709042156699303936/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 709042081084391424, 'id_str': '709042081084391424', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdcGBB3WwAAGBuU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdcGBB3WwAAGBuU.jpg', 'url': 'https://t.co/7BkkVNu5pd', 'display_url': 'pic.twitter.com/7BkkVNu5pd', 'expanded_url': 'https://twitter.com/dog_rates/status/709042156699303936/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1483, 'favorite_count': 4349, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1279:708853462201716736
{'created_at': 'Sun Mar 13 03:13:29 +0000 2016', 'id': 708853462201716736, 'id_str': '708853462201716736', 'full_text': "This is Lucy. She doesn't understand fetch. 8/10 try turning off and back on (vid by @rileyyoungblood) https://t.co/RXjEwpVJf0", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'rileyyoungblood', 'name': 'riley', 'id': 2388200898, 'id_str': '2388200898', 'indices': [85, 101]}], 'urls': [{'url': 'https://t.co/RXjEwpVJf0', 'expanded_url': 'https://vine.co/v/iHl2UDEBZ95', 'display_url': 'vine.co/v/iHl2UDEBZ95', 'indices': [103, 126]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 595, 'favorite_count': 1671, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1280:708845821941387268
{'created_at': 'Sun Mar 13 02:43:08 +0000 2016', 'id': 708845821941387268, 'id_str': '708845821941387268', 'full_text': "Here's a pupper with magic eyes. Not wearing a seat belt tho (irresponsible af). Very distracting to driver. 9/10 https://t.co/5DLJB4ssvI", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708845814165192704, 'id_str': '708845814165192704', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CdZTgynWwAATZcx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdZTgynWwAATZcx.jpg', 'url': 'https://t.co/5DLJB4ssvI', 'display_url': 'pic.twitter.com/5DLJB4ssvI', 'expanded_url': 'https://twitter.com/dog_rates/status/708845821941387268/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708845814165192704, 'id_str': '708845814165192704', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CdZTgynWwAATZcx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdZTgynWwAATZcx.jpg', 'url': 'https://t.co/5DLJB4ssvI', 'display_url': 'pic.twitter.com/5DLJB4ssvI', 'expanded_url': 'https://twitter.com/dog_rates/status/708845821941387268/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 708845814173540352, 'id_str': '708845814173540352', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CdZTgypWIAAqU07.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdZTgypWIAAqU07.jpg', 'url': 'https://t.co/5DLJB4ssvI', 'display_url': 'pic.twitter.com/5DLJB4ssvI', 'expanded_url': 'https://twitter.com/dog_rates/status/708845821941387268/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 806, 'favorite_count': 2745, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1281:708834316713893888
{'created_at': 'Sun Mar 13 01:57:25 +0000 2016', 'id': 708834316713893888, 'id_str': '708834316713893888', 'full_text': 'Meet Malikai. He was rolling around having fun when he remembered the inevitable heat death of the universe. 10/10 https://t.co/Vd2FqHIIGn', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708834245947559936, 'id_str': '708834245947559936', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CdZI_bpWEAAm1fs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdZI_bpWEAAm1fs.jpg', 'url': 'https://t.co/Vd2FqHIIGn', 'display_url': 'pic.twitter.com/Vd2FqHIIGn', 'expanded_url': 'https://twitter.com/dog_rates/status/708834316713893888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708834245947559936, 'id_str': '708834245947559936', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CdZI_bpWEAAm1fs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdZI_bpWEAAm1fs.jpg', 'url': 'https://t.co/Vd2FqHIIGn', 'display_url': 'pic.twitter.com/Vd2FqHIIGn', 'expanded_url': 'https://twitter.com/dog_rates/status/708834316713893888/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 452, 'favorite_count': 1557, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1282:708810915978854401
{'created_at': 'Sun Mar 13 00:24:26 +0000 2016', 'id': 708810915978854401, 'id_str': '708810915978854401', 'full_text': "This is Mister. He's a wonderful father to his two pups. Heartwarming af. 10/10 for all https://t.co/2KcuJXL2r4", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708810903379005440, 'id_str': '708810903379005440', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CdYzwtzUUAAzeYx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdYzwtzUUAAzeYx.jpg', 'url': 'https://t.co/2KcuJXL2r4', 'display_url': 'pic.twitter.com/2KcuJXL2r4', 'expanded_url': 'https://twitter.com/dog_rates/status/708810915978854401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708810903379005440, 'id_str': '708810903379005440', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CdYzwtzUUAAzeYx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdYzwtzUUAAzeYx.jpg', 'url': 'https://t.co/2KcuJXL2r4', 'display_url': 'pic.twitter.com/2KcuJXL2r4', 'expanded_url': 'https://twitter.com/dog_rates/status/708810915978854401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 708810903534182400, 'id_str': '708810903534182400', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CdYzwuYUIAAHPkB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdYzwuYUIAAHPkB.jpg', 'url': 'https://t.co/2KcuJXL2r4', 'display_url': 'pic.twitter.com/2KcuJXL2r4', 'expanded_url': 'https://twitter.com/dog_rates/status/708810915978854401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 708810903689375744, 'id_str': '708810903689375744', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CdYzwu9UMAA61gN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdYzwu9UMAA61gN.jpg', 'url': 'https://t.co/2KcuJXL2r4', 'display_url': 'pic.twitter.com/2KcuJXL2r4', 'expanded_url': 'https://twitter.com/dog_rates/status/708810915978854401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6270, 'favorite_count': 15258, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1283:708738143638450176
{'created_at': 'Sat Mar 12 19:35:15 +0000 2016', 'id': 708738143638450176, 'id_str': '708738143638450176', 'full_text': 'This is Coco. She gets to stay on the Bachelor for another week. Super pumped 11/10 https://t.co/wsCB6LFNxD', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708738135744757760, 'id_str': '708738135744757760', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CdXxlFPWwAABaOv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdXxlFPWwAABaOv.jpg', 'url': 'https://t.co/wsCB6LFNxD', 'display_url': 'pic.twitter.com/wsCB6LFNxD', 'expanded_url': 'https://twitter.com/dog_rates/status/708738143638450176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708738135744757760, 'id_str': '708738135744757760', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CdXxlFPWwAABaOv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdXxlFPWwAABaOv.jpg', 'url': 'https://t.co/wsCB6LFNxD', 'display_url': 'pic.twitter.com/wsCB6LFNxD', 'expanded_url': 'https://twitter.com/dog_rates/status/708738143638450176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 742, 'favorite_count': 2549, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1284:708711088997666817
{'created_at': 'Sat Mar 12 17:47:45 +0000 2016', 'id': 708711088997666817, 'id_str': '708711088997666817', 'full_text': 'This is Smokey. He really likes tennis balls. 11/10 https://t.co/Ah7WlYTUBQ', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708711077455011842, 'id_str': '708711077455011842', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CdXY-FQXIAI5w0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdXY-FQXIAI5w0X.jpg', 'url': 'https://t.co/Ah7WlYTUBQ', 'display_url': 'pic.twitter.com/Ah7WlYTUBQ', 'expanded_url': 'https://twitter.com/dog_rates/status/708711088997666817/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708711077455011842, 'id_str': '708711077455011842', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CdXY-FQXIAI5w0X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdXY-FQXIAI5w0X.jpg', 'url': 'https://t.co/Ah7WlYTUBQ', 'display_url': 'pic.twitter.com/Ah7WlYTUBQ', 'expanded_url': 'https://twitter.com/dog_rates/status/708711088997666817/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 708711077685665792, 'id_str': '708711077685665792', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CdXY-GHWoAALing.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdXY-GHWoAALing.jpg', 'url': 'https://t.co/Ah7WlYTUBQ', 'display_url': 'pic.twitter.com/Ah7WlYTUBQ', 'expanded_url': 'https://twitter.com/dog_rates/status/708711088997666817/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 195, 'h': 195, 'resize': 'fit'}, 'small': {'w': 195, 'h': 195, 'resize': 'fit'}, 'medium': {'w': 195, 'h': 195, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 641, 'favorite_count': 2345, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1285:708479650088034305
{'created_at': 'Sat Mar 12 02:28:06 +0000 2016', 'id': 708479650088034305, 'id_str': '708479650088034305', 'full_text': "Meet Bear. He's a Beneboop Cumberclap. Extremely unamused. 13/10 I'm in love with this picture https://t.co/uC8kUqAz0W", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708479597491388418, 'id_str': '708479597491388418', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CdUGcLMWAAI42q0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdUGcLMWAAI42q0.jpg', 'url': 'https://t.co/uC8kUqAz0W', 'display_url': 'pic.twitter.com/uC8kUqAz0W', 'expanded_url': 'https://twitter.com/dog_rates/status/708479650088034305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708479597491388418, 'id_str': '708479597491388418', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CdUGcLMWAAI42q0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdUGcLMWAAI42q0.jpg', 'url': 'https://t.co/uC8kUqAz0W', 'display_url': 'pic.twitter.com/uC8kUqAz0W', 'expanded_url': 'https://twitter.com/dog_rates/status/708479650088034305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 619, 'favorite_count': 2347, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1286:708469915515297792
{'created_at': 'Sat Mar 12 01:49:25 +0000 2016', 'id': 708469915515297792, 'id_str': '708469915515297792', 'full_text': "This is Bobble. He's a Croatian Galifianakis. Hears everything within 400 miles. 11/10 would snug diligently https://t.co/VwDc6PTDzk", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708469903859306500, 'id_str': '708469903859306500', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CdT9n7mW0AQcpZU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdT9n7mW0AQcpZU.jpg', 'url': 'https://t.co/VwDc6PTDzk', 'display_url': 'pic.twitter.com/VwDc6PTDzk', 'expanded_url': 'https://twitter.com/dog_rates/status/708469915515297792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708469903859306500, 'id_str': '708469903859306500', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CdT9n7mW0AQcpZU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdT9n7mW0AQcpZU.jpg', 'url': 'https://t.co/VwDc6PTDzk', 'display_url': 'pic.twitter.com/VwDc6PTDzk', 'expanded_url': 'https://twitter.com/dog_rates/status/708469915515297792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 733, 'favorite_count': 2858, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1287:708400866336894977
{'created_at': 'Fri Mar 11 21:15:02 +0000 2016', 'id': 708400866336894977, 'id_str': '708400866336894977', 'full_text': 'RT if you are as ready for summer as this pup is 12/10 https://t.co/xdNNEZdGJY', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/xdNNEZdGJY', 'expanded_url': 'https://vine.co/v/iHFqnjKVbIQ', 'display_url': 'vine.co/v/iHFqnjKVbIQ', 'indices': [55, 78]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 9095, 'favorite_count': 14707, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1288:708356463048204288
{'created_at': 'Fri Mar 11 18:18:36 +0000 2016', 'id': 708356463048204288, 'id_str': '708356463048204288', 'full_text': "This is Oliver. That is his castle. He protects it with his life. He's also squishy af. 10/10 would squish softly https://t.co/oSuEGw0BhX", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708356456928649216, 'id_str': '708356456928649216', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CdSWcc2WIAAS0Vd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdSWcc2WIAAS0Vd.jpg', 'url': 'https://t.co/oSuEGw0BhX', 'display_url': 'pic.twitter.com/oSuEGw0BhX', 'expanded_url': 'https://twitter.com/dog_rates/status/708356463048204288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708356456928649216, 'id_str': '708356456928649216', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CdSWcc2WIAAS0Vd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdSWcc2WIAAS0Vd.jpg', 'url': 'https://t.co/oSuEGw0BhX', 'display_url': 'pic.twitter.com/oSuEGw0BhX', 'expanded_url': 'https://twitter.com/dog_rates/status/708356463048204288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 708356456924520448, 'id_str': '708356456924520448', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CdSWcc1XIAAXc6H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdSWcc1XIAAXc6H.jpg', 'url': 'https://t.co/oSuEGw0BhX', 'display_url': 'pic.twitter.com/oSuEGw0BhX', 'expanded_url': 'https://twitter.com/dog_rates/status/708356463048204288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1201, 'favorite_count': 3308, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1289:708349470027751425
{'created_at': 'Fri Mar 11 17:50:48 +0000 2016', 'id': 708349470027751425, 'id_str': '708349470027751425', 'full_text': "This is River. He's changing the trumpet game. Innovative af. 11/10 such a good boy https://t.co/tK7a0AxQfd", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708349462943498240, 'id_str': '708349462943498240', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CdSQFWOWAAApgfq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdSQFWOWAAApgfq.jpg', 'url': 'https://t.co/tK7a0AxQfd', 'display_url': 'pic.twitter.com/tK7a0AxQfd', 'expanded_url': 'https://twitter.com/dog_rates/status/708349470027751425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708349462943498240, 'id_str': '708349462943498240', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CdSQFWOWAAApgfq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdSQFWOWAAApgfq.jpg', 'url': 'https://t.co/tK7a0AxQfd', 'display_url': 'pic.twitter.com/tK7a0AxQfd', 'expanded_url': 'https://twitter.com/dog_rates/status/708349470027751425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 677, 'favorite_count': 2193, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1290:708149363256774660
{'created_at': 'Fri Mar 11 04:35:39 +0000 2016', 'id': 708149363256774660, 'id_str': '708149363256774660', 'full_text': "This is Jebberson. He's the reigning hide and seek world champion. 10/10 hasn't lost his touch https://t.co/VEFkvWCoHF", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708149338376171520, 'id_str': '708149338376171520', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CdPaEkHW8AA-Wom.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdPaEkHW8AA-Wom.jpg', 'url': 'https://t.co/VEFkvWCoHF', 'display_url': 'pic.twitter.com/VEFkvWCoHF', 'expanded_url': 'https://twitter.com/dog_rates/status/708149363256774660/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708149338376171520, 'id_str': '708149338376171520', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CdPaEkHW8AA-Wom.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdPaEkHW8AA-Wom.jpg', 'url': 'https://t.co/VEFkvWCoHF', 'display_url': 'pic.twitter.com/VEFkvWCoHF', 'expanded_url': 'https://twitter.com/dog_rates/status/708149363256774660/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1415, 'favorite_count': 3997, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1291:708130923141795840
{'created_at': 'Fri Mar 11 03:22:23 +0000 2016', 'id': 708130923141795840, 'id_str': '708130923141795840', 'full_text': 'Please stop sending in non canines like this Guatemalan Twiggle Bunny. We only rate dogs. Only send in dogs... 11/10 https://t.co/XKhobeGuvT', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708130917802450944, 'id_str': '708130917802450944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdPJUWIWIAAIchl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdPJUWIWIAAIchl.jpg', 'url': 'https://t.co/XKhobeGuvT', 'display_url': 'pic.twitter.com/XKhobeGuvT', 'expanded_url': 'https://twitter.com/dog_rates/status/708130923141795840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708130917802450944, 'id_str': '708130917802450944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdPJUWIWIAAIchl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdPJUWIWIAAIchl.jpg', 'url': 'https://t.co/XKhobeGuvT', 'display_url': 'pic.twitter.com/XKhobeGuvT', 'expanded_url': 'https://twitter.com/dog_rates/status/708130923141795840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 786, 'favorite_count': 3106, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1292:708119489313951744
{'created_at': 'Fri Mar 11 02:36:57 +0000 2016', 'id': 708119489313951744, 'id_str': '708119489313951744', 'full_text': 'This is Cooper. He basks in the glory of rebellion. 9/10 probably a preteen https://t.co/kDamUfeIpm', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708119483462905857, 'id_str': '708119483462905857', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CdO-6x5W8AENSBJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdO-6x5W8AENSBJ.jpg', 'url': 'https://t.co/kDamUfeIpm', 'display_url': 'pic.twitter.com/kDamUfeIpm', 'expanded_url': 'https://twitter.com/dog_rates/status/708119489313951744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 619, 'resize': 'fit'}, 'large': {'w': 640, 'h': 619, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 619, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708119483462905857, 'id_str': '708119483462905857', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CdO-6x5W8AENSBJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdO-6x5W8AENSBJ.jpg', 'url': 'https://t.co/kDamUfeIpm', 'display_url': 'pic.twitter.com/kDamUfeIpm', 'expanded_url': 'https://twitter.com/dog_rates/status/708119489313951744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 619, 'resize': 'fit'}, 'large': {'w': 640, 'h': 619, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 619, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 899, 'favorite_count': 2490, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1293:708109389455101952
{'created_at': 'Fri Mar 11 01:56:49 +0000 2016', 'id': 708109389455101952, 'id_str': '708109389455101952', 'full_text': 'This is Remington. He was caught off guard by the magical floating cheese. Spooked af. 10/10 deep breaths pup https://t.co/mhPSADiJmZ', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 708109384879046656, 'id_str': '708109384879046656', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CdO1u9vWAAApj2V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdO1u9vWAAApj2V.jpg', 'url': 'https://t.co/mhPSADiJmZ', 'display_url': 'pic.twitter.com/mhPSADiJmZ', 'expanded_url': 'https://twitter.com/dog_rates/status/708109389455101952/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708109384879046656, 'id_str': '708109384879046656', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CdO1u9vWAAApj2V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdO1u9vWAAApj2V.jpg', 'url': 'https://t.co/mhPSADiJmZ', 'display_url': 'pic.twitter.com/mhPSADiJmZ', 'expanded_url': 'https://twitter.com/dog_rates/status/708109389455101952/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 502, 'favorite_count': 1806, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1294:708026248782585858
{'created_at': 'Thu Mar 10 20:26:26 +0000 2016', 'id': 708026248782585858, 'id_str': '708026248782585858', 'full_text': "Everybody stop what you're doing and watch this video. Frank is stuck in a loop. 13/10 (Vid by @klbmatty) https://t.co/5AJs8TIV1U", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'klbmatty', 'name': 'Kate Matty', 'id': 3314412012, 'id_str': '3314412012', 'indices': [95, 104]}], 'urls': [], 'media': [{'id': 708026062568087553, 'id_str': '708026062568087553', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/708026062568087553/pu/img/rNhylAwIfb6YthGu.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/708026062568087553/pu/img/rNhylAwIfb6YthGu.jpg', 'url': 'https://t.co/5AJs8TIV1U', 'display_url': 'pic.twitter.com/5AJs8TIV1U', 'expanded_url': 'https://twitter.com/dog_rates/status/708026248782585858/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 708026062568087553, 'id_str': '708026062568087553', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/708026062568087553/pu/img/rNhylAwIfb6YthGu.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/708026062568087553/pu/img/rNhylAwIfb6YthGu.jpg', 'url': 'https://t.co/5AJs8TIV1U', 'display_url': 'pic.twitter.com/5AJs8TIV1U', 'expanded_url': 'https://twitter.com/dog_rates/status/708026248782585858/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 675, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'large': {'w': 1280, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [16, 9], 'duration_millis': 29677, 'variants': [{'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/708026062568087553/pu/vid/1280x720/Sg1nYWHToZPhfY71.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/708026062568087553/pu/pl/GBC2qASJZwLmSYpt.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/708026062568087553/pu/vid/640x360/Rzwhi1sxEtUJIKTB.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/708026062568087553/pu/vid/320x180/D7YkMBFt71UvrWgl.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1754, 'favorite_count': 4076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1295:707995814724026368
{'created_at': 'Thu Mar 10 18:25:30 +0000 2016', 'id': 707995814724026368, 'id_str': '707995814724026368', 'full_text': 'This is Farfle. He lost his back legs during the Battle of Gettysburg. Goes 0-60 in 4.3 seconds (damn) 12/10 hero af https://t.co/NiQQWzIzzq', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707995806666768384, 'id_str': '707995806666768384', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdNOb17WwAA5z4A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdNOb17WwAA5z4A.jpg', 'url': 'https://t.co/NiQQWzIzzq', 'display_url': 'pic.twitter.com/NiQQWzIzzq', 'expanded_url': 'https://twitter.com/dog_rates/status/707995814724026368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707995806666768384, 'id_str': '707995806666768384', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdNOb17WwAA5z4A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdNOb17WwAA5z4A.jpg', 'url': 'https://t.co/NiQQWzIzzq', 'display_url': 'pic.twitter.com/NiQQWzIzzq', 'expanded_url': 'https://twitter.com/dog_rates/status/707995814724026368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1017, 'favorite_count': 2880, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1296:707983188426153984
{'created_at': 'Thu Mar 10 17:35:20 +0000 2016', 'id': 707983188426153984, 'id_str': '707983188426153984', 'full_text': "@serial @MrRoles OH MY GOD I listened to all of season 1 during a single road trip. I love you guys! I can confirm Bernie's 12/10 rating :)", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'serial', 'name': 'Serial', 'id': 2319108198, 'id_str': '2319108198', 'indices': [0, 7]}, {'screen_name': 'MrRoles', 'name': 'andrew', 'id': 25752314, 'id_str': '25752314', 'indices': [8, 16]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 707980065892667394, 'in_reply_to_status_id_str': '707980065892667394', 'in_reply_to_user_id': 2319108198, 'in_reply_to_user_id_str': '2319108198', 'in_reply_to_screen_name': 'serial', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285984, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2, 'favorite_count': 45, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1297:707969809498152960
{'created_at': 'Thu Mar 10 16:42:10 +0000 2016', 'id': 707969809498152960, 'id_str': '707969809498152960', 'full_text': "Meet Rufus. He's a Honeysuckle Firefox. Curly af. Badass tie. About to go on his first date ever 11/10 good luck pup https://t.co/dGoTWNfIsm", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707969786605670405, 'id_str': '707969786605670405', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdM2xRpXEAUsR4k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdM2xRpXEAUsR4k.jpg', 'url': 'https://t.co/dGoTWNfIsm', 'display_url': 'pic.twitter.com/dGoTWNfIsm', 'expanded_url': 'https://twitter.com/dog_rates/status/707969809498152960/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707969786605670405, 'id_str': '707969786605670405', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdM2xRpXEAUsR4k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdM2xRpXEAUsR4k.jpg', 'url': 'https://t.co/dGoTWNfIsm', 'display_url': 'pic.twitter.com/dGoTWNfIsm', 'expanded_url': 'https://twitter.com/dog_rates/status/707969809498152960/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 870, 'favorite_count': 2493, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1298:707776935007539200
{'created_at': 'Thu Mar 10 03:55:45 +0000 2016', 'id': 707776935007539200, 'id_str': '707776935007539200', 'full_text': "This is Sadie. She's a Bohemian Rhapsody. Remarkably portable. Could sneak on roller coasters with (probably). 11/10 https://t.co/DB8fyeDs8B", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707776912765132800, 'id_str': '707776912765132800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdKHWimWoAABs08.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdKHWimWoAABs08.jpg', 'url': 'https://t.co/DB8fyeDs8B', 'display_url': 'pic.twitter.com/DB8fyeDs8B', 'expanded_url': 'https://twitter.com/dog_rates/status/707776935007539200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707776912765132800, 'id_str': '707776912765132800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdKHWimWoAABs08.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdKHWimWoAABs08.jpg', 'url': 'https://t.co/DB8fyeDs8B', 'display_url': 'pic.twitter.com/DB8fyeDs8B', 'expanded_url': 'https://twitter.com/dog_rates/status/707776935007539200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 874, 'favorite_count': 3014, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1299:707741517457260545
{'created_at': 'Thu Mar 10 01:35:01 +0000 2016', 'id': 707741517457260545, 'id_str': '707741517457260545', 'full_text': "When your roommate eats your leftover Chili's but you pretend it's no big deal cuz you fat anyway. 10/10 head up pup https://t.co/0nMgoue8IR", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707741510117101568, 'id_str': '707741510117101568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdJnJ1dUEAARNcf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdJnJ1dUEAARNcf.jpg', 'url': 'https://t.co/0nMgoue8IR', 'display_url': 'pic.twitter.com/0nMgoue8IR', 'expanded_url': 'https://twitter.com/dog_rates/status/707741517457260545/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707741510117101568, 'id_str': '707741510117101568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdJnJ1dUEAARNcf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdJnJ1dUEAARNcf.jpg', 'url': 'https://t.co/0nMgoue8IR', 'display_url': 'pic.twitter.com/0nMgoue8IR', 'expanded_url': 'https://twitter.com/dog_rates/status/707741517457260545/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 558, 'favorite_count': 2295, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1300:707738799544082433
{'created_at': 'Thu Mar 10 01:24:13 +0000 2016', 'id': 707738799544082433, 'id_str': '707738799544082433', 'full_text': "He's doing his best. 12/10 very impressive that he got his license in the first place https://t.co/2vRmkkOLcN", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/2vRmkkOLcN', 'expanded_url': 'https://vine.co/v/hUvHKYrdb1d', 'display_url': 'vine.co/v/hUvHKYrdb1d', 'indices': [87, 110]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2208, 'favorite_count': 3745, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1301:707693576495472641
{'created_at': 'Wed Mar 09 22:24:31 +0000 2016', 'id': 707693576495472641, 'id_str': '707693576495472641', 'full_text': "This is Jiminus. He's in a tub for some reason. What a jokester. Smh 7/10 churlish af https://t.co/84L4ED9Tpi", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707693564902428672, 'id_str': '707693564902428672', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CdI7jDnW0AA2dtO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdI7jDnW0AA2dtO.jpg', 'url': 'https://t.co/84L4ED9Tpi', 'display_url': 'pic.twitter.com/84L4ED9Tpi', 'expanded_url': 'https://twitter.com/dog_rates/status/707693576495472641/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707693564902428672, 'id_str': '707693564902428672', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CdI7jDnW0AA2dtO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdI7jDnW0AA2dtO.jpg', 'url': 'https://t.co/84L4ED9Tpi', 'display_url': 'pic.twitter.com/84L4ED9Tpi', 'expanded_url': 'https://twitter.com/dog_rates/status/707693576495472641/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 919, 'favorite_count': 3132, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1302:707629649552134146
{'created_at': 'Wed Mar 09 18:10:30 +0000 2016', 'id': 707629649552134146, 'id_str': '707629649552134146', 'full_text': "We usually don't rate marshmallows but this one's having so much fun in the snow. 10/10 (vid by @kylejk24) https://t.co/NL2KwOioBh", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/NL2KwOioBh', 'expanded_url': 'https://vine.co/v/iHhBOTl5p9z', 'display_url': 'vine.co/v/iHhBOTl5p9z', 'indices': [107, 130]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 788, 'favorite_count': 2361, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1303:707610948723478529
{'created_at': 'Wed Mar 09 16:56:11 +0000 2016', 'id': 707610948723478529, 'id_str': '707610948723478529', 'full_text': 'This is Harper. She scraped her elbow attempting a backflip off a tree. Valiant effort tho. 12/10 https://t.co/oHKJHghrp5', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707610936765390848, 'id_str': '707610936765390848', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'url': 'https://t.co/oHKJHghrp5', 'display_url': 'pic.twitter.com/oHKJHghrp5', 'expanded_url': 'https://twitter.com/dog_rates/status/707610948723478529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707610936765390848, 'id_str': '707610936765390848', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdHwZd0VIAA4792.jpg', 'url': 'https://t.co/oHKJHghrp5', 'display_url': 'pic.twitter.com/oHKJHghrp5', 'expanded_url': 'https://twitter.com/dog_rates/status/707610948723478529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5741, 'favorite_count': 15639, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1304:707420581654872064
{'created_at': 'Wed Mar 09 04:19:44 +0000 2016', 'id': 707420581654872064, 'id_str': '707420581654872064', 'full_text': "This is Keurig. He's a rare dog. Laughs like an idiot tho. Head is basically a weapon. Poorly maintained goatee 4/10 https://t.co/xOrUyj7K30", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707420564403658752, 'id_str': '707420564403658752', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdFDQVgWIAArslx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdFDQVgWIAArslx.jpg', 'url': 'https://t.co/xOrUyj7K30', 'display_url': 'pic.twitter.com/xOrUyj7K30', 'expanded_url': 'https://twitter.com/dog_rates/status/707420581654872064/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1517, 'resize': 'fit'}, 'small': {'w': 459, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 810, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707420564403658752, 'id_str': '707420564403658752', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdFDQVgWIAArslx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdFDQVgWIAArslx.jpg', 'url': 'https://t.co/xOrUyj7K30', 'display_url': 'pic.twitter.com/xOrUyj7K30', 'expanded_url': 'https://twitter.com/dog_rates/status/707420581654872064/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1517, 'resize': 'fit'}, 'small': {'w': 459, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 810, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 635, 'favorite_count': 2076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1305:707411934438625280
{'created_at': 'Wed Mar 09 03:45:22 +0000 2016', 'id': 707411934438625280, 'id_str': '707411934438625280', 'full_text': '"I shall trip the big pupper with leash. Big pupper will never see it coming. I am a genius." Both 11/10 https://t.co/uQsCJ8pf51', 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707411927010582529, 'id_str': '707411927010582529', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CdE7ZktXIAEiWLj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdE7ZktXIAEiWLj.jpg', 'url': 'https://t.co/uQsCJ8pf51', 'display_url': 'pic.twitter.com/uQsCJ8pf51', 'expanded_url': 'https://twitter.com/dog_rates/status/707411934438625280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707411927010582529, 'id_str': '707411927010582529', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CdE7ZktXIAEiWLj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdE7ZktXIAEiWLj.jpg', 'url': 'https://t.co/uQsCJ8pf51', 'display_url': 'pic.twitter.com/uQsCJ8pf51', 'expanded_url': 'https://twitter.com/dog_rates/status/707411934438625280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 546, 'favorite_count': 2120, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1306:707387676719185920
{'created_at': 'Wed Mar 09 02:08:59 +0000 2016', 'id': 707387676719185920, 'id_str': '707387676719185920', 'full_text': "Meet Clarkus. He's a Skinny Eastern Worcestershire. Can tie own shoes (impressive af) 10/10 would put on track team https://t.co/XP5o7zGn0E", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707387669630881792, 'id_str': '707387669630881792', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdElVm7XEAADP6o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdElVm7XEAADP6o.jpg', 'url': 'https://t.co/XP5o7zGn0E', 'display_url': 'pic.twitter.com/XP5o7zGn0E', 'expanded_url': 'https://twitter.com/dog_rates/status/707387676719185920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707387669630881792, 'id_str': '707387669630881792', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdElVm7XEAADP6o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdElVm7XEAADP6o.jpg', 'url': 'https://t.co/XP5o7zGn0E', 'display_url': 'pic.twitter.com/XP5o7zGn0E', 'expanded_url': 'https://twitter.com/dog_rates/status/707387676719185920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1151, 'favorite_count': 3223, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1307:707377100785885184
{'created_at': 'Wed Mar 09 01:26:57 +0000 2016', 'id': 707377100785885184, 'id_str': '707377100785885184', 'full_text': 'This dog just brutally murdered a snowman. Currently toying with its nutritious remains 9/10 would totally still pet https://t.co/iKThgKnW1j', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707377090396626948, 'id_str': '707377090396626948', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdEbt0NXIAQH3Aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdEbt0NXIAQH3Aa.jpg', 'url': 'https://t.co/iKThgKnW1j', 'display_url': 'pic.twitter.com/iKThgKnW1j', 'expanded_url': 'https://twitter.com/dog_rates/status/707377100785885184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707377090396626948, 'id_str': '707377090396626948', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdEbt0NXIAQH3Aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdEbt0NXIAQH3Aa.jpg', 'url': 'https://t.co/iKThgKnW1j', 'display_url': 'pic.twitter.com/iKThgKnW1j', 'expanded_url': 'https://twitter.com/dog_rates/status/707377100785885184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 707377090421788673, 'id_str': '707377090421788673', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CdEbt0TXEAE-77X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdEbt0TXEAE-77X.jpg', 'url': 'https://t.co/iKThgKnW1j', 'display_url': 'pic.twitter.com/iKThgKnW1j', 'expanded_url': 'https://twitter.com/dog_rates/status/707377100785885184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 977, 'favorite_count': 3020, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1308:707315916783140866
{'created_at': 'Tue Mar 08 21:23:50 +0000 2016', 'id': 707315916783140866, 'id_str': '707315916783140866', 'full_text': "This is Finnegus. He's trapped in a snow globe. Poor pupper. 10/10 would make sure no one shook it https://t.co/BjpOa52jQ4", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707315908499415040, 'id_str': '707315908499415040', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CdDkEj4XIAA-Tqd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdDkEj4XIAA-Tqd.jpg', 'url': 'https://t.co/BjpOa52jQ4', 'display_url': 'pic.twitter.com/BjpOa52jQ4', 'expanded_url': 'https://twitter.com/dog_rates/status/707315916783140866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707315908499415040, 'id_str': '707315908499415040', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CdDkEj4XIAA-Tqd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdDkEj4XIAA-Tqd.jpg', 'url': 'https://t.co/BjpOa52jQ4', 'display_url': 'pic.twitter.com/BjpOa52jQ4', 'expanded_url': 'https://twitter.com/dog_rates/status/707315916783140866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 707315908562305024, 'id_str': '707315908562305024', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CdDkEkHWwAAAeUJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdDkEkHWwAAAeUJ.jpg', 'url': 'https://t.co/BjpOa52jQ4', 'display_url': 'pic.twitter.com/BjpOa52jQ4', 'expanded_url': 'https://twitter.com/dog_rates/status/707315916783140866/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 580, 'favorite_count': 2288, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1309:707297311098011648
{'created_at': 'Tue Mar 08 20:09:54 +0000 2016', 'id': 707297311098011648, 'id_str': '707297311098011648', 'full_text': 'This is Cassie. She can go from sweet to scary af in a matter of seconds. 10/10 points deducted for cats on pajamas https://t.co/B6dmZmJBdK', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707297296074072065, 'id_str': '707297296074072065', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdDTJLMW4AEST--.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdDTJLMW4AEST--.jpg', 'url': 'https://t.co/B6dmZmJBdK', 'display_url': 'pic.twitter.com/B6dmZmJBdK', 'expanded_url': 'https://twitter.com/dog_rates/status/707297311098011648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707297296074072065, 'id_str': '707297296074072065', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdDTJLMW4AEST--.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdDTJLMW4AEST--.jpg', 'url': 'https://t.co/B6dmZmJBdK', 'display_url': 'pic.twitter.com/B6dmZmJBdK', 'expanded_url': 'https://twitter.com/dog_rates/status/707297311098011648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}, {'id': 707297296069828609, 'id_str': '707297296069828609', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CdDTJLLWIAEOjYs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CdDTJLLWIAEOjYs.jpg', 'url': 'https://t.co/B6dmZmJBdK', 'display_url': 'pic.twitter.com/B6dmZmJBdK', 'expanded_url': 'https://twitter.com/dog_rates/status/707297311098011648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 712, 'favorite_count': 2586, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1310:707059547140169728
{'created_at': 'Tue Mar 08 04:25:07 +0000 2016', 'id': 707059547140169728, 'id_str': '707059547140169728', 'full_text': "Say hello to Cupcake. She's an Icelandic Dippen Dot. Confused by the oddly geometric lawn pattern. 11/10 https://t.co/D7rorf4YKL", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707059520279810048, 'id_str': '707059520279810048', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/Cc_64zVWEAAeXs7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_64zVWEAAeXs7.jpg', 'url': 'https://t.co/D7rorf4YKL', 'display_url': 'pic.twitter.com/D7rorf4YKL', 'expanded_url': 'https://twitter.com/dog_rates/status/707059547140169728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707059520279810048, 'id_str': '707059520279810048', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/Cc_64zVWEAAeXs7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_64zVWEAAeXs7.jpg', 'url': 'https://t.co/D7rorf4YKL', 'display_url': 'pic.twitter.com/D7rorf4YKL', 'expanded_url': 'https://twitter.com/dog_rates/status/707059547140169728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 707059520288256001, 'id_str': '707059520288256001', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/Cc_64zXW8AEZh-o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_64zXW8AEZh-o.jpg', 'url': 'https://t.co/D7rorf4YKL', 'display_url': 'pic.twitter.com/D7rorf4YKL', 'expanded_url': 'https://twitter.com/dog_rates/status/707059547140169728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 619, 'favorite_count': 2405, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1311:707038192327901184
{'created_at': 'Tue Mar 08 03:00:15 +0000 2016', 'id': 707038192327901184, 'id_str': '707038192327901184', 'full_text': 'This is Kathmandu. He sees every move you make. Probably knows Jiu-Jitsu. 10/10 mysterious af https://t.co/z0cs7E4Xjj', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707038182748119040, 'id_str': '707038182748119040', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cc_ney1W4AANuY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_ney1W4AANuY3.jpg', 'url': 'https://t.co/z0cs7E4Xjj', 'display_url': 'pic.twitter.com/z0cs7E4Xjj', 'expanded_url': 'https://twitter.com/dog_rates/status/707038192327901184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 825, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1489, 'resize': 'fit'}, 'small': {'w': 468, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707038182748119040, 'id_str': '707038182748119040', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cc_ney1W4AANuY3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_ney1W4AANuY3.jpg', 'url': 'https://t.co/z0cs7E4Xjj', 'display_url': 'pic.twitter.com/z0cs7E4Xjj', 'expanded_url': 'https://twitter.com/dog_rates/status/707038192327901184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 825, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1489, 'resize': 'fit'}, 'small': {'w': 468, 'h': 680, 'resize': 'fit'}}}, {'id': 707038182777462785, 'id_str': '707038182777462785', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cc_ney8WoAE0xE0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_ney8WoAE0xE0.jpg', 'url': 'https://t.co/z0cs7E4Xjj', 'display_url': 'pic.twitter.com/z0cs7E4Xjj', 'expanded_url': 'https://twitter.com/dog_rates/status/707038192327901184/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1537, 'resize': 'fit'}, 'medium': {'w': 799, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 720, 'favorite_count': 2020, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1312:707021089608753152
{'created_at': 'Tue Mar 08 01:52:18 +0000 2016', 'id': 707021089608753152, 'id_str': '707021089608753152', 'full_text': "This is Tucker. He's a Dasani Episcopalian. Good lord what a tongue. 12/10 would never let go of https://t.co/gHtW5cgyy7", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707020843742838786, 'id_str': '707020843742838786', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cc_XtiAWwAIxRXG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_XtiAWwAIxRXG.jpg', 'url': 'https://t.co/gHtW5cgyy7', 'display_url': 'pic.twitter.com/gHtW5cgyy7', 'expanded_url': 'https://twitter.com/dog_rates/status/707021089608753152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707020843742838786, 'id_str': '707020843742838786', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cc_XtiAWwAIxRXG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_XtiAWwAIxRXG.jpg', 'url': 'https://t.co/gHtW5cgyy7', 'display_url': 'pic.twitter.com/gHtW5cgyy7', 'expanded_url': 'https://twitter.com/dog_rates/status/707021089608753152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 707020844351025153, 'id_str': '707020844351025153', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/Cc_XtkRW8AEE7Fn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_XtkRW8AEE7Fn.jpg', 'url': 'https://t.co/gHtW5cgyy7', 'display_url': 'pic.twitter.com/gHtW5cgyy7', 'expanded_url': 'https://twitter.com/dog_rates/status/707021089608753152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1227, 'favorite_count': 3743, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1313:707014260413456384
{'created_at': 'Tue Mar 08 01:25:10 +0000 2016', 'id': 707014260413456384, 'id_str': '707014260413456384', 'full_text': 'This is Ellie. She requests to be carried around in a lacrosse stick at all times. 11/10 impossible to say no https://t.co/15yCmd43zU', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 707014226158751746, 'id_str': '707014226158751746', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Cc_RsVlXEAIzzlX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_RsVlXEAIzzlX.jpg', 'url': 'https://t.co/15yCmd43zU', 'display_url': 'pic.twitter.com/15yCmd43zU', 'expanded_url': 'https://twitter.com/dog_rates/status/707014260413456384/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 707014226158751746, 'id_str': '707014226158751746', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/Cc_RsVlXEAIzzlX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc_RsVlXEAIzzlX.jpg', 'url': 'https://t.co/15yCmd43zU', 'display_url': 'pic.twitter.com/15yCmd43zU', 'expanded_url': 'https://twitter.com/dog_rates/status/707014260413456384/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 545, 'favorite_count': 2122, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1314:706904523814649856
{'created_at': 'Mon Mar 07 18:09:06 +0000 2016', 'id': 706904523814649856, 'id_str': '706904523814649856', 'full_text': 'Ever seen a dog pet another dog? Both 13/10 truly an awe-inspiring scene. (Vid by @mdougherty20) https://t.co/3PoKf6cw7f', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'MDougherty20', 'name': 'MDougherty', 'id': 1311415097537884160, 'id_str': '1311415097537884160', 'indices': [82, 95]}], 'urls': [{'url': 'https://t.co/3PoKf6cw7f', 'expanded_url': 'https://vine.co/v/iXQAm5Lrgrh', 'display_url': 'vine.co/v/iXQAm5Lrgrh', 'indices': [97, 120]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7130, 'favorite_count': 13461, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1315:706901761596989440
{'created_at': 'Mon Mar 07 17:58:08 +0000 2016', 'id': 706901761596989440, 'id_str': '706901761596989440', 'full_text': "This is Elliot. He's blocking the roadway. Downright rude as hell. Doesn't care that you're already late. 3/10 https://t.co/FMUxir5pYu", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706901753699155968, 'id_str': '706901753699155968', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cc9rZlBWwAA56Ra.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc9rZlBWwAA56Ra.jpg', 'url': 'https://t.co/FMUxir5pYu', 'display_url': 'pic.twitter.com/FMUxir5pYu', 'expanded_url': 'https://twitter.com/dog_rates/status/706901761596989440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706901753699155968, 'id_str': '706901753699155968', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/Cc9rZlBWwAA56Ra.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc9rZlBWwAA56Ra.jpg', 'url': 'https://t.co/FMUxir5pYu', 'display_url': 'pic.twitter.com/FMUxir5pYu', 'expanded_url': 'https://twitter.com/dog_rates/status/706901761596989440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 528, 'favorite_count': 1892, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1316:706681918348251136
{'created_at': 'Mon Mar 07 03:24:33 +0000 2016', 'id': 706681918348251136, 'id_str': '706681918348251136', 'full_text': "Say hello to Katie. She's a Mitsubishi Hufflepuff. Curly af. 12/10 I'd do terrible things to acquire such a pup https://t.co/CFPIcGcwJv", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706681899490680832, 'id_str': '706681899490680832', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cc6jcYRXIAAFuox.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc6jcYRXIAAFuox.jpg', 'url': 'https://t.co/CFPIcGcwJv', 'display_url': 'pic.twitter.com/CFPIcGcwJv', 'expanded_url': 'https://twitter.com/dog_rates/status/706681918348251136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706681899490680832, 'id_str': '706681899490680832', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cc6jcYRXIAAFuox.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc6jcYRXIAAFuox.jpg', 'url': 'https://t.co/CFPIcGcwJv', 'display_url': 'pic.twitter.com/CFPIcGcwJv', 'expanded_url': 'https://twitter.com/dog_rates/status/706681918348251136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 706681899528404992, 'id_str': '706681899528404992', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cc6jcYaWwAAvL2j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc6jcYaWwAAvL2j.jpg', 'url': 'https://t.co/CFPIcGcwJv', 'display_url': 'pic.twitter.com/CFPIcGcwJv', 'expanded_url': 'https://twitter.com/dog_rates/status/706681918348251136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 706681902749589504, 'id_str': '706681902749589504', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/Cc6jckaWIAAGTjV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc6jckaWIAAGTjV.jpg', 'url': 'https://t.co/CFPIcGcwJv', 'display_url': 'pic.twitter.com/CFPIcGcwJv', 'expanded_url': 'https://twitter.com/dog_rates/status/706681918348251136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 463, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 463, 'resize': 'fit'}, 'small': {'w': 680, 'h': 420, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 896, 'favorite_count': 3033, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1317:706644897839910912
{'created_at': 'Mon Mar 07 00:57:27 +0000 2016', 'id': 706644897839910912, 'id_str': '706644897839910912', 'full_text': "Meet Shadow. She's tired of the responsibilities associated with being a dog. No longer strives to attain ball. 9/10 https://t.co/cdOkfEpjFw", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706644797256241152, 'id_str': '706644797256241152', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/706644797256241152/pu/img/NTqvmIUQExGmKFSR.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/706644797256241152/pu/img/NTqvmIUQExGmKFSR.jpg', 'url': 'https://t.co/cdOkfEpjFw', 'display_url': 'pic.twitter.com/cdOkfEpjFw', 'expanded_url': 'https://twitter.com/dog_rates/status/706644897839910912/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 288, 'h': 420, 'resize': 'fit'}, 'small': {'w': 288, 'h': 420, 'resize': 'fit'}, 'medium': {'w': 288, 'h': 420, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706644797256241152, 'id_str': '706644797256241152', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/706644797256241152/pu/img/NTqvmIUQExGmKFSR.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/706644797256241152/pu/img/NTqvmIUQExGmKFSR.jpg', 'url': 'https://t.co/cdOkfEpjFw', 'display_url': 'pic.twitter.com/cdOkfEpjFw', 'expanded_url': 'https://twitter.com/dog_rates/status/706644897839910912/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 288, 'h': 420, 'resize': 'fit'}, 'small': {'w': 288, 'h': 420, 'resize': 'fit'}, 'medium': {'w': 288, 'h': 420, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [24, 35], 'duration_millis': 14733, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/706644797256241152/pu/pl/-VqrlS2um6Epk2j8.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/706644797256241152/pu/vid/218x320/BGdMNHcatpQtBxyN.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 990, 'favorite_count': 2357, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1318:706593038911545345
{'created_at': 'Sun Mar 06 21:31:22 +0000 2016', 'id': 706593038911545345, 'id_str': '706593038911545345', 'full_text': "Here's a sneak peek of me on spring break. 10/10 so many tired pups these days https://t.co/6aJrjKfNqX", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706593029277294592, 'id_str': '706593029277294592', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cc5Snc7XIAAMidF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc5Snc7XIAAMidF.jpg', 'url': 'https://t.co/6aJrjKfNqX', 'display_url': 'pic.twitter.com/6aJrjKfNqX', 'expanded_url': 'https://twitter.com/dog_rates/status/706593038911545345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706593029277294592, 'id_str': '706593029277294592', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cc5Snc7XIAAMidF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc5Snc7XIAAMidF.jpg', 'url': 'https://t.co/6aJrjKfNqX', 'display_url': 'pic.twitter.com/6aJrjKfNqX', 'expanded_url': 'https://twitter.com/dog_rates/status/706593038911545345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 582, 'favorite_count': 1992, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1319:706538006853918722
{'created_at': 'Sun Mar 06 17:52:42 +0000 2016', 'id': 706538006853918722, 'id_str': '706538006853918722', 'full_text': 'This is Oliver (pronounced "Ricardo"). He\'s a ship captain. Controls these treacherous waters. 11/10 would sail with https://t.co/bxjO45rXKd', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706537990542254082, 'id_str': '706537990542254082', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cc4gjxqW4AIoThO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc4gjxqW4AIoThO.jpg', 'url': 'https://t.co/bxjO45rXKd', 'display_url': 'pic.twitter.com/bxjO45rXKd', 'expanded_url': 'https://twitter.com/dog_rates/status/706538006853918722/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706537990542254082, 'id_str': '706537990542254082', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cc4gjxqW4AIoThO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc4gjxqW4AIoThO.jpg', 'url': 'https://t.co/bxjO45rXKd', 'display_url': 'pic.twitter.com/bxjO45rXKd', 'expanded_url': 'https://twitter.com/dog_rates/status/706538006853918722/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1298, 'favorite_count': 3201, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1320:706516534877929472
{'created_at': 'Sun Mar 06 16:27:23 +0000 2016', 'id': 706516534877929472, 'id_str': '706516534877929472', 'full_text': 'Please enjoy this pup in a cooler. Permanently ready for someone to throw a tennis ball his way. 12/10 https://t.co/KUS0xl7XIp', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706516523993731073, 'id_str': '706516523993731073', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Cc4NCQiXEAEx2eJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc4NCQiXEAEx2eJ.jpg', 'url': 'https://t.co/KUS0xl7XIp', 'display_url': 'pic.twitter.com/KUS0xl7XIp', 'expanded_url': 'https://twitter.com/dog_rates/status/706516534877929472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706516523993731073, 'id_str': '706516523993731073', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Cc4NCQiXEAEx2eJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc4NCQiXEAEx2eJ.jpg', 'url': 'https://t.co/KUS0xl7XIp', 'display_url': 'pic.twitter.com/KUS0xl7XIp', 'expanded_url': 'https://twitter.com/dog_rates/status/706516534877929472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 932, 'favorite_count': 2879, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1321:706346369204748288
{'created_at': 'Sun Mar 06 05:11:12 +0000 2016', 'id': 706346369204748288, 'id_str': '706346369204748288', 'full_text': "This is Koda. She's a Beneboom Cumberwiggle. 12/10 petable as hell https://t.co/VZV6oMJmU6", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706346354252095488, 'id_str': '706346354252095488', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/Cc1yRE2WoAAgxFQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc1yRE2WoAAgxFQ.jpg', 'url': 'https://t.co/VZV6oMJmU6', 'display_url': 'pic.twitter.com/VZV6oMJmU6', 'expanded_url': 'https://twitter.com/dog_rates/status/706346369204748288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706346354252095488, 'id_str': '706346354252095488', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/Cc1yRE2WoAAgxFQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc1yRE2WoAAgxFQ.jpg', 'url': 'https://t.co/VZV6oMJmU6', 'display_url': 'pic.twitter.com/VZV6oMJmU6', 'expanded_url': 'https://twitter.com/dog_rates/status/706346369204748288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 706346354264698880, 'id_str': '706346354264698880', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/Cc1yRE5W8AAdB4A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc1yRE5W8AAdB4A.jpg', 'url': 'https://t.co/VZV6oMJmU6', 'display_url': 'pic.twitter.com/VZV6oMJmU6', 'expanded_url': 'https://twitter.com/dog_rates/status/706346369204748288/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 799, 'resize': 'fit'}, 'large': {'w': 640, 'h': 799, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 844, 'favorite_count': 3183, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1322:706310011488698368
{'created_at': 'Sun Mar 06 02:46:44 +0000 2016', 'id': 706310011488698368, 'id_str': '706310011488698368', 'full_text': "Here's a very sleepy pupper. Thinks it's an airplane. 12/10 would snug for eternity https://t.co/GGmcTIkBbf", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706310002273869824, 'id_str': '706310002273869824', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cc1RNHLW4AACG6H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc1RNHLW4AACG6H.jpg', 'url': 'https://t.co/GGmcTIkBbf', 'display_url': 'pic.twitter.com/GGmcTIkBbf', 'expanded_url': 'https://twitter.com/dog_rates/status/706310011488698368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706310002273869824, 'id_str': '706310002273869824', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cc1RNHLW4AACG6H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc1RNHLW4AACG6H.jpg', 'url': 'https://t.co/GGmcTIkBbf', 'display_url': 'pic.twitter.com/GGmcTIkBbf', 'expanded_url': 'https://twitter.com/dog_rates/status/706310011488698368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 706310002340982788, 'id_str': '706310002340982788', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/Cc1RNHbW8AQyrlw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc1RNHbW8AQyrlw.jpg', 'url': 'https://t.co/GGmcTIkBbf', 'display_url': 'pic.twitter.com/GGmcTIkBbf', 'expanded_url': 'https://twitter.com/dog_rates/status/706310011488698368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7157, 'favorite_count': 19580, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1323:706291001778950144
{'created_at': 'Sun Mar 06 01:31:11 +0000 2016', 'id': 706291001778950144, 'id_str': '706291001778950144', 'full_text': "When you're just relaxin and having a swell time but then remember you have to fill out the FAFSA ...11/10 https://t.co/qy33OBcexg", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706290925690097664, 'id_str': '706290925690097664', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Cc0_2tXXEAA2iTY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc0_2tXXEAA2iTY.jpg', 'url': 'https://t.co/qy33OBcexg', 'display_url': 'pic.twitter.com/qy33OBcexg', 'expanded_url': 'https://twitter.com/dog_rates/status/706291001778950144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706290925690097664, 'id_str': '706290925690097664', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Cc0_2tXXEAA2iTY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc0_2tXXEAA2iTY.jpg', 'url': 'https://t.co/qy33OBcexg', 'display_url': 'pic.twitter.com/qy33OBcexg', 'expanded_url': 'https://twitter.com/dog_rates/status/706291001778950144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 706290926147256320, 'id_str': '706290926147256320', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Cc0_2vEWwAAl11F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc0_2vEWwAAl11F.jpg', 'url': 'https://t.co/qy33OBcexg', 'display_url': 'pic.twitter.com/qy33OBcexg', 'expanded_url': 'https://twitter.com/dog_rates/status/706291001778950144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 439, 'favorite_count': 1571, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1324:706265994973601792
{'created_at': 'Sat Mar 05 23:51:49 +0000 2016', 'id': 706265994973601792, 'id_str': '706265994973601792', 'full_text': 'This is Kara. She\'s been trying to solve that thing for 3 days. "I don\'t have thumbs," she said. 11/10 solid effort https://t.co/lA6a8GefrV', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706265991110590465, 'id_str': '706265991110590465', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cc0pLU0WAAEfGEw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc0pLU0WAAEfGEw.jpg', 'url': 'https://t.co/lA6a8GefrV', 'display_url': 'pic.twitter.com/lA6a8GefrV', 'expanded_url': 'https://twitter.com/dog_rates/status/706265994973601792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 445, 'h': 680, 'resize': 'fit'}, 'large': {'w': 560, 'h': 856, 'resize': 'fit'}, 'medium': {'w': 560, 'h': 856, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706265991110590465, 'id_str': '706265991110590465', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cc0pLU0WAAEfGEw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cc0pLU0WAAEfGEw.jpg', 'url': 'https://t.co/lA6a8GefrV', 'display_url': 'pic.twitter.com/lA6a8GefrV', 'expanded_url': 'https://twitter.com/dog_rates/status/706265994973601792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 445, 'h': 680, 'resize': 'fit'}, 'large': {'w': 560, 'h': 856, 'resize': 'fit'}, 'medium': {'w': 560, 'h': 856, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 852, 'favorite_count': 2528, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1325:706169069255446529
{'created_at': 'Sat Mar 05 17:26:40 +0000 2016', 'id': 706169069255446529, 'id_str': '706169069255446529', 'full_text': "He was doing his best. 12/10 I'll be his lawyer\nhttps://t.co/WN4C6miCzR", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/WN4C6miCzR', 'expanded_url': 'https://twitter.com/wgnnews/status/706165920809492480', 'display_url': 'twitter.com/wgnnews/status…', 'indices': [48, 71]}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': True, 'quoted_status_id': 706165920809492480, 'quoted_status_id_str': '706165920809492480', 'quoted_status_permalink': {'url': 'https://t.co/WN4C6miCzR', 'expanded': 'https://twitter.com/wgnnews/status/706165920809492480', 'display': 'twitter.com/wgnnews/status…'}, 'quoted_status': {'created_at': 'Sat Mar 05 17:14:10 +0000 2016', 'id': 706165920809492480, 'id_str': '706165920809492480', 'full_text': 'Dog gets behind wheel of semi, crashes into tree and parked car in Minnesota https://t.co/KygFwGfIpE https://t.co/ky2Qyz7bFC', 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/KygFwGfIpE', 'expanded_url': 'http://via.wgntv.com/tXVrG', 'display_url': 'via.wgntv.com/tXVrG', 'indices': [77, 100]}], 'media': [{'id': 706165920281075712, 'id_str': '706165920281075712', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CczOKb7XIAAsMtv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CczOKb7XIAAsMtv.jpg', 'url': 'https://t.co/ky2Qyz7bFC', 'display_url': 'pic.twitter.com/ky2Qyz7bFC', 'expanded_url': 'https://twitter.com/WGNNews/status/706165920809492480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 555, 'h': 313, 'resize': 'fit'}, 'medium': {'w': 555, 'h': 313, 'resize': 'fit'}, 'large': {'w': 555, 'h': 313, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706165920281075712, 'id_str': '706165920281075712', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CczOKb7XIAAsMtv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CczOKb7XIAAsMtv.jpg', 'url': 'https://t.co/ky2Qyz7bFC', 'display_url': 'pic.twitter.com/ky2Qyz7bFC', 'expanded_url': 'https://twitter.com/WGNNews/status/706165920809492480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 555, 'h': 313, 'resize': 'fit'}, 'medium': {'w': 555, 'h': 313, 'resize': 'fit'}, 'large': {'w': 555, 'h': 313, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 14790524, 'id_str': '14790524', 'name': 'WGN TV News', 'screen_name': 'WGNNews', 'location': 'Chicago, IL', 'description': "Chicago's very own source for news, weather, sports and entertainment. Join us on Facebook http://t.co/SDUdw1qFP4 & Instagram https://t.co/PIWgjjG87Y", 'url': 'http://t.co/1Ah1yoD02k', 'entities': {'url': {'urls': [{'url': 'http://t.co/1Ah1yoD02k', 'expanded_url': 'http://wgntv.com', 'display_url': 'wgntv.com', 'indices': [0, 22]}]}, 'description': {'urls': [{'url': 'http://t.co/SDUdw1qFP4', 'expanded_url': 'http://on.fb.me/cOkIXr', 'display_url': 'on.fb.me/cOkIXr', 'indices': [91, 113]}, {'url': 'https://t.co/PIWgjjG87Y', 'expanded_url': 'https://instagram.com/wgnnews/', 'display_url': 'instagram.com/wgnnews/', 'indices': [126, 149]}]}}, 'protected': False, 'followers_count': 361027, 'friends_count': 1181, 'listed_count': 2880, 'created_at': 'Thu May 15 19:28:40 +0000 2008', 'favourites_count': 4813, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 174580, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'FFFFFF', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme12/bg.gif', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme12/bg.gif', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/864880514120925184/d2JEmQPg_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/864880514120925184/d2JEmQPg_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/14790524/1495038571', 'profile_link_color': '0E20AD', 'profile_sidebar_border_color': 'FFFFFF', 'profile_sidebar_fill_color': 'FFF7CC', 'profile_text_color': '0C3E53', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2417, 'favorite_count': 2458, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'retweet_count': 2004, 'favorite_count': 3601, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1326:706166467411222528
{'created_at': 'Sat Mar 05 17:16:20 +0000 2016', 'id': 706166467411222528, 'id_str': '706166467411222528', 'full_text': "This is Dexter. He's a shy pup. Doesn't bark much. Dreadful fetcher. Has rare sun allergy. 7/10 still petable https://t.co/sA7P3JSqiv", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 706166462331920384, 'id_str': '706166462331920384', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CczOp_OWoAAo5zR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CczOp_OWoAAo5zR.jpg', 'url': 'https://t.co/sA7P3JSqiv', 'display_url': 'pic.twitter.com/sA7P3JSqiv', 'expanded_url': 'https://twitter.com/dog_rates/status/706166467411222528/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 620, 'h': 465, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 620, 'h': 465, 'resize': 'fit'}, 'medium': {'w': 620, 'h': 465, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 706166462331920384, 'id_str': '706166462331920384', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CczOp_OWoAAo5zR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CczOp_OWoAAo5zR.jpg', 'url': 'https://t.co/sA7P3JSqiv', 'display_url': 'pic.twitter.com/sA7P3JSqiv', 'expanded_url': 'https://twitter.com/dog_rates/status/706166467411222528/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 620, 'h': 465, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 620, 'h': 465, 'resize': 'fit'}, 'medium': {'w': 620, 'h': 465, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1459, 'favorite_count': 4743, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1327:706153300320784384
{'created_at': 'Sat Mar 05 16:24:01 +0000 2016', 'id': 706153300320784384, 'id_str': '706153300320784384', 'full_text': "This is Layla. She's giving you a standing ovation.13/10 just magnificent (vid by @CSBrzezinski) https://t.co/KxYXHUHUi2", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/KxYXHUHUi2', 'expanded_url': 'https://vine.co/v/iXidJXBJ3P9', 'display_url': 'vine.co/v/iXidJXBJ3P9', 'indices': [97, 120]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 346, 'favorite_count': 1365, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1328:705975130514706432
{'created_at': 'Sat Mar 05 04:36:02 +0000 2016', 'id': 705975130514706432, 'id_str': '705975130514706432', 'full_text': "This is Adele. Her tongue flies out of her mouth at random. It's a debilitating illness. 10/10 stay strong pupper https://t.co/cfn81n3FLO", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705975037652836353, 'id_str': '705975037652836353', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcwgjmuXIAEQoSd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcwgjmuXIAEQoSd.jpg', 'url': 'https://t.co/cfn81n3FLO', 'display_url': 'pic.twitter.com/cfn81n3FLO', 'expanded_url': 'https://twitter.com/dog_rates/status/705975130514706432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705975037652836353, 'id_str': '705975037652836353', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcwgjmuXIAEQoSd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcwgjmuXIAEQoSd.jpg', 'url': 'https://t.co/cfn81n3FLO', 'display_url': 'pic.twitter.com/cfn81n3FLO', 'expanded_url': 'https://twitter.com/dog_rates/status/705975130514706432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 705975037799624705, 'id_str': '705975037799624705', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcwgjnRW8AEvDDE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcwgjnRW8AEvDDE.jpg', 'url': 'https://t.co/cfn81n3FLO', 'display_url': 'pic.twitter.com/cfn81n3FLO', 'expanded_url': 'https://twitter.com/dog_rates/status/705975130514706432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 666, 'favorite_count': 2870, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1329:705970349788291072
{'created_at': 'Sat Mar 05 04:17:02 +0000 2016', 'id': 705970349788291072, 'id_str': '705970349788291072', 'full_text': "This is Lucy. She's a Venetian Kerploof. Supposed to be navigating. Quite irresponsible. Fancy ass collar tho 12/10 https://t.co/8tjnz1L8DI", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705970342242729984, 'id_str': '705970342242729984', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcwcSS9WwAALE4f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcwcSS9WwAALE4f.jpg', 'url': 'https://t.co/8tjnz1L8DI', 'display_url': 'pic.twitter.com/8tjnz1L8DI', 'expanded_url': 'https://twitter.com/dog_rates/status/705970349788291072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705970342242729984, 'id_str': '705970342242729984', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcwcSS9WwAALE4f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcwcSS9WwAALE4f.jpg', 'url': 'https://t.co/8tjnz1L8DI', 'display_url': 'pic.twitter.com/8tjnz1L8DI', 'expanded_url': 'https://twitter.com/dog_rates/status/705970349788291072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 799, 'favorite_count': 2934, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1330:705898680587526145
{'created_at': 'Fri Mar 04 23:32:15 +0000 2016', 'id': 705898680587526145, 'id_str': '705898680587526145', 'full_text': "Meet Max. He's a Fallopian Cephalopuff. Eyes are magical af. Lil dandruff problem. No big deal 10/10 would still pet https://t.co/c67nUjwmFs", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705898672375132160, 'id_str': '705898672375132160', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcvbGj5W8AARjB6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcvbGj5W8AARjB6.jpg', 'url': 'https://t.co/c67nUjwmFs', 'display_url': 'pic.twitter.com/c67nUjwmFs', 'expanded_url': 'https://twitter.com/dog_rates/status/705898680587526145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705898672375132160, 'id_str': '705898672375132160', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcvbGj5W8AARjB6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcvbGj5W8AARjB6.jpg', 'url': 'https://t.co/c67nUjwmFs', 'display_url': 'pic.twitter.com/c67nUjwmFs', 'expanded_url': 'https://twitter.com/dog_rates/status/705898680587526145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}}}, {'id': 705898672375111680, 'id_str': '705898672375111680', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcvbGj5WoAAZXVn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcvbGj5WoAAZXVn.jpg', 'url': 'https://t.co/c67nUjwmFs', 'display_url': 'pic.twitter.com/c67nUjwmFs', 'expanded_url': 'https://twitter.com/dog_rates/status/705898680587526145/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 496, 'favorite_count': 2193, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1331:705786532653883392
{'created_at': 'Fri Mar 04 16:06:36 +0000 2016', 'id': 705786532653883392, 'id_str': '705786532653883392', 'full_text': 'Seriously, add us 🐶 11/10 for sad wet pupper https://t.co/xwPE9faVZR', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705786528321044482, 'id_str': '705786528321044482', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Cct1G6vVAAI9ZjF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cct1G6vVAAI9ZjF.jpg', 'url': 'https://t.co/xwPE9faVZR', 'display_url': 'pic.twitter.com/xwPE9faVZR', 'expanded_url': 'https://twitter.com/dog_rates/status/705786532653883392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 1135, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 1135, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705786528321044482, 'id_str': '705786528321044482', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/Cct1G6vVAAI9ZjF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cct1G6vVAAI9ZjF.jpg', 'url': 'https://t.co/xwPE9faVZR', 'display_url': 'pic.twitter.com/xwPE9faVZR', 'expanded_url': 'https://twitter.com/dog_rates/status/705786532653883392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 1135, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 1135, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 703255935813287936, 'in_reply_to_status_id_str': '703255935813287936', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 468, 'favorite_count': 1799, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1332:705591895322394625
{'created_at': 'Fri Mar 04 03:13:11 +0000 2016', 'id': 705591895322394625, 'id_str': '705591895322394625', 'full_text': '"Ma\'am, for the last time, I\'m not authorized to make that type of transaction" 11/10 https://t.co/nPTBsdm3BF', 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705591886233235456, 'id_str': '705591886233235456', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CcrEFQdUcAA7CJf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcrEFQdUcAA7CJf.jpg', 'url': 'https://t.co/nPTBsdm3BF', 'display_url': 'pic.twitter.com/nPTBsdm3BF', 'expanded_url': 'https://twitter.com/dog_rates/status/705591895322394625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705591886233235456, 'id_str': '705591886233235456', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CcrEFQdUcAA7CJf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcrEFQdUcAA7CJf.jpg', 'url': 'https://t.co/nPTBsdm3BF', 'display_url': 'pic.twitter.com/nPTBsdm3BF', 'expanded_url': 'https://twitter.com/dog_rates/status/705591895322394625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1035, 'favorite_count': 2922, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1333:705475953783398401
{'created_at': 'Thu Mar 03 19:32:29 +0000 2016', 'id': 705475953783398401, 'id_str': '705475953783398401', 'full_text': "Say hello to Zara. She found a sandal and couldn't be happier. 12/10 great work https://t.co/zQUuVu812n", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705475939698868224, 'id_str': '705475939698868224', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CcpaoR9WAAAKlJJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcpaoR9WAAAKlJJ.jpg', 'url': 'https://t.co/zQUuVu812n', 'display_url': 'pic.twitter.com/zQUuVu812n', 'expanded_url': 'https://twitter.com/dog_rates/status/705475953783398401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705475939698868224, 'id_str': '705475939698868224', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CcpaoR9WAAAKlJJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcpaoR9WAAAKlJJ.jpg', 'url': 'https://t.co/zQUuVu812n', 'display_url': 'pic.twitter.com/zQUuVu812n', 'expanded_url': 'https://twitter.com/dog_rates/status/705475953783398401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 705475939845742592, 'id_str': '705475939845742592', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CcpaoSgXIAAm8sT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcpaoSgXIAAm8sT.jpg', 'url': 'https://t.co/zQUuVu812n', 'display_url': 'pic.twitter.com/zQUuVu812n', 'expanded_url': 'https://twitter.com/dog_rates/status/705475953783398401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285563, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 832, 'favorite_count': 2752, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1334:705442520700944385
{'created_at': 'Thu Mar 03 17:19:38 +0000 2016', 'id': 705442520700944385, 'id_str': '705442520700944385', 'full_text': 'This is Cooper. He only wakes up to switch gears. 12/10 helpful af https://t.co/EEIkAGVY64', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705442513113522177, 'id_str': '705442513113522177', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/Cco8OmOXIAE0aCu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cco8OmOXIAE0aCu.jpg', 'url': 'https://t.co/EEIkAGVY64', 'display_url': 'pic.twitter.com/EEIkAGVY64', 'expanded_url': 'https://twitter.com/dog_rates/status/705442520700944385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 816, 'resize': 'fit'}, 'small': {'w': 680, 'h': 542, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 816, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705442513113522177, 'id_str': '705442513113522177', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/Cco8OmOXIAE0aCu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cco8OmOXIAE0aCu.jpg', 'url': 'https://t.co/EEIkAGVY64', 'display_url': 'pic.twitter.com/EEIkAGVY64', 'expanded_url': 'https://twitter.com/dog_rates/status/705442520700944385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 816, 'resize': 'fit'}, 'small': {'w': 680, 'h': 542, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 816, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1465, 'favorite_count': 4078, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1335:705428427625635840
{'created_at': 'Thu Mar 03 16:23:38 +0000 2016', 'id': 705428427625635840, 'id_str': '705428427625635840', 'full_text': "This is Ambrose. He's an Alfalfa Ballyhoo. Draws pistol fast af. Pretty much runs the frontier. 11/10 lethal pupper https://t.co/ih6epBOxIA", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705428418666635264, 'id_str': '705428418666635264', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcovaMUXIAApFDl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcovaMUXIAApFDl.jpg', 'url': 'https://t.co/ih6epBOxIA', 'display_url': 'pic.twitter.com/ih6epBOxIA', 'expanded_url': 'https://twitter.com/dog_rates/status/705428427625635840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705428418666635264, 'id_str': '705428418666635264', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcovaMUXIAApFDl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcovaMUXIAApFDl.jpg', 'url': 'https://t.co/ih6epBOxIA', 'display_url': 'pic.twitter.com/ih6epBOxIA', 'expanded_url': 'https://twitter.com/dog_rates/status/705428427625635840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1526, 'favorite_count': 3525, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1336:705239209544720384
{'created_at': 'Thu Mar 03 03:51:44 +0000 2016', 'id': 705239209544720384, 'id_str': '705239209544720384', 'full_text': 'This is Jimothy. He lost his body during the the Third Crusade (tragic). 11/10 heroic af tho https://t.co/wnsblfu7XE', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705239205698531328, 'id_str': '705239205698531328', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CcmDUjFW8AAqAjc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcmDUjFW8AAqAjc.jpg', 'url': 'https://t.co/wnsblfu7XE', 'display_url': 'pic.twitter.com/wnsblfu7XE', 'expanded_url': 'https://twitter.com/dog_rates/status/705239209544720384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 751, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 751, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705239205698531328, 'id_str': '705239205698531328', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CcmDUjFW8AAqAjc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcmDUjFW8AAqAjc.jpg', 'url': 'https://t.co/wnsblfu7XE', 'display_url': 'pic.twitter.com/wnsblfu7XE', 'expanded_url': 'https://twitter.com/dog_rates/status/705239209544720384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 751, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 751, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 679, 'favorite_count': 2779, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1337:705223444686888960
{'created_at': 'Thu Mar 03 02:49:06 +0000 2016', 'id': 705223444686888960, 'id_str': '705223444686888960', 'full_text': "This is Bode. He's a heavy sleeper. 9/10 https://t.co/YMkxhGWUqv", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705223427129409536, 'id_str': '705223427129409536', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/Ccl0-HVVAAAf8aK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ccl0-HVVAAAf8aK.jpg', 'url': 'https://t.co/YMkxhGWUqv', 'display_url': 'pic.twitter.com/YMkxhGWUqv', 'expanded_url': 'https://twitter.com/dog_rates/status/705223444686888960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705223427129409536, 'id_str': '705223427129409536', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/Ccl0-HVVAAAf8aK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ccl0-HVVAAAf8aK.jpg', 'url': 'https://t.co/YMkxhGWUqv', 'display_url': 'pic.twitter.com/YMkxhGWUqv', 'expanded_url': 'https://twitter.com/dog_rates/status/705223444686888960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 716, 'favorite_count': 2385, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1338:705102439679201280
{'created_at': 'Wed Mar 02 18:48:16 +0000 2016', 'id': 705102439679201280, 'id_str': '705102439679201280', 'full_text': 'This is Terrenth. He just stubbed his toe. 10/10 deep breaths Terrenth https://t.co/Pg18CDFC7Z', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705102425103839232, 'id_str': '705102425103839232', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CckG63qUsAALbIr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CckG63qUsAALbIr.jpg', 'url': 'https://t.co/Pg18CDFC7Z', 'display_url': 'pic.twitter.com/Pg18CDFC7Z', 'expanded_url': 'https://twitter.com/dog_rates/status/705102439679201280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 542, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 816, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 816, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705102425103839232, 'id_str': '705102425103839232', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CckG63qUsAALbIr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CckG63qUsAALbIr.jpg', 'url': 'https://t.co/Pg18CDFC7Z', 'display_url': 'pic.twitter.com/Pg18CDFC7Z', 'expanded_url': 'https://twitter.com/dog_rates/status/705102439679201280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 542, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 816, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 816, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 475, 'favorite_count': 1968, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1339:705066031337840642
{'created_at': 'Wed Mar 02 16:23:36 +0000 2016', 'id': 705066031337840642, 'id_str': '705066031337840642', 'full_text': "This is Reese. He's a Chilean Sohcahtoa. Loves to swing. Never sure what to do with his feet. 12/10 huggable af https://t.co/VA6jnNUyuW", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 705066010735464451, 'id_str': '705066010735464451', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcjlzRkW0AMqmWg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcjlzRkW0AMqmWg.jpg', 'url': 'https://t.co/VA6jnNUyuW', 'display_url': 'pic.twitter.com/VA6jnNUyuW', 'expanded_url': 'https://twitter.com/dog_rates/status/705066031337840642/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 705066010735464451, 'id_str': '705066010735464451', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcjlzRkW0AMqmWg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcjlzRkW0AMqmWg.jpg', 'url': 'https://t.co/VA6jnNUyuW', 'display_url': 'pic.twitter.com/VA6jnNUyuW', 'expanded_url': 'https://twitter.com/dog_rates/status/705066031337840642/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 1136, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 556, 'favorite_count': 2019, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1340:704871453724954624
{'created_at': 'Wed Mar 02 03:30:25 +0000 2016', 'id': 704871453724954624, 'id_str': '704871453724954624', 'full_text': 'I found a forest Pipsy. 12/10 https://t.co/mIQ1KoVsmU', 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704871447097905152, 'id_str': '704871447097905152', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/media/Ccg02LiWEAAJHw1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ccg02LiWEAAJHw1.jpg', 'url': 'https://t.co/mIQ1KoVsmU', 'display_url': 'pic.twitter.com/mIQ1KoVsmU', 'expanded_url': 'https://twitter.com/dog_rates/status/704871453724954624/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 672, 'h': 779, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 672, 'h': 779, 'resize': 'fit'}, 'small': {'w': 587, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704871447097905152, 'id_str': '704871447097905152', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/media/Ccg02LiWEAAJHw1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ccg02LiWEAAJHw1.jpg', 'url': 'https://t.co/mIQ1KoVsmU', 'display_url': 'pic.twitter.com/mIQ1KoVsmU', 'expanded_url': 'https://twitter.com/dog_rates/status/704871453724954624/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 672, 'h': 779, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 672, 'h': 779, 'resize': 'fit'}, 'small': {'w': 587, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 667152164079423490, 'in_reply_to_status_id_str': '667152164079423490', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1018, 'favorite_count': 3968, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1341:704859558691414016
{'created_at': 'Wed Mar 02 02:43:09 +0000 2016', 'id': 704859558691414016, 'id_str': '704859558691414016', 'full_text': 'Here is a heartbreaking scene of an incredible pupper being laid to rest. 10/10 RIP pupper https://t.co/81mvJ0rGRu', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704859541930962945, 'id_str': '704859541930962945', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CcgqBNVW8AE76lv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcgqBNVW8AE76lv.jpg', 'url': 'https://t.co/81mvJ0rGRu', 'display_url': 'pic.twitter.com/81mvJ0rGRu', 'expanded_url': 'https://twitter.com/dog_rates/status/704859558691414016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704859541930962945, 'id_str': '704859541930962945', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CcgqBNVW8AE76lv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcgqBNVW8AE76lv.jpg', 'url': 'https://t.co/81mvJ0rGRu', 'display_url': 'pic.twitter.com/81mvJ0rGRu', 'expanded_url': 'https://twitter.com/dog_rates/status/704859558691414016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 477, 'favorite_count': 2076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1342:704847917308362754
{'created_at': 'Wed Mar 02 01:56:53 +0000 2016', 'id': 704847917308362754, 'id_str': '704847917308362754', 'full_text': '"Yes hi could I get a number 4 with no pickles" ...12/10 https://t.co/kQPVxqA3gq', 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704847907636305920, 'id_str': '704847907636305920', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/CcgfcANW4AA9hzr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcgfcANW4AA9hzr.jpg', 'url': 'https://t.co/kQPVxqA3gq', 'display_url': 'pic.twitter.com/kQPVxqA3gq', 'expanded_url': 'https://twitter.com/dog_rates/status/704847917308362754/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704847907636305920, 'id_str': '704847907636305920', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/CcgfcANW4AA9hzr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcgfcANW4AA9hzr.jpg', 'url': 'https://t.co/kQPVxqA3gq', 'display_url': 'pic.twitter.com/kQPVxqA3gq', 'expanded_url': 'https://twitter.com/dog_rates/status/704847917308362754/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1370, 'favorite_count': 4711, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1343:704819833553219584
{'created_at': 'Wed Mar 02 00:05:17 +0000 2016', 'id': 704819833553219584, 'id_str': '704819833553219584', 'full_text': "This is Chesterson. He's a Bolivian Scoop Dog. Incredibly portable. Can't bark for shit tho. 7/10 would still pet https://t.co/EatAd8JhyW", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704819829430218752, 'id_str': '704819829430218752', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcgF5ovW8AACrEU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcgF5ovW8AACrEU.jpg', 'url': 'https://t.co/EatAd8JhyW', 'display_url': 'pic.twitter.com/EatAd8JhyW', 'expanded_url': 'https://twitter.com/dog_rates/status/704819833553219584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 571, 'h': 874, 'resize': 'fit'}, 'large': {'w': 571, 'h': 874, 'resize': 'fit'}, 'small': {'w': 444, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704819829430218752, 'id_str': '704819829430218752', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcgF5ovW8AACrEU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcgF5ovW8AACrEU.jpg', 'url': 'https://t.co/EatAd8JhyW', 'display_url': 'pic.twitter.com/EatAd8JhyW', 'expanded_url': 'https://twitter.com/dog_rates/status/704819833553219584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 571, 'h': 874, 'resize': 'fit'}, 'large': {'w': 571, 'h': 874, 'resize': 'fit'}, 'small': {'w': 444, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 900, 'favorite_count': 2455, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1344:704761120771465216
{'created_at': 'Tue Mar 01 20:11:59 +0000 2016', 'id': 704761120771465216, 'id_str': '704761120771465216', 'full_text': 'This pupper killed this great white in an epic sea battle. Now wears it as a trophy. Such brave. Much fierce. 13/10 https://t.co/Lu0ECu5tO5', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704761116849774592, 'id_str': '704761116849774592', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'url': 'https://t.co/Lu0ECu5tO5', 'display_url': 'pic.twitter.com/Lu0ECu5tO5', 'expanded_url': 'https://twitter.com/dog_rates/status/704761120771465216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704761116849774592, 'id_str': '704761116849774592', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcfQgHVWoAAxauy.jpg', 'url': 'https://t.co/Lu0ECu5tO5', 'display_url': 'pic.twitter.com/Lu0ECu5tO5', 'expanded_url': 'https://twitter.com/dog_rates/status/704761120771465216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 704761116845608960, 'id_str': '704761116845608960', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcfQgHUXEAAPJf2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcfQgHUXEAAPJf2.jpg', 'url': 'https://t.co/Lu0ECu5tO5', 'display_url': 'pic.twitter.com/Lu0ECu5tO5', 'expanded_url': 'https://twitter.com/dog_rates/status/704761120771465216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2636, 'favorite_count': 6150, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1345:704499785726889984
{'created_at': 'Tue Mar 01 02:53:32 +0000 2016', 'id': 704499785726889984, 'id_str': '704499785726889984', 'full_text': 'When you wake up from a long nap and have no idea who you are. 12/10 https://t.co/dlF93GLnDc', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704499780106493952, 'id_str': '704499780106493952', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ccbi0UGWoAA4fwg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ccbi0UGWoAA4fwg.jpg', 'url': 'https://t.co/dlF93GLnDc', 'display_url': 'pic.twitter.com/dlF93GLnDc', 'expanded_url': 'https://twitter.com/dog_rates/status/704499785726889984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704499780106493952, 'id_str': '704499780106493952', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ccbi0UGWoAA4fwg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ccbi0UGWoAA4fwg.jpg', 'url': 'https://t.co/dlF93GLnDc', 'display_url': 'pic.twitter.com/dlF93GLnDc', 'expanded_url': 'https://twitter.com/dog_rates/status/704499785726889984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 908, 'favorite_count': 2669, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1346:704491224099647488
{'created_at': 'Tue Mar 01 02:19:31 +0000 2016', 'id': 704491224099647488, 'id_str': '704491224099647488', 'full_text': '13/10 hero af\n@ABC', 'truncated': False, 'display_text_range': [0, 18], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'ABC', 'name': 'ABC News', 'id': 28785486, 'id_str': '28785486', 'indices': [14, 18]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 704485744639909888, 'in_reply_to_status_id_str': '704485744639909888', 'in_reply_to_user_id': 28785486, 'in_reply_to_user_id_str': '28785486', 'in_reply_to_screen_name': 'ABC', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 71, 'favorite_count': 690, 'favorited': False, 'retweeted': False, 'lang': 'es'}
1347:704480331685040129
{'created_at': 'Tue Mar 01 01:36:14 +0000 2016', 'id': 704480331685040129, 'id_str': '704480331685040129', 'full_text': "Meet Lucia. She's a Cumulonimbus Floofmallow. Only has two legs tho (unfortunate). 11/10 would definitely still pet https://t.co/qv6qlEUCEe", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704480327234953220, 'id_str': '704480327234953220', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcbRIAgXIAQaKHQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcbRIAgXIAQaKHQ.jpg', 'url': 'https://t.co/qv6qlEUCEe', 'display_url': 'pic.twitter.com/qv6qlEUCEe', 'expanded_url': 'https://twitter.com/dog_rates/status/704480331685040129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704480327234953220, 'id_str': '704480327234953220', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcbRIAgXIAQaKHQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcbRIAgXIAQaKHQ.jpg', 'url': 'https://t.co/qv6qlEUCEe', 'display_url': 'pic.twitter.com/qv6qlEUCEe', 'expanded_url': 'https://twitter.com/dog_rates/status/704480331685040129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 981, 'favorite_count': 3153, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1348:704364645503647744
{'created_at': 'Mon Feb 29 17:56:32 +0000 2016', 'id': 704364645503647744, 'id_str': '704364645503647744', 'full_text': "Say hello to Bisquick. He's a Beneplop Cumbersnug. Even smiles when wet. 12/10 I'd steal Bisquick https://t.co/5zX5XD3i6K", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704364642517262336, 'id_str': '704364642517262336', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CcZn6RWWIAAmOZG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcZn6RWWIAAmOZG.jpg', 'url': 'https://t.co/5zX5XD3i6K', 'display_url': 'pic.twitter.com/5zX5XD3i6K', 'expanded_url': 'https://twitter.com/dog_rates/status/704364645503647744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 250, 'h': 333, 'resize': 'fit'}, 'large': {'w': 250, 'h': 333, 'resize': 'fit'}, 'small': {'w': 250, 'h': 333, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704364642517262336, 'id_str': '704364642517262336', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CcZn6RWWIAAmOZG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcZn6RWWIAAmOZG.jpg', 'url': 'https://t.co/5zX5XD3i6K', 'display_url': 'pic.twitter.com/5zX5XD3i6K', 'expanded_url': 'https://twitter.com/dog_rates/status/704364645503647744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 250, 'h': 333, 'resize': 'fit'}, 'large': {'w': 250, 'h': 333, 'resize': 'fit'}, 'small': {'w': 250, 'h': 333, 'resize': 'fit'}}}, {'id': 704364642462797824, 'id_str': '704364642462797824', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CcZn6RJXEAAn0JT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcZn6RJXEAAn0JT.jpg', 'url': 'https://t.co/5zX5XD3i6K', 'display_url': 'pic.twitter.com/5zX5XD3i6K', 'expanded_url': 'https://twitter.com/dog_rates/status/704364645503647744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 236, 'h': 314, 'resize': 'fit'}, 'large': {'w': 236, 'h': 314, 'resize': 'fit'}, 'small': {'w': 236, 'h': 314, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3237, 'favorite_count': 7359, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1349:704347321748819968
{'created_at': 'Mon Feb 29 16:47:42 +0000 2016', 'id': 704347321748819968, 'id_str': '704347321748819968', 'full_text': "This is Ralphson. He's very confused. Wondering why he's sitting on Santa's lap in February. 10/10 stay woke pupper https://t.co/INphk4ltkZ", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704347313985228800, 'id_str': '704347313985228800', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcZYJniXEAAEJRF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcZYJniXEAAEJRF.jpg', 'url': 'https://t.co/INphk4ltkZ', 'display_url': 'pic.twitter.com/INphk4ltkZ', 'expanded_url': 'https://twitter.com/dog_rates/status/704347321748819968/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 704, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 704, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 468, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704347313985228800, 'id_str': '704347313985228800', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcZYJniXEAAEJRF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcZYJniXEAAEJRF.jpg', 'url': 'https://t.co/INphk4ltkZ', 'display_url': 'pic.twitter.com/INphk4ltkZ', 'expanded_url': 'https://twitter.com/dog_rates/status/704347321748819968/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 704, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 704, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 468, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 314, 'favorite_count': 1449, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1350:704134088924532736
{'created_at': 'Mon Feb 29 02:40:23 +0000 2016', 'id': 704134088924532736, 'id_str': '704134088924532736', 'full_text': 'This sneezy pupper is just adorable af. 12/10 (vid by @gwilks1) https://t.co/h5aI0Tim4j', 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'GWilks1', 'name': 'GWilks', 'id': 1473500501828259840, 'id_str': '1473500501828259840', 'indices': [54, 62]}], 'urls': [{'url': 'https://t.co/h5aI0Tim4j', 'expanded_url': 'https://vine.co/v/igW2OEwu9vg', 'display_url': 'vine.co/v/igW2OEwu9vg', 'indices': [64, 87]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 413, 'favorite_count': 1390, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1351:704113298707505153
{'created_at': 'Mon Feb 29 01:17:46 +0000 2016', 'id': 704113298707505153, 'id_str': '704113298707505153', 'full_text': "Meet Stanley. He's an inverted Uzbekistani water pup. Hella exotic. Floats around all day. 8/10 I want to be Stanley https://t.co/XpYMBQ1FD8", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704113287844098048, 'id_str': '704113287844098048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcWDTgOUcAA7Ia9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcWDTgOUcAA7Ia9.jpg', 'url': 'https://t.co/XpYMBQ1FD8', 'display_url': 'pic.twitter.com/XpYMBQ1FD8', 'expanded_url': 'https://twitter.com/dog_rates/status/704113298707505153/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 629, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 629, 'resize': 'fit'}, 'small': {'w': 680, 'h': 418, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704113287844098048, 'id_str': '704113287844098048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcWDTgOUcAA7Ia9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcWDTgOUcAA7Ia9.jpg', 'url': 'https://t.co/XpYMBQ1FD8', 'display_url': 'pic.twitter.com/XpYMBQ1FD8', 'expanded_url': 'https://twitter.com/dog_rates/status/704113298707505153/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 629, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 629, 'resize': 'fit'}, 'small': {'w': 680, 'h': 418, 'resize': 'fit'}}}, {'id': 704113287428833280, 'id_str': '704113287428833280', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcWDTerUAAALORn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcWDTerUAAALORn.jpg', 'url': 'https://t.co/XpYMBQ1FD8', 'display_url': 'pic.twitter.com/XpYMBQ1FD8', 'expanded_url': 'https://twitter.com/dog_rates/status/704113298707505153/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 582, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 875, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 875, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 520, 'favorite_count': 1718, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1352:704054845121142784
{'created_at': 'Sun Feb 28 21:25:30 +0000 2016', 'id': 704054845121142784, 'id_str': '704054845121142784', 'full_text': "Here is a whole flock of puppers. 60/50 I'll take the lot https://t.co/9dpcw6MdWa", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 704054834471833603, 'id_str': '704054834471833603', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CcVOJEcXEAM0FHL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcVOJEcXEAM0FHL.jpg', 'url': 'https://t.co/9dpcw6MdWa', 'display_url': 'pic.twitter.com/9dpcw6MdWa', 'expanded_url': 'https://twitter.com/dog_rates/status/704054845121142784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 704054834471833603, 'id_str': '704054834471833603', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CcVOJEcXEAM0FHL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcVOJEcXEAM0FHL.jpg', 'url': 'https://t.co/9dpcw6MdWa', 'display_url': 'pic.twitter.com/9dpcw6MdWa', 'expanded_url': 'https://twitter.com/dog_rates/status/704054845121142784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 844, 'favorite_count': 2697, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1353:703774238772166656
{'created_at': 'Sun Feb 28 02:50:28 +0000 2016', 'id': 703774238772166656, 'id_str': '703774238772166656', 'full_text': '"YOU CAN\'T HANDLE THE TRUTH" both 10/10 https://t.co/ZvxdB4i9AG', 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703774235978817536, 'id_str': '703774235978817536', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CcRO8FmW4AAzazk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcRO8FmW4AAzazk.jpg', 'url': 'https://t.co/ZvxdB4i9AG', 'display_url': 'pic.twitter.com/ZvxdB4i9AG', 'expanded_url': 'https://twitter.com/dog_rates/status/703774238772166656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703774235978817536, 'id_str': '703774235978817536', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CcRO8FmW4AAzazk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcRO8FmW4AAzazk.jpg', 'url': 'https://t.co/ZvxdB4i9AG', 'display_url': 'pic.twitter.com/ZvxdB4i9AG', 'expanded_url': 'https://twitter.com/dog_rates/status/703774238772166656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 405, 'favorite_count': 1711, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1354:703769065844768768
{'created_at': 'Sun Feb 28 02:29:55 +0000 2016', 'id': 703769065844768768, 'id_str': '703769065844768768', 'full_text': "When you're trying to watch your favorite tv show but your friends keep interrupting. 10/10 relatable af https://t.co/QQZDCYl6zT", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703769060060884992, 'id_str': '703769060060884992', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CcRKOzzW8AAAUeS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcRKOzzW8AAAUeS.jpg', 'url': 'https://t.co/QQZDCYl6zT', 'display_url': 'pic.twitter.com/QQZDCYl6zT', 'expanded_url': 'https://twitter.com/dog_rates/status/703769065844768768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703769060060884992, 'id_str': '703769060060884992', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CcRKOzzW8AAAUeS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcRKOzzW8AAAUeS.jpg', 'url': 'https://t.co/QQZDCYl6zT', 'display_url': 'pic.twitter.com/QQZDCYl6zT', 'expanded_url': 'https://twitter.com/dog_rates/status/703769065844768768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 703769060056698884, 'id_str': '703769060056698884', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CcRKOzyXEAQO_HN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcRKOzyXEAQO_HN.jpg', 'url': 'https://t.co/QQZDCYl6zT', 'display_url': 'pic.twitter.com/QQZDCYl6zT', 'expanded_url': 'https://twitter.com/dog_rates/status/703769065844768768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1025, 'favorite_count': 3024, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1355:703631701117943808
{'created_at': 'Sat Feb 27 17:24:05 +0000 2016', 'id': 703631701117943808, 'id_str': '703631701117943808', 'full_text': "This is Bella. Based on this picture she's at least 8ft tall (wow)! Must be rare. 11/10 would pet on tippy toes https://t.co/XTVbSRdvcp", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703631691173269505, 'id_str': '703631691173269505', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcPNS40XEAEMynr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcPNS40XEAEMynr.jpg', 'url': 'https://t.co/XTVbSRdvcp', 'display_url': 'pic.twitter.com/XTVbSRdvcp', 'expanded_url': 'https://twitter.com/dog_rates/status/703631701117943808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703631691173269505, 'id_str': '703631691173269505', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcPNS40XEAEMynr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcPNS40XEAEMynr.jpg', 'url': 'https://t.co/XTVbSRdvcp', 'display_url': 'pic.twitter.com/XTVbSRdvcp', 'expanded_url': 'https://twitter.com/dog_rates/status/703631701117943808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 703631691164872704, 'id_str': '703631691164872704', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcPNS4yW8AAd-Et.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcPNS4yW8AAd-Et.jpg', 'url': 'https://t.co/XTVbSRdvcp', 'display_url': 'pic.twitter.com/XTVbSRdvcp', 'expanded_url': 'https://twitter.com/dog_rates/status/703631701117943808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 703631691160678400, 'id_str': '703631691160678400', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcPNS4xW8AAEfZY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcPNS4xW8AAEfZY.jpg', 'url': 'https://t.co/XTVbSRdvcp', 'display_url': 'pic.twitter.com/XTVbSRdvcp', 'expanded_url': 'https://twitter.com/dog_rates/status/703631701117943808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 703631691433304064, 'id_str': '703631691433304064', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcPNS5yW4AAheog.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcPNS5yW4AAheog.jpg', 'url': 'https://t.co/XTVbSRdvcp', 'display_url': 'pic.twitter.com/XTVbSRdvcp', 'expanded_url': 'https://twitter.com/dog_rates/status/703631701117943808/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 602, 'favorite_count': 2370, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1356:703611486317502464
{'created_at': 'Sat Feb 27 16:03:45 +0000 2016', 'id': 703611486317502464, 'id_str': '703611486317502464', 'full_text': "Meet Scooter. He's experiencing the pupper equivalent of dropping ur phone in a toilet 10/10 put it in some rice pup https://t.co/JSmX1FIEaW", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703611476301516800, 'id_str': '703611476301516800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcO66OjXEAASXmH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcO66OjXEAASXmH.jpg', 'url': 'https://t.co/JSmX1FIEaW', 'display_url': 'pic.twitter.com/JSmX1FIEaW', 'expanded_url': 'https://twitter.com/dog_rates/status/703611486317502464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703611476301516800, 'id_str': '703611476301516800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CcO66OjXEAASXmH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcO66OjXEAASXmH.jpg', 'url': 'https://t.co/JSmX1FIEaW', 'display_url': 'pic.twitter.com/JSmX1FIEaW', 'expanded_url': 'https://twitter.com/dog_rates/status/703611486317502464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1385, 'favorite_count': 3552, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1357:703425003149250560
{'created_at': 'Sat Feb 27 03:42:44 +0000 2016', 'id': 703425003149250560, 'id_str': '703425003149250560', 'full_text': 'Really guys? Again? I know this is a rare Albanian Bingo Seal, but we only rate dogs. Only send in dogs... 9/10 https://t.co/6JYLpUmBrC', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703424980705538048, 'id_str': '703424980705538048', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcMRSwUW8AAxxNC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcMRSwUW8AAxxNC.jpg', 'url': 'https://t.co/6JYLpUmBrC', 'display_url': 'pic.twitter.com/6JYLpUmBrC', 'expanded_url': 'https://twitter.com/dog_rates/status/703425003149250560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703424980705538048, 'id_str': '703424980705538048', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CcMRSwUW8AAxxNC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcMRSwUW8AAxxNC.jpg', 'url': 'https://t.co/6JYLpUmBrC', 'display_url': 'pic.twitter.com/6JYLpUmBrC', 'expanded_url': 'https://twitter.com/dog_rates/status/703425003149250560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 703041949650034688, 'in_reply_to_status_id_str': '703041949650034688', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1225, 'favorite_count': 3510, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1358:703407252292673536
{'created_at': 'Sat Feb 27 02:32:12 +0000 2016', 'id': 703407252292673536, 'id_str': '703407252292673536', 'full_text': "This pupper doesn't understand gates. 10/10 so close https://t.co/GUbFF4o6dZ", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703407224702414850, 'id_str': '703407224702414850', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CcMBJODUsAI5-A9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcMBJODUsAI5-A9.jpg', 'url': 'https://t.co/GUbFF4o6dZ', 'display_url': 'pic.twitter.com/GUbFF4o6dZ', 'expanded_url': 'https://twitter.com/dog_rates/status/703407252292673536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703407224702414850, 'id_str': '703407224702414850', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CcMBJODUsAI5-A9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcMBJODUsAI5-A9.jpg', 'url': 'https://t.co/GUbFF4o6dZ', 'display_url': 'pic.twitter.com/GUbFF4o6dZ', 'expanded_url': 'https://twitter.com/dog_rates/status/703407252292673536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 624, 'favorite_count': 2262, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1359:703382836347330562
{'created_at': 'Sat Feb 27 00:55:11 +0000 2016', 'id': 703382836347330562, 'id_str': '703382836347330562', 'full_text': "This is Charlie. He's a West Side Niddlewog. Mucho fluffy. 12/10 would pet so damn well https://t.co/B9dOrmnPVt", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703382800452493312, 'id_str': '703382800452493312', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CcLq7ioXIAATzmP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcLq7ioXIAATzmP.jpg', 'url': 'https://t.co/B9dOrmnPVt', 'display_url': 'pic.twitter.com/B9dOrmnPVt', 'expanded_url': 'https://twitter.com/dog_rates/status/703382836347330562/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703382800452493312, 'id_str': '703382800452493312', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CcLq7ioXIAATzmP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcLq7ioXIAATzmP.jpg', 'url': 'https://t.co/B9dOrmnPVt', 'display_url': 'pic.twitter.com/B9dOrmnPVt', 'expanded_url': 'https://twitter.com/dog_rates/status/703382836347330562/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 703382800456671232, 'id_str': '703382800456671232', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CcLq7ipW4AArSGZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcLq7ipW4AArSGZ.jpg', 'url': 'https://t.co/B9dOrmnPVt', 'display_url': 'pic.twitter.com/B9dOrmnPVt', 'expanded_url': 'https://twitter.com/dog_rates/status/703382836347330562/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1035, 'favorite_count': 3226, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1360:703356393781329922
{'created_at': 'Fri Feb 26 23:10:06 +0000 2016', 'id': 703356393781329922, 'id_str': '703356393781329922', 'full_text': 'This is Socks. That water pup w the super legs just splashed him. Socks did not appreciate that. 9/10 and 2/10 https://t.co/8rc5I22bBf', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703356390035714048, 'id_str': '703356390035714048', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CcLS6QKUcAAUuPa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcLS6QKUcAAUuPa.jpg', 'url': 'https://t.co/8rc5I22bBf', 'display_url': 'pic.twitter.com/8rc5I22bBf', 'expanded_url': 'https://twitter.com/dog_rates/status/703356393781329922/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 316, 'h': 356, 'resize': 'fit'}, 'large': {'w': 316, 'h': 356, 'resize': 'fit'}, 'medium': {'w': 316, 'h': 356, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703356390035714048, 'id_str': '703356390035714048', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CcLS6QKUcAAUuPa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcLS6QKUcAAUuPa.jpg', 'url': 'https://t.co/8rc5I22bBf', 'display_url': 'pic.twitter.com/8rc5I22bBf', 'expanded_url': 'https://twitter.com/dog_rates/status/703356393781329922/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 316, 'h': 356, 'resize': 'fit'}, 'large': {'w': 316, 'h': 356, 'resize': 'fit'}, 'medium': {'w': 316, 'h': 356, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 346, 'favorite_count': 1772, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1361:703268521220972544
{'created_at': 'Fri Feb 26 17:20:56 +0000 2016', 'id': 703268521220972544, 'id_str': '703268521220972544', 'full_text': "Happy Friday here's a sleepy pupper 12/10 https://t.co/eBcqv9SPkY", 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703268508835176448, 'id_str': '703268508835176448', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CcKC-5LW4AAK-nb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcKC-5LW4AAK-nb.jpg', 'url': 'https://t.co/eBcqv9SPkY', 'display_url': 'pic.twitter.com/eBcqv9SPkY', 'expanded_url': 'https://twitter.com/dog_rates/status/703268521220972544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703268508835176448, 'id_str': '703268508835176448', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CcKC-5LW4AAK-nb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcKC-5LW4AAK-nb.jpg', 'url': 'https://t.co/eBcqv9SPkY', 'display_url': 'pic.twitter.com/eBcqv9SPkY', 'expanded_url': 'https://twitter.com/dog_rates/status/703268521220972544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 495, 'favorite_count': 1828, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1362:703079050210877440
{'created_at': 'Fri Feb 26 04:48:02 +0000 2016', 'id': 703079050210877440, 'id_str': '703079050210877440', 'full_text': "This is a Butternut Cumberfloof. It's not windy they just look like that. 11/10 back at it again with the red socks https://t.co/hMjzhdUHaW", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703079038101929984, 'id_str': '703079038101929984', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcHWqPsWwAAVR8J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcHWqPsWwAAVR8J.jpg', 'url': 'https://t.co/hMjzhdUHaW', 'display_url': 'pic.twitter.com/hMjzhdUHaW', 'expanded_url': 'https://twitter.com/dog_rates/status/703079050210877440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703079038101929984, 'id_str': '703079038101929984', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcHWqPsWwAAVR8J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcHWqPsWwAAVR8J.jpg', 'url': 'https://t.co/hMjzhdUHaW', 'display_url': 'pic.twitter.com/hMjzhdUHaW', 'expanded_url': 'https://twitter.com/dog_rates/status/703079050210877440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 703079038194216961, 'id_str': '703079038194216961', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CcHWqQCW8AEb0ZH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcHWqQCW8AEb0ZH.jpg', 'url': 'https://t.co/hMjzhdUHaW', 'display_url': 'pic.twitter.com/hMjzhdUHaW', 'expanded_url': 'https://twitter.com/dog_rates/status/703079050210877440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2809, 'favorite_count': 6832, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1363:703041949650034688
{'created_at': 'Fri Feb 26 02:20:37 +0000 2016', 'id': 703041949650034688, 'id_str': '703041949650034688', 'full_text': 'This is an East African Chalupa Seal. We only rate dogs. Please only send in dogs. Thank you... 10/10 https://t.co/iHe6liLwWR', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 703041942922383361, 'id_str': '703041942922383361', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'url': 'https://t.co/iHe6liLwWR', 'display_url': 'pic.twitter.com/iHe6liLwWR', 'expanded_url': 'https://twitter.com/dog_rates/status/703041949650034688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 703041942922383361, 'id_str': '703041942922383361', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcG07BYW0AErrC9.jpg', 'url': 'https://t.co/iHe6liLwWR', 'display_url': 'pic.twitter.com/iHe6liLwWR', 'expanded_url': 'https://twitter.com/dog_rates/status/703041949650034688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 11345, 'favorite_count': 24385, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1364:702932127499816960
{'created_at': 'Thu Feb 25 19:04:13 +0000 2016', 'id': 702932127499816960, 'id_str': '702932127499816960', 'full_text': "This is Chip. He's an Upper West Nile Pantaloon. Extremely deadly. Will rip your throat out. 6/10 might still pet https://t.co/LUFnwzznaV", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702932120042397696, 'id_str': '702932120042397696', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcFRCfRW4AA5a72.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcFRCfRW4AA5a72.jpg', 'url': 'https://t.co/LUFnwzznaV', 'display_url': 'pic.twitter.com/LUFnwzznaV', 'expanded_url': 'https://twitter.com/dog_rates/status/702932127499816960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702932120042397696, 'id_str': '702932120042397696', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CcFRCfRW4AA5a72.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcFRCfRW4AA5a72.jpg', 'url': 'https://t.co/LUFnwzznaV', 'display_url': 'pic.twitter.com/LUFnwzznaV', 'expanded_url': 'https://twitter.com/dog_rates/status/702932127499816960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 654, 'favorite_count': 2376, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1365:702899151802126337
{'created_at': 'Thu Feb 25 16:53:11 +0000 2016', 'id': 702899151802126337, 'id_str': '702899151802126337', 'full_text': 'Say hello to Luna. Her tongue is malfunctioning (tragic). 12/10 please enjoy (vid by @LilyArtz) https://t.co/F9aLnADVIw', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'LilyArtz', 'name': 'lily artz', 'id': 2595631677, 'id_str': '2595631677', 'indices': [85, 94]}], 'urls': [{'url': 'https://t.co/F9aLnADVIw', 'expanded_url': 'https://vine.co/v/i6iIrBwnTFI', 'display_url': 'vine.co/v/i6iIrBwnTFI', 'indices': [96, 119]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 413, 'favorite_count': 1486, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1366:702684942141153280
{'created_at': 'Thu Feb 25 02:42:00 +0000 2016', 'id': 702684942141153280, 'id_str': '702684942141153280', 'full_text': "This is Lucy. She's sick of these bullshit generalizations 11/10 https://t.co/d2b5C2R0aO", 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702684938378874880, 'id_str': '702684938378874880', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CcBwOn0XEAA7bNQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcBwOn0XEAA7bNQ.jpg', 'url': 'https://t.co/d2b5C2R0aO', 'display_url': 'pic.twitter.com/d2b5C2R0aO', 'expanded_url': 'https://twitter.com/dog_rates/status/702684942141153280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702684938378874880, 'id_str': '702684938378874880', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CcBwOn0XEAA7bNQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcBwOn0XEAA7bNQ.jpg', 'url': 'https://t.co/d2b5C2R0aO', 'display_url': 'pic.twitter.com/d2b5C2R0aO', 'expanded_url': 'https://twitter.com/dog_rates/status/702684942141153280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 965, 'favorite_count': 2993, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1367:702671118226825216
{'created_at': 'Thu Feb 25 01:47:04 +0000 2016', 'id': 702671118226825216, 'id_str': '702671118226825216', 'full_text': "Meet Rambo & Kiwi. Rambo's the pup with the sharp toes & rad mohawk. One stays woke while one sleeps. 10/10 for both https://t.co/MpH1Fe9LhZ", 'truncated': False, 'display_text_range': [0, 148], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702671112556158976, 'id_str': '702671112556158976', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/CcBjp2nWoAA8w-2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcBjp2nWoAA8w-2.jpg', 'url': 'https://t.co/MpH1Fe9LhZ', 'display_url': 'pic.twitter.com/MpH1Fe9LhZ', 'expanded_url': 'https://twitter.com/dog_rates/status/702671118226825216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702671112556158976, 'id_str': '702671112556158976', 'indices': [125, 148], 'media_url': 'http://pbs.twimg.com/media/CcBjp2nWoAA8w-2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcBjp2nWoAA8w-2.jpg', 'url': 'https://t.co/MpH1Fe9LhZ', 'display_url': 'pic.twitter.com/MpH1Fe9LhZ', 'expanded_url': 'https://twitter.com/dog_rates/status/702671118226825216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 509, 'favorite_count': 2022, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1368:702598099714314240
{'created_at': 'Wed Feb 24 20:56:55 +0000 2016', 'id': 702598099714314240, 'id_str': '702598099714314240', 'full_text': "This is Sansa. She's gotten too big for her chair. Not so smol anymore. 11/10 once a pupper, always a pupper https://t.co/IpAoztle2s", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702598091703250944, 'id_str': '702598091703250944', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CcAhPevW8AAoknv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcAhPevW8AAoknv.jpg', 'url': 'https://t.co/IpAoztle2s', 'display_url': 'pic.twitter.com/IpAoztle2s', 'expanded_url': 'https://twitter.com/dog_rates/status/702598099714314240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702598091703250944, 'id_str': '702598091703250944', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CcAhPevW8AAoknv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CcAhPevW8AAoknv.jpg', 'url': 'https://t.co/IpAoztle2s', 'display_url': 'pic.twitter.com/IpAoztle2s', 'expanded_url': 'https://twitter.com/dog_rates/status/702598099714314240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3143, 'favorite_count': 11355, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1369:702539513671897089
{'created_at': 'Wed Feb 24 17:04:07 +0000 2016', 'id': 702539513671897089, 'id_str': '702539513671897089', 'full_text': 'This is a Wild Tuscan Poofwiggle. Careful not to startle. Rare tongue slip. One eye magical. 12/10 would def pet https://t.co/4EnShAQjv6', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702539494201782274, 'id_str': '702539494201782274', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cb_r8qCUcAI3yjK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb_r8qCUcAI3yjK.jpg', 'url': 'https://t.co/4EnShAQjv6', 'display_url': 'pic.twitter.com/4EnShAQjv6', 'expanded_url': 'https://twitter.com/dog_rates/status/702539513671897089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 664, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 664, 'resize': 'fit'}, 'small': {'w': 680, 'h': 441, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702539494201782274, 'id_str': '702539494201782274', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cb_r8qCUcAI3yjK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb_r8qCUcAI3yjK.jpg', 'url': 'https://t.co/4EnShAQjv6', 'display_url': 'pic.twitter.com/4EnShAQjv6', 'expanded_url': 'https://twitter.com/dog_rates/status/702539513671897089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 664, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 664, 'resize': 'fit'}, 'small': {'w': 680, 'h': 441, 'resize': 'fit'}}}, {'id': 702539494180847616, 'id_str': '702539494180847616', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cb_r8p9VAAAGbLA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb_r8p9VAAAGbLA.jpg', 'url': 'https://t.co/4EnShAQjv6', 'display_url': 'pic.twitter.com/4EnShAQjv6', 'expanded_url': 'https://twitter.com/dog_rates/status/702539513671897089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 702539494273101824, 'id_str': '702539494273101824', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/Cb_r8qTUsAASgdF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb_r8qTUsAASgdF.jpg', 'url': 'https://t.co/4EnShAQjv6', 'display_url': 'pic.twitter.com/4EnShAQjv6', 'expanded_url': 'https://twitter.com/dog_rates/status/702539513671897089/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 874, 'favorite_count': 2654, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1370:702332542343577600
{'created_at': 'Wed Feb 24 03:21:41 +0000 2016', 'id': 702332542343577600, 'id_str': '702332542343577600', 'full_text': "This is Rudy. He's going to be a star. 13/10 talented af (vid by @madalynrossi) https://t.co/Dph4FDGoMd", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'madalynrossi', 'name': 'Madalyn Rossi', 'id': 353976298, 'id_str': '353976298', 'indices': [65, 78]}], 'urls': [{'url': 'https://t.co/Dph4FDGoMd', 'expanded_url': 'https://vine.co/v/irlDujgwOjd', 'display_url': 'vine.co/v/irlDujgwOjd', 'indices': [80, 103]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1387, 'favorite_count': 2941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1371:702321140488925184
{'created_at': 'Wed Feb 24 02:36:23 +0000 2016', 'id': 702321140488925184, 'id_str': '702321140488925184', 'full_text': 'Please enjoy this picture as much as I did. 12/10 https://t.co/7u8mM99Tj5', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702321133908054017, 'id_str': '702321133908054017', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cb8lWajW0AEDOsY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb8lWajW0AEDOsY.jpg', 'url': 'https://t.co/7u8mM99Tj5', 'display_url': 'pic.twitter.com/7u8mM99Tj5', 'expanded_url': 'https://twitter.com/dog_rates/status/702321140488925184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702321133908054017, 'id_str': '702321133908054017', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cb8lWajW0AEDOsY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb8lWajW0AEDOsY.jpg', 'url': 'https://t.co/7u8mM99Tj5', 'display_url': 'pic.twitter.com/7u8mM99Tj5', 'expanded_url': 'https://twitter.com/dog_rates/status/702321140488925184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}, {'id': 702321134193274880, 'id_str': '702321134193274880', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cb8lWbnW8AA380a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb8lWbnW8AA380a.jpg', 'url': 'https://t.co/7u8mM99Tj5', 'display_url': 'pic.twitter.com/7u8mM99Tj5', 'expanded_url': 'https://twitter.com/dog_rates/status/702321140488925184/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 442, 'h': 442, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 442, 'h': 442, 'resize': 'fit'}, 'small': {'w': 442, 'h': 442, 'resize': 'fit'}}}, {'id': 702321133891227648, 'id_str': '702321133891227648', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cb8lWafWEAA2q93.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb8lWafWEAA2q93.jpg', 'url': 'https://t.co/7u8mM99Tj5', 'display_url': 'pic.twitter.com/7u8mM99Tj5', 'expanded_url': 'https://twitter.com/dog_rates/status/702321140488925184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 248, 'h': 248, 'resize': 'fit'}, 'large': {'w': 248, 'h': 248, 'resize': 'fit'}, 'small': {'w': 248, 'h': 248, 'resize': 'fit'}}}, {'id': 702321133870292993, 'id_str': '702321133870292993', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/Cb8lWaaWoAE0nTy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb8lWaaWoAE0nTy.jpg', 'url': 'https://t.co/7u8mM99Tj5', 'display_url': 'pic.twitter.com/7u8mM99Tj5', 'expanded_url': 'https://twitter.com/dog_rates/status/702321140488925184/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 126, 'h': 126, 'resize': 'fit'}, 'thumb': {'w': 126, 'h': 126, 'resize': 'crop'}, 'small': {'w': 126, 'h': 126, 'resize': 'fit'}, 'medium': {'w': 126, 'h': 126, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 956, 'favorite_count': 3035, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1372:702276748847800320
{'created_at': 'Tue Feb 23 23:39:59 +0000 2016', 'id': 702276748847800320, 'id_str': '702276748847800320', 'full_text': '"AND IIIIIIIIIIIEIIIIIIIIIIIII WILL ALWAYS LOVE YOUUUUU" 11/10 https://t.co/rSNCEiTtfI', 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702276744527618049, 'id_str': '702276744527618049', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cb78-nOWIAENNRc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb78-nOWIAENNRc.jpg', 'url': 'https://t.co/rSNCEiTtfI', 'display_url': 'pic.twitter.com/rSNCEiTtfI', 'expanded_url': 'https://twitter.com/dog_rates/status/702276748847800320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702276744527618049, 'id_str': '702276744527618049', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cb78-nOWIAENNRc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb78-nOWIAENNRc.jpg', 'url': 'https://t.co/rSNCEiTtfI', 'display_url': 'pic.twitter.com/rSNCEiTtfI', 'expanded_url': 'https://twitter.com/dog_rates/status/702276748847800320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 695, 'favorite_count': 2286, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1373:702217446468493312
{'created_at': 'Tue Feb 23 19:44:20 +0000 2016', 'id': 702217446468493312, 'id_str': '702217446468493312', 'full_text': "I know it's tempting, but please stop sending in pics of Donald Trump. Thank you ...9/10 https://t.co/y35Y1TJERY", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 702217432463708160, 'id_str': '702217432463708160', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cb7HCMkWEAAV9zY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb7HCMkWEAAV9zY.jpg', 'url': 'https://t.co/y35Y1TJERY', 'display_url': 'pic.twitter.com/y35Y1TJERY', 'expanded_url': 'https://twitter.com/dog_rates/status/702217446468493312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 702217432463708160, 'id_str': '702217432463708160', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/Cb7HCMkWEAAV9zY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb7HCMkWEAAV9zY.jpg', 'url': 'https://t.co/y35Y1TJERY', 'display_url': 'pic.twitter.com/y35Y1TJERY', 'expanded_url': 'https://twitter.com/dog_rates/status/702217446468493312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1229, 'favorite_count': 4402, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1374:701981390485725185
{'created_at': 'Tue Feb 23 04:06:20 +0000 2016', 'id': 701981390485725185, 'id_str': '701981390485725185', 'full_text': "This is Fiji. She's a Powdered Stegafloof. Very rare. 12/10 https://t.co/fZRob6eotY", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701981383707725824, 'id_str': '701981383707725824', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/Cb3wWWbWEAAy06k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb3wWWbWEAAy06k.jpg', 'url': 'https://t.co/fZRob6eotY', 'display_url': 'pic.twitter.com/fZRob6eotY', 'expanded_url': 'https://twitter.com/dog_rates/status/701981390485725185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701981383707725824, 'id_str': '701981383707725824', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/Cb3wWWbWEAAy06k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb3wWWbWEAAy06k.jpg', 'url': 'https://t.co/fZRob6eotY', 'display_url': 'pic.twitter.com/fZRob6eotY', 'expanded_url': 'https://twitter.com/dog_rates/status/701981390485725185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 893, 'favorite_count': 3167, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1375:701952816642965504
{'created_at': 'Tue Feb 23 02:12:47 +0000 2016', 'id': 701952816642965504, 'id_str': '701952816642965504', 'full_text': "Meet Rilo. He's a Northern Curly Ticonderoga. Currently balancing on one paw even in strong wind. Acrobatic af 11/10 https://t.co/KInss2PXyX", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701952810871435266, 'id_str': '701952810871435266', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cb3WXMUUMAIuzL8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb3WXMUUMAIuzL8.jpg', 'url': 'https://t.co/KInss2PXyX', 'display_url': 'pic.twitter.com/KInss2PXyX', 'expanded_url': 'https://twitter.com/dog_rates/status/701952816642965504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 604, 'h': 404, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 604, 'h': 404, 'resize': 'fit'}, 'large': {'w': 604, 'h': 404, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701952810871435266, 'id_str': '701952810871435266', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cb3WXMUUMAIuzL8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb3WXMUUMAIuzL8.jpg', 'url': 'https://t.co/KInss2PXyX', 'display_url': 'pic.twitter.com/KInss2PXyX', 'expanded_url': 'https://twitter.com/dog_rates/status/701952816642965504/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 604, 'h': 404, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 604, 'h': 404, 'resize': 'fit'}, 'large': {'w': 604, 'h': 404, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 932, 'favorite_count': 3547, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1376:701889187134500865
{'created_at': 'Mon Feb 22 21:59:57 +0000 2016', 'id': 701889187134500865, 'id_str': '701889187134500865', 'full_text': "This is Bilbo. He's not emotionally prepared to enter the water. 11/10 don't struggle Bilbo https://t.co/rH9SQgZUnQ", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701889181371465729, 'id_str': '701889181371465729', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/Cb2cfd9WAAEL-zk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb2cfd9WAAEL-zk.jpg', 'url': 'https://t.co/rH9SQgZUnQ', 'display_url': 'pic.twitter.com/rH9SQgZUnQ', 'expanded_url': 'https://twitter.com/dog_rates/status/701889187134500865/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701889181371465729, 'id_str': '701889181371465729', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/Cb2cfd9WAAEL-zk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cb2cfd9WAAEL-zk.jpg', 'url': 'https://t.co/rH9SQgZUnQ', 'display_url': 'pic.twitter.com/rH9SQgZUnQ', 'expanded_url': 'https://twitter.com/dog_rates/status/701889187134500865/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1258, 'favorite_count': 3257, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1377:701805642395348998
{'created_at': 'Mon Feb 22 16:27:58 +0000 2016', 'id': 701805642395348998, 'id_str': '701805642395348998', 'full_text': "Please pray for this pupper. Nothing wrong with her she just can't stop getting hit with banana peels. 11/10 https://t.co/8sdVenUAqr", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/8sdVenUAqr', 'expanded_url': 'https://vine.co/v/ivV6Y37mH5Z', 'display_url': 'vine.co/v/ivV6Y37mH5Z', 'indices': [109, 132]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1512, 'favorite_count': 3128, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1378:701601587219795968
{'created_at': 'Mon Feb 22 02:57:08 +0000 2016', 'id': 701601587219795968, 'id_str': '701601587219795968', 'full_text': "This is Coopson. He's a Blingin Schnitzel. Built fence himself. One ear is slightly defective. 10/10 would still pet https://t.co/MWw3pVMhJA", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701601582807445506, 'id_str': '701601582807445506', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbyW7B0W8AIX8kX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbyW7B0W8AIX8kX.jpg', 'url': 'https://t.co/MWw3pVMhJA', 'display_url': 'pic.twitter.com/MWw3pVMhJA', 'expanded_url': 'https://twitter.com/dog_rates/status/701601587219795968/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701601582807445506, 'id_str': '701601582807445506', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbyW7B0W8AIX8kX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbyW7B0W8AIX8kX.jpg', 'url': 'https://t.co/MWw3pVMhJA', 'display_url': 'pic.twitter.com/MWw3pVMhJA', 'expanded_url': 'https://twitter.com/dog_rates/status/701601587219795968/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 416, 'favorite_count': 1931, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1379:701570477911896070
{'created_at': 'Mon Feb 22 00:53:31 +0000 2016', 'id': 701570477911896070, 'id_str': '701570477911896070', 'full_text': "This is Yoda. He's a Zimbabwean Rutabaga. Freaks out if u stop scratching his belly. Incredibly self-centered. 9/10 https://t.co/yVdMsVYHIx", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701570466310397952, 'id_str': '701570466310397952', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cbx6nz1WIAA0QSW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbx6nz1WIAA0QSW.jpg', 'url': 'https://t.co/yVdMsVYHIx', 'display_url': 'pic.twitter.com/yVdMsVYHIx', 'expanded_url': 'https://twitter.com/dog_rates/status/701570477911896070/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701570466310397952, 'id_str': '701570466310397952', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cbx6nz1WIAA0QSW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbx6nz1WIAA0QSW.jpg', 'url': 'https://t.co/yVdMsVYHIx', 'display_url': 'pic.twitter.com/yVdMsVYHIx', 'expanded_url': 'https://twitter.com/dog_rates/status/701570477911896070/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 701570466327171073, 'id_str': '701570466327171073', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Cbx6nz5WEAEonFg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbx6nz5WEAEonFg.jpg', 'url': 'https://t.co/yVdMsVYHIx', 'display_url': 'pic.twitter.com/yVdMsVYHIx', 'expanded_url': 'https://twitter.com/dog_rates/status/701570477911896070/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 841, 'favorite_count': 2585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1380:701545186879471618
{'created_at': 'Sun Feb 21 23:13:01 +0000 2016', 'id': 701545186879471618, 'id_str': '701545186879471618', 'full_text': "Meet Millie. She's practicing her dive form for Rio. It's nearly perfect. Dedicated af. 10/10 go for gold pupper https://t.co/SDVkc4m96M", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701545177110937600, 'id_str': '701545177110937600', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CbxjnyOWAAAWLUH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbxjnyOWAAAWLUH.jpg', 'url': 'https://t.co/SDVkc4m96M', 'display_url': 'pic.twitter.com/SDVkc4m96M', 'expanded_url': 'https://twitter.com/dog_rates/status/701545186879471618/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701545177110937600, 'id_str': '701545177110937600', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CbxjnyOWAAAWLUH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbxjnyOWAAAWLUH.jpg', 'url': 'https://t.co/SDVkc4m96M', 'display_url': 'pic.twitter.com/SDVkc4m96M', 'expanded_url': 'https://twitter.com/dog_rates/status/701545186879471618/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 551, 'favorite_count': 2460, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1381:701214700881756160
{'created_at': 'Sun Feb 21 01:19:47 +0000 2016', 'id': 701214700881756160, 'id_str': '701214700881756160', 'full_text': "I'm not sure what's happening here, but it's pretty spectacular. 12/10 for both https://t.co/JKXh0NbBNL", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 701214695424991232, 'id_str': '701214695424991232', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'url': 'https://t.co/JKXh0NbBNL', 'display_url': 'pic.twitter.com/JKXh0NbBNL', 'expanded_url': 'https://twitter.com/dog_rates/status/701214700881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 701214695424991232, 'id_str': '701214695424991232', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbs3DOAXIAAp3Bd.jpg', 'url': 'https://t.co/JKXh0NbBNL', 'display_url': 'pic.twitter.com/JKXh0NbBNL', 'expanded_url': 'https://twitter.com/dog_rates/status/701214700881756160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4643, 'favorite_count': 11300, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1382:700890391244103680
{'created_at': 'Sat Feb 20 03:51:05 +0000 2016', 'id': 700890391244103680, 'id_str': '700890391244103680', 'full_text': "This is Chet. He's dapper af. His owners want him to learn how to dance but his true passion is potato guns. 11/10 https://t.co/TBv7Qh1zxZ", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700890380988981249, 'id_str': '700890380988981249', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CboQFolWIAE04qE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CboQFolWIAE04qE.jpg', 'url': 'https://t.co/TBv7Qh1zxZ', 'display_url': 'pic.twitter.com/TBv7Qh1zxZ', 'expanded_url': 'https://twitter.com/dog_rates/status/700890391244103680/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 785, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 785, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700890380988981249, 'id_str': '700890380988981249', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CboQFolWIAE04qE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CboQFolWIAE04qE.jpg', 'url': 'https://t.co/TBv7Qh1zxZ', 'display_url': 'pic.twitter.com/TBv7Qh1zxZ', 'expanded_url': 'https://twitter.com/dog_rates/status/700890391244103680/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 785, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 785, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 511, 'favorite_count': 2048, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1383:700864154249383937
{'created_at': 'Sat Feb 20 02:06:50 +0000 2016', 'id': 700864154249383937, 'id_str': '700864154249383937', 'full_text': '"Pupper is a present to world. Here is a bow for pupper." 12/10 precious as hell https://t.co/ItSsE92gCW', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700864147752402944, 'id_str': '700864147752402944', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/Cbn4OqKWwAADGWt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbn4OqKWwAADGWt.jpg', 'url': 'https://t.co/ItSsE92gCW', 'display_url': 'pic.twitter.com/ItSsE92gCW', 'expanded_url': 'https://twitter.com/dog_rates/status/700864154249383937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700864147752402944, 'id_str': '700864147752402944', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/Cbn4OqKWwAADGWt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbn4OqKWwAADGWt.jpg', 'url': 'https://t.co/ItSsE92gCW', 'display_url': 'pic.twitter.com/ItSsE92gCW', 'expanded_url': 'https://twitter.com/dog_rates/status/700864154249383937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 558, 'favorite_count': 2403, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1384:700847567345688576
{'created_at': 'Sat Feb 20 01:00:55 +0000 2016', 'id': 700847567345688576, 'id_str': '700847567345688576', 'full_text': "Meet Crouton. He's a Galapagos Boonwiddle. Has a legendary tongue (most Boonwiddles do). Excellent stuff 10/10 https://t.co/110Eeg7KW3", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700847557816295424, 'id_str': '700847557816295424', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CbnpI_1XIAAiRAz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbnpI_1XIAAiRAz.jpg', 'url': 'https://t.co/110Eeg7KW3', 'display_url': 'pic.twitter.com/110Eeg7KW3', 'expanded_url': 'https://twitter.com/dog_rates/status/700847567345688576/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700847557816295424, 'id_str': '700847557816295424', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CbnpI_1XIAAiRAz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbnpI_1XIAAiRAz.jpg', 'url': 'https://t.co/110Eeg7KW3', 'display_url': 'pic.twitter.com/110Eeg7KW3', 'expanded_url': 'https://twitter.com/dog_rates/status/700847567345688576/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 452, 'favorite_count': 2284, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1385:700796979434098688
{'created_at': 'Fri Feb 19 21:39:54 +0000 2016', 'id': 700796979434098688, 'id_str': '700796979434098688', 'full_text': "This is Daniel. He's a neat pup. Exotic af. Custom paws. Leaps unannounced. Would totally pet. 7/10 daaamn Daniel https://t.co/5XaR0kj8cr", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700796971284635648, 'id_str': '700796971284635648', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cbm7IeUXIAA6Lc-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbm7IeUXIAA6Lc-.jpg', 'url': 'https://t.co/5XaR0kj8cr', 'display_url': 'pic.twitter.com/5XaR0kj8cr', 'expanded_url': 'https://twitter.com/dog_rates/status/700796979434098688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700796971284635648, 'id_str': '700796971284635648', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Cbm7IeUXIAA6Lc-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbm7IeUXIAA6Lc-.jpg', 'url': 'https://t.co/5XaR0kj8cr', 'display_url': 'pic.twitter.com/5XaR0kj8cr', 'expanded_url': 'https://twitter.com/dog_rates/status/700796979434098688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 863, 'favorite_count': 2262, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1386:700747788515020802
{'created_at': 'Fri Feb 19 18:24:26 +0000 2016', 'id': 700747788515020802, 'id_str': '700747788515020802', 'full_text': 'We only rate dogs. Pls stop sending in non-canines like this Mongolian grass snake. This is very frustrating. 11/10 https://t.co/22x9SbCYCU', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700747775256821764, 'id_str': '700747775256821764', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'url': 'https://t.co/22x9SbCYCU', 'display_url': 'pic.twitter.com/22x9SbCYCU', 'expanded_url': 'https://twitter.com/dog_rates/status/700747788515020802/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700747775256821764, 'id_str': '700747775256821764', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbmOY41UAAQylmA.jpg', 'url': 'https://t.co/22x9SbCYCU', 'display_url': 'pic.twitter.com/22x9SbCYCU', 'expanded_url': 'https://twitter.com/dog_rates/status/700747788515020802/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8464, 'favorite_count': 21064, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1387:700518061187723268
{'created_at': 'Fri Feb 19 03:11:35 +0000 2016', 'id': 700518061187723268, 'id_str': '700518061187723268', 'full_text': "This is Vincent. He's the man your girl is with when she's not with you. 10/10 https://t.co/JQGMP7kzjD", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700518050383028224, 'id_str': '700518050383028224', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cbi9dI_UYAAgkyC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbi9dI_UYAAgkyC.jpg', 'url': 'https://t.co/JQGMP7kzjD', 'display_url': 'pic.twitter.com/JQGMP7kzjD', 'expanded_url': 'https://twitter.com/dog_rates/status/700518061187723268/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 936, 'resize': 'fit'}, 'small': {'w': 680, 'h': 663, 'resize': 'fit'}, 'large': {'w': 960, 'h': 936, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700518050383028224, 'id_str': '700518050383028224', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Cbi9dI_UYAAgkyC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbi9dI_UYAAgkyC.jpg', 'url': 'https://t.co/JQGMP7kzjD', 'display_url': 'pic.twitter.com/JQGMP7kzjD', 'expanded_url': 'https://twitter.com/dog_rates/status/700518061187723268/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 936, 'resize': 'fit'}, 'small': {'w': 680, 'h': 663, 'resize': 'fit'}, 'large': {'w': 960, 'h': 936, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 723, 'favorite_count': 2400, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1388:700505138482569216
{'created_at': 'Fri Feb 19 02:20:14 +0000 2016', 'id': 700505138482569216, 'id_str': '700505138482569216', 'full_text': "This is Kaia. She's just cute as hell. 12/10 I'd kill for Kaia https://t.co/5fMdH8GFaq", 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700505126490886144, 'id_str': '700505126490886144', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cbixs3vUUAAqHHN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbixs3vUUAAqHHN.jpg', 'url': 'https://t.co/5fMdH8GFaq', 'display_url': 'pic.twitter.com/5fMdH8GFaq', 'expanded_url': 'https://twitter.com/dog_rates/status/700505138482569216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700505126490886144, 'id_str': '700505126490886144', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cbixs3vUUAAqHHN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbixs3vUUAAqHHN.jpg', 'url': 'https://t.co/5fMdH8GFaq', 'display_url': 'pic.twitter.com/5fMdH8GFaq', 'expanded_url': 'https://twitter.com/dog_rates/status/700505138482569216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 700505126432210944, 'id_str': '700505126432210944', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cbixs3hVAAAZfuv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbixs3hVAAAZfuv.jpg', 'url': 'https://t.co/5fMdH8GFaq', 'display_url': 'pic.twitter.com/5fMdH8GFaq', 'expanded_url': 'https://twitter.com/dog_rates/status/700505138482569216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 700505126440607744, 'id_str': '700505126440607744', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cbixs3jVIAAlgHw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbixs3jVIAAlgHw.jpg', 'url': 'https://t.co/5fMdH8GFaq', 'display_url': 'pic.twitter.com/5fMdH8GFaq', 'expanded_url': 'https://twitter.com/dog_rates/status/700505138482569216/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 700505126566436864, 'id_str': '700505126566436864', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/Cbixs4BVIAAw7pW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbixs4BVIAAw7pW.jpg', 'url': 'https://t.co/5fMdH8GFaq', 'display_url': 'pic.twitter.com/5fMdH8GFaq', 'expanded_url': 'https://twitter.com/dog_rates/status/700505138482569216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 523, 'favorite_count': 2114, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1389:700462010979500032
{'created_at': 'Thu Feb 18 23:28:52 +0000 2016', 'id': 700462010979500032, 'id_str': '700462010979500032', 'full_text': "This is Murphy. He's a mini golden retriever. Missing two legs (tragic). Mouth sharp. Looks rather perturbed. 6/10 https://t.co/ALO02IAKCn", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700462006156054530, 'id_str': '700462006156054530', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbiKe7-W0AIVNNr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbiKe7-W0AIVNNr.jpg', 'url': 'https://t.co/ALO02IAKCn', 'display_url': 'pic.twitter.com/ALO02IAKCn', 'expanded_url': 'https://twitter.com/dog_rates/status/700462010979500032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700462006156054530, 'id_str': '700462006156054530', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbiKe7-W0AIVNNr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbiKe7-W0AIVNNr.jpg', 'url': 'https://t.co/ALO02IAKCn', 'display_url': 'pic.twitter.com/ALO02IAKCn', 'expanded_url': 'https://twitter.com/dog_rates/status/700462010979500032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1626, 'favorite_count': 3789, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1390:700167517596164096
{'created_at': 'Thu Feb 18 03:58:39 +0000 2016', 'id': 700167517596164096, 'id_str': '700167517596164096', 'full_text': "This is Dotsy. She's stuck as hell. 10/10 https://t.co/A0h4lnhU4s", 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700167508985298945, 'id_str': '700167508985298945', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/Cbd-o8hWwAE4OFm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbd-o8hWwAE4OFm.jpg', 'url': 'https://t.co/A0h4lnhU4s', 'display_url': 'pic.twitter.com/A0h4lnhU4s', 'expanded_url': 'https://twitter.com/dog_rates/status/700167517596164096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700167508985298945, 'id_str': '700167508985298945', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/Cbd-o8hWwAE4OFm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cbd-o8hWwAE4OFm.jpg', 'url': 'https://t.co/A0h4lnhU4s', 'display_url': 'pic.twitter.com/A0h4lnhU4s', 'expanded_url': 'https://twitter.com/dog_rates/status/700167517596164096/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 656, 'favorite_count': 2437, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1391:700151421916807169
{'created_at': 'Thu Feb 18 02:54:41 +0000 2016', 'id': 700151421916807169, 'id_str': '700151421916807169', 'full_text': "If a pupper gave that to me I'd probably start shaking and faint from all the joy. 11/10 https://t.co/o9aJVPB25n", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700151417617694720, 'id_str': '700151417617694720', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CbdwATgWwAABGID.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbdwATgWwAABGID.jpg', 'url': 'https://t.co/o9aJVPB25n', 'display_url': 'pic.twitter.com/o9aJVPB25n', 'expanded_url': 'https://twitter.com/dog_rates/status/700151421916807169/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700151417617694720, 'id_str': '700151417617694720', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CbdwATgWwAABGID.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbdwATgWwAABGID.jpg', 'url': 'https://t.co/o9aJVPB25n', 'display_url': 'pic.twitter.com/o9aJVPB25n', 'expanded_url': 'https://twitter.com/dog_rates/status/700151421916807169/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 611, 'favorite_count': 2062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1392:700143752053182464
{'created_at': 'Thu Feb 18 02:24:13 +0000 2016', 'id': 700143752053182464, 'id_str': '700143752053182464', 'full_text': "When it's Janet from accounting's birthday but you can't eat the cake cuz it's chocolate. 10/10 hang in there pupper https://t.co/Fbdr5orUrJ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700143743228207110, 'id_str': '700143743228207110', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'url': 'https://t.co/Fbdr5orUrJ', 'display_url': 'pic.twitter.com/Fbdr5orUrJ', 'expanded_url': 'https://twitter.com/dog_rates/status/700143752053182464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700143743228207110, 'id_str': '700143743228207110', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbdpBmLUYAY9SgQ.jpg', 'url': 'https://t.co/Fbdr5orUrJ', 'display_url': 'pic.twitter.com/Fbdr5orUrJ', 'expanded_url': 'https://twitter.com/dog_rates/status/700143752053182464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2443, 'favorite_count': 6941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1393:700062718104104960
{'created_at': 'Wed Feb 17 21:02:13 +0000 2016', 'id': 700062718104104960, 'id_str': '700062718104104960', 'full_text': "This is Eazy-E. He's colorful af. Must be rare. Submerged in Sprite (rad). Doesn't perform well when not wet. 6/10 https://t.co/UtFI7eUCjE", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700062708859666432, 'id_str': '700062708859666432', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbcfUxoUAAAlHGK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbcfUxoUAAAlHGK.jpg', 'url': 'https://t.co/UtFI7eUCjE', 'display_url': 'pic.twitter.com/UtFI7eUCjE', 'expanded_url': 'https://twitter.com/dog_rates/status/700062718104104960/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700062708859666432, 'id_str': '700062708859666432', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbcfUxoUAAAlHGK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbcfUxoUAAAlHGK.jpg', 'url': 'https://t.co/UtFI7eUCjE', 'display_url': 'pic.twitter.com/UtFI7eUCjE', 'expanded_url': 'https://twitter.com/dog_rates/status/700062718104104960/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 614, 'favorite_count': 2453, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1394:700029284593901568
{'created_at': 'Wed Feb 17 18:49:22 +0000 2016', 'id': 700029284593901568, 'id_str': '700029284593901568', 'full_text': 'This is Coops. His ship is taking on water. Sound the alarm. Much distress. Requesting immediate assistance. 10/10 https://t.co/8Nuny4lLE3', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700029279581708288, 'id_str': '700029279581708288', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbcA673XIAAsytQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbcA673XIAAsytQ.jpg', 'url': 'https://t.co/8Nuny4lLE3', 'display_url': 'pic.twitter.com/8Nuny4lLE3', 'expanded_url': 'https://twitter.com/dog_rates/status/700029284593901568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 809, 'h': 809, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 809, 'h': 809, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700029279581708288, 'id_str': '700029279581708288', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbcA673XIAAsytQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbcA673XIAAsytQ.jpg', 'url': 'https://t.co/8Nuny4lLE3', 'display_url': 'pic.twitter.com/8Nuny4lLE3', 'expanded_url': 'https://twitter.com/dog_rates/status/700029284593901568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 809, 'h': 809, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 809, 'h': 809, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 532, 'favorite_count': 1921, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1395:700002074055016451
{'created_at': 'Wed Feb 17 17:01:14 +0000 2016', 'id': 700002074055016451, 'id_str': '700002074055016451', 'full_text': "This is Thumas. He covered himself in nanners for maximum camouflage. It didn't work. I can still see u Thumas. 9/10 https://t.co/x0ZDlNqfb1", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 700002054861889536, 'id_str': '700002054861889536', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbboKP4WIAAw8xq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbboKP4WIAAw8xq.jpg', 'url': 'https://t.co/x0ZDlNqfb1', 'display_url': 'pic.twitter.com/x0ZDlNqfb1', 'expanded_url': 'https://twitter.com/dog_rates/status/700002074055016451/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 765, 'resize': 'fit'}, 'large': {'w': 577, 'h': 765, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 700002054861889536, 'id_str': '700002054861889536', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbboKP4WIAAw8xq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbboKP4WIAAw8xq.jpg', 'url': 'https://t.co/x0ZDlNqfb1', 'display_url': 'pic.twitter.com/x0ZDlNqfb1', 'expanded_url': 'https://twitter.com/dog_rates/status/700002074055016451/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 765, 'resize': 'fit'}, 'large': {'w': 577, 'h': 765, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1206, 'favorite_count': 3038, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1396:699801817392291840
{'created_at': 'Wed Feb 17 03:45:29 +0000 2016', 'id': 699801817392291840, 'id_str': '699801817392291840', 'full_text': 'This is Cooper. He began to tear up when his bone was taken from him. 11/10 stay strong pupper https://t.co/qI8yvqKG02', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699801805379735552, 'id_str': '699801805379735552', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CbYyCMbWEAAg7hR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYyCMbWEAAg7hR.jpg', 'url': 'https://t.co/qI8yvqKG02', 'display_url': 'pic.twitter.com/qI8yvqKG02', 'expanded_url': 'https://twitter.com/dog_rates/status/699801817392291840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699801805379735552, 'id_str': '699801805379735552', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CbYyCMbWEAAg7hR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYyCMbWEAAg7hR.jpg', 'url': 'https://t.co/qI8yvqKG02', 'display_url': 'pic.twitter.com/qI8yvqKG02', 'expanded_url': 'https://twitter.com/dog_rates/status/699801817392291840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 699801805383933952, 'id_str': '699801805383933952', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CbYyCMcWIAAHHjF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYyCMcWIAAHHjF.jpg', 'url': 'https://t.co/qI8yvqKG02', 'display_url': 'pic.twitter.com/qI8yvqKG02', 'expanded_url': 'https://twitter.com/dog_rates/status/699801817392291840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 699801805845299200, 'id_str': '699801805845299200', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CbYyCOKWAAAdY1g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYyCOKWAAAdY1g.jpg', 'url': 'https://t.co/qI8yvqKG02', 'display_url': 'pic.twitter.com/qI8yvqKG02', 'expanded_url': 'https://twitter.com/dog_rates/status/699801817392291840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 699801809276248064, 'id_str': '699801809276248064', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CbYyCa8WIAAgDct.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYyCa8WIAAgDct.jpg', 'url': 'https://t.co/qI8yvqKG02', 'display_url': 'pic.twitter.com/qI8yvqKG02', 'expanded_url': 'https://twitter.com/dog_rates/status/699801817392291840/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 503, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 571, 'h': 772, 'resize': 'fit'}, 'medium': {'w': 571, 'h': 772, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 851, 'favorite_count': 2783, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1397:699788877217865730
{'created_at': 'Wed Feb 17 02:54:04 +0000 2016', 'id': 699788877217865730, 'id_str': '699788877217865730', 'full_text': "Say hello to Nala. She's a Freckled High Bruschetta. Petable af. 12/10 https://t.co/5bjrIRqByp", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699788867692531712, 'id_str': '699788867692531712', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CbYmRHyWEAASNzm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYmRHyWEAASNzm.jpg', 'url': 'https://t.co/5bjrIRqByp', 'display_url': 'pic.twitter.com/5bjrIRqByp', 'expanded_url': 'https://twitter.com/dog_rates/status/699788877217865730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 1000, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699788867692531712, 'id_str': '699788867692531712', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CbYmRHyWEAASNzm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYmRHyWEAASNzm.jpg', 'url': 'https://t.co/5bjrIRqByp', 'display_url': 'pic.twitter.com/5bjrIRqByp', 'expanded_url': 'https://twitter.com/dog_rates/status/699788877217865730/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 1000, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 470, 'favorite_count': 2067, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1398:699779630832685056
{'created_at': 'Wed Feb 17 02:17:19 +0000 2016', 'id': 699779630832685056, 'id_str': '699779630832685056', 'full_text': 'Take all my money. 10/10 https://t.co/B28ebc5LzQ', 'truncated': False, 'display_text_range': [0, 48], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699779623626870785, 'id_str': '699779623626870785', 'indices': [25, 48], 'media_url': 'http://pbs.twimg.com/media/CbYd3C9WEAErJ4Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYd3C9WEAErJ4Z.jpg', 'url': 'https://t.co/B28ebc5LzQ', 'display_url': 'pic.twitter.com/B28ebc5LzQ', 'expanded_url': 'https://twitter.com/dog_rates/status/699779630832685056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699779623626870785, 'id_str': '699779623626870785', 'indices': [25, 48], 'media_url': 'http://pbs.twimg.com/media/CbYd3C9WEAErJ4Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYd3C9WEAErJ4Z.jpg', 'url': 'https://t.co/B28ebc5LzQ', 'display_url': 'pic.twitter.com/B28ebc5LzQ', 'expanded_url': 'https://twitter.com/dog_rates/status/699779630832685056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 699779623656284161, 'id_str': '699779623656284161', 'indices': [25, 48], 'media_url': 'http://pbs.twimg.com/media/CbYd3DEW4AEzwK1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYd3DEW4AEzwK1.jpg', 'url': 'https://t.co/B28ebc5LzQ', 'display_url': 'pic.twitter.com/B28ebc5LzQ', 'expanded_url': 'https://twitter.com/dog_rates/status/699779630832685056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1111, 'favorite_count': 2513, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1399:699775878809702401
{'created_at': 'Wed Feb 17 02:02:25 +0000 2016', 'id': 699775878809702401, 'id_str': '699775878809702401', 'full_text': "Meet Fillup. Spaghetti is his main weakness. Also pissed because he's rewarded with cat treats 11/10 it'll be ok pup https://t.co/TEHu55ZQKD", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699775876779663360, 'id_str': '699775876779663360', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbYac83W4AAUH1O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYac83W4AAUH1O.jpg', 'url': 'https://t.co/TEHu55ZQKD', 'display_url': 'pic.twitter.com/TEHu55ZQKD', 'expanded_url': 'https://twitter.com/dog_rates/status/699775878809702401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 464, 'h': 352, 'resize': 'fit'}, 'small': {'w': 464, 'h': 352, 'resize': 'fit'}, 'large': {'w': 464, 'h': 352, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699775876779663360, 'id_str': '699775876779663360', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbYac83W4AAUH1O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbYac83W4AAUH1O.jpg', 'url': 'https://t.co/TEHu55ZQKD', 'display_url': 'pic.twitter.com/TEHu55ZQKD', 'expanded_url': 'https://twitter.com/dog_rates/status/699775878809702401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 464, 'h': 352, 'resize': 'fit'}, 'small': {'w': 464, 'h': 352, 'resize': 'fit'}, 'large': {'w': 464, 'h': 352, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 541, 'favorite_count': 1813, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1400:699691744225525762
{'created_at': 'Tue Feb 16 20:28:06 +0000 2016', 'id': 699691744225525762, 'id_str': '699691744225525762', 'full_text': "This is Dave. He's a tropical pup. Short lil legs (dachshund mix?) Excels underwater, but refuses to eat kibble 5/10 https://t.co/ZJnCxlIf62", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699691737665642497, 'id_str': '699691737665642497', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbXN7aPWIAE0Xt1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbXN7aPWIAE0Xt1.jpg', 'url': 'https://t.co/ZJnCxlIf62', 'display_url': 'pic.twitter.com/ZJnCxlIf62', 'expanded_url': 'https://twitter.com/dog_rates/status/699691744225525762/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 628, 'h': 845, 'resize': 'fit'}, 'large': {'w': 628, 'h': 845, 'resize': 'fit'}, 'small': {'w': 505, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699691737665642497, 'id_str': '699691737665642497', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbXN7aPWIAE0Xt1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbXN7aPWIAE0Xt1.jpg', 'url': 'https://t.co/ZJnCxlIf62', 'display_url': 'pic.twitter.com/ZJnCxlIf62', 'expanded_url': 'https://twitter.com/dog_rates/status/699691744225525762/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 628, 'h': 845, 'resize': 'fit'}, 'large': {'w': 628, 'h': 845, 'resize': 'fit'}, 'small': {'w': 505, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4167, 'favorite_count': 9491, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1401:699446877801091073
{'created_at': 'Tue Feb 16 04:15:05 +0000 2016', 'id': 699446877801091073, 'id_str': '699446877801091073', 'full_text': "This is Archie. He's undercover in all these pics. Not actually a bee, cow, or Hawaiian. Sneaky af. 12/10 https://t.co/9fojElzIxx", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699446858545020928, 'id_str': '699446858545020928', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CbTvNkbWwAAtdcV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTvNkbWwAAtdcV.jpg', 'url': 'https://t.co/9fojElzIxx', 'display_url': 'pic.twitter.com/9fojElzIxx', 'expanded_url': 'https://twitter.com/dog_rates/status/699446877801091073/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699446858545020928, 'id_str': '699446858545020928', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CbTvNkbWwAAtdcV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTvNkbWwAAtdcV.jpg', 'url': 'https://t.co/9fojElzIxx', 'display_url': 'pic.twitter.com/9fojElzIxx', 'expanded_url': 'https://twitter.com/dog_rates/status/699446877801091073/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 699446858553421824, 'id_str': '699446858553421824', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CbTvNkdW8AAWXu_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTvNkdW8AAWXu_.jpg', 'url': 'https://t.co/9fojElzIxx', 'display_url': 'pic.twitter.com/9fojElzIxx', 'expanded_url': 'https://twitter.com/dog_rates/status/699446877801091073/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 699446859941728257, 'id_str': '699446859941728257', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CbTvNpoW0AEemnx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTvNpoW0AEemnx.jpg', 'url': 'https://t.co/9fojElzIxx', 'display_url': 'pic.twitter.com/9fojElzIxx', 'expanded_url': 'https://twitter.com/dog_rates/status/699446877801091073/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1534, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 801, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 454, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2401, 'favorite_count': 5521, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1402:699434518667751424
{'created_at': 'Tue Feb 16 03:25:58 +0000 2016', 'id': 699434518667751424, 'id_str': '699434518667751424', 'full_text': "I know this is a tad late but here's a wonderful Valentine's Day pupper 12/10 https://t.co/hTE2PEwGvi", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699434513307471874, 'id_str': '699434513307471874', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CbTj--1XEAIZjc_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTj--1XEAIZjc_.jpg', 'url': 'https://t.co/hTE2PEwGvi', 'display_url': 'pic.twitter.com/hTE2PEwGvi', 'expanded_url': 'https://twitter.com/dog_rates/status/699434518667751424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699434513307471874, 'id_str': '699434513307471874', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CbTj--1XEAIZjc_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTj--1XEAIZjc_.jpg', 'url': 'https://t.co/hTE2PEwGvi', 'display_url': 'pic.twitter.com/hTE2PEwGvi', 'expanded_url': 'https://twitter.com/dog_rates/status/699434518667751424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 468, 'favorite_count': 2035, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1403:699423671849451520
{'created_at': 'Tue Feb 16 02:42:52 +0000 2016', 'id': 699423671849451520, 'id_str': '699423671849451520', 'full_text': '"Don\'t ever talk to me or my son again." ...both 10/10 https://t.co/b8ncwl6TlE', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699423667558731776, 'id_str': '699423667558731776', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CbTaHrRW0AABXmG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTaHrRW0AABXmG.jpg', 'url': 'https://t.co/b8ncwl6TlE', 'display_url': 'pic.twitter.com/b8ncwl6TlE', 'expanded_url': 'https://twitter.com/dog_rates/status/699423671849451520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1022, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1022, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699423667558731776, 'id_str': '699423667558731776', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CbTaHrRW0AABXmG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTaHrRW0AABXmG.jpg', 'url': 'https://t.co/b8ncwl6TlE', 'display_url': 'pic.twitter.com/b8ncwl6TlE', 'expanded_url': 'https://twitter.com/dog_rates/status/699423671849451520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1022, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1022, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 290, 'favorite_count': 1252, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1404:699413908797464576
{'created_at': 'Tue Feb 16 02:04:04 +0000 2016', 'id': 699413908797464576, 'id_str': '699413908797464576', 'full_text': "Meet Miley. She's a Scandinavian Hollabackgirl. Incalculably fluffy, unamused af. 11/10 would squeeze aggressively https://t.co/6r4GFZY5WS", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699413904074665988, 'id_str': '699413904074665988', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbTRPXdW8AQMZf7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTRPXdW8AQMZf7.jpg', 'url': 'https://t.co/6r4GFZY5WS', 'display_url': 'pic.twitter.com/6r4GFZY5WS', 'expanded_url': 'https://twitter.com/dog_rates/status/699413908797464576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699413904074665988, 'id_str': '699413904074665988', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbTRPXdW8AQMZf7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbTRPXdW8AQMZf7.jpg', 'url': 'https://t.co/6r4GFZY5WS', 'display_url': 'pic.twitter.com/6r4GFZY5WS', 'expanded_url': 'https://twitter.com/dog_rates/status/699413908797464576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 572, 'favorite_count': 1934, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1405:699370870310113280
{'created_at': 'Mon Feb 15 23:13:03 +0000 2016', 'id': 699370870310113280, 'id_str': '699370870310113280', 'full_text': "Say hello to Calbert. He doesn't have enough legs. Wtf Calbert. Still havin a blast tho. 11/10 would pet extra well https://t.co/iNFIHvcVur", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699370841985851393, 'id_str': '699370841985851393', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbSqE0rVIAEOPE4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbSqE0rVIAEOPE4.jpg', 'url': 'https://t.co/iNFIHvcVur', 'display_url': 'pic.twitter.com/iNFIHvcVur', 'expanded_url': 'https://twitter.com/dog_rates/status/699370870310113280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699370841985851393, 'id_str': '699370841985851393', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbSqE0rVIAEOPE4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbSqE0rVIAEOPE4.jpg', 'url': 'https://t.co/iNFIHvcVur', 'display_url': 'pic.twitter.com/iNFIHvcVur', 'expanded_url': 'https://twitter.com/dog_rates/status/699370870310113280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 395, 'favorite_count': 1757, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1406:699323444782047232
{'created_at': 'Mon Feb 15 20:04:36 +0000 2016', 'id': 699323444782047232, 'id_str': '699323444782047232', 'full_text': '"I\'m bathing the children what do you want?" ...both 10/10 https://t.co/Rizm1LWh4z', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699323436762603521, 'id_str': '699323436762603521', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CbR-9edXIAEHJKi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbR-9edXIAEHJKi.jpg', 'url': 'https://t.co/Rizm1LWh4z', 'display_url': 'pic.twitter.com/Rizm1LWh4z', 'expanded_url': 'https://twitter.com/dog_rates/status/699323444782047232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699323436762603521, 'id_str': '699323436762603521', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CbR-9edXIAEHJKi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbR-9edXIAEHJKi.jpg', 'url': 'https://t.co/Rizm1LWh4z', 'display_url': 'pic.twitter.com/Rizm1LWh4z', 'expanded_url': 'https://twitter.com/dog_rates/status/699323444782047232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 784, 'favorite_count': 2913, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1407:699088579889332224
{'created_at': 'Mon Feb 15 04:31:20 +0000 2016', 'id': 699088579889332224, 'id_str': '699088579889332224', 'full_text': "This is Charl. He's a bully. Chucks that dumbbell around like its nothing. Sharp neck. Exceptionally unfluffy. 3/10 https://t.co/VfLoDZecJ7", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699088574608707585, 'id_str': '699088574608707585', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbOpWswWEAE9kvX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOpWswWEAE9kvX.jpg', 'url': 'https://t.co/VfLoDZecJ7', 'display_url': 'pic.twitter.com/VfLoDZecJ7', 'expanded_url': 'https://twitter.com/dog_rates/status/699088579889332224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699088574608707585, 'id_str': '699088574608707585', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CbOpWswWEAE9kvX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOpWswWEAE9kvX.jpg', 'url': 'https://t.co/VfLoDZecJ7', 'display_url': 'pic.twitter.com/VfLoDZecJ7', 'expanded_url': 'https://twitter.com/dog_rates/status/699088579889332224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 566, 'favorite_count': 2091, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1408:699079609774645248
{'created_at': 'Mon Feb 15 03:55:41 +0000 2016', 'id': 699079609774645248, 'id_str': '699079609774645248', 'full_text': "Meet Reagan. He's a Persnicketus Derpson. Great with kids. Permanently caught off guard. 8/10 https://t.co/A2j2StfNgL", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699079599976771585, 'id_str': '699079599976771585', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CbOhMTpWcAEeFYA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOhMTpWcAEeFYA.jpg', 'url': 'https://t.co/A2j2StfNgL', 'display_url': 'pic.twitter.com/A2j2StfNgL', 'expanded_url': 'https://twitter.com/dog_rates/status/699079609774645248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699079599976771585, 'id_str': '699079599976771585', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CbOhMTpWcAEeFYA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOhMTpWcAEeFYA.jpg', 'url': 'https://t.co/A2j2StfNgL', 'display_url': 'pic.twitter.com/A2j2StfNgL', 'expanded_url': 'https://twitter.com/dog_rates/status/699079609774645248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 699079600031322112, 'id_str': '699079600031322112', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CbOhMT2W0AApnas.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOhMT2W0AApnas.jpg', 'url': 'https://t.co/A2j2StfNgL', 'display_url': 'pic.twitter.com/A2j2StfNgL', 'expanded_url': 'https://twitter.com/dog_rates/status/699079609774645248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 699079600085868544, 'id_str': '699079600085868544', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CbOhMUDXIAACIWR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOhMUDXIAACIWR.jpg', 'url': 'https://t.co/A2j2StfNgL', 'display_url': 'pic.twitter.com/A2j2StfNgL', 'expanded_url': 'https://twitter.com/dog_rates/status/699079609774645248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 699079603055435777, 'id_str': '699079603055435777', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CbOhMfHXIAEDL8E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbOhMfHXIAEDL8E.jpg', 'url': 'https://t.co/A2j2StfNgL', 'display_url': 'pic.twitter.com/A2j2StfNgL', 'expanded_url': 'https://twitter.com/dog_rates/status/699079609774645248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 531, 'h': 680, 'resize': 'fit'}, 'large': {'w': 800, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 576, 'favorite_count': 2263, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1409:699072405256409088
{'created_at': 'Mon Feb 15 03:27:04 +0000 2016', 'id': 699072405256409088, 'id_str': '699072405256409088', 'full_text': 'ERMAHGERD 12/10 please enjoy https://t.co/7WrAWKdBac', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699072391083880449, 'id_str': '699072391083880449', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/699072391083880449/pu/img/fMp1-dvLMeio1Kzk.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/699072391083880449/pu/img/fMp1-dvLMeio1Kzk.jpg', 'url': 'https://t.co/7WrAWKdBac', 'display_url': 'pic.twitter.com/7WrAWKdBac', 'expanded_url': 'https://twitter.com/dog_rates/status/699072405256409088/video/1', 'type': 'photo', 'sizes': {'medium': {'w': 240, 'h': 320, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 240, 'h': 320, 'resize': 'fit'}, 'small': {'w': 240, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699072391083880449, 'id_str': '699072391083880449', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/699072391083880449/pu/img/fMp1-dvLMeio1Kzk.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/699072391083880449/pu/img/fMp1-dvLMeio1Kzk.jpg', 'url': 'https://t.co/7WrAWKdBac', 'display_url': 'pic.twitter.com/7WrAWKdBac', 'expanded_url': 'https://twitter.com/dog_rates/status/699072405256409088/video/1', 'type': 'video', 'sizes': {'medium': {'w': 240, 'h': 320, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 240, 'h': 320, 'resize': 'fit'}, 'small': {'w': 240, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [3, 4], 'duration_millis': 12204, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/699072391083880449/pu/pl/wnNn0Ltbaot6yYdi.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/699072391083880449/pu/vid/240x320/M4T2CZbhZzD9Ssao.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1081, 'favorite_count': 2725, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1410:699060279947165696
{'created_at': 'Mon Feb 15 02:38:53 +0000 2016', 'id': 699060279947165696, 'id_str': '699060279947165696', 'full_text': 'This is Yukon. He pukes rainbows. 12/10 magical af https://t.co/n6wND1v7il', 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/n6wND1v7il', 'expanded_url': 'https://vine.co/v/inlmMHxtqDD', 'display_url': 'vine.co/v/inlmMHxtqDD', 'indices': [51, 74]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1627, 'favorite_count': 3441, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1411:699036661657767936
{'created_at': 'Mon Feb 15 01:05:02 +0000 2016', 'id': 699036661657767936, 'id_str': '699036661657767936', 'full_text': 'HAPPY V-DAY FROM YOUR FAV PUPPER SQUAD 13/10 for all https://t.co/7u6VnZ1UFe', 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 699036651171897344, 'id_str': '699036651171897344', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CbN6IW4UYAAyVDA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbN6IW4UYAAyVDA.jpg', 'url': 'https://t.co/7u6VnZ1UFe', 'display_url': 'pic.twitter.com/7u6VnZ1UFe', 'expanded_url': 'https://twitter.com/dog_rates/status/699036661657767936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 818, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 818, 'resize': 'fit'}, 'small': {'w': 680, 'h': 543, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 699036651171897344, 'id_str': '699036651171897344', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CbN6IW4UYAAyVDA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbN6IW4UYAAyVDA.jpg', 'url': 'https://t.co/7u6VnZ1UFe', 'display_url': 'pic.twitter.com/7u6VnZ1UFe', 'expanded_url': 'https://twitter.com/dog_rates/status/699036661657767936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 818, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 818, 'resize': 'fit'}, 'small': {'w': 680, 'h': 543, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1094, 'favorite_count': 2408, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1412:698989035503689728
{'created_at': 'Sun Feb 14 21:55:47 +0000 2016', 'id': 698989035503689728, 'id_str': '698989035503689728', 'full_text': 'This is Oliver. He does toe touches in his sleep. 13/10 precious af https://t.co/3BrRIWjG35', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698989023348576256, 'id_str': '698989023348576256', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CbNO0DaW0AARcki.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbNO0DaW0AARcki.jpg', 'url': 'https://t.co/3BrRIWjG35', 'display_url': 'pic.twitter.com/3BrRIWjG35', 'expanded_url': 'https://twitter.com/dog_rates/status/698989035503689728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698989023348576256, 'id_str': '698989023348576256', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CbNO0DaW0AARcki.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbNO0DaW0AARcki.jpg', 'url': 'https://t.co/3BrRIWjG35', 'display_url': 'pic.twitter.com/3BrRIWjG35', 'expanded_url': 'https://twitter.com/dog_rates/status/698989035503689728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1536, 'h': 2048, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 879, 'favorite_count': 3088, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1413:698953797952008193
{'created_at': 'Sun Feb 14 19:35:46 +0000 2016', 'id': 698953797952008193, 'id_str': '698953797952008193', 'full_text': 'Meet CeCe. She wanted to take a selfie before her first day as a lumberjack. 11/10 crushing traditional gender roles https://t.co/oW9XMYG3F4', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698953792398692352, 'id_str': '698953792398692352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbMuxV5WEAAIBjy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbMuxV5WEAAIBjy.jpg', 'url': 'https://t.co/oW9XMYG3F4', 'display_url': 'pic.twitter.com/oW9XMYG3F4', 'expanded_url': 'https://twitter.com/dog_rates/status/698953797952008193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 732, 'h': 732, 'resize': 'fit'}, 'large': {'w': 732, 'h': 732, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698953792398692352, 'id_str': '698953792398692352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbMuxV5WEAAIBjy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbMuxV5WEAAIBjy.jpg', 'url': 'https://t.co/oW9XMYG3F4', 'display_url': 'pic.twitter.com/oW9XMYG3F4', 'expanded_url': 'https://twitter.com/dog_rates/status/698953797952008193/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 732, 'h': 732, 'resize': 'fit'}, 'large': {'w': 732, 'h': 732, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 832, 'favorite_count': 2493, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1414:698907974262222848
{'created_at': 'Sun Feb 14 16:33:40 +0000 2016', 'id': 698907974262222848, 'id_str': '698907974262222848', 'full_text': "This dog is never sure if he's doing the right thing. 10/10 https://t.co/GXq43zFfBu", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698907962606292992, 'id_str': '698907962606292992', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CbMFFsnXEAA1mkH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbMFFsnXEAA1mkH.jpg', 'url': 'https://t.co/GXq43zFfBu', 'display_url': 'pic.twitter.com/GXq43zFfBu', 'expanded_url': 'https://twitter.com/dog_rates/status/698907974262222848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698907962606292992, 'id_str': '698907962606292992', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CbMFFsnXEAA1mkH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbMFFsnXEAA1mkH.jpg', 'url': 'https://t.co/GXq43zFfBu', 'display_url': 'pic.twitter.com/GXq43zFfBu', 'expanded_url': 'https://twitter.com/dog_rates/status/698907974262222848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 698907962602029056, 'id_str': '698907962602029056', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CbMFFsmWAAALb6o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbMFFsmWAAALb6o.jpg', 'url': 'https://t.co/GXq43zFfBu', 'display_url': 'pic.twitter.com/GXq43zFfBu', 'expanded_url': 'https://twitter.com/dog_rates/status/698907974262222848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 698907962627203072, 'id_str': '698907962627203072', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CbMFFssWIAAyuOd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbMFFssWIAAyuOd.jpg', 'url': 'https://t.co/GXq43zFfBu', 'display_url': 'pic.twitter.com/GXq43zFfBu', 'expanded_url': 'https://twitter.com/dog_rates/status/698907974262222848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 736, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 736, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 489, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 556, 'favorite_count': 2346, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1415:698710712454139905
{'created_at': 'Sun Feb 14 03:29:49 +0000 2016', 'id': 698710712454139905, 'id_str': '698710712454139905', 'full_text': "This is Cuddles. He's not entirely sure how doors work. 10/10 I believe in you Cuddles https://t.co/rKjK88D05Z", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698710700634591234, 'id_str': '698710700634591234', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CbJRrigW0AIcJ2N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbJRrigW0AIcJ2N.jpg', 'url': 'https://t.co/rKjK88D05Z', 'display_url': 'pic.twitter.com/rKjK88D05Z', 'expanded_url': 'https://twitter.com/dog_rates/status/698710712454139905/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698710700634591234, 'id_str': '698710700634591234', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CbJRrigW0AIcJ2N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbJRrigW0AIcJ2N.jpg', 'url': 'https://t.co/rKjK88D05Z', 'display_url': 'pic.twitter.com/rKjK88D05Z', 'expanded_url': 'https://twitter.com/dog_rates/status/698710712454139905/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 620, 'favorite_count': 2279, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1416:698703483621523456
{'created_at': 'Sun Feb 14 03:01:06 +0000 2016', 'id': 698703483621523456, 'id_str': '698703483621523456', 'full_text': 'This is Rusty. He has no respect for POULTRY products. Unbelievable af. 7/10 would still pet https://t.co/hEH19t1eFp', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698703472636641280, 'id_str': '698703472636641280', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CbJLG0HWwAAV-ug.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbJLG0HWwAAV-ug.jpg', 'url': 'https://t.co/hEH19t1eFp', 'display_url': 'pic.twitter.com/hEH19t1eFp', 'expanded_url': 'https://twitter.com/dog_rates/status/698703483621523456/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 612, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 612, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 406, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698703472636641280, 'id_str': '698703472636641280', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CbJLG0HWwAAV-ug.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbJLG0HWwAAV-ug.jpg', 'url': 'https://t.co/hEH19t1eFp', 'display_url': 'pic.twitter.com/hEH19t1eFp', 'expanded_url': 'https://twitter.com/dog_rates/status/698703483621523456/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 612, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 612, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 406, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 337, 'favorite_count': 1332, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1417:698635131305795584
{'created_at': 'Sat Feb 13 22:29:29 +0000 2016', 'id': 698635131305795584, 'id_str': '698635131305795584', 'full_text': 'Here we are witnessing five Guatemalan Birch Floofs in their natural habitat. All 12/10 (Vid by @pootdanielle) https://t.co/rb8nzVNh7F', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'pootdanielle', 'name': 'dag', 'id': 380031561, 'id_str': '380031561', 'indices': [96, 109]}], 'urls': [], 'media': [{'id': 698635005506015234, 'id_str': '698635005506015234', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/698635005506015234/pu/img/wQ4yFXTZ-2QLt68b.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/698635005506015234/pu/img/wQ4yFXTZ-2QLt68b.jpg', 'url': 'https://t.co/rb8nzVNh7F', 'display_url': 'pic.twitter.com/rb8nzVNh7F', 'expanded_url': 'https://twitter.com/dog_rates/status/698635131305795584/video/1', 'type': 'photo', 'sizes': {'large': {'w': 480, 'h': 272, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 272, 'resize': 'fit'}, 'small': {'w': 480, 'h': 272, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698635005506015234, 'id_str': '698635005506015234', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/698635005506015234/pu/img/wQ4yFXTZ-2QLt68b.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/698635005506015234/pu/img/wQ4yFXTZ-2QLt68b.jpg', 'url': 'https://t.co/rb8nzVNh7F', 'display_url': 'pic.twitter.com/rb8nzVNh7F', 'expanded_url': 'https://twitter.com/dog_rates/status/698635131305795584/video/1', 'type': 'video', 'sizes': {'large': {'w': 480, 'h': 272, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 272, 'resize': 'fit'}, 'small': {'w': 480, 'h': 272, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [30, 17], 'duration_millis': 26576, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/698635005506015234/pu/pl/bjBeb3i290l8lFvI.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/698635005506015234/pu/vid/316x180/mziB_epBReCnzLmj.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 315, 'favorite_count': 1198, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1418:698549713696649216
{'created_at': 'Sat Feb 13 16:50:04 +0000 2016', 'id': 698549713696649216, 'id_str': '698549713696649216', 'full_text': "This is Claude. He's trying to be seductive but he forgot to turn on the fireplace. 9/10 damn it Claude https://t.co/EPdQquc1dG", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698549703420612608, 'id_str': '698549703420612608', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CbG_QRJXEAALVWy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbG_QRJXEAALVWy.jpg', 'url': 'https://t.co/EPdQquc1dG', 'display_url': 'pic.twitter.com/EPdQquc1dG', 'expanded_url': 'https://twitter.com/dog_rates/status/698549713696649216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698549703420612608, 'id_str': '698549703420612608', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CbG_QRJXEAALVWy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbG_QRJXEAALVWy.jpg', 'url': 'https://t.co/EPdQquc1dG', 'display_url': 'pic.twitter.com/EPdQquc1dG', 'expanded_url': 'https://twitter.com/dog_rates/status/698549713696649216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 561, 'favorite_count': 2152, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1419:698355670425473025
{'created_at': 'Sat Feb 13 03:59:01 +0000 2016', 'id': 698355670425473025, 'id_str': '698355670425473025', 'full_text': "This is Jessiga. She's a Tasmanian McCringleberry. Selfies make her uncomfortable. 10/10 would pet in time of need https://t.co/MrdPZz1CGk", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698355656588447745, 'id_str': '698355656588447745', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbEOxQXW0AEIYBu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbEOxQXW0AEIYBu.jpg', 'url': 'https://t.co/MrdPZz1CGk', 'display_url': 'pic.twitter.com/MrdPZz1CGk', 'expanded_url': 'https://twitter.com/dog_rates/status/698355670425473025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698355656588447745, 'id_str': '698355656588447745', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CbEOxQXW0AEIYBu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbEOxQXW0AEIYBu.jpg', 'url': 'https://t.co/MrdPZz1CGk', 'display_url': 'pic.twitter.com/MrdPZz1CGk', 'expanded_url': 'https://twitter.com/dog_rates/status/698355670425473025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 397, 'favorite_count': 1707, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1420:698342080612007937
{'created_at': 'Sat Feb 13 03:05:01 +0000 2016', 'id': 698342080612007937, 'id_str': '698342080612007937', 'full_text': "This is Maximus. He's training for the tetherball world championship. The grind never stops. 11/10 (vid by @Amuly21) https://t.co/VmFfWMjNkp", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Amuly21', 'name': 'Amuly (she/he)', 'id': 116376470, 'id_str': '116376470', 'indices': [107, 115]}], 'urls': [], 'media': [{'id': 698341973569245184, 'id_str': '698341973569245184', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/698341973569245184/pu/img/Sj3A2vSfbKWSv61T.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/698341973569245184/pu/img/Sj3A2vSfbKWSv61T.jpg', 'url': 'https://t.co/VmFfWMjNkp', 'display_url': 'pic.twitter.com/VmFfWMjNkp', 'expanded_url': 'https://twitter.com/dog_rates/status/698342080612007937/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698341973569245184, 'id_str': '698341973569245184', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/698341973569245184/pu/img/Sj3A2vSfbKWSv61T.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/698341973569245184/pu/img/Sj3A2vSfbKWSv61T.jpg', 'url': 'https://t.co/VmFfWMjNkp', 'display_url': 'pic.twitter.com/VmFfWMjNkp', 'expanded_url': 'https://twitter.com/dog_rates/status/698342080612007937/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15058, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/698341973569245184/pu/vid/240x240/O78Cw3KpcM7Y08A7.mp4'}, {'bitrate': 1280000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/698341973569245184/pu/vid/720x720/FP7tMqjo0wYuD3oV.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/698341973569245184/pu/pl/eRh3Va2T7gqNpMQz.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/698341973569245184/pu/vid/480x480/zw8q3gwaouVSnEjR.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 873, 'favorite_count': 2081, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1421:698262614669991936
{'created_at': 'Fri Feb 12 21:49:15 +0000 2016', 'id': 698262614669991936, 'id_str': '698262614669991936', 'full_text': "This is Franklin. He's a yoga master. Trying to get rid of those rolls. Dedicated af. 11/10 keep it up pup https://t.co/S712MJXulD", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698262609242492930, 'id_str': '698262609242492930', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CbC6JL_WEAI_PhH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbC6JL_WEAI_PhH.jpg', 'url': 'https://t.co/S712MJXulD', 'display_url': 'pic.twitter.com/S712MJXulD', 'expanded_url': 'https://twitter.com/dog_rates/status/698262614669991936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 747, 'resize': 'fit'}, 'large': {'w': 960, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 529, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698262609242492930, 'id_str': '698262609242492930', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CbC6JL_WEAI_PhH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbC6JL_WEAI_PhH.jpg', 'url': 'https://t.co/S712MJXulD', 'display_url': 'pic.twitter.com/S712MJXulD', 'expanded_url': 'https://twitter.com/dog_rates/status/698262614669991936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 747, 'resize': 'fit'}, 'large': {'w': 960, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 529, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1800, 'favorite_count': 4413, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1422:698195409219559425
{'created_at': 'Fri Feb 12 17:22:12 +0000 2016', 'id': 698195409219559425, 'id_str': '698195409219559425', 'full_text': "Meet Beau & Wilbur. Wilbur stole Beau's bed from him. Wilbur now has so much room for activities. 9/10 for both pups https://t.co/GPaoH5qWEk", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698195403653705729, 'id_str': '698195403653705729', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'url': 'https://t.co/GPaoH5qWEk', 'display_url': 'pic.twitter.com/GPaoH5qWEk', 'expanded_url': 'https://twitter.com/dog_rates/status/698195409219559425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 621, 'h': 557, 'resize': 'fit'}, 'small': {'w': 621, 'h': 557, 'resize': 'fit'}, 'medium': {'w': 621, 'h': 557, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698195403653705729, 'id_str': '698195403653705729', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbB9BTqW8AEVc2A.jpg', 'url': 'https://t.co/GPaoH5qWEk', 'display_url': 'pic.twitter.com/GPaoH5qWEk', 'expanded_url': 'https://twitter.com/dog_rates/status/698195409219559425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 621, 'h': 557, 'resize': 'fit'}, 'small': {'w': 621, 'h': 557, 'resize': 'fit'}, 'medium': {'w': 621, 'h': 557, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5461, 'favorite_count': 15552, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1423:698178924120031232
{'created_at': 'Fri Feb 12 16:16:41 +0000 2016', 'id': 698178924120031232, 'id_str': '698178924120031232', 'full_text': "This is Lily. She accidentally dropped all her Kohl's cash overboard. Day officially ruined. 10/10 hang in there pup https://t.co/BJbtCqGwZK", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 698178914674458625, 'id_str': '698178914674458625', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbBuBhbWwAEGH29.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbBuBhbWwAEGH29.jpg', 'url': 'https://t.co/BJbtCqGwZK', 'display_url': 'pic.twitter.com/BJbtCqGwZK', 'expanded_url': 'https://twitter.com/dog_rates/status/698178924120031232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 851, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 851, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 698178914674458625, 'id_str': '698178914674458625', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CbBuBhbWwAEGH29.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CbBuBhbWwAEGH29.jpg', 'url': 'https://t.co/BJbtCqGwZK', 'display_url': 'pic.twitter.com/BJbtCqGwZK', 'expanded_url': 'https://twitter.com/dog_rates/status/698178924120031232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 639, 'h': 851, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 639, 'h': 851, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 678, 'favorite_count': 2598, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1424:697995514407682048
{'created_at': 'Fri Feb 12 04:07:53 +0000 2016', 'id': 697995514407682048, 'id_str': '697995514407682048', 'full_text': '"Dammit hooman quit playin I jus wanna wheat thin" 11/10 https://t.co/yAASRDPJnQ', 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697995509609402369, 'id_str': '697995509609402369', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/Ca_HN8UWEAEB-ga.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca_HN8UWEAEB-ga.jpg', 'url': 'https://t.co/yAASRDPJnQ', 'display_url': 'pic.twitter.com/yAASRDPJnQ', 'expanded_url': 'https://twitter.com/dog_rates/status/697995514407682048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697995509609402369, 'id_str': '697995509609402369', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/media/Ca_HN8UWEAEB-ga.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca_HN8UWEAEB-ga.jpg', 'url': 'https://t.co/yAASRDPJnQ', 'display_url': 'pic.twitter.com/yAASRDPJnQ', 'expanded_url': 'https://twitter.com/dog_rates/status/697995514407682048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 307, 'favorite_count': 1417, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1425:697990423684476929
{'created_at': 'Fri Feb 12 03:47:39 +0000 2016', 'id': 697990423684476929, 'id_str': '697990423684476929', 'full_text': "This is Doug. He's a Draconian Jabbawockee. Rad tongue. Ears are borderline legendary 11/10 would pet with a purpose https://t.co/MVvbQW88Pv", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697990414305984512, 'id_str': '697990414305984512', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ca_ClW1WAAAWc-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca_ClW1WAAAWc-F.jpg', 'url': 'https://t.co/MVvbQW88Pv', 'display_url': 'pic.twitter.com/MVvbQW88Pv', 'expanded_url': 'https://twitter.com/dog_rates/status/697990423684476929/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 679, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1811, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697990414305984512, 'id_str': '697990414305984512', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ca_ClW1WAAAWc-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca_ClW1WAAAWc-F.jpg', 'url': 'https://t.co/MVvbQW88Pv', 'display_url': 'pic.twitter.com/MVvbQW88Pv', 'expanded_url': 'https://twitter.com/dog_rates/status/697990423684476929/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 679, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1811, 'resize': 'fit'}}}, {'id': 697990414679330816, 'id_str': '697990414679330816', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ca_ClYOW0AAsvpE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca_ClYOW0AAsvpE.jpg', 'url': 'https://t.co/MVvbQW88Pv', 'display_url': 'pic.twitter.com/MVvbQW88Pv', 'expanded_url': 'https://twitter.com/dog_rates/status/697990423684476929/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 1200, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}, {'id': 697990414855487489, 'id_str': '697990414855487489', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ca_ClY4WwAEJsyX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca_ClY4WwAEJsyX.jpg', 'url': 'https://t.co/MVvbQW88Pv', 'display_url': 'pic.twitter.com/MVvbQW88Pv', 'expanded_url': 'https://twitter.com/dog_rates/status/697990423684476929/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 413, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 1683, 'resize': 'fit'}, 'medium': {'w': 729, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1174, 'favorite_count': 3021, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1426:697943111201378304
{'created_at': 'Fri Feb 12 00:39:39 +0000 2016', 'id': 697943111201378304, 'id_str': '697943111201378304', 'full_text': 'This is Cassie. She goes door to door trying to find the owner of this baguette. No luck so far. 10/10 https://t.co/e8bj97CisO', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697943103282393088, 'id_str': '697943103282393088', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ca-XjfiUsAAUa8f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca-XjfiUsAAUa8f.jpg', 'url': 'https://t.co/e8bj97CisO', 'display_url': 'pic.twitter.com/e8bj97CisO', 'expanded_url': 'https://twitter.com/dog_rates/status/697943111201378304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697943103282393088, 'id_str': '697943103282393088', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ca-XjfiUsAAUa8f.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca-XjfiUsAAUa8f.jpg', 'url': 'https://t.co/e8bj97CisO', 'display_url': 'pic.twitter.com/e8bj97CisO', 'expanded_url': 'https://twitter.com/dog_rates/status/697943111201378304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 618, 'favorite_count': 2210, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1427:697881462549430272
{'created_at': 'Thu Feb 11 20:34:41 +0000 2016', 'id': 697881462549430272, 'id_str': '697881462549430272', 'full_text': 'This is Carter. He wakes up in the morning and pisses excellence. 10/10 best there is plain and simple https://t.co/pHktDjpFr8', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697881447554613248, 'id_str': '697881447554613248', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ca9feqDUAAA_z7T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca9feqDUAAA_z7T.jpg', 'url': 'https://t.co/pHktDjpFr8', 'display_url': 'pic.twitter.com/pHktDjpFr8', 'expanded_url': 'https://twitter.com/dog_rates/status/697881462549430272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697881447554613248, 'id_str': '697881447554613248', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/Ca9feqDUAAA_z7T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca9feqDUAAA_z7T.jpg', 'url': 'https://t.co/pHktDjpFr8', 'display_url': 'pic.twitter.com/pHktDjpFr8', 'expanded_url': 'https://twitter.com/dog_rates/status/697881462549430272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 900, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1365, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1058, 'favorite_count': 2789, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1428:697630435728322560
{'created_at': 'Thu Feb 11 03:57:11 +0000 2016', 'id': 697630435728322560, 'id_str': '697630435728322560', 'full_text': 'Pls make sure ur dogs have gone through some barkour training b4 they attempt stunts like this. 8/10 https://t.co/VmF35YvtqP', 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/VmF35YvtqP', 'expanded_url': 'https://vine.co/v/in7ZzHPKzWz', 'display_url': 'vine.co/v/in7ZzHPKzWz', 'indices': [101, 124]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 498, 'favorite_count': 1604, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1429:697616773278015490
{'created_at': 'Thu Feb 11 03:02:54 +0000 2016', 'id': 697616773278015490, 'id_str': '697616773278015490', 'full_text': 'This pupper doubles as a hallway rug. Very rare. Versatile af. 11/10 https://t.co/Jxd5pR02Cn', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697616761932283904, 'id_str': '697616761932283904', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ca5uv7RVAAA_QEg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5uv7RVAAA_QEg.jpg', 'url': 'https://t.co/Jxd5pR02Cn', 'display_url': 'pic.twitter.com/Jxd5pR02Cn', 'expanded_url': 'https://twitter.com/dog_rates/status/697616773278015490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697616761932283904, 'id_str': '697616761932283904', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ca5uv7RVAAA_QEg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5uv7RVAAA_QEg.jpg', 'url': 'https://t.co/Jxd5pR02Cn', 'display_url': 'pic.twitter.com/Jxd5pR02Cn', 'expanded_url': 'https://twitter.com/dog_rates/status/697616773278015490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 697616761928024065, 'id_str': '697616761928024065', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ca5uv7QUAAEZwNv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5uv7QUAAEZwNv.jpg', 'url': 'https://t.co/Jxd5pR02Cn', 'display_url': 'pic.twitter.com/Jxd5pR02Cn', 'expanded_url': 'https://twitter.com/dog_rates/status/697616773278015490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 925, 'favorite_count': 2900, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1430:697596423848730625
{'created_at': 'Thu Feb 11 01:42:02 +0000 2016', 'id': 697596423848730625, 'id_str': '697596423848730625', 'full_text': "Here's a pupper with a piece of pizza. Two of everybody's favorite things in one photo. 11/10 https://t.co/5USjFjKI7Z", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697596416638787586, 'id_str': '697596416638787586', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ca5cPrJXIAImHtD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5cPrJXIAImHtD.jpg', 'url': 'https://t.co/5USjFjKI7Z', 'display_url': 'pic.twitter.com/5USjFjKI7Z', 'expanded_url': 'https://twitter.com/dog_rates/status/697596423848730625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697596416638787586, 'id_str': '697596416638787586', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Ca5cPrJXIAImHtD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5cPrJXIAImHtD.jpg', 'url': 'https://t.co/5USjFjKI7Z', 'display_url': 'pic.twitter.com/5USjFjKI7Z', 'expanded_url': 'https://twitter.com/dog_rates/status/697596423848730625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1135, 'favorite_count': 2791, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1431:697575480820686848
{'created_at': 'Thu Feb 11 00:18:49 +0000 2016', 'id': 697575480820686848, 'id_str': '697575480820686848', 'full_text': "This is Ole. He's not sure how to gravity. 8/10 https://t.co/PsqqotpBBQ", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697575475464417280, 'id_str': '697575475464417280', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/Ca5JMvMUsAAGMll.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5JMvMUsAAGMll.jpg', 'url': 'https://t.co/PsqqotpBBQ', 'display_url': 'pic.twitter.com/PsqqotpBBQ', 'expanded_url': 'https://twitter.com/dog_rates/status/697575480820686848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697575475464417280, 'id_str': '697575475464417280', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/Ca5JMvMUsAAGMll.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca5JMvMUsAAGMll.jpg', 'url': 'https://t.co/PsqqotpBBQ', 'display_url': 'pic.twitter.com/PsqqotpBBQ', 'expanded_url': 'https://twitter.com/dog_rates/status/697575480820686848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 455, 'favorite_count': 1895, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1432:697516214579523584
{'created_at': 'Wed Feb 10 20:23:19 +0000 2016', 'id': 697516214579523584, 'id_str': '697516214579523584', 'full_text': 'Say hello to Pherb. He does parkour. 9/10 https://t.co/LHFfUyLBZT', 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/LHFfUyLBZT', 'expanded_url': 'https://vine.co/v/i1LriMBmX6W', 'display_url': 'vine.co/v/i1LriMBmX6W', 'indices': [42, 65]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 996, 'favorite_count': 1881, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1433:697482927769255936
{'created_at': 'Wed Feb 10 18:11:03 +0000 2016', 'id': 697482927769255936, 'id_str': '697482927769255936', 'full_text': "Meet Blipson. He's a Doowap Hufflepuff. That Ugg is his temporary home while he's struggling with unemployment 11/10 https://t.co/YKvt0J5MXr", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697482920076951552, 'id_str': '697482920076951552', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ca31BTgWwAA4uNU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca31BTgWwAA4uNU.jpg', 'url': 'https://t.co/YKvt0J5MXr', 'display_url': 'pic.twitter.com/YKvt0J5MXr', 'expanded_url': 'https://twitter.com/dog_rates/status/697482927769255936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697482920076951552, 'id_str': '697482920076951552', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Ca31BTgWwAA4uNU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca31BTgWwAA4uNU.jpg', 'url': 'https://t.co/YKvt0J5MXr', 'display_url': 'pic.twitter.com/YKvt0J5MXr', 'expanded_url': 'https://twitter.com/dog_rates/status/697482927769255936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 603, 'favorite_count': 2246, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1434:697463031882764288
{'created_at': 'Wed Feb 10 16:51:59 +0000 2016', 'id': 697463031882764288, 'id_str': '697463031882764288', 'full_text': "Happy Wednesday here's a bucket of pups. 44/40 would pet all at once https://t.co/HppvrYuamZ", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697463021304750083, 'id_str': '697463021304750083', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ca3i7CzXIAMLhg8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca3i7CzXIAMLhg8.jpg', 'url': 'https://t.co/HppvrYuamZ', 'display_url': 'pic.twitter.com/HppvrYuamZ', 'expanded_url': 'https://twitter.com/dog_rates/status/697463031882764288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697463021304750083, 'id_str': '697463021304750083', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/Ca3i7CzXIAMLhg8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca3i7CzXIAMLhg8.jpg', 'url': 'https://t.co/HppvrYuamZ', 'display_url': 'pic.twitter.com/HppvrYuamZ', 'expanded_url': 'https://twitter.com/dog_rates/status/697463031882764288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1276, 'favorite_count': 3178, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1435:697270446429966336
{'created_at': 'Wed Feb 10 04:06:43 +0000 2016', 'id': 697270446429966336, 'id_str': '697270446429966336', 'full_text': 'This is Bentley. He got stuck on his 3rd homework problem. Picturing the best case scenario if he drops out. 10/10 https://t.co/7rS33sCKMS', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697270435977818113, 'id_str': '697270435977818113', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Ca0zxGjW8AEfyYl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0zxGjW8AEfyYl.jpg', 'url': 'https://t.co/7rS33sCKMS', 'display_url': 'pic.twitter.com/7rS33sCKMS', 'expanded_url': 'https://twitter.com/dog_rates/status/697270446429966336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697270435977818113, 'id_str': '697270435977818113', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/Ca0zxGjW8AEfyYl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0zxGjW8AEfyYl.jpg', 'url': 'https://t.co/7rS33sCKMS', 'display_url': 'pic.twitter.com/7rS33sCKMS', 'expanded_url': 'https://twitter.com/dog_rates/status/697270446429966336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1719, 'favorite_count': 4354, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1436:697259378236399616
{'created_at': 'Wed Feb 10 03:22:44 +0000 2016', 'id': 697259378236399616, 'id_str': '697259378236399616', 'full_text': 'Please stop sending in saber-toothed tigers. This is getting ridiculous. We only rate dogs.\n...8/10 https://t.co/iAeQNueou8', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697259367968739328, 'id_str': '697259367968739328', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Ca0ps3AXEAAnp9m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0ps3AXEAAnp9m.jpg', 'url': 'https://t.co/iAeQNueou8', 'display_url': 'pic.twitter.com/iAeQNueou8', 'expanded_url': 'https://twitter.com/dog_rates/status/697259378236399616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697259367968739328, 'id_str': '697259367968739328', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Ca0ps3AXEAAnp9m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0ps3AXEAAnp9m.jpg', 'url': 'https://t.co/iAeQNueou8', 'display_url': 'pic.twitter.com/iAeQNueou8', 'expanded_url': 'https://twitter.com/dog_rates/status/697259378236399616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 908, 'favorite_count': 3050, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1437:697255105972801536
{'created_at': 'Wed Feb 10 03:05:46 +0000 2016', 'id': 697255105972801536, 'id_str': '697255105972801536', 'full_text': 'Meet Charlie. He likes to kiss all the big milk dogs with the rad earrings. Passionate af. 10/10 just a great guy https://t.co/Oe0XSGmfoP', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697255089266933760, 'id_str': '697255089266933760', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ca0lzzmWwAA5u56.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0lzzmWwAA5u56.jpg', 'url': 'https://t.co/Oe0XSGmfoP', 'display_url': 'pic.twitter.com/Oe0XSGmfoP', 'expanded_url': 'https://twitter.com/dog_rates/status/697255105972801536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697255089266933760, 'id_str': '697255089266933760', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/Ca0lzzmWwAA5u56.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0lzzmWwAA5u56.jpg', 'url': 'https://t.co/Oe0XSGmfoP', 'display_url': 'pic.twitter.com/Oe0XSGmfoP', 'expanded_url': 'https://twitter.com/dog_rates/status/697255105972801536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1820, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1058, 'favorite_count': 2855, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1438:697242256848379904
{'created_at': 'Wed Feb 10 02:14:42 +0000 2016', 'id': 697242256848379904, 'id_str': '697242256848379904', 'full_text': 'This is Oakley. He has a massive tumor growing on his head. Seems benign tho. 10/10 would pet around tumor https://t.co/7GQ7BTxywN', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 697242246874296320, 'id_str': '697242246874296320', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Ca0aIR9WcAAHiPy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0aIR9WcAAHiPy.jpg', 'url': 'https://t.co/7GQ7BTxywN', 'display_url': 'pic.twitter.com/7GQ7BTxywN', 'expanded_url': 'https://twitter.com/dog_rates/status/697242256848379904/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 643, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 643, 'resize': 'fit'}, 'small': {'w': 640, 'h': 643, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 697242246874296320, 'id_str': '697242246874296320', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/Ca0aIR9WcAAHiPy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Ca0aIR9WcAAHiPy.jpg', 'url': 'https://t.co/7GQ7BTxywN', 'display_url': 'pic.twitter.com/7GQ7BTxywN', 'expanded_url': 'https://twitter.com/dog_rates/status/697242256848379904/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 643, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 643, 'resize': 'fit'}, 'small': {'w': 640, 'h': 643, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 618, 'favorite_count': 2334, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1439:696900204696625153
{'created_at': 'Tue Feb 09 03:35:31 +0000 2016', 'id': 696900204696625153, 'id_str': '696900204696625153', 'full_text': "This is Rosie. She's a Benebark Cumberpatch. Sleepy af. 12/10 would snug for days https://t.co/NKuON5Al8i", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696900198681989122, 'id_str': '696900198681989122', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CavjCdJW0AIB5Oz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CavjCdJW0AIB5Oz.jpg', 'url': 'https://t.co/NKuON5Al8i', 'display_url': 'pic.twitter.com/NKuON5Al8i', 'expanded_url': 'https://twitter.com/dog_rates/status/696900204696625153/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696900198681989122, 'id_str': '696900198681989122', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CavjCdJW0AIB5Oz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CavjCdJW0AIB5Oz.jpg', 'url': 'https://t.co/NKuON5Al8i', 'display_url': 'pic.twitter.com/NKuON5Al8i', 'expanded_url': 'https://twitter.com/dog_rates/status/696900204696625153/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 941, 'favorite_count': 2928, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1440:696894894812565505
{'created_at': 'Tue Feb 09 03:14:25 +0000 2016', 'id': 696894894812565505, 'id_str': '696894894812565505', 'full_text': "These two pirates crashed their ship and don't know what to do now. Very irresponsible of them. Both 9/10 https://t.co/RJvUjgGH5z", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696894886692331521, 'id_str': '696894886692331521', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CaveNQcVIAECyBr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaveNQcVIAECyBr.jpg', 'url': 'https://t.co/RJvUjgGH5z', 'display_url': 'pic.twitter.com/RJvUjgGH5z', 'expanded_url': 'https://twitter.com/dog_rates/status/696894894812565505/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 611, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 611, 'h': 540, 'resize': 'fit'}, 'large': {'w': 611, 'h': 540, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696894886692331521, 'id_str': '696894886692331521', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CaveNQcVIAECyBr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaveNQcVIAECyBr.jpg', 'url': 'https://t.co/RJvUjgGH5z', 'display_url': 'pic.twitter.com/RJvUjgGH5z', 'expanded_url': 'https://twitter.com/dog_rates/status/696894894812565505/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 611, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 611, 'h': 540, 'resize': 'fit'}, 'large': {'w': 611, 'h': 540, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 621, 'favorite_count': 2177, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1441:696886256886657024
{'created_at': 'Tue Feb 09 02:40:05 +0000 2016', 'id': 696886256886657024, 'id_str': '696886256886657024', 'full_text': 'Guys I found the dog from Up. 12/10 https://t.co/WqoZtX9jmJ', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696886248611381248, 'id_str': '696886248611381248', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CavWWdFWAAArflW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CavWWdFWAAArflW.jpg', 'url': 'https://t.co/WqoZtX9jmJ', 'display_url': 'pic.twitter.com/WqoZtX9jmJ', 'expanded_url': 'https://twitter.com/dog_rates/status/696886256886657024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696886248611381248, 'id_str': '696886248611381248', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CavWWdFWAAArflW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CavWWdFWAAArflW.jpg', 'url': 'https://t.co/WqoZtX9jmJ', 'display_url': 'pic.twitter.com/WqoZtX9jmJ', 'expanded_url': 'https://twitter.com/dog_rates/status/696886256886657024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1631, 'favorite_count': 4456, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1442:696877980375769088
{'created_at': 'Tue Feb 09 02:07:12 +0000 2016', 'id': 696877980375769088, 'id_str': '696877980375769088', 'full_text': "This is Misty. She's in a predicament. Not sure what next move should be. 9/10 stay calm pupper I'm comin https://t.co/XhR7PAgcwF", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696877972649807873, 'id_str': '696877972649807873', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CavO0uuWEAE96Ed.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CavO0uuWEAE96Ed.jpg', 'url': 'https://t.co/XhR7PAgcwF', 'display_url': 'pic.twitter.com/XhR7PAgcwF', 'expanded_url': 'https://twitter.com/dog_rates/status/696877980375769088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696877972649807873, 'id_str': '696877972649807873', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CavO0uuWEAE96Ed.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CavO0uuWEAE96Ed.jpg', 'url': 'https://t.co/XhR7PAgcwF', 'display_url': 'pic.twitter.com/XhR7PAgcwF', 'expanded_url': 'https://twitter.com/dog_rates/status/696877980375769088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 642, 'favorite_count': 2267, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1443:696754882863349760
{'created_at': 'Mon Feb 08 17:58:03 +0000 2016', 'id': 696754882863349760, 'id_str': '696754882863349760', 'full_text': "This is Reptar. He specifically asked for his skis to have four bindings. He's not happy. Quite perturbed tbh. 10/10 https://t.co/l9k7TPP7Tp", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696754874445230081, 'id_str': '696754874445230081', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cate3eLUcAEIuph.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cate3eLUcAEIuph.jpg', 'url': 'https://t.co/l9k7TPP7Tp', 'display_url': 'pic.twitter.com/l9k7TPP7Tp', 'expanded_url': 'https://twitter.com/dog_rates/status/696754882863349760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696754874445230081, 'id_str': '696754874445230081', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/Cate3eLUcAEIuph.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cate3eLUcAEIuph.jpg', 'url': 'https://t.co/l9k7TPP7Tp', 'display_url': 'pic.twitter.com/l9k7TPP7Tp', 'expanded_url': 'https://twitter.com/dog_rates/status/696754882863349760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 329, 'favorite_count': 1375, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1444:696744641916489729
{'created_at': 'Mon Feb 08 17:17:22 +0000 2016', 'id': 696744641916489729, 'id_str': '696744641916489729', 'full_text': "This is Klevin. He doesn't want his family brainwashed by mainstream media. 10/10 (vid by @AshtonHose) https://t.co/ghhbMAFPW8", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'AshtonHose', 'name': 'Ashton Hose', 'id': 1246131417454505984, 'id_str': '1246131417454505984', 'indices': [90, 101]}], 'urls': [{'url': 'https://t.co/ghhbMAFPW8', 'expanded_url': 'https://vine.co/v/i1wrljBUjAu', 'display_url': 'vine.co/v/i1wrljBUjAu', 'indices': [103, 126]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 838, 'favorite_count': 1900, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1445:696713835009417216
{'created_at': 'Mon Feb 08 15:14:57 +0000 2016', 'id': 696713835009417216, 'id_str': '696713835009417216', 'full_text': "This is Trevith. He's a Swiss Mountain Roadwoof. Breeze too powerful. 9/10 stay strong pupper https://t.co/6J8Ibwy1X6", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696713823303135232, 'id_str': '696713823303135232', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cas5h-wWcAA3nAc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cas5h-wWcAA3nAc.jpg', 'url': 'https://t.co/6J8Ibwy1X6', 'display_url': 'pic.twitter.com/6J8Ibwy1X6', 'expanded_url': 'https://twitter.com/dog_rates/status/696713835009417216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 765, 'resize': 'fit'}, 'large': {'w': 577, 'h': 765, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696713823303135232, 'id_str': '696713823303135232', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/Cas5h-wWcAA3nAc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cas5h-wWcAA3nAc.jpg', 'url': 'https://t.co/6J8Ibwy1X6', 'display_url': 'pic.twitter.com/6J8Ibwy1X6', 'expanded_url': 'https://twitter.com/dog_rates/status/696713835009417216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 765, 'resize': 'fit'}, 'large': {'w': 577, 'h': 765, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 588, 'favorite_count': 2183, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1446:696518437233913856
{'created_at': 'Mon Feb 08 02:18:30 +0000 2016', 'id': 696518437233913856, 'id_str': '696518437233913856', 'full_text': 'Oh my god 10/10 for every little hot dog pupper', 'truncated': False, 'display_text_range': [0, 47], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1573, 'favorite_count': 3645, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1447:696490539101908992
{'created_at': 'Mon Feb 08 00:27:39 +0000 2016', 'id': 696490539101908992, 'id_str': '696490539101908992', 'full_text': 'After reading the comments I may have overestimated this pup. Downgraded to a 1/10. Please forgive me', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 696488710901260288, 'in_reply_to_status_id_str': '696488710901260288', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 127, 'favorite_count': 1137, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1448:696488710901260288
{'created_at': 'Mon Feb 08 00:20:23 +0000 2016', 'id': 696488710901260288, 'id_str': '696488710901260288', 'full_text': '12/10 revolutionary af https://t.co/zKzq4nIY86', 'truncated': False, 'display_text_range': [0, 46], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696488707105386500, 'id_str': '696488707105386500', 'indices': [23, 46], 'media_url': 'http://pbs.twimg.com/media/CapsyfkWcAQ41uC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CapsyfkWcAQ41uC.jpg', 'url': 'https://t.co/zKzq4nIY86', 'display_url': 'pic.twitter.com/zKzq4nIY86', 'expanded_url': 'https://twitter.com/dog_rates/status/696488710901260288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 357, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 357, 'resize': 'fit'}, 'large': {'w': 638, 'h': 357, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696488707105386500, 'id_str': '696488707105386500', 'indices': [23, 46], 'media_url': 'http://pbs.twimg.com/media/CapsyfkWcAQ41uC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CapsyfkWcAQ41uC.jpg', 'url': 'https://t.co/zKzq4nIY86', 'display_url': 'pic.twitter.com/zKzq4nIY86', 'expanded_url': 'https://twitter.com/dog_rates/status/696488710901260288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 357, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 357, 'resize': 'fit'}, 'large': {'w': 638, 'h': 357, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 930, 'favorite_count': 2320, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1449:696405997980676096
{'created_at': 'Sun Feb 07 18:51:43 +0000 2016', 'id': 696405997980676096, 'id_str': '696405997980676096', 'full_text': "This is Berb. He just found out that they have made 31 Kidz Bop CD's. Downright terrifying. 7/10 hang in there Berb https://t.co/CIFLjiTFwZ", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 696405977432748032, 'id_str': '696405977432748032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Caohi_hWcAAQCni.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Caohi_hWcAAQCni.jpg', 'url': 'https://t.co/CIFLjiTFwZ', 'display_url': 'pic.twitter.com/CIFLjiTFwZ', 'expanded_url': 'https://twitter.com/dog_rates/status/696405997980676096/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 696405977432748032, 'id_str': '696405977432748032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/Caohi_hWcAAQCni.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Caohi_hWcAAQCni.jpg', 'url': 'https://t.co/CIFLjiTFwZ', 'display_url': 'pic.twitter.com/CIFLjiTFwZ', 'expanded_url': 'https://twitter.com/dog_rates/status/696405997980676096/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1054, 'favorite_count': 2933, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1450:696100768806522880
{'created_at': 'Sat Feb 06 22:38:50 +0000 2016', 'id': 696100768806522880, 'id_str': '696100768806522880', 'full_text': 'This poor pupper has been stuck in a vortex since last week. Please keep her in your thoughts. 10/10 https://t.co/7ODQWHwYDx', 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/7ODQWHwYDx', 'expanded_url': 'https://vine.co/v/i1KWj0vbvA9', 'display_url': 'vine.co/v/i1KWj0vbvA9', 'indices': [101, 124]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 588, 'favorite_count': 1782, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1451:695816827381944320
{'created_at': 'Sat Feb 06 03:50:33 +0000 2016', 'id': 695816827381944320, 'id_str': '695816827381944320', 'full_text': "Here's a dog enjoying a sunset. 11/10 would trade lives with https://t.co/VsQdLxrv9h", 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695816820624912384, 'id_str': '695816820624912384', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CagJtjYW8AADoHu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CagJtjYW8AADoHu.jpg', 'url': 'https://t.co/VsQdLxrv9h', 'display_url': 'pic.twitter.com/VsQdLxrv9h', 'expanded_url': 'https://twitter.com/dog_rates/status/695816827381944320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 693, 'h': 960, 'resize': 'fit'}, 'large': {'w': 693, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695816820624912384, 'id_str': '695816820624912384', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CagJtjYW8AADoHu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CagJtjYW8AADoHu.jpg', 'url': 'https://t.co/VsQdLxrv9h', 'display_url': 'pic.twitter.com/VsQdLxrv9h', 'expanded_url': 'https://twitter.com/dog_rates/status/695816827381944320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 491, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 693, 'h': 960, 'resize': 'fit'}, 'large': {'w': 693, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1056, 'favorite_count': 2767, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1452:695794761660297217
{'created_at': 'Sat Feb 06 02:22:53 +0000 2016', 'id': 695794761660297217, 'id_str': '695794761660297217', 'full_text': 'This is Wyatt. His throne is modeled after him. 13/10 Wyatt is a very big deal https://t.co/PccQ1CFEDd', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695794756677410817, 'id_str': '695794756677410817', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Caf1pQxWIAEme3q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Caf1pQxWIAEme3q.jpg', 'url': 'https://t.co/PccQ1CFEDd', 'display_url': 'pic.twitter.com/PccQ1CFEDd', 'expanded_url': 'https://twitter.com/dog_rates/status/695794761660297217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695794756677410817, 'id_str': '695794756677410817', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/Caf1pQxWIAEme3q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Caf1pQxWIAEme3q.jpg', 'url': 'https://t.co/PccQ1CFEDd', 'display_url': 'pic.twitter.com/PccQ1CFEDd', 'expanded_url': 'https://twitter.com/dog_rates/status/695794761660297217/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 709, 'favorite_count': 2923, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1453:695767669421768709
{'created_at': 'Sat Feb 06 00:35:13 +0000 2016', 'id': 695767669421768709, 'id_str': '695767669421768709', 'full_text': 'If you are aware of who is making these please let me know. 13/10 vroom vroom https://t.co/U0D1sbIDrG', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695767665437233153, 'id_str': '695767665437233153', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CafdAWCW0AE3Igl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CafdAWCW0AE3Igl.jpg', 'url': 'https://t.co/U0D1sbIDrG', 'display_url': 'pic.twitter.com/U0D1sbIDrG', 'expanded_url': 'https://twitter.com/dog_rates/status/695767669421768709/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 824, 'h': 842, 'resize': 'fit'}, 'small': {'w': 665, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 824, 'h': 842, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695767665437233153, 'id_str': '695767665437233153', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CafdAWCW0AE3Igl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CafdAWCW0AE3Igl.jpg', 'url': 'https://t.co/U0D1sbIDrG', 'display_url': 'pic.twitter.com/U0D1sbIDrG', 'expanded_url': 'https://twitter.com/dog_rates/status/695767669421768709/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 824, 'h': 842, 'resize': 'fit'}, 'small': {'w': 665, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 824, 'h': 842, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 675349384339542016, 'in_reply_to_status_id_str': '675349384339542016', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 666, 'favorite_count': 1713, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1454:695629776980148225
{'created_at': 'Fri Feb 05 15:27:17 +0000 2016', 'id': 695629776980148225, 'id_str': '695629776980148225', 'full_text': "Meet Calvin. He's proof that degrees mean absolutely nothing. 8/10 straighten up pup https://t.co/NIvxgSQ9BS", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695629772496465921, 'id_str': '695629772496465921', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cadfl6zWcAEZqIW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cadfl6zWcAEZqIW.jpg', 'url': 'https://t.co/NIvxgSQ9BS', 'display_url': 'pic.twitter.com/NIvxgSQ9BS', 'expanded_url': 'https://twitter.com/dog_rates/status/695629776980148225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 911, 'resize': 'fit'}, 'large': {'w': 750, 'h': 911, 'resize': 'fit'}, 'small': {'w': 560, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695629772496465921, 'id_str': '695629772496465921', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cadfl6zWcAEZqIW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cadfl6zWcAEZqIW.jpg', 'url': 'https://t.co/NIvxgSQ9BS', 'display_url': 'pic.twitter.com/NIvxgSQ9BS', 'expanded_url': 'https://twitter.com/dog_rates/status/695629776980148225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 911, 'resize': 'fit'}, 'large': {'w': 750, 'h': 911, 'resize': 'fit'}, 'small': {'w': 560, 'h': 680, 'resize': 'fit'}}}, {'id': 695629772492316672, 'id_str': '695629772492316672', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/Cadfl6yXIAAzbpQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Cadfl6yXIAAzbpQ.jpg', 'url': 'https://t.co/NIvxgSQ9BS', 'display_url': 'pic.twitter.com/NIvxgSQ9BS', 'expanded_url': 'https://twitter.com/dog_rates/status/695629776980148225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 926, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 926, 'resize': 'fit'}, 'small': {'w': 680, 'h': 615, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1900, 'favorite_count': 4212, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1455:695446424020918272
{'created_at': 'Fri Feb 05 03:18:42 +0000 2016', 'id': 695446424020918272, 'id_str': '695446424020918272', 'full_text': "We normally don't rate unicorns but this one has 3 ears so it must be super rare. 12/10 majestic af https://t.co/f9qlKiv39T", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695446411954012160, 'id_str': '695446411954012160', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Caa407jWwAAJPH3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Caa407jWwAAJPH3.jpg', 'url': 'https://t.co/f9qlKiv39T', 'display_url': 'pic.twitter.com/f9qlKiv39T', 'expanded_url': 'https://twitter.com/dog_rates/status/695446424020918272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 566, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 852, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 852, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695446411954012160, 'id_str': '695446411954012160', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/Caa407jWwAAJPH3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/Caa407jWwAAJPH3.jpg', 'url': 'https://t.co/f9qlKiv39T', 'display_url': 'pic.twitter.com/f9qlKiv39T', 'expanded_url': 'https://twitter.com/dog_rates/status/695446424020918272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 566, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 852, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 852, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1657, 'favorite_count': 4103, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1456:695409464418041856
{'created_at': 'Fri Feb 05 00:51:51 +0000 2016', 'id': 695409464418041856, 'id_str': '695409464418041856', 'full_text': 'This is Bob. He just got back from his job interview and realized his ear was inside-out the whole time. 10/10 https://t.co/lORINwFXIV', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695409457417707521, 'id_str': '695409457417707521', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CaaXN5LUYAEzAh-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaaXN5LUYAEzAh-.jpg', 'url': 'https://t.co/lORINwFXIV', 'display_url': 'pic.twitter.com/lORINwFXIV', 'expanded_url': 'https://twitter.com/dog_rates/status/695409464418041856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 616, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 616, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695409457417707521, 'id_str': '695409457417707521', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CaaXN5LUYAEzAh-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaaXN5LUYAEzAh-.jpg', 'url': 'https://t.co/lORINwFXIV', 'display_url': 'pic.twitter.com/lORINwFXIV', 'expanded_url': 'https://twitter.com/dog_rates/status/695409464418041856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 616, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 616, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3258, 'favorite_count': 8012, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1457:695314793360662529
{'created_at': 'Thu Feb 04 18:35:39 +0000 2016', 'id': 695314793360662529, 'id_str': '695314793360662529', 'full_text': "This is Colin. He really likes green beans. It's tearing his family apart. 10/10 please pray for Colin https://t.co/ioFy0cmK03", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695314741183516673, 'id_str': '695314741183516673', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CaZBErtWEAEI1aC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaZBErtWEAEI1aC.jpg', 'url': 'https://t.co/ioFy0cmK03', 'display_url': 'pic.twitter.com/ioFy0cmK03', 'expanded_url': 'https://twitter.com/dog_rates/status/695314793360662529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695314741183516673, 'id_str': '695314741183516673', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CaZBErtWEAEI1aC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaZBErtWEAEI1aC.jpg', 'url': 'https://t.co/ioFy0cmK03', 'display_url': 'pic.twitter.com/ioFy0cmK03', 'expanded_url': 'https://twitter.com/dog_rates/status/695314793360662529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 695314741070270465, 'id_str': '695314741070270465', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CaZBErSWEAEdXk_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaZBErSWEAEdXk_.jpg', 'url': 'https://t.co/ioFy0cmK03', 'display_url': 'pic.twitter.com/ioFy0cmK03', 'expanded_url': 'https://twitter.com/dog_rates/status/695314793360662529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 695314741078683648, 'id_str': '695314741078683648', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CaZBErUWcAAD2dn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaZBErUWcAAD2dn.jpg', 'url': 'https://t.co/ioFy0cmK03', 'display_url': 'pic.twitter.com/ioFy0cmK03', 'expanded_url': 'https://twitter.com/dog_rates/status/695314793360662529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 695314744744505345, 'id_str': '695314744744505345', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CaZBE4-WcAE_uFy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaZBE4-WcAE_uFy.jpg', 'url': 'https://t.co/ioFy0cmK03', 'display_url': 'pic.twitter.com/ioFy0cmK03', 'expanded_url': 'https://twitter.com/dog_rates/status/695314793360662529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1303, 'favorite_count': 3345, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1458:695095422348574720
{'created_at': 'Thu Feb 04 04:03:57 +0000 2016', 'id': 695095422348574720, 'id_str': '695095422348574720', 'full_text': 'This is just a beautiful pupper good shit evolution. 12/10 https://t.co/2L8pI0Z2Ib', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695095415818096640, 'id_str': '695095415818096640', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CaV5mRDXEAAR8iG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaV5mRDXEAAR8iG.jpg', 'url': 'https://t.co/2L8pI0Z2Ib', 'display_url': 'pic.twitter.com/2L8pI0Z2Ib', 'expanded_url': 'https://twitter.com/dog_rates/status/695095422348574720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 767, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 767, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695095415818096640, 'id_str': '695095415818096640', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CaV5mRDXEAAR8iG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaV5mRDXEAAR8iG.jpg', 'url': 'https://t.co/2L8pI0Z2Ib', 'display_url': 'pic.twitter.com/2L8pI0Z2Ib', 'expanded_url': 'https://twitter.com/dog_rates/status/695095422348574720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 767, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 767, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 552, 'favorite_count': 2467, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1459:695074328191332352
{'created_at': 'Thu Feb 04 02:40:08 +0000 2016', 'id': 695074328191332352, 'id_str': '695074328191332352', 'full_text': "This is Lorenzo. He's educated af. Just graduated college. 11/10 poor pupper can't even comprehend his debt https://t.co/dH3GzcjCtQ", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695074323816669184, 'id_str': '695074323816669184', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CaVmajOWYAA1uNG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaVmajOWYAA1uNG.jpg', 'url': 'https://t.co/dH3GzcjCtQ', 'display_url': 'pic.twitter.com/dH3GzcjCtQ', 'expanded_url': 'https://twitter.com/dog_rates/status/695074328191332352/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695074323816669184, 'id_str': '695074323816669184', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CaVmajOWYAA1uNG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaVmajOWYAA1uNG.jpg', 'url': 'https://t.co/dH3GzcjCtQ', 'display_url': 'pic.twitter.com/dH3GzcjCtQ', 'expanded_url': 'https://twitter.com/dog_rates/status/695074328191332352/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 998, 'favorite_count': 2619, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1460:695064344191721472
{'created_at': 'Thu Feb 04 02:00:27 +0000 2016', 'id': 695064344191721472, 'id_str': '695064344191721472', 'full_text': "This may be the greatest video I've ever been sent. 4/10 for Charles the puppy, 13/10 overall. (Vid by @stevenxx_) https://t.co/uaJmNgXR2P", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'stevenXx_', 'name': '.', 'id': 1200142895363186690, 'id_str': '1200142895363186690', 'indices': [103, 113]}], 'urls': [], 'media': [{'id': 695064251149508610, 'id_str': '695064251149508610', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/695064251149508610/pu/img/0OPED0aUurb9Z16a.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/695064251149508610/pu/img/0OPED0aUurb9Z16a.jpg', 'url': 'https://t.co/uaJmNgXR2P', 'display_url': 'pic.twitter.com/uaJmNgXR2P', 'expanded_url': 'https://twitter.com/dog_rates/status/695064344191721472/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695064251149508610, 'id_str': '695064251149508610', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/695064251149508610/pu/img/0OPED0aUurb9Z16a.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/695064251149508610/pu/img/0OPED0aUurb9Z16a.jpg', 'url': 'https://t.co/uaJmNgXR2P', 'display_url': 'pic.twitter.com/uaJmNgXR2P', 'expanded_url': 'https://twitter.com/dog_rates/status/695064344191721472/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 9691, 'variants': [{'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/695064251149508610/pu/vid/720x1280/kTHA4PRWxrVFUn9o.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/695064251149508610/pu/pl/1mUmCn4Nd5KyYeiS.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/695064251149508610/pu/vid/180x320/R_0ImrocctvLO1wj.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/695064251149508610/pu/vid/360x640/xxi8eopv6x3J5DKg.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 530, 'favorite_count': 1482, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1461:695051054296211456
{'created_at': 'Thu Feb 04 01:07:39 +0000 2016', 'id': 695051054296211456, 'id_str': '695051054296211456', 'full_text': 'Meet Brian (pronounced "Kirk"). He\'s not amused by ur churlish tomfoolery. Once u put him down you\'re done for. 6/10 https://t.co/vityMwPKKi', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 695051050697539585, 'id_str': '695051050697539585', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CaVRP4GWwAERC0v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaVRP4GWwAERC0v.jpg', 'url': 'https://t.co/vityMwPKKi', 'display_url': 'pic.twitter.com/vityMwPKKi', 'expanded_url': 'https://twitter.com/dog_rates/status/695051054296211456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 695051050697539585, 'id_str': '695051050697539585', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CaVRP4GWwAERC0v.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaVRP4GWwAERC0v.jpg', 'url': 'https://t.co/vityMwPKKi', 'display_url': 'pic.twitter.com/vityMwPKKi', 'expanded_url': 'https://twitter.com/dog_rates/status/695051054296211456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 695051050718486529, 'id_str': '695051050718486529', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CaVRP4LWYAEgahK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaVRP4LWYAEgahK.jpg', 'url': 'https://t.co/vityMwPKKi', 'display_url': 'pic.twitter.com/vityMwPKKi', 'expanded_url': 'https://twitter.com/dog_rates/status/695051054296211456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 186, 'h': 186, 'resize': 'fit'}, 'large': {'w': 186, 'h': 186, 'resize': 'fit'}, 'small': {'w': 186, 'h': 186, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 718, 'favorite_count': 2441, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1462:694925794720792577
{'created_at': 'Wed Feb 03 16:49:55 +0000 2016', 'id': 694925794720792577, 'id_str': '694925794720792577', 'full_text': 'Please only send in dogs. This t-rex is very scary. 5/10 ...might still pet (vid by @helizabethmicha) https://t.co/Vn6w5w8TO2', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Vn6w5w8TO2', 'expanded_url': 'https://vine.co/v/iJvUqWQ166L', 'display_url': 'vine.co/v/iJvUqWQ166L', 'indices': [102, 125]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 823, 'favorite_count': 2503, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1463:694905863685980160
{'created_at': 'Wed Feb 03 15:30:43 +0000 2016', 'id': 694905863685980160, 'id_str': '694905863685980160', 'full_text': "This is Archie. He's a Bisquick Taj Mapaw. Too many people are touching him. It is doing him a discomfort. 10/10 https://t.co/CJJpjTMzPQ", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694905854068285440, 'id_str': '694905854068285440', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CaTNMUgUYAAB6vs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaTNMUgUYAAB6vs.jpg', 'url': 'https://t.co/CJJpjTMzPQ', 'display_url': 'pic.twitter.com/CJJpjTMzPQ', 'expanded_url': 'https://twitter.com/dog_rates/status/694905863685980160/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 610, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 610, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 405, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694905854068285440, 'id_str': '694905854068285440', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CaTNMUgUYAAB6vs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaTNMUgUYAAB6vs.jpg', 'url': 'https://t.co/CJJpjTMzPQ', 'display_url': 'pic.twitter.com/CJJpjTMzPQ', 'expanded_url': 'https://twitter.com/dog_rates/status/694905863685980160/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 610, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 610, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 405, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 840, 'favorite_count': 2539, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1464:694669722378485760
{'created_at': 'Tue Feb 02 23:52:22 +0000 2016', 'id': 694669722378485760, 'id_str': '694669722378485760', 'full_text': "This is Phil. He's an important dog. Can control the seasons. Magical as hell. 12/10 would let him sign my forehead https://t.co/9mb0P2rjk2", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694669716326072320, 'id_str': '694669716326072320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaP2bS3WQAAQWSM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaP2bS3WQAAQWSM.jpg', 'url': 'https://t.co/9mb0P2rjk2', 'display_url': 'pic.twitter.com/9mb0P2rjk2', 'expanded_url': 'https://twitter.com/dog_rates/status/694669722378485760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 458, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 689, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 689, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694669716326072320, 'id_str': '694669716326072320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaP2bS3WQAAQWSM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaP2bS3WQAAQWSM.jpg', 'url': 'https://t.co/9mb0P2rjk2', 'display_url': 'pic.twitter.com/9mb0P2rjk2', 'expanded_url': 'https://twitter.com/dog_rates/status/694669722378485760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 458, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 689, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 689, 'resize': 'fit'}}}, {'id': 694669716347052032, 'id_str': '694669716347052032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaP2bS8WYAAsMdx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaP2bS8WYAAsMdx.jpg', 'url': 'https://t.co/9mb0P2rjk2', 'display_url': 'pic.twitter.com/9mb0P2rjk2', 'expanded_url': 'https://twitter.com/dog_rates/status/694669722378485760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 782, 'h': 900, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 782, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13111, 'favorite_count': 33091, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1465:694356675654983680
{'created_at': 'Tue Feb 02 03:08:26 +0000 2016', 'id': 694356675654983680, 'id_str': '694356675654983680', 'full_text': 'This pupper only appears through the hole of a Funyun. Much like Phineas, this one is also mysterious af. 10/10 https://t.co/SQsEBWxPyG', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694356670072373248, 'id_str': '694356670072373248', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CaLZtmsWQAApbFw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLZtmsWQAApbFw.jpg', 'url': 'https://t.co/SQsEBWxPyG', 'display_url': 'pic.twitter.com/SQsEBWxPyG', 'expanded_url': 'https://twitter.com/dog_rates/status/694356675654983680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694356670072373248, 'id_str': '694356670072373248', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CaLZtmsWQAApbFw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLZtmsWQAApbFw.jpg', 'url': 'https://t.co/SQsEBWxPyG', 'display_url': 'pic.twitter.com/SQsEBWxPyG', 'expanded_url': 'https://twitter.com/dog_rates/status/694356675654983680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 670668383499735048, 'in_reply_to_status_id_str': '670668383499735048', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 251, 'favorite_count': 1390, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1466:694352839993344000
{'created_at': 'Tue Feb 02 02:53:12 +0000 2016', 'id': 694352839993344000, 'id_str': '694352839993344000', 'full_text': "Meet Oliviér. He takes killer selfies. Has a dog of his own. It leaps at random & can't bark for shit. 10/10 & 5/10 https://t.co/6NgsQJuSBJ", 'truncated': False, 'display_text_range': [0, 147], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694352832733040641, 'id_str': '694352832733040641', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CaLWOPfW0AEv4JF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLWOPfW0AEv4JF.jpg', 'url': 'https://t.co/6NgsQJuSBJ', 'display_url': 'pic.twitter.com/6NgsQJuSBJ', 'expanded_url': 'https://twitter.com/dog_rates/status/694352839993344000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694352832733040641, 'id_str': '694352832733040641', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CaLWOPfW0AEv4JF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLWOPfW0AEv4JF.jpg', 'url': 'https://t.co/6NgsQJuSBJ', 'display_url': 'pic.twitter.com/6NgsQJuSBJ', 'expanded_url': 'https://twitter.com/dog_rates/status/694352839993344000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 694352832733024256, 'id_str': '694352832733024256', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CaLWOPfWkAAo2Dt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLWOPfWkAAo2Dt.jpg', 'url': 'https://t.co/6NgsQJuSBJ', 'display_url': 'pic.twitter.com/6NgsQJuSBJ', 'expanded_url': 'https://twitter.com/dog_rates/status/694352839993344000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 694352832753983490, 'id_str': '694352832753983490', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CaLWOPkWYAIxMbb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLWOPkWYAIxMbb.jpg', 'url': 'https://t.co/6NgsQJuSBJ', 'display_url': 'pic.twitter.com/6NgsQJuSBJ', 'expanded_url': 'https://twitter.com/dog_rates/status/694352839993344000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 564, 'resize': 'fit'}, 'small': {'w': 680, 'h': 511, 'resize': 'fit'}, 'large': {'w': 750, 'h': 564, 'resize': 'fit'}}}, {'id': 694352832980459521, 'id_str': '694352832980459521', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CaLWOQaWIAEUDyD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLWOQaWIAEUDyD.jpg', 'url': 'https://t.co/6NgsQJuSBJ', 'display_url': 'pic.twitter.com/6NgsQJuSBJ', 'expanded_url': 'https://twitter.com/dog_rates/status/694352839993344000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 544, 'favorite_count': 1885, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1467:694342028726001664
{'created_at': 'Tue Feb 02 02:10:14 +0000 2016', 'id': 694342028726001664, 'id_str': '694342028726001664', 'full_text': "It's okay pup. This happens every time I listen to @adele also. 11/10 (vid by @_larirutschmann) https://t.co/oCImpQuoRb", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'Adele', 'name': 'Adele', 'id': 184910040, 'id_str': '184910040', 'indices': [51, 57]}], 'urls': [{'url': 'https://t.co/oCImpQuoRb', 'expanded_url': 'https://vine.co/v/iJWKejYdLlh', 'display_url': 'vine.co/v/iJWKejYdLlh', 'indices': [96, 119]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 432, 'favorite_count': 1464, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1468:694329668942569472
{'created_at': 'Tue Feb 02 01:21:07 +0000 2016', 'id': 694329668942569472, 'id_str': '694329668942569472', 'full_text': "Meet Grady. He's very hungry. Too bad no one can find his food bowl. 9/10 poor pupper https://t.co/oToIkYnEGn", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694329663192195076, 'id_str': '694329663192195076', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CaLBJmOWYAQt44t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLBJmOWYAQt44t.jpg', 'url': 'https://t.co/oToIkYnEGn', 'display_url': 'pic.twitter.com/oToIkYnEGn', 'expanded_url': 'https://twitter.com/dog_rates/status/694329668942569472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 425, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694329663192195076, 'id_str': '694329663192195076', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CaLBJmOWYAQt44t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaLBJmOWYAQt44t.jpg', 'url': 'https://t.co/oToIkYnEGn', 'display_url': 'pic.twitter.com/oToIkYnEGn', 'expanded_url': 'https://twitter.com/dog_rates/status/694329668942569472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 425, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 451, 'favorite_count': 1827, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1469:694206574471057408
{'created_at': 'Mon Feb 01 17:11:59 +0000 2016', 'id': 694206574471057408, 'id_str': '694206574471057408', 'full_text': '"Martha come take a look at this. I\'m so fed up with the media\'s unrealistic portrayal of dogs these days." 10/10 https://t.co/Sd4qAdSRqI', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694206563263848448, 'id_str': '694206563263848448', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CaJRMPQWIAA1zL9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaJRMPQWIAA1zL9.jpg', 'url': 'https://t.co/Sd4qAdSRqI', 'display_url': 'pic.twitter.com/Sd4qAdSRqI', 'expanded_url': 'https://twitter.com/dog_rates/status/694206574471057408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694206563263848448, 'id_str': '694206563263848448', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CaJRMPQWIAA1zL9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaJRMPQWIAA1zL9.jpg', 'url': 'https://t.co/Sd4qAdSRqI', 'display_url': 'pic.twitter.com/Sd4qAdSRqI', 'expanded_url': 'https://twitter.com/dog_rates/status/694206574471057408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1860, 'favorite_count': 3826, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1470:694183373896572928
{'created_at': 'Mon Feb 01 15:39:48 +0000 2016', 'id': 694183373896572928, 'id_str': '694183373896572928', 'full_text': "This is Lola. She realized mid hug that she's not ready for a committed relationship with a teddy bear. 9/10 https://t.co/pVebzwRioD", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694183359854018562, 'id_str': '694183359854018562', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CaI8Fn0WAAIrFJN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaI8Fn0WAAIrFJN.jpg', 'url': 'https://t.co/pVebzwRioD', 'display_url': 'pic.twitter.com/pVebzwRioD', 'expanded_url': 'https://twitter.com/dog_rates/status/694183373896572928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694183359854018562, 'id_str': '694183359854018562', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CaI8Fn0WAAIrFJN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaI8Fn0WAAIrFJN.jpg', 'url': 'https://t.co/pVebzwRioD', 'display_url': 'pic.twitter.com/pVebzwRioD', 'expanded_url': 'https://twitter.com/dog_rates/status/694183373896572928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 694183360034443264, 'id_str': '694183360034443264', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CaI8FofXEAAa9Uw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaI8FofXEAAa9Uw.jpg', 'url': 'https://t.co/pVebzwRioD', 'display_url': 'pic.twitter.com/pVebzwRioD', 'expanded_url': 'https://twitter.com/dog_rates/status/694183373896572928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 844, 'favorite_count': 2714, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1471:694001791655137281
{'created_at': 'Mon Feb 01 03:38:15 +0000 2016', 'id': 694001791655137281, 'id_str': '694001791655137281', 'full_text': "This is Chester. He's a Benefloof Cumberbark. Fabulous ears. Nifty shirt. Was probably on sale. Nice hardwood. 11/10 https://t.co/YoII7tWXMT", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 694001777612435457, 'id_str': '694001777612435457', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CaGW8JQUMAEVtLl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaGW8JQUMAEVtLl.jpg', 'url': 'https://t.co/YoII7tWXMT', 'display_url': 'pic.twitter.com/YoII7tWXMT', 'expanded_url': 'https://twitter.com/dog_rates/status/694001791655137281/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 694001777612435457, 'id_str': '694001777612435457', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CaGW8JQUMAEVtLl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaGW8JQUMAEVtLl.jpg', 'url': 'https://t.co/YoII7tWXMT', 'display_url': 'pic.twitter.com/YoII7tWXMT', 'expanded_url': 'https://twitter.com/dog_rates/status/694001791655137281/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}, {'id': 694001777629245440, 'id_str': '694001777629245440', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CaGW8JUUsAA2RY5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaGW8JUUsAA2RY5.jpg', 'url': 'https://t.co/YoII7tWXMT', 'display_url': 'pic.twitter.com/YoII7tWXMT', 'expanded_url': 'https://twitter.com/dog_rates/status/694001791655137281/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 926, 'favorite_count': 3148, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1472:693993230313091072
{'created_at': 'Mon Feb 01 03:04:14 +0000 2016', 'id': 693993230313091072, 'id_str': '693993230313091072', 'full_text': 'These lil fellas are the best of friends. 12/10 for both. 1 like = 1 friend (vid by @CassieBrookee15) https://t.co/gzRghPC61H', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/gzRghPC61H', 'expanded_url': 'https://vine.co/v/i5ETazP5hrm', 'display_url': 'vine.co/v/i5ETazP5hrm', 'indices': [102, 125]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 360, 'favorite_count': 1740, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1473:693942351086120961
{'created_at': 'Sun Jan 31 23:42:03 +0000 2016', 'id': 693942351086120961, 'id_str': '693942351086120961', 'full_text': "This is Kobe. He's a Speckled Rorschach. Requests that someone holds his hand during car rides. 10/10 sick interior https://t.co/LCA6Fr3X2M", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693942347109928960, 'id_str': '693942347109928960', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaFg41YWkAAdOjy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaFg41YWkAAdOjy.jpg', 'url': 'https://t.co/LCA6Fr3X2M', 'display_url': 'pic.twitter.com/LCA6Fr3X2M', 'expanded_url': 'https://twitter.com/dog_rates/status/693942351086120961/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693942347109928960, 'id_str': '693942347109928960', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaFg41YWkAAdOjy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaFg41YWkAAdOjy.jpg', 'url': 'https://t.co/LCA6Fr3X2M', 'display_url': 'pic.twitter.com/LCA6Fr3X2M', 'expanded_url': 'https://twitter.com/dog_rates/status/693942351086120961/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 331, 'favorite_count': 1627, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1474:693647888581312512
{'created_at': 'Sun Jan 31 04:11:58 +0000 2016', 'id': 693647888581312512, 'id_str': '693647888581312512', 'full_text': 'What kind of person sends in a pic without a dog in it? So churlish. Neat rug tho 7/10 https://t.co/LSTAwTdTaw', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693647886148567040, 'id_str': '693647886148567040', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CaBVE80WAAA8sGk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBVE80WAAA8sGk.jpg', 'url': 'https://t.co/LSTAwTdTaw', 'display_url': 'pic.twitter.com/LSTAwTdTaw', 'expanded_url': 'https://twitter.com/dog_rates/status/693647888581312512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693647886148567040, 'id_str': '693647886148567040', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CaBVE80WAAA8sGk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBVE80WAAA8sGk.jpg', 'url': 'https://t.co/LSTAwTdTaw', 'display_url': 'pic.twitter.com/LSTAwTdTaw', 'expanded_url': 'https://twitter.com/dog_rates/status/693647888581312512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 523, 'favorite_count': 2483, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1475:693644216740769793
{'created_at': 'Sun Jan 31 03:57:23 +0000 2016', 'id': 693644216740769793, 'id_str': '693644216740769793', 'full_text': "BREAKING PUPDATE: I've just been notified that (if in U.S.) this dog appears to be operating the vehicle. Upgraded to 10/10. Skilled af", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 693642232151285760, 'in_reply_to_status_id_str': '693642232151285760', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 115, 'favorite_count': 1268, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1476:693642232151285760
{'created_at': 'Sun Jan 31 03:49:30 +0000 2016', 'id': 693642232151285760, 'id_str': '693642232151285760', 'full_text': "Meet Freddery. He's a Westminster Toblerone. Seems to enjoy car rides. 9/10 would pat on the head approvingly https://t.co/6BS9XEip9a", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693642227030085632, 'id_str': '693642227030085632', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CaBP7i9W0AAJrIs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBP7i9W0AAJrIs.jpg', 'url': 'https://t.co/6BS9XEip9a', 'display_url': 'pic.twitter.com/6BS9XEip9a', 'expanded_url': 'https://twitter.com/dog_rates/status/693642232151285760/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693642227030085632, 'id_str': '693642227030085632', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CaBP7i9W0AAJrIs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBP7i9W0AAJrIs.jpg', 'url': 'https://t.co/6BS9XEip9a', 'display_url': 'pic.twitter.com/6BS9XEip9a', 'expanded_url': 'https://twitter.com/dog_rates/status/693642232151285760/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 378, 'favorite_count': 2363, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1477:693629975228977152
{'created_at': 'Sun Jan 31 03:00:47 +0000 2016', 'id': 693629975228977152, 'id_str': '693629975228977152', 'full_text': 'This pupper is afraid of its own feet. 12/10 would comfort https://t.co/Tn9Mp0oPoJ', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693629966060228610, 'id_str': '693629966060228610', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CaBEx3SWEAILZpi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBEx3SWEAILZpi.jpg', 'url': 'https://t.co/Tn9Mp0oPoJ', 'display_url': 'pic.twitter.com/Tn9Mp0oPoJ', 'expanded_url': 'https://twitter.com/dog_rates/status/693629975228977152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693629966060228610, 'id_str': '693629966060228610', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CaBEx3SWEAILZpi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBEx3SWEAILZpi.jpg', 'url': 'https://t.co/Tn9Mp0oPoJ', 'display_url': 'pic.twitter.com/Tn9Mp0oPoJ', 'expanded_url': 'https://twitter.com/dog_rates/status/693629975228977152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 693629966072860672, 'id_str': '693629966072860672', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CaBEx3VW0AAJkDG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaBEx3VW0AAJkDG.jpg', 'url': 'https://t.co/Tn9Mp0oPoJ', 'display_url': 'pic.twitter.com/Tn9Mp0oPoJ', 'expanded_url': 'https://twitter.com/dog_rates/status/693629975228977152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 767, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 767, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 723, 'favorite_count': 2265, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1478:693622659251335168
{'created_at': 'Sun Jan 31 02:31:43 +0000 2016', 'id': 693622659251335168, 'id_str': '693622659251335168', 'full_text': 'When you keepin the popcorn bucket in your lap and she reach for some... 10/10 https://t.co/a1IrjaID3X', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693622654595571712, 'id_str': '693622654595571712', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CaA-IR9VIAAqg5l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaA-IR9VIAAqg5l.jpg', 'url': 'https://t.co/a1IrjaID3X', 'display_url': 'pic.twitter.com/a1IrjaID3X', 'expanded_url': 'https://twitter.com/dog_rates/status/693622659251335168/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 729, 'h': 749, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 662, 'h': 680, 'resize': 'fit'}, 'large': {'w': 729, 'h': 749, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693622654595571712, 'id_str': '693622654595571712', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CaA-IR9VIAAqg5l.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaA-IR9VIAAqg5l.jpg', 'url': 'https://t.co/a1IrjaID3X', 'display_url': 'pic.twitter.com/a1IrjaID3X', 'expanded_url': 'https://twitter.com/dog_rates/status/693622659251335168/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 729, 'h': 749, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 662, 'h': 680, 'resize': 'fit'}, 'large': {'w': 729, 'h': 749, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 338, 'favorite_count': 1423, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1479:693590843962331137
{'created_at': 'Sun Jan 31 00:25:18 +0000 2016', 'id': 693590843962331137, 'id_str': '693590843962331137', 'full_text': "Meet Phil. He's big af. Currently destroying this nice family home. Completely uncalled for. 3/10 not a good pupper https://t.co/fShNNhBWYx", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693590840128770048, 'id_str': '693590840128770048', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaAhMb1XEAAB6Bz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaAhMb1XEAAB6Bz.jpg', 'url': 'https://t.co/fShNNhBWYx', 'display_url': 'pic.twitter.com/fShNNhBWYx', 'expanded_url': 'https://twitter.com/dog_rates/status/693590843962331137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693590840128770048, 'id_str': '693590840128770048', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CaAhMb1XEAAB6Bz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CaAhMb1XEAAB6Bz.jpg', 'url': 'https://t.co/fShNNhBWYx', 'display_url': 'pic.twitter.com/fShNNhBWYx', 'expanded_url': 'https://twitter.com/dog_rates/status/693590843962331137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1784, 'favorite_count': 4671, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1480:693582294167244802
{'created_at': 'Sat Jan 30 23:51:19 +0000 2016', 'id': 693582294167244802, 'id_str': '693582294167244802', 'full_text': "Personally I'd give him an 11/10. Not sure why you think you're qualified to rate such a stellar pup.\n@CommonWhiteGirI", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'CommonWhiteGirI', 'name': 'Common White Girl', 'id': 1198988510, 'id_str': '1198988510', 'indices': [102, 118]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 693572215938367491, 'in_reply_to_status_id_str': '693572215938367491', 'in_reply_to_user_id': 1198988510, 'in_reply_to_user_id_str': '1198988510', 'in_reply_to_screen_name': 'CommonWhiteGirI', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 223, 'favorite_count': 1523, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1481:693486665285931008
{'created_at': 'Sat Jan 30 17:31:20 +0000 2016', 'id': 693486665285931008, 'id_str': '693486665285931008', 'full_text': "This is Lincoln. He doesn't understand his new jacket. 11/10 please enjoy (vid by @GraceIsTheName8) https://t.co/S6cQsIoX27", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693486485266247680, 'id_str': '693486485266247680', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/693486485266247680/pu/img/KhapmUYPQTpbwNf8.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/693486485266247680/pu/img/KhapmUYPQTpbwNf8.jpg', 'url': 'https://t.co/S6cQsIoX27', 'display_url': 'pic.twitter.com/S6cQsIoX27', 'expanded_url': 'https://twitter.com/dog_rates/status/693486665285931008/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693486485266247680, 'id_str': '693486485266247680', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/693486485266247680/pu/img/KhapmUYPQTpbwNf8.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/693486485266247680/pu/img/KhapmUYPQTpbwNf8.jpg', 'url': 'https://t.co/S6cQsIoX27', 'display_url': 'pic.twitter.com/S6cQsIoX27', 'expanded_url': 'https://twitter.com/dog_rates/status/693486665285931008/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 17512, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/693486485266247680/pu/vid/180x320/Mq5Txz_bbvttynFS.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/693486485266247680/pu/pl/9_9WeQMcANG7xLgO.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 572, 'favorite_count': 1632, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1482:693280720173801472
{'created_at': 'Sat Jan 30 03:52:58 +0000 2016', 'id': 693280720173801472, 'id_str': '693280720173801472', 'full_text': 'This is Sadie and her 2 pups Shebang & Ruffalo. Sadie says single parenting is challenging but rewarding. All 10/10 https://t.co/UzbhwXcLne', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693280713496469504, 'id_str': '693280713496469504', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CZ8HIsGWIAA9eXX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ8HIsGWIAA9eXX.jpg', 'url': 'https://t.co/UzbhwXcLne', 'display_url': 'pic.twitter.com/UzbhwXcLne', 'expanded_url': 'https://twitter.com/dog_rates/status/693280720173801472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693280713496469504, 'id_str': '693280713496469504', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CZ8HIsGWIAA9eXX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ8HIsGWIAA9eXX.jpg', 'url': 'https://t.co/UzbhwXcLne', 'display_url': 'pic.twitter.com/UzbhwXcLne', 'expanded_url': 'https://twitter.com/dog_rates/status/693280720173801472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1126, 'favorite_count': 3095, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1483:693267061318012928
{'created_at': 'Sat Jan 30 02:58:42 +0000 2016', 'id': 693267061318012928, 'id_str': '693267061318012928', 'full_text': 'This is Oscar. He can wave. Friendly af. 12/10 would totally wave back (IG: Oscar.is.bear) https://t.co/waN6EW0wfM', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/waN6EW0wfM', 'expanded_url': 'https://vine.co/v/i5n2irFUYWv', 'display_url': 'vine.co/v/i5n2irFUYWv', 'indices': [91, 114]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 735, 'favorite_count': 2204, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1484:693262851218264065
{'created_at': 'Sat Jan 30 02:41:58 +0000 2016', 'id': 693262851218264065, 'id_str': '693262851218264065', 'full_text': 'I hope you guys enjoy this beautiful snowy pupper as much as I did. 11/10 https://t.co/DYUsHtL2aR', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693262842930159616, 'id_str': '693262842930159616', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CZ724fDUYAAytS-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ724fDUYAAytS-.jpg', 'url': 'https://t.co/DYUsHtL2aR', 'display_url': 'pic.twitter.com/DYUsHtL2aR', 'expanded_url': 'https://twitter.com/dog_rates/status/693262851218264065/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693262842930159616, 'id_str': '693262842930159616', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CZ724fDUYAAytS-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ724fDUYAAytS-.jpg', 'url': 'https://t.co/DYUsHtL2aR', 'display_url': 'pic.twitter.com/DYUsHtL2aR', 'expanded_url': 'https://twitter.com/dog_rates/status/693262851218264065/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 452, 'favorite_count': 2051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1485:693231807727280129
{'created_at': 'Sat Jan 30 00:38:37 +0000 2016', 'id': 693231807727280129, 'id_str': '693231807727280129', 'full_text': "This is Bodie. He's not proud of what he did, but it needed to be done. 9/10 eight days was a pretty good streak tbh https://t.co/bpZsGMqVVP", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693231800538148864, 'id_str': '693231800538148864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZ7aplIUsAAq-8s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ7aplIUsAAq-8s.jpg', 'url': 'https://t.co/bpZsGMqVVP', 'display_url': 'pic.twitter.com/bpZsGMqVVP', 'expanded_url': 'https://twitter.com/dog_rates/status/693231807727280129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693231800538148864, 'id_str': '693231800538148864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZ7aplIUsAAq-8s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ7aplIUsAAq-8s.jpg', 'url': 'https://t.co/bpZsGMqVVP', 'display_url': 'pic.twitter.com/bpZsGMqVVP', 'expanded_url': 'https://twitter.com/dog_rates/status/693231807727280129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 673, 'favorite_count': 2661, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1486:693155686491000832
{'created_at': 'Fri Jan 29 19:36:08 +0000 2016', 'id': 693155686491000832, 'id_str': '693155686491000832', 'full_text': "This is Dunkin. He can only see when he's wet (tragic). 12/10 future heartbreaker https://t.co/At8Kxc5H9U", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693155678760931330, 'id_str': '693155678760931330', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZ6VataXEAIFmm6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ6VataXEAIFmm6.jpg', 'url': 'https://t.co/At8Kxc5H9U', 'display_url': 'pic.twitter.com/At8Kxc5H9U', 'expanded_url': 'https://twitter.com/dog_rates/status/693155686491000832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693155678760931330, 'id_str': '693155678760931330', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZ6VataXEAIFmm6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ6VataXEAIFmm6.jpg', 'url': 'https://t.co/At8Kxc5H9U', 'display_url': 'pic.twitter.com/At8Kxc5H9U', 'expanded_url': 'https://twitter.com/dog_rates/status/693155686491000832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 693155678777663488, 'id_str': '693155678777663488', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZ6VateWYAAY3nx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ6VateWYAAY3nx.jpg', 'url': 'https://t.co/At8Kxc5H9U', 'display_url': 'pic.twitter.com/At8Kxc5H9U', 'expanded_url': 'https://twitter.com/dog_rates/status/693155686491000832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 693155678773493760, 'id_str': '693155678773493760', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZ6VatdWwAAwHly.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ6VatdWwAAwHly.jpg', 'url': 'https://t.co/At8Kxc5H9U', 'display_url': 'pic.twitter.com/At8Kxc5H9U', 'expanded_url': 'https://twitter.com/dog_rates/status/693155686491000832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 668, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 668, 'resize': 'fit'}, 'small': {'w': 680, 'h': 444, 'resize': 'fit'}}}, {'id': 693155679104831488, 'id_str': '693155679104831488', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZ6VausWkAAjUY1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ6VausWkAAjUY1.jpg', 'url': 'https://t.co/At8Kxc5H9U', 'display_url': 'pic.twitter.com/At8Kxc5H9U', 'expanded_url': 'https://twitter.com/dog_rates/status/693155686491000832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2906, 'favorite_count': 7276, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1487:693109034023534592
{'created_at': 'Fri Jan 29 16:30:45 +0000 2016', 'id': 693109034023534592, 'id_str': '693109034023534592', 'full_text': '"Thank you friend that was a swell petting" 11/10 (vid by @MatthewjamesMac) https://t.co/NY3cPAZAIM', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'MatthewjamesMac', 'name': 'Matt MacCarrick', 'id': 267317404, 'id_str': '267317404', 'indices': [58, 74]}], 'urls': [], 'media': [{'id': 693108992730632192, 'id_str': '693108992730632192', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/693108992730632192/pu/img/ncJQQZf3eroMSF12.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/693108992730632192/pu/img/ncJQQZf3eroMSF12.jpg', 'url': 'https://t.co/NY3cPAZAIM', 'display_url': 'pic.twitter.com/NY3cPAZAIM', 'expanded_url': 'https://twitter.com/dog_rates/status/693109034023534592/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 384, 'h': 480, 'resize': 'fit'}, 'small': {'w': 384, 'h': 480, 'resize': 'fit'}, 'large': {'w': 384, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693108992730632192, 'id_str': '693108992730632192', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/693108992730632192/pu/img/ncJQQZf3eroMSF12.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/693108992730632192/pu/img/ncJQQZf3eroMSF12.jpg', 'url': 'https://t.co/NY3cPAZAIM', 'display_url': 'pic.twitter.com/NY3cPAZAIM', 'expanded_url': 'https://twitter.com/dog_rates/status/693109034023534592/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 384, 'h': 480, 'resize': 'fit'}, 'small': {'w': 384, 'h': 480, 'resize': 'fit'}, 'large': {'w': 384, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [4, 5], 'duration_millis': 6536, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/693108992730632192/pu/vid/256x320/WcRTnVAoUMPBX3GP.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/693108992730632192/pu/pl/-6tXwajmvtpHKkrk.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 552, 'favorite_count': 1570, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1488:693095443459342336
{'created_at': 'Fri Jan 29 15:36:45 +0000 2016', 'id': 693095443459342336, 'id_str': '693095443459342336', 'full_text': "This is Milo. He doesn't understand your fancy human gestures. Will lick instead. 10/10 can't faze this pupper https://t.co/OhodPIDOpW", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 693095429051932672, 'id_str': '693095429051932672', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CZ5entwWYAAocEg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ5entwWYAAocEg.jpg', 'url': 'https://t.co/OhodPIDOpW', 'display_url': 'pic.twitter.com/OhodPIDOpW', 'expanded_url': 'https://twitter.com/dog_rates/status/693095443459342336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 693095429051932672, 'id_str': '693095429051932672', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CZ5entwWYAAocEg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ5entwWYAAocEg.jpg', 'url': 'https://t.co/OhodPIDOpW', 'display_url': 'pic.twitter.com/OhodPIDOpW', 'expanded_url': 'https://twitter.com/dog_rates/status/693095443459342336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 406, 'favorite_count': 1707, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1489:692919143163629568
{'created_at': 'Fri Jan 29 03:56:12 +0000 2016', 'id': 692919143163629568, 'id_str': '692919143163629568', 'full_text': "Please only send in dogs. Don't submit other things like this pic of Kenny Chesney in a bathtub. Thank you. 9/10 https://t.co/TMpDHHGspy", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692919138839326722, 'id_str': '692919138839326722', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CZ2-SRiWcAIjuM5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2-SRiWcAIjuM5.jpg', 'url': 'https://t.co/TMpDHHGspy', 'display_url': 'pic.twitter.com/TMpDHHGspy', 'expanded_url': 'https://twitter.com/dog_rates/status/692919143163629568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 604, 'h': 397, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 604, 'h': 397, 'resize': 'fit'}, 'medium': {'w': 604, 'h': 397, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692919138839326722, 'id_str': '692919138839326722', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CZ2-SRiWcAIjuM5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2-SRiWcAIjuM5.jpg', 'url': 'https://t.co/TMpDHHGspy', 'display_url': 'pic.twitter.com/TMpDHHGspy', 'expanded_url': 'https://twitter.com/dog_rates/status/692919143163629568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 604, 'h': 397, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 604, 'h': 397, 'resize': 'fit'}, 'medium': {'w': 604, 'h': 397, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 700, 'favorite_count': 2508, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1490:692905862751522816
{'created_at': 'Fri Jan 29 03:03:25 +0000 2016', 'id': 692905862751522816, 'id_str': '692905862751522816', 'full_text': "This is Wally. He's being abducted by aliens. 10/10 poor pupper https://t.co/EiF659Bgjn", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692905856917180416, 'id_str': '692905856917180416', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CZ2yNKhWEAA_7cb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2yNKhWEAA_7cb.jpg', 'url': 'https://t.co/EiF659Bgjn', 'display_url': 'pic.twitter.com/EiF659Bgjn', 'expanded_url': 'https://twitter.com/dog_rates/status/692905862751522816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 433, 'resize': 'fit'}, 'small': {'w': 640, 'h': 433, 'resize': 'fit'}, 'large': {'w': 640, 'h': 433, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692905856917180416, 'id_str': '692905856917180416', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CZ2yNKhWEAA_7cb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2yNKhWEAA_7cb.jpg', 'url': 'https://t.co/EiF659Bgjn', 'display_url': 'pic.twitter.com/EiF659Bgjn', 'expanded_url': 'https://twitter.com/dog_rates/status/692905862751522816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 433, 'resize': 'fit'}, 'small': {'w': 640, 'h': 433, 'resize': 'fit'}, 'large': {'w': 640, 'h': 433, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 791, 'favorite_count': 2243, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1491:692901601640583168
{'created_at': 'Fri Jan 29 02:46:29 +0000 2016', 'id': 692901601640583168, 'id_str': '692901601640583168', 'full_text': '"Fuck the system" 10/10 https://t.co/N0OADmCnVV', 'truncated': False, 'display_text_range': [0, 47], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692901591318294528, 'id_str': '692901591318294528', 'indices': [24, 47], 'media_url': 'http://pbs.twimg.com/media/CZ2uU37UcAANzmK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2uU37UcAANzmK.jpg', 'url': 'https://t.co/N0OADmCnVV', 'display_url': 'pic.twitter.com/N0OADmCnVV', 'expanded_url': 'https://twitter.com/dog_rates/status/692901601640583168/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 852, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 852, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692901591318294528, 'id_str': '692901591318294528', 'indices': [24, 47], 'media_url': 'http://pbs.twimg.com/media/CZ2uU37UcAANzmK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2uU37UcAANzmK.jpg', 'url': 'https://t.co/N0OADmCnVV', 'display_url': 'pic.twitter.com/N0OADmCnVV', 'expanded_url': 'https://twitter.com/dog_rates/status/692901601640583168/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 852, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 852, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 540, 'favorite_count': 1620, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1492:692894228850999298
{'created_at': 'Fri Jan 29 02:17:12 +0000 2016', 'id': 692894228850999298, 'id_str': '692894228850999298', 'full_text': "Meet Tupawc. He's actually a Christian rapper. Doesn't even understand the concept of dollar signs. 10/10 great guy https://t.co/mCqgtqLDCW", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692894221984903170, 'id_str': '692894221984903170', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZ2nn7BUsAI2Pj3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2nn7BUsAI2Pj3.jpg', 'url': 'https://t.co/mCqgtqLDCW', 'display_url': 'pic.twitter.com/mCqgtqLDCW', 'expanded_url': 'https://twitter.com/dog_rates/status/692894228850999298/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 688, 'h': 739, 'resize': 'fit'}, 'medium': {'w': 688, 'h': 739, 'resize': 'fit'}, 'small': {'w': 633, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692894221984903170, 'id_str': '692894221984903170', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZ2nn7BUsAI2Pj3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ2nn7BUsAI2Pj3.jpg', 'url': 'https://t.co/mCqgtqLDCW', 'display_url': 'pic.twitter.com/mCqgtqLDCW', 'expanded_url': 'https://twitter.com/dog_rates/status/692894228850999298/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 688, 'h': 739, 'resize': 'fit'}, 'medium': {'w': 688, 'h': 739, 'resize': 'fit'}, 'small': {'w': 633, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 718, 'favorite_count': 2089, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1493:692828166163931137
{'created_at': 'Thu Jan 28 21:54:41 +0000 2016', 'id': 692828166163931137, 'id_str': '692828166163931137', 'full_text': 'This pupper just descended from heaven. 12/10 can probably fly https://t.co/X6X9wM7NuS', 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692828155242004480, 'id_str': '692828155242004480', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CZ1riVOWwAATfGf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ1riVOWwAATfGf.jpg', 'url': 'https://t.co/X6X9wM7NuS', 'display_url': 'pic.twitter.com/X6X9wM7NuS', 'expanded_url': 'https://twitter.com/dog_rates/status/692828166163931137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 643, 'h': 1000, 'resize': 'fit'}, 'large': {'w': 643, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 437, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692828155242004480, 'id_str': '692828155242004480', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CZ1riVOWwAATfGf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZ1riVOWwAATfGf.jpg', 'url': 'https://t.co/X6X9wM7NuS', 'display_url': 'pic.twitter.com/X6X9wM7NuS', 'expanded_url': 'https://twitter.com/dog_rates/status/692828166163931137/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 643, 'h': 1000, 'resize': 'fit'}, 'large': {'w': 643, 'h': 1000, 'resize': 'fit'}, 'small': {'w': 437, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 799, 'favorite_count': 2664, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1494:692752401762250755
{'created_at': 'Thu Jan 28 16:53:37 +0000 2016', 'id': 692752401762250755, 'id_str': '692752401762250755', 'full_text': '"Hello yes could I get one pupper to go please thank you"\nBoth 13/10 https://t.co/kYWcXbluUu', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692752274041507842, 'id_str': '692752274041507842', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CZ0mhduWkAICSGe.png', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CZ0mhduWkAICSGe.png', 'url': 'https://t.co/kYWcXbluUu', 'display_url': 'pic.twitter.com/kYWcXbluUu', 'expanded_url': 'https://twitter.com/dog_rates/status/692752401762250755/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 196, 'h': 327, 'resize': 'fit'}, 'large': {'w': 196, 'h': 327, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 196, 'h': 327, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692752274041507842, 'id_str': '692752274041507842', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CZ0mhduWkAICSGe.png', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CZ0mhduWkAICSGe.png', 'url': 'https://t.co/kYWcXbluUu', 'display_url': 'pic.twitter.com/kYWcXbluUu', 'expanded_url': 'https://twitter.com/dog_rates/status/692752401762250755/photo/1', 'type': 'animated_gif', 'sizes': {'small': {'w': 196, 'h': 327, 'resize': 'fit'}, 'large': {'w': 196, 'h': 327, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 196, 'h': 327, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [196, 327], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CZ0mhduWkAICSGe.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3311, 'favorite_count': 6295, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1495:692568918515392513
{'created_at': 'Thu Jan 28 04:44:32 +0000 2016', 'id': 692568918515392513, 'id_str': '692568918515392513', 'full_text': "This is Chester. He's been guarding this pumpkin since October. Dedicated af. Hat is nifty as hell. 12/10 would snug https://t.co/CFMjsn3P6B", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692568911158489088, 'id_str': '692568911158489088', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZx_wVwUsAA6CQu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZx_wVwUsAA6CQu.jpg', 'url': 'https://t.co/CFMjsn3P6B', 'display_url': 'pic.twitter.com/CFMjsn3P6B', 'expanded_url': 'https://twitter.com/dog_rates/status/692568918515392513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692568911158489088, 'id_str': '692568911158489088', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZx_wVwUsAA6CQu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZx_wVwUsAA6CQu.jpg', 'url': 'https://t.co/CFMjsn3P6B', 'display_url': 'pic.twitter.com/CFMjsn3P6B', 'expanded_url': 'https://twitter.com/dog_rates/status/692568918515392513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 692568911183622144, 'id_str': '692568911183622144', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZx_wV2UMAArgsJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZx_wV2UMAArgsJ.jpg', 'url': 'https://t.co/CFMjsn3P6B', 'display_url': 'pic.twitter.com/CFMjsn3P6B', 'expanded_url': 'https://twitter.com/dog_rates/status/692568918515392513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 692568911200432128, 'id_str': '692568911200432128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZx_wV6UsAAPKoB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZx_wV6UsAAPKoB.jpg', 'url': 'https://t.co/CFMjsn3P6B', 'display_url': 'pic.twitter.com/CFMjsn3P6B', 'expanded_url': 'https://twitter.com/dog_rates/status/692568918515392513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1397, 'favorite_count': 4040, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1496:692535307825213440
{'created_at': 'Thu Jan 28 02:30:58 +0000 2016', 'id': 692535307825213440, 'id_str': '692535307825213440', 'full_text': "This is Amber. She's a Fetty Woof. 10/10 would pet in a heartbeat https://t.co/Dt360V2MYI", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692535299021340674, 'id_str': '692535299021340674', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CZxhL2yWAAI_DHn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZxhL2yWAAI_DHn.jpg', 'url': 'https://t.co/Dt360V2MYI', 'display_url': 'pic.twitter.com/Dt360V2MYI', 'expanded_url': 'https://twitter.com/dog_rates/status/692535307825213440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 383, 'h': 640, 'resize': 'fit'}, 'small': {'w': 383, 'h': 640, 'resize': 'fit'}, 'large': {'w': 383, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692535299021340674, 'id_str': '692535299021340674', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CZxhL2yWAAI_DHn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZxhL2yWAAI_DHn.jpg', 'url': 'https://t.co/Dt360V2MYI', 'display_url': 'pic.twitter.com/Dt360V2MYI', 'expanded_url': 'https://twitter.com/dog_rates/status/692535307825213440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 383, 'h': 640, 'resize': 'fit'}, 'small': {'w': 383, 'h': 640, 'resize': 'fit'}, 'large': {'w': 383, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1238, 'favorite_count': 2910, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1497:692530551048294401
{'created_at': 'Thu Jan 28 02:12:04 +0000 2016', 'id': 692530551048294401, 'id_str': '692530551048294401', 'full_text': "Say hello to Cody. He's been to like 80 countries and is way more cultured than you. He wanted me to say that. 10/10 https://t.co/Iv3flDTpXu", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692530544530296832, 'id_str': '692530544530296832', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZxc3G7WEAAM4Mv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZxc3G7WEAAM4Mv.jpg', 'url': 'https://t.co/Iv3flDTpXu', 'display_url': 'pic.twitter.com/Iv3flDTpXu', 'expanded_url': 'https://twitter.com/dog_rates/status/692530551048294401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 734, 'resize': 'fit'}, 'large': {'w': 574, 'h': 734, 'resize': 'fit'}, 'small': {'w': 532, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692530544530296832, 'id_str': '692530544530296832', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZxc3G7WEAAM4Mv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZxc3G7WEAAM4Mv.jpg', 'url': 'https://t.co/Iv3flDTpXu', 'display_url': 'pic.twitter.com/Iv3flDTpXu', 'expanded_url': 'https://twitter.com/dog_rates/status/692530551048294401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 574, 'h': 734, 'resize': 'fit'}, 'large': {'w': 574, 'h': 734, 'resize': 'fit'}, 'small': {'w': 532, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 370, 'favorite_count': 1708, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1498:692423280028966913
{'created_at': 'Wed Jan 27 19:05:49 +0000 2016', 'id': 692423280028966913, 'id_str': '692423280028966913', 'full_text': 'PUPDATE: just noticed this dog has some extra legs. Very advanced. Revolutionary af. Upgraded to a 9/10', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 692417313023332352, 'in_reply_to_status_id_str': '692417313023332352', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 198, 'favorite_count': 1369, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1499:692417313023332352
{'created_at': 'Wed Jan 27 18:42:06 +0000 2016', 'id': 692417313023332352, 'id_str': '692417313023332352', 'full_text': "Meet Herschel. He's slightly bigger than ur average pupper. Looks lonely. Could probably ride 7/10 would totally pet https://t.co/VGaIMktX10", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692417305561686016, 'id_str': '692417305561686016', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'url': 'https://t.co/VGaIMktX10', 'display_url': 'pic.twitter.com/VGaIMktX10', 'expanded_url': 'https://twitter.com/dog_rates/status/692417313023332352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 963, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 963, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692417305561686016, 'id_str': '692417305561686016', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZv13u5WYAA6wQe.jpg', 'url': 'https://t.co/VGaIMktX10', 'display_url': 'pic.twitter.com/VGaIMktX10', 'expanded_url': 'https://twitter.com/dog_rates/status/692417313023332352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 963, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 963, 'resize': 'fit'}, 'small': {'w': 381, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3145, 'favorite_count': 8676, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1500:692187005137076224
{'created_at': 'Wed Jan 27 03:26:56 +0000 2016', 'id': 692187005137076224, 'id_str': '692187005137076224', 'full_text': 'This is a rare Arctic Wubberfloof. Unamused by the happenings. No longer has the appetites. 12/10 would totally hug https://t.co/krvbacIX0N', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692186996341628929, 'id_str': '692186996341628929', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZskZ-MWYAElatH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZskZ-MWYAElatH.jpg', 'url': 'https://t.co/krvbacIX0N', 'display_url': 'pic.twitter.com/krvbacIX0N', 'expanded_url': 'https://twitter.com/dog_rates/status/692187005137076224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692186996341628929, 'id_str': '692186996341628929', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZskZ-MWYAElatH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZskZ-MWYAElatH.jpg', 'url': 'https://t.co/krvbacIX0N', 'display_url': 'pic.twitter.com/krvbacIX0N', 'expanded_url': 'https://twitter.com/dog_rates/status/692187005137076224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 692186997935448069, 'id_str': '692186997935448069', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZskaEIWIAUeTr5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZskaEIWIAUeTr5.jpg', 'url': 'https://t.co/krvbacIX0N', 'display_url': 'pic.twitter.com/krvbacIX0N', 'expanded_url': 'https://twitter.com/dog_rates/status/692187005137076224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 692186998128402434, 'id_str': '692186998128402434', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZskaE2WYAIiC_X.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZskaE2WYAIiC_X.jpg', 'url': 'https://t.co/krvbacIX0N', 'display_url': 'pic.twitter.com/krvbacIX0N', 'expanded_url': 'https://twitter.com/dog_rates/status/692187005137076224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 750, 'favorite_count': 2340, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1501:692158366030913536
{'created_at': 'Wed Jan 27 01:33:08 +0000 2016', 'id': 692158366030913536, 'id_str': '692158366030913536', 'full_text': "This is Edgar. He's a Sassafras Puggleflash. Nothing satisfies him. Not since the war. 10/10 cheer up pup https://t.co/1NgMb9BTWB", 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692158336909852672, 'id_str': '692158336909852672', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CZsKVxfWQAAXy2u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZsKVxfWQAAXy2u.jpg', 'url': 'https://t.co/1NgMb9BTWB', 'display_url': 'pic.twitter.com/1NgMb9BTWB', 'expanded_url': 'https://twitter.com/dog_rates/status/692158366030913536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692158336909852672, 'id_str': '692158336909852672', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CZsKVxfWQAAXy2u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZsKVxfWQAAXy2u.jpg', 'url': 'https://t.co/1NgMb9BTWB', 'display_url': 'pic.twitter.com/1NgMb9BTWB', 'expanded_url': 'https://twitter.com/dog_rates/status/692158366030913536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 721, 'favorite_count': 1977, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1502:692142790915014657
{'created_at': 'Wed Jan 27 00:31:15 +0000 2016', 'id': 692142790915014657, 'id_str': '692142790915014657', 'full_text': 'These are some pictures of Teddy that further justify his 13/10 rating. Please enjoy https://t.co/tDkJAnQsbQ', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692142771344400384, 'id_str': '692142771344400384', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZr8LvPWYAA053E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZr8LvPWYAA053E.jpg', 'url': 'https://t.co/tDkJAnQsbQ', 'display_url': 'pic.twitter.com/tDkJAnQsbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/692142790915014657/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692142771344400384, 'id_str': '692142771344400384', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZr8LvPWYAA053E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZr8LvPWYAA053E.jpg', 'url': 'https://t.co/tDkJAnQsbQ', 'display_url': 'pic.twitter.com/tDkJAnQsbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/692142790915014657/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 692142771390537728, 'id_str': '692142771390537728', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZr8LvaWYAASRVa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZr8LvaWYAASRVa.jpg', 'url': 'https://t.co/tDkJAnQsbQ', 'display_url': 'pic.twitter.com/tDkJAnQsbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/692142790915014657/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 692142771491246080, 'id_str': '692142771491246080', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZr8LvyXEAABJ9k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZr8LvyXEAABJ9k.jpg', 'url': 'https://t.co/tDkJAnQsbQ', 'display_url': 'pic.twitter.com/tDkJAnQsbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/692142790915014657/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 692142771617034240, 'id_str': '692142771617034240', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZr8LwQWcAAjM0V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZr8LwQWcAAjM0V.jpg', 'url': 'https://t.co/tDkJAnQsbQ', 'display_url': 'pic.twitter.com/tDkJAnQsbQ', 'expanded_url': 'https://twitter.com/dog_rates/status/692142790915014657/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 692041934689402880, 'in_reply_to_status_id_str': '692041934689402880', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 355, 'favorite_count': 1515, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1503:692041934689402880
{'created_at': 'Tue Jan 26 17:50:29 +0000 2016', 'id': 692041934689402880, 'id_str': '692041934689402880', 'full_text': 'This is Teddy. His head is too heavy. 13/10 (vid by @jooanrim) https://t.co/sRUpRpGZ3y', 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/sRUpRpGZ3y', 'expanded_url': 'https://vine.co/v/iiI3wmqXYmA', 'display_url': 'vine.co/v/iiI3wmqXYmA', 'indices': [63, 86]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1134, 'favorite_count': 3131, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1504:692017291282812928
{'created_at': 'Tue Jan 26 16:12:33 +0000 2016', 'id': 692017291282812928, 'id_str': '692017291282812928', 'full_text': 'This is Kingsley Wellensworth III. He owns 7 range rovers. Has a cardigan collection. Would rather be sailing. 9/10 https://t.co/BE4ahQ0IO2', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 692017283690995713, 'id_str': '692017283690995713', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZqKDZTVIAEvtbc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZqKDZTVIAEvtbc.jpg', 'url': 'https://t.co/BE4ahQ0IO2', 'display_url': 'pic.twitter.com/BE4ahQ0IO2', 'expanded_url': 'https://twitter.com/dog_rates/status/692017291282812928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 692017283690995713, 'id_str': '692017283690995713', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZqKDZTVIAEvtbc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZqKDZTVIAEvtbc.jpg', 'url': 'https://t.co/BE4ahQ0IO2', 'display_url': 'pic.twitter.com/BE4ahQ0IO2', 'expanded_url': 'https://twitter.com/dog_rates/status/692017291282812928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 873, 'favorite_count': 2678, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1505:691820333922455552
{'created_at': 'Tue Jan 26 03:09:55 +0000 2016', 'id': 691820333922455552, 'id_str': '691820333922455552', 'full_text': "This is Brockly. He's an uber driver. Falls asleep at the wheel often. Irresponsible af 8/10 would totally still pet https://t.co/fn1oUlS69Z", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691820329321287680, 'id_str': '691820329321287680', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZnW7JGW0AA83mn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZnW7JGW0AA83mn.jpg', 'url': 'https://t.co/fn1oUlS69Z', 'display_url': 'pic.twitter.com/fn1oUlS69Z', 'expanded_url': 'https://twitter.com/dog_rates/status/691820333922455552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691820329321287680, 'id_str': '691820329321287680', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZnW7JGW0AA83mn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZnW7JGW0AA83mn.jpg', 'url': 'https://t.co/fn1oUlS69Z', 'display_url': 'pic.twitter.com/fn1oUlS69Z', 'expanded_url': 'https://twitter.com/dog_rates/status/691820333922455552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1499, 'favorite_count': 3663, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1506:691793053716221953
{'created_at': 'Tue Jan 26 01:21:31 +0000 2016', 'id': 691793053716221953, 'id_str': '691793053716221953', 'full_text': "We usually don't rate penguins but this one is in need of a confidence boost after that slide. 10/10 https://t.co/qnMJHBxPuo", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/qnMJHBxPuo', 'expanded_url': 'https://vine.co/v/OTTVAKw6YlW', 'display_url': 'vine.co/v/OTTVAKw6YlW', 'indices': [101, 124]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3838, 'favorite_count': 7506, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1507:691756958957883396
{'created_at': 'Mon Jan 25 22:58:05 +0000 2016', 'id': 691756958957883396, 'id_str': '691756958957883396', 'full_text': 'THE BRITISH ARE COMING\nTHE BRITISH ARE COMING\n10/10 https://t.co/frGWV7IP6J', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691756951399591936, 'id_str': '691756951399591936', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CZmdSD8UcAAnY5R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZmdSD8UcAAnY5R.jpg', 'url': 'https://t.co/frGWV7IP6J', 'display_url': 'pic.twitter.com/frGWV7IP6J', 'expanded_url': 'https://twitter.com/dog_rates/status/691756958957883396/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691756951399591936, 'id_str': '691756951399591936', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CZmdSD8UcAAnY5R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZmdSD8UcAAnY5R.jpg', 'url': 'https://t.co/frGWV7IP6J', 'display_url': 'pic.twitter.com/frGWV7IP6J', 'expanded_url': 'https://twitter.com/dog_rates/status/691756958957883396/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 889, 'favorite_count': 2609, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1508:691675652215414786
{'created_at': 'Mon Jan 25 17:35:00 +0000 2016', 'id': 691675652215414786, 'id_str': '691675652215414786', 'full_text': 'This is Richie and Plip. They are the best of pals. Do everything together. 10/10 for both https://t.co/KMdwNgONkV', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691675641209589761, 'id_str': '691675641209589761', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CZlTVL4WkAEpVR5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZlTVL4WkAEpVR5.jpg', 'url': 'https://t.co/KMdwNgONkV', 'display_url': 'pic.twitter.com/KMdwNgONkV', 'expanded_url': 'https://twitter.com/dog_rates/status/691675652215414786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691675641209589761, 'id_str': '691675641209589761', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CZlTVL4WkAEpVR5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZlTVL4WkAEpVR5.jpg', 'url': 'https://t.co/KMdwNgONkV', 'display_url': 'pic.twitter.com/KMdwNgONkV', 'expanded_url': 'https://twitter.com/dog_rates/status/691675652215414786/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 461, 'favorite_count': 1801, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1509:691483041324204033
{'created_at': 'Mon Jan 25 04:49:38 +0000 2016', 'id': 691483041324204033, 'id_str': '691483041324204033', 'full_text': "When bae says they can't go out but you see them with someone else that same night. 5/10 & 10/10 for heartbroken pup https://t.co/aenk0KpoWM", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691483034810474496, 'id_str': '691483034810474496', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CZikKBIWYAA40Az.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZikKBIWYAA40Az.jpg', 'url': 'https://t.co/aenk0KpoWM', 'display_url': 'pic.twitter.com/aenk0KpoWM', 'expanded_url': 'https://twitter.com/dog_rates/status/691483041324204033/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 379, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 571, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 571, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691483034810474496, 'id_str': '691483034810474496', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CZikKBIWYAA40Az.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZikKBIWYAA40Az.jpg', 'url': 'https://t.co/aenk0KpoWM', 'display_url': 'pic.twitter.com/aenk0KpoWM', 'expanded_url': 'https://twitter.com/dog_rates/status/691483041324204033/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 379, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 571, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 571, 'resize': 'fit'}}}, {'id': 691483034823041026, 'id_str': '691483034823041026', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CZikKBLWIAI7tGg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZikKBLWIAI7tGg.jpg', 'url': 'https://t.co/aenk0KpoWM', 'display_url': 'pic.twitter.com/aenk0KpoWM', 'expanded_url': 'https://twitter.com/dog_rates/status/691483041324204033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 382, 'h': 285, 'resize': 'fit'}, 'small': {'w': 382, 'h': 285, 'resize': 'fit'}, 'large': {'w': 382, 'h': 285, 'resize': 'fit'}}}, {'id': 691483034823049218, 'id_str': '691483034823049218', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CZikKBLWQAIOJqG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZikKBLWQAIOJqG.jpg', 'url': 'https://t.co/aenk0KpoWM', 'display_url': 'pic.twitter.com/aenk0KpoWM', 'expanded_url': 'https://twitter.com/dog_rates/status/691483041324204033/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 271, 'h': 202, 'resize': 'fit'}, 'large': {'w': 271, 'h': 202, 'resize': 'fit'}, 'small': {'w': 271, 'h': 202, 'resize': 'fit'}}}, {'id': 691483035359973376, 'id_str': '691483035359973376', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CZikKDLXEAA3J3c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZikKDLXEAA3J3c.jpg', 'url': 'https://t.co/aenk0KpoWM', 'display_url': 'pic.twitter.com/aenk0KpoWM', 'expanded_url': 'https://twitter.com/dog_rates/status/691483041324204033/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 96, 'h': 90, 'resize': 'fit'}, 'small': {'w': 96, 'h': 90, 'resize': 'fit'}, 'medium': {'w': 96, 'h': 90, 'resize': 'fit'}, 'thumb': {'w': 90, 'h': 90, 'resize': 'crop'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 502, 'favorite_count': 2206, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1510:691459709405118465
{'created_at': 'Mon Jan 25 03:16:56 +0000 2016', 'id': 691459709405118465, 'id_str': '691459709405118465', 'full_text': "Say hello to Leo. He's a Fallopian Puffalope. Precious af. 12/10 would cuddle https://t.co/LZEi0DpRsH", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691459697358934016, 'id_str': '691459697358934016', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CZiO7mWUEAAa4zo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZiO7mWUEAAa4zo.jpg', 'url': 'https://t.co/LZEi0DpRsH', 'display_url': 'pic.twitter.com/LZEi0DpRsH', 'expanded_url': 'https://twitter.com/dog_rates/status/691459709405118465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691459697358934016, 'id_str': '691459697358934016', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CZiO7mWUEAAa4zo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZiO7mWUEAAa4zo.jpg', 'url': 'https://t.co/LZEi0DpRsH', 'display_url': 'pic.twitter.com/LZEi0DpRsH', 'expanded_url': 'https://twitter.com/dog_rates/status/691459709405118465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 691459697358974977, 'id_str': '691459697358974977', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CZiO7mWUsAEb-sr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZiO7mWUsAEb-sr.jpg', 'url': 'https://t.co/LZEi0DpRsH', 'display_url': 'pic.twitter.com/LZEi0DpRsH', 'expanded_url': 'https://twitter.com/dog_rates/status/691459709405118465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1028, 'favorite_count': 3738, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1511:691444869282295808
{'created_at': 'Mon Jan 25 02:17:57 +0000 2016', 'id': 691444869282295808, 'id_str': '691444869282295808', 'full_text': 'This is Bailey. She likes flowers. 12/10 https://t.co/YBENhr24FV', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691444863414439936, 'id_str': '691444863414439936', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CZiBcJmWEAA0HdW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZiBcJmWEAA0HdW.jpg', 'url': 'https://t.co/YBENhr24FV', 'display_url': 'pic.twitter.com/YBENhr24FV', 'expanded_url': 'https://twitter.com/dog_rates/status/691444869282295808/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691444863414439936, 'id_str': '691444863414439936', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CZiBcJmWEAA0HdW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZiBcJmWEAA0HdW.jpg', 'url': 'https://t.co/YBENhr24FV', 'display_url': 'pic.twitter.com/YBENhr24FV', 'expanded_url': 'https://twitter.com/dog_rates/status/691444869282295808/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 680, 'resize': 'fit'}}}, {'id': 691444863393480704, 'id_str': '691444863393480704', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CZiBcJhWQAATXNK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZiBcJhWQAATXNK.jpg', 'url': 'https://t.co/YBENhr24FV', 'display_url': 'pic.twitter.com/YBENhr24FV', 'expanded_url': 'https://twitter.com/dog_rates/status/691444869282295808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 942, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 942, 'resize': 'fit'}, 'small': {'w': 680, 'h': 626, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 754, 'favorite_count': 2441, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1512:691416866452082688
{'created_at': 'Mon Jan 25 00:26:41 +0000 2016', 'id': 691416866452082688, 'id_str': '691416866452082688', 'full_text': 'I present to you... Dog Jesus. 13/10 (he could be sitting on a rock but I doubt it) https://t.co/fR1P3g5I6k', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691416861947379712, 'id_str': '691416861947379712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'url': 'https://t.co/fR1P3g5I6k', 'display_url': 'pic.twitter.com/fR1P3g5I6k', 'expanded_url': 'https://twitter.com/dog_rates/status/691416866452082688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691416861947379712, 'id_str': '691416861947379712', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZhn-QAWwAASQan.jpg', 'url': 'https://t.co/fR1P3g5I6k', 'display_url': 'pic.twitter.com/fR1P3g5I6k', 'expanded_url': 'https://twitter.com/dog_rates/status/691416866452082688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6931, 'favorite_count': 17895, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1513:691321916024623104
{'created_at': 'Sun Jan 24 18:09:23 +0000 2016', 'id': 691321916024623104, 'id_str': '691321916024623104', 'full_text': "This is Molly. She's a Peruvian Niddlewog. Loves her new hat. 11/10 would totally pet https://t.co/g4fiS8A9Ab", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691321897217191936, 'id_str': '691321897217191936', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CZgRmk0UcAAxeuQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZgRmk0UcAAxeuQ.jpg', 'url': 'https://t.co/g4fiS8A9Ab', 'display_url': 'pic.twitter.com/g4fiS8A9Ab', 'expanded_url': 'https://twitter.com/dog_rates/status/691321916024623104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691321897217191936, 'id_str': '691321897217191936', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CZgRmk0UcAAxeuQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZgRmk0UcAAxeuQ.jpg', 'url': 'https://t.co/g4fiS8A9Ab', 'display_url': 'pic.twitter.com/g4fiS8A9Ab', 'expanded_url': 'https://twitter.com/dog_rates/status/691321916024623104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 602, 'favorite_count': 2392, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1514:691096613310316544
{'created_at': 'Sun Jan 24 03:14:07 +0000 2016', 'id': 691096613310316544, 'id_str': '691096613310316544', 'full_text': 'Here we see one dog giving a puptalk to another dog. Both are focused af. Left one has powerful feet. 11/10 for both https://t.co/fUacc13OrW', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691096572814176256, 'id_str': '691096572814176256', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZdEq-AUMAAWayR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZdEq-AUMAAWayR.jpg', 'url': 'https://t.co/fUacc13OrW', 'display_url': 'pic.twitter.com/fUacc13OrW', 'expanded_url': 'https://twitter.com/dog_rates/status/691096613310316544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 637, 'h': 345, 'resize': 'fit'}, 'small': {'w': 637, 'h': 345, 'resize': 'fit'}, 'medium': {'w': 637, 'h': 345, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691096572814176256, 'id_str': '691096572814176256', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZdEq-AUMAAWayR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZdEq-AUMAAWayR.jpg', 'url': 'https://t.co/fUacc13OrW', 'display_url': 'pic.twitter.com/fUacc13OrW', 'expanded_url': 'https://twitter.com/dog_rates/status/691096613310316544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 637, 'h': 345, 'resize': 'fit'}, 'small': {'w': 637, 'h': 345, 'resize': 'fit'}, 'medium': {'w': 637, 'h': 345, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285985, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 797, 'favorite_count': 2769, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1515:691090071332753408
{'created_at': 'Sun Jan 24 02:48:07 +0000 2016', 'id': 691090071332753408, 'id_str': '691090071332753408', 'full_text': "Happy Saturday here's a dog in a mailbox. 12/10 https://t.co/MM7tb4HpEY", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 691090043692322820, 'id_str': '691090043692322820', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CZc-u7IXEAQHV1N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZc-u7IXEAQHV1N.jpg', 'url': 'https://t.co/MM7tb4HpEY', 'display_url': 'pic.twitter.com/MM7tb4HpEY', 'expanded_url': 'https://twitter.com/dog_rates/status/691090071332753408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 747, 'resize': 'fit'}, 'large': {'w': 750, 'h': 747, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 691090043692322820, 'id_str': '691090043692322820', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CZc-u7IXEAQHV1N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZc-u7IXEAQHV1N.jpg', 'url': 'https://t.co/MM7tb4HpEY', 'display_url': 'pic.twitter.com/MM7tb4HpEY', 'expanded_url': 'https://twitter.com/dog_rates/status/691090071332753408/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 747, 'resize': 'fit'}, 'large': {'w': 750, 'h': 747, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 677, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 307, 'favorite_count': 1606, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1516:690989312272396288
{'created_at': 'Sat Jan 23 20:07:44 +0000 2016', 'id': 690989312272396288, 'id_str': '690989312272396288', 'full_text': "We've got a doggy down. Requesting backup. 12/10 for both. Please enjoy https://t.co/pmarb2dG0e", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/pmarb2dG0e', 'expanded_url': 'https://vine.co/v/iOZKZEU2nHq', 'display_url': 'vine.co/v/iOZKZEU2nHq', 'indices': [73, 96]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2620, 'favorite_count': 5455, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1517:690959652130045952
{'created_at': 'Sat Jan 23 18:09:53 +0000 2016', 'id': 690959652130045952, 'id_str': '690959652130045952', 'full_text': 'This golden is happy to refute the soft mouth egg test. Not a fan of sweeping generalizations. 11/10 #notallpuppers https://t.co/DgXYBDMM3E', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [{'text': 'notallpuppers', 'indices': [101, 115]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690959636103577600, 'id_str': '690959636103577600', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZbIINAWQAApTdl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZbIINAWQAApTdl.jpg', 'url': 'https://t.co/DgXYBDMM3E', 'display_url': 'pic.twitter.com/DgXYBDMM3E', 'expanded_url': 'https://twitter.com/dog_rates/status/690959652130045952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 429, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 915, 'resize': 'fit'}, 'large': {'w': 577, 'h': 915, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690959636103577600, 'id_str': '690959636103577600', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZbIINAWQAApTdl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZbIINAWQAApTdl.jpg', 'url': 'https://t.co/DgXYBDMM3E', 'display_url': 'pic.twitter.com/DgXYBDMM3E', 'expanded_url': 'https://twitter.com/dog_rates/status/690959652130045952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 429, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 915, 'resize': 'fit'}, 'large': {'w': 577, 'h': 915, 'resize': 'fit'}}}, {'id': 690959636095209474, 'id_str': '690959636095209474', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZbIIM-WkAIPClg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZbIIM-WkAIPClg.jpg', 'url': 'https://t.co/DgXYBDMM3E', 'display_url': 'pic.twitter.com/DgXYBDMM3E', 'expanded_url': 'https://twitter.com/dog_rates/status/690959652130045952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 928, 'resize': 'fit'}, 'small': {'w': 423, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 928, 'resize': 'fit'}}}, {'id': 690959636355235840, 'id_str': '690959636355235840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZbIIN8WQAAuAOR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZbIIN8WQAAuAOR.jpg', 'url': 'https://t.co/DgXYBDMM3E', 'display_url': 'pic.twitter.com/DgXYBDMM3E', 'expanded_url': 'https://twitter.com/dog_rates/status/690959652130045952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 771, 'resize': 'fit'}, 'large': {'w': 577, 'h': 771, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}, {'id': 690959636367818752, 'id_str': '690959636367818752', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZbIIN_WQAAo9GI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZbIIN_WQAAo9GI.jpg', 'url': 'https://t.co/DgXYBDMM3E', 'display_url': 'pic.twitter.com/DgXYBDMM3E', 'expanded_url': 'https://twitter.com/dog_rates/status/690959652130045952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 929, 'resize': 'fit'}, 'large': {'w': 577, 'h': 929, 'resize': 'fit'}, 'small': {'w': 422, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1119, 'favorite_count': 3324, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1518:690938899477221376
{'created_at': 'Sat Jan 23 16:47:25 +0000 2016', 'id': 690938899477221376, 'id_str': '690938899477221376', 'full_text': 'She thought the sunset was pretty, but I thought she was prettier. 10/10 https://t.co/HSL3mnP5NX', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690938889876410368, 'id_str': '690938889876410368', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CZa1QnSWEAAEOVr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZa1QnSWEAAEOVr.jpg', 'url': 'https://t.co/HSL3mnP5NX', 'display_url': 'pic.twitter.com/HSL3mnP5NX', 'expanded_url': 'https://twitter.com/dog_rates/status/690938899477221376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690938889876410368, 'id_str': '690938889876410368', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CZa1QnSWEAAEOVr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZa1QnSWEAAEOVr.jpg', 'url': 'https://t.co/HSL3mnP5NX', 'display_url': 'pic.twitter.com/HSL3mnP5NX', 'expanded_url': 'https://twitter.com/dog_rates/status/690938899477221376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1756, 'favorite_count': 3781, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1519:690932576555528194
{'created_at': 'Sat Jan 23 16:22:17 +0000 2016', 'id': 690932576555528194, 'id_str': '690932576555528194', 'full_text': "This is Buddy. He's testing out the water. Such caution. Much reserve. 12/10 https://t.co/FQZGSQIQLS", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690932565696483328, 'id_str': '690932565696483328', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CZavgf4WkAARpFM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZavgf4WkAARpFM.jpg', 'url': 'https://t.co/FQZGSQIQLS', 'display_url': 'pic.twitter.com/FQZGSQIQLS', 'expanded_url': 'https://twitter.com/dog_rates/status/690932576555528194/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690932565696483328, 'id_str': '690932565696483328', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CZavgf4WkAARpFM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZavgf4WkAARpFM.jpg', 'url': 'https://t.co/FQZGSQIQLS', 'display_url': 'pic.twitter.com/FQZGSQIQLS', 'expanded_url': 'https://twitter.com/dog_rates/status/690932576555528194/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 911, 'favorite_count': 3033, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1520:690735892932222976
{'created_at': 'Sat Jan 23 03:20:44 +0000 2016', 'id': 690735892932222976, 'id_str': '690735892932222976', 'full_text': "Say hello to Peaches. She's a Dingleberry Zanderfloof. 13/10 would caress lots https://t.co/YrhkrTsoTt", 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690735878365315073, 'id_str': '690735878365315073', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CZX8nyeVAAEstKM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZX8nyeVAAEstKM.jpg', 'url': 'https://t.co/YrhkrTsoTt', 'display_url': 'pic.twitter.com/YrhkrTsoTt', 'expanded_url': 'https://twitter.com/dog_rates/status/690735892932222976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690735878365315073, 'id_str': '690735878365315073', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CZX8nyeVAAEstKM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZX8nyeVAAEstKM.jpg', 'url': 'https://t.co/YrhkrTsoTt', 'display_url': 'pic.twitter.com/YrhkrTsoTt', 'expanded_url': 'https://twitter.com/dog_rates/status/690735892932222976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 690735878415581184, 'id_str': '690735878415581184', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CZX8nyqUAAArju2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZX8nyqUAAArju2.jpg', 'url': 'https://t.co/YrhkrTsoTt', 'display_url': 'pic.twitter.com/YrhkrTsoTt', 'expanded_url': 'https://twitter.com/dog_rates/status/690735892932222976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 592, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 892, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 892, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1158, 'favorite_count': 3507, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1521:690728923253055490
{'created_at': 'Sat Jan 23 02:53:03 +0000 2016', 'id': 690728923253055490, 'id_str': '690728923253055490', 'full_text': 'This is Vinscent. He was just questioned about his recent credit card spending. 8/10 https://t.co/qOD4G19A2u', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690728920233218049, 'id_str': '690728920233218049', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZX2SxaXEAEcnR6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZX2SxaXEAEcnR6.jpg', 'url': 'https://t.co/qOD4G19A2u', 'display_url': 'pic.twitter.com/qOD4G19A2u', 'expanded_url': 'https://twitter.com/dog_rates/status/690728923253055490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 399, 'h': 716, 'resize': 'fit'}, 'large': {'w': 399, 'h': 716, 'resize': 'fit'}, 'small': {'w': 379, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690728920233218049, 'id_str': '690728920233218049', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CZX2SxaXEAEcnR6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZX2SxaXEAEcnR6.jpg', 'url': 'https://t.co/qOD4G19A2u', 'display_url': 'pic.twitter.com/qOD4G19A2u', 'expanded_url': 'https://twitter.com/dog_rates/status/690728923253055490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 399, 'h': 716, 'resize': 'fit'}, 'large': {'w': 399, 'h': 716, 'resize': 'fit'}, 'small': {'w': 379, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 469, 'favorite_count': 2009, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1522:690690673629138944
{'created_at': 'Sat Jan 23 00:21:03 +0000 2016', 'id': 690690673629138944, 'id_str': '690690673629138944', 'full_text': "This is Cedrick. He's a spookster. Did me a discomfort. 10/10 would pet with a purpose https://t.co/yS7T4gxKod", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690690667417354240, 'id_str': '690690667417354240', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CZXTgKkWwAA5UZJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZXTgKkWwAA5UZJ.jpg', 'url': 'https://t.co/yS7T4gxKod', 'display_url': 'pic.twitter.com/yS7T4gxKod', 'expanded_url': 'https://twitter.com/dog_rates/status/690690673629138944/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690690667417354240, 'id_str': '690690667417354240', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CZXTgKkWwAA5UZJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZXTgKkWwAA5UZJ.jpg', 'url': 'https://t.co/yS7T4gxKod', 'display_url': 'pic.twitter.com/yS7T4gxKod', 'expanded_url': 'https://twitter.com/dog_rates/status/690690673629138944/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 751, 'favorite_count': 2157, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1523:690649993829576704
{'created_at': 'Fri Jan 22 21:39:24 +0000 2016', 'id': 690649993829576704, 'id_str': '690649993829576704', 'full_text': "This is Hazel. She's a gymnast. Training hard for Rio. 11/10 focused af https://t.co/CneG2ZbxHP", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690649985252220930, 'id_str': '690649985252220930', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CZWugJsWYAIzVzJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZWugJsWYAIzVzJ.jpg', 'url': 'https://t.co/CneG2ZbxHP', 'display_url': 'pic.twitter.com/CneG2ZbxHP', 'expanded_url': 'https://twitter.com/dog_rates/status/690649993829576704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690649985252220930, 'id_str': '690649985252220930', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CZWugJsWYAIzVzJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZWugJsWYAIzVzJ.jpg', 'url': 'https://t.co/CneG2ZbxHP', 'display_url': 'pic.twitter.com/CneG2ZbxHP', 'expanded_url': 'https://twitter.com/dog_rates/status/690649993829576704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 250, 'favorite_count': 1203, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1524:690607260360429569
{'created_at': 'Fri Jan 22 18:49:36 +0000 2016', 'id': 690607260360429569, 'id_str': '690607260360429569', 'full_text': '12/10 @LightningHoltt', 'truncated': False, 'display_text_range': [0, 21], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'LightningHoltt', 'name': 'Ryan Holt', 'id': 467036706, 'id_str': '467036706', 'indices': [6, 21]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 690341253549002752, 'in_reply_to_status_id_str': '690341253549002752', 'in_reply_to_user_id': 467036706, 'in_reply_to_user_id_str': '467036706', 'in_reply_to_screen_name': 'LightningHoltt', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14, 'favorite_count': 279, 'favorited': False, 'retweeted': False, 'lang': 'und'}
1525:690597161306841088
{'created_at': 'Fri Jan 22 18:09:28 +0000 2016', 'id': 690597161306841088, 'id_str': '690597161306841088', 'full_text': "This is Lolo. She's America af. Behind in science & math but can say whatever she wants on Twitter. 11/10 ...Merica https://t.co/Nwi3SYe8KA", 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690597153803149313, 'id_str': '690597153803149313', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CZV-c9NVIAEWtiU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZV-c9NVIAEWtiU.jpg', 'url': 'https://t.co/Nwi3SYe8KA', 'display_url': 'pic.twitter.com/Nwi3SYe8KA', 'expanded_url': 'https://twitter.com/dog_rates/status/690597161306841088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 611, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 848, 'h': 762, 'resize': 'fit'}, 'medium': {'w': 848, 'h': 762, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690597153803149313, 'id_str': '690597153803149313', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CZV-c9NVIAEWtiU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZV-c9NVIAEWtiU.jpg', 'url': 'https://t.co/Nwi3SYe8KA', 'display_url': 'pic.twitter.com/Nwi3SYe8KA', 'expanded_url': 'https://twitter.com/dog_rates/status/690597161306841088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 611, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 848, 'h': 762, 'resize': 'fit'}, 'medium': {'w': 848, 'h': 762, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 548, 'favorite_count': 1787, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1526:690400367696297985
{'created_at': 'Fri Jan 22 05:07:29 +0000 2016', 'id': 690400367696297985, 'id_str': '690400367696297985', 'full_text': "This is Eriq. His friend just reminded him of last year's super bowl. Not cool friend\n10/10 for Eriq\n6/10 for friend https://t.co/PlEXTofdpf", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690400359613865984, 'id_str': '690400359613865984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZTLeBuWIAAFkeR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZTLeBuWIAAFkeR.jpg', 'url': 'https://t.co/PlEXTofdpf', 'display_url': 'pic.twitter.com/PlEXTofdpf', 'expanded_url': 'https://twitter.com/dog_rates/status/690400367696297985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690400359613865984, 'id_str': '690400359613865984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZTLeBuWIAAFkeR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZTLeBuWIAAFkeR.jpg', 'url': 'https://t.co/PlEXTofdpf', 'display_url': 'pic.twitter.com/PlEXTofdpf', 'expanded_url': 'https://twitter.com/dog_rates/status/690400367696297985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 406, 'favorite_count': 1746, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1527:690374419777196032
{'created_at': 'Fri Jan 22 03:24:22 +0000 2016', 'id': 690374419777196032, 'id_str': '690374419777196032', 'full_text': "This is Phred. He's an Albanian Flepperkush. Tongue is rather impressive if I'm honest. Perhaps even legendary 11/10 https://t.co/VpfFCKE28C", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690374413078958080, 'id_str': '690374413078958080', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZSz3vWXEAACElU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZSz3vWXEAACElU.jpg', 'url': 'https://t.co/VpfFCKE28C', 'display_url': 'pic.twitter.com/VpfFCKE28C', 'expanded_url': 'https://twitter.com/dog_rates/status/690374419777196032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690374413078958080, 'id_str': '690374413078958080', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZSz3vWXEAACElU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZSz3vWXEAACElU.jpg', 'url': 'https://t.co/VpfFCKE28C', 'display_url': 'pic.twitter.com/VpfFCKE28C', 'expanded_url': 'https://twitter.com/dog_rates/status/690374419777196032/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 764, 'favorite_count': 2978, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1528:690360449368465409
{'created_at': 'Fri Jan 22 02:28:52 +0000 2016', 'id': 690360449368465409, 'id_str': '690360449368465409', 'full_text': 'Stop sending in lobsters. This is the final warning. We only rate dogs. Thank you... 9/10 https://t.co/B9ZXXKJYNx', 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690360446273110016, 'id_str': '690360446273110016', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CZSnKw8WwAAAN7q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZSnKw8WwAAAN7q.jpg', 'url': 'https://t.co/B9ZXXKJYNx', 'display_url': 'pic.twitter.com/B9ZXXKJYNx', 'expanded_url': 'https://twitter.com/dog_rates/status/690360449368465409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 698, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 698, 'resize': 'fit'}, 'small': {'w': 680, 'h': 633, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690360446273110016, 'id_str': '690360446273110016', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CZSnKw8WwAAAN7q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZSnKw8WwAAAN7q.jpg', 'url': 'https://t.co/B9ZXXKJYNx', 'display_url': 'pic.twitter.com/B9ZXXKJYNx', 'expanded_url': 'https://twitter.com/dog_rates/status/690360449368465409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 698, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 698, 'resize': 'fit'}, 'small': {'w': 680, 'h': 633, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 796, 'favorite_count': 2455, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1529:690348396616552449
{'created_at': 'Fri Jan 22 01:40:58 +0000 2016', 'id': 690348396616552449, 'id_str': '690348396616552449', 'full_text': "This is Oddie. He's trying to communicate. 12/10 very solid effort (vid by @kaleseyy) https://t.co/JjxriLqZOL", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'kaleseyy', 'name': 'K', 'id': 4562495293, 'id_str': '4562495293', 'indices': [75, 84]}], 'urls': [{'url': 'https://t.co/JjxriLqZOL', 'expanded_url': 'https://vine.co/v/iejBWerY9X2', 'display_url': 'vine.co/v/iejBWerY9X2', 'indices': [86, 109]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 464, 'favorite_count': 1373, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1530:690248561355657216
{'created_at': 'Thu Jan 21 19:04:15 +0000 2016', 'id': 690248561355657216, 'id_str': '690248561355657216', 'full_text': "This is Maxwell. That's his moped. He rents it out for others to use as long as he can come also. 11/10 great dog https://t.co/IF5kKaO945", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690248557182488576, 'id_str': '690248557182488576', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CZRBZ9mWkAAWblt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZRBZ9mWkAAWblt.jpg', 'url': 'https://t.co/IF5kKaO945', 'display_url': 'pic.twitter.com/IF5kKaO945', 'expanded_url': 'https://twitter.com/dog_rates/status/690248561355657216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 438, 'h': 584, 'resize': 'fit'}, 'small': {'w': 438, 'h': 584, 'resize': 'fit'}, 'medium': {'w': 438, 'h': 584, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690248557182488576, 'id_str': '690248557182488576', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CZRBZ9mWkAAWblt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZRBZ9mWkAAWblt.jpg', 'url': 'https://t.co/IF5kKaO945', 'display_url': 'pic.twitter.com/IF5kKaO945', 'expanded_url': 'https://twitter.com/dog_rates/status/690248561355657216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 438, 'h': 584, 'resize': 'fit'}, 'small': {'w': 438, 'h': 584, 'resize': 'fit'}, 'medium': {'w': 438, 'h': 584, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 370, 'favorite_count': 1544, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1531:690021994562220032
{'created_at': 'Thu Jan 21 04:03:58 +0000 2016', 'id': 690021994562220032, 'id_str': '690021994562220032', 'full_text': 'Say hello to Geoff (pronounced "Kyle"). He accidentally opened the front facing camera. 10/10 https://t.co/TmlwQWnmRC', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690021988220456960, 'id_str': '690021988220456960', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CZNzV6cW0AAsX7p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNzV6cW0AAsX7p.jpg', 'url': 'https://t.co/TmlwQWnmRC', 'display_url': 'pic.twitter.com/TmlwQWnmRC', 'expanded_url': 'https://twitter.com/dog_rates/status/690021994562220032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690021988220456960, 'id_str': '690021988220456960', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CZNzV6cW0AAsX7p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNzV6cW0AAsX7p.jpg', 'url': 'https://t.co/TmlwQWnmRC', 'display_url': 'pic.twitter.com/TmlwQWnmRC', 'expanded_url': 'https://twitter.com/dog_rates/status/690021994562220032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 925, 'favorite_count': 2587, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1532:690015576308211712
{'created_at': 'Thu Jan 21 03:38:27 +0000 2016', 'id': 690015576308211712, 'id_str': '690015576308211712', 'full_text': "This pupper can only sleep on shoes. It's a crippling disease. Tearing his family apart. 12/10 I'd totally pet tho https://t.co/03XlvS8izg", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690015570461376513, 'id_str': '690015570461376513', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CZNtgWbWwAEuSCf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNtgWbWwAEuSCf.jpg', 'url': 'https://t.co/03XlvS8izg', 'display_url': 'pic.twitter.com/03XlvS8izg', 'expanded_url': 'https://twitter.com/dog_rates/status/690015576308211712/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690015570461376513, 'id_str': '690015570461376513', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CZNtgWbWwAEuSCf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNtgWbWwAEuSCf.jpg', 'url': 'https://t.co/03XlvS8izg', 'display_url': 'pic.twitter.com/03XlvS8izg', 'expanded_url': 'https://twitter.com/dog_rates/status/690015576308211712/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}, {'id': 690015570486530048, 'id_str': '690015570486530048', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CZNtgWhWkAAbq3W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNtgWhWkAAbq3W.jpg', 'url': 'https://t.co/03XlvS8izg', 'display_url': 'pic.twitter.com/03XlvS8izg', 'expanded_url': 'https://twitter.com/dog_rates/status/690015576308211712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 663, 'favorite_count': 2311, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1533:690005060500217858
{'created_at': 'Thu Jan 21 02:56:40 +0000 2016', 'id': 690005060500217858, 'id_str': '690005060500217858', 'full_text': '"I\'m the only one that ever does anything in this household" 10/10 https://t.co/V8HcVIh4jt', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 690005054112284675, 'id_str': '690005054112284675', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CZNj8N-WQAMXASZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNj8N-WQAMXASZ.jpg', 'url': 'https://t.co/V8HcVIh4jt', 'display_url': 'pic.twitter.com/V8HcVIh4jt', 'expanded_url': 'https://twitter.com/dog_rates/status/690005060500217858/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 690005054112284675, 'id_str': '690005054112284675', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CZNj8N-WQAMXASZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNj8N-WQAMXASZ.jpg', 'url': 'https://t.co/V8HcVIh4jt', 'display_url': 'pic.twitter.com/V8HcVIh4jt', 'expanded_url': 'https://twitter.com/dog_rates/status/690005060500217858/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1539, 'favorite_count': 3391, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1534:689999384604450816
{'created_at': 'Thu Jan 21 02:34:07 +0000 2016', 'id': 689999384604450816, 'id_str': '689999384604450816', 'full_text': "This is Covach. He's trying to melt the snow. 10/10 we all believe in you buddy https://t.co/fgMaP2zDMt", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689999372554207232, 'id_str': '689999372554207232', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CZNexghWAAAYnT-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNexghWAAAYnT-.jpg', 'url': 'https://t.co/fgMaP2zDMt', 'display_url': 'pic.twitter.com/fgMaP2zDMt', 'expanded_url': 'https://twitter.com/dog_rates/status/689999384604450816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689999372554207232, 'id_str': '689999372554207232', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CZNexghWAAAYnT-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNexghWAAAYnT-.jpg', 'url': 'https://t.co/fgMaP2zDMt', 'display_url': 'pic.twitter.com/fgMaP2zDMt', 'expanded_url': 'https://twitter.com/dog_rates/status/689999384604450816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 329, 'favorite_count': 1308, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1535:689993469801164801
{'created_at': 'Thu Jan 21 02:10:37 +0000 2016', 'id': 689993469801164801, 'id_str': '689993469801164801', 'full_text': 'Here we are witnessing a rare High Stepping Alaskan Floofer. 12/10 dangerously petable (vid by @TheMrsNux) https://t.co/K4s9IJh2jm', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/K4s9IJh2jm', 'expanded_url': 'https://vine.co/v/ienexVMZgi5', 'display_url': 'vine.co/v/ienexVMZgi5', 'indices': [107, 130]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 409, 'favorite_count': 1349, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1536:689977555533848577
{'created_at': 'Thu Jan 21 01:07:23 +0000 2016', 'id': 689977555533848577, 'id_str': '689977555533848577', 'full_text': "Happy Wednesday here's a pup wearing a beret. 12/10 please enjoy https://t.co/MXedEzSHIf", 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689977549053673473, 'id_str': '689977549053673473', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CZNK7NpWwAEAqUh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNK7NpWwAEAqUh.jpg', 'url': 'https://t.co/MXedEzSHIf', 'display_url': 'pic.twitter.com/MXedEzSHIf', 'expanded_url': 'https://twitter.com/dog_rates/status/689977555533848577/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689977549053673473, 'id_str': '689977549053673473', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CZNK7NpWwAEAqUh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZNK7NpWwAEAqUh.jpg', 'url': 'https://t.co/MXedEzSHIf', 'display_url': 'pic.twitter.com/MXedEzSHIf', 'expanded_url': 'https://twitter.com/dog_rates/status/689977555533848577/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 410, 'favorite_count': 1271, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1537:689905486972461056
{'created_at': 'Wed Jan 20 20:21:00 +0000 2016', 'id': 689905486972461056, 'id_str': '689905486972461056', 'full_text': "Say hello to Gizmo. He's quite the pupper. Confused by bed, but agile af. Can barely catch on camera. 11/10 so quick https://t.co/IE4ZblyZRY", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689905475991646208, 'id_str': '689905475991646208', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZMJYAkUMAATdcm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZMJYAkUMAATdcm.jpg', 'url': 'https://t.co/IE4ZblyZRY', 'display_url': 'pic.twitter.com/IE4ZblyZRY', 'expanded_url': 'https://twitter.com/dog_rates/status/689905486972461056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 585, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 881, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 881, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689905475991646208, 'id_str': '689905475991646208', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZMJYAkUMAATdcm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZMJYAkUMAATdcm.jpg', 'url': 'https://t.co/IE4ZblyZRY', 'display_url': 'pic.twitter.com/IE4ZblyZRY', 'expanded_url': 'https://twitter.com/dog_rates/status/689905486972461056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 585, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 881, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 881, 'h': 1024, 'resize': 'fit'}}}, {'id': 689905475991646209, 'id_str': '689905475991646209', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZMJYAkUMAEsXoK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZMJYAkUMAEsXoK.jpg', 'url': 'https://t.co/IE4ZblyZRY', 'display_url': 'pic.twitter.com/IE4ZblyZRY', 'expanded_url': 'https://twitter.com/dog_rates/status/689905486972461056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 689905476000055296, 'id_str': '689905476000055296', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZMJYAmUgAATP-i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZMJYAmUgAATP-i.jpg', 'url': 'https://t.co/IE4ZblyZRY', 'display_url': 'pic.twitter.com/IE4ZblyZRY', 'expanded_url': 'https://twitter.com/dog_rates/status/689905486972461056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 848, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 848, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 563, 'h': 680, 'resize': 'fit'}}}, {'id': 689905476448878593, 'id_str': '689905476448878593', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZMJYCRVAAE35Wk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZMJYCRVAAE35Wk.jpg', 'url': 'https://t.co/IE4ZblyZRY', 'display_url': 'pic.twitter.com/IE4ZblyZRY', 'expanded_url': 'https://twitter.com/dog_rates/status/689905486972461056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 624, 'favorite_count': 2263, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1538:689877686181715968
{'created_at': 'Wed Jan 20 18:30:32 +0000 2016', 'id': 689877686181715968, 'id_str': '689877686181715968', 'full_text': "This is Durg. He's trying to conquer his fear of trampolines. 9/10 it's not working https://t.co/5iH08ltkoe", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689877678846001154, 'id_str': '689877678846001154', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CZLwGAIWQAIYsTx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZLwGAIWQAIYsTx.jpg', 'url': 'https://t.co/5iH08ltkoe', 'display_url': 'pic.twitter.com/5iH08ltkoe', 'expanded_url': 'https://twitter.com/dog_rates/status/689877686181715968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689877678846001154, 'id_str': '689877678846001154', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CZLwGAIWQAIYsTx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZLwGAIWQAIYsTx.jpg', 'url': 'https://t.co/5iH08ltkoe', 'display_url': 'pic.twitter.com/5iH08ltkoe', 'expanded_url': 'https://twitter.com/dog_rates/status/689877686181715968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1045, 'favorite_count': 2807, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1539:689835978131935233
{'created_at': 'Wed Jan 20 15:44:48 +0000 2016', 'id': 689835978131935233, 'id_str': '689835978131935233', 'full_text': 'Meet Fynn & Taco. Fynn is an all-powerful leaf lord and Taco is in the wrong place at the wrong time. 11/10 & 10/10 https://t.co/MuqHPvtL8c', 'truncated': False, 'display_text_range': [0, 147], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689835959928635392, 'id_str': '689835959928635392', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CZLKJpDWQAA-5u4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZLKJpDWQAA-5u4.jpg', 'url': 'https://t.co/MuqHPvtL8c', 'display_url': 'pic.twitter.com/MuqHPvtL8c', 'expanded_url': 'https://twitter.com/dog_rates/status/689835978131935233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689835959928635392, 'id_str': '689835959928635392', 'indices': [124, 147], 'media_url': 'http://pbs.twimg.com/media/CZLKJpDWQAA-5u4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZLKJpDWQAA-5u4.jpg', 'url': 'https://t.co/MuqHPvtL8c', 'display_url': 'pic.twitter.com/MuqHPvtL8c', 'expanded_url': 'https://twitter.com/dog_rates/status/689835978131935233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 689, 'favorite_count': 2023, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1540:689661964914655233
{'created_at': 'Wed Jan 20 04:13:20 +0000 2016', 'id': 689661964914655233, 'id_str': '689661964914655233', 'full_text': "Meet Luca. He's a Butternut Scooperfloof. Glorious tongue. 12/10 would pet really well https://t.co/VcxZQPNZaV", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689661959805906944, 'id_str': '689661959805906944', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CZIr5gFUsAAvnif.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIr5gFUsAAvnif.jpg', 'url': 'https://t.co/VcxZQPNZaV', 'display_url': 'pic.twitter.com/VcxZQPNZaV', 'expanded_url': 'https://twitter.com/dog_rates/status/689661964914655233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689661959805906944, 'id_str': '689661959805906944', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CZIr5gFUsAAvnif.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIr5gFUsAAvnif.jpg', 'url': 'https://t.co/VcxZQPNZaV', 'display_url': 'pic.twitter.com/VcxZQPNZaV', 'expanded_url': 'https://twitter.com/dog_rates/status/689661964914655233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 852, 'favorite_count': 3003, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1541:689659372465688576
{'created_at': 'Wed Jan 20 04:03:02 +0000 2016', 'id': 689659372465688576, 'id_str': '689659372465688576', 'full_text': "This is Ricky. He's being escorted out of the dog park for talking shit about the other dogs. 8/10 not cool Ricky https://t.co/XtDkrsdEfF", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689659367294136321, 'id_str': '689659367294136321', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CZIpimOWcAETFRt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIpimOWcAETFRt.jpg', 'url': 'https://t.co/XtDkrsdEfF', 'display_url': 'pic.twitter.com/XtDkrsdEfF', 'expanded_url': 'https://twitter.com/dog_rates/status/689659372465688576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689659367294136321, 'id_str': '689659367294136321', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CZIpimOWcAETFRt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIpimOWcAETFRt.jpg', 'url': 'https://t.co/XtDkrsdEfF', 'display_url': 'pic.twitter.com/XtDkrsdEfF', 'expanded_url': 'https://twitter.com/dog_rates/status/689659372465688576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3487, 'favorite_count': 9547, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1542:689623661272240129
{'created_at': 'Wed Jan 20 01:41:08 +0000 2016', 'id': 689623661272240129, 'id_str': '689623661272240129', 'full_text': "This is Lucy. She's terrified of the stuffed billed dog. 10/10 stay strong pupper https://t.co/QnvSjjyh7n", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689623654657826819, 'id_str': '689623654657826819', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZIJD2SWIAMJgNI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIJD2SWIAMJgNI.jpg', 'url': 'https://t.co/QnvSjjyh7n', 'display_url': 'pic.twitter.com/QnvSjjyh7n', 'expanded_url': 'https://twitter.com/dog_rates/status/689623661272240129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689623654657826819, 'id_str': '689623654657826819', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZIJD2SWIAMJgNI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIJD2SWIAMJgNI.jpg', 'url': 'https://t.co/QnvSjjyh7n', 'display_url': 'pic.twitter.com/QnvSjjyh7n', 'expanded_url': 'https://twitter.com/dog_rates/status/689623661272240129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 689623654729175040, 'id_str': '689623654729175040', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CZIJD2jW0AAhPgM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZIJD2jW0AAhPgM.jpg', 'url': 'https://t.co/QnvSjjyh7n', 'display_url': 'pic.twitter.com/QnvSjjyh7n', 'expanded_url': 'https://twitter.com/dog_rates/status/689623661272240129/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286038, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 581, 'favorite_count': 2041, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1543:689599056876867584
{'created_at': 'Wed Jan 20 00:03:21 +0000 2016', 'id': 689599056876867584, 'id_str': '689599056876867584', 'full_text': 'Here we see 33 dogs posing for a picture. All get 11/10 for superb cooperation https://t.co/TRAri5iHzd', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689599051189391361, 'id_str': '689599051189391361', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CZHyrvOXEAEin-A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZHyrvOXEAEin-A.jpg', 'url': 'https://t.co/TRAri5iHzd', 'display_url': 'pic.twitter.com/TRAri5iHzd', 'expanded_url': 'https://twitter.com/dog_rates/status/689599056876867584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689599051189391361, 'id_str': '689599051189391361', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CZHyrvOXEAEin-A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZHyrvOXEAEin-A.jpg', 'url': 'https://t.co/TRAri5iHzd', 'display_url': 'pic.twitter.com/TRAri5iHzd', 'expanded_url': 'https://twitter.com/dog_rates/status/689599056876867584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5029, 'favorite_count': 10792, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1544:689557536375177216
{'created_at': 'Tue Jan 19 21:18:22 +0000 2016', 'id': 689557536375177216, 'id_str': '689557536375177216', 'full_text': 'Downright majestic af 12/10 https://t.co/WFh2FEbYzj', 'truncated': False, 'display_text_range': [0, 51], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689557528733163520, 'id_str': '689557528733163520', 'indices': [28, 51], 'media_url': 'http://pbs.twimg.com/media/CZHM60BWIAA4AY4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZHM60BWIAA4AY4.jpg', 'url': 'https://t.co/WFh2FEbYzj', 'display_url': 'pic.twitter.com/WFh2FEbYzj', 'expanded_url': 'https://twitter.com/dog_rates/status/689557536375177216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689557528733163520, 'id_str': '689557528733163520', 'indices': [28, 51], 'media_url': 'http://pbs.twimg.com/media/CZHM60BWIAA4AY4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZHM60BWIAA4AY4.jpg', 'url': 'https://t.co/WFh2FEbYzj', 'display_url': 'pic.twitter.com/WFh2FEbYzj', 'expanded_url': 'https://twitter.com/dog_rates/status/689557536375177216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 405, 'favorite_count': 1906, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1545:689517482558820352
{'created_at': 'Tue Jan 19 18:39:13 +0000 2016', 'id': 689517482558820352, 'id_str': '689517482558820352', 'full_text': "This is Carl. He just wants to make sure you're having a good day. 12/10 just a swell pup https://t.co/Wk3XCnmDvm", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689517477928292354, 'id_str': '689517477928292354', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CZGofjJW0AINjN9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZGofjJW0AINjN9.jpg', 'url': 'https://t.co/Wk3XCnmDvm', 'display_url': 'pic.twitter.com/Wk3XCnmDvm', 'expanded_url': 'https://twitter.com/dog_rates/status/689517482558820352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 728, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 483, 'h': 680, 'resize': 'fit'}, 'large': {'w': 728, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689517477928292354, 'id_str': '689517477928292354', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CZGofjJW0AINjN9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZGofjJW0AINjN9.jpg', 'url': 'https://t.co/Wk3XCnmDvm', 'display_url': 'pic.twitter.com/Wk3XCnmDvm', 'expanded_url': 'https://twitter.com/dog_rates/status/689517482558820352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 728, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 483, 'h': 680, 'resize': 'fit'}, 'large': {'w': 728, 'h': 1024, 'resize': 'fit'}}}, {'id': 689517477961818112, 'id_str': '689517477961818112', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CZGofjRWYAA17q2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZGofjRWYAA17q2.jpg', 'url': 'https://t.co/Wk3XCnmDvm', 'display_url': 'pic.twitter.com/Wk3XCnmDvm', 'expanded_url': 'https://twitter.com/dog_rates/status/689517482558820352/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 938, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 938, 'resize': 'fit'}}}, {'id': 689517477949263872, 'id_str': '689517477949263872', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CZGofjOW0AA28Nk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZGofjOW0AA28Nk.jpg', 'url': 'https://t.co/Wk3XCnmDvm', 'display_url': 'pic.twitter.com/Wk3XCnmDvm', 'expanded_url': 'https://twitter.com/dog_rates/status/689517482558820352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1300, 'favorite_count': 3135, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1546:689289219123089408
{'created_at': 'Tue Jan 19 03:32:10 +0000 2016', 'id': 689289219123089408, 'id_str': '689289219123089408', 'full_text': 'Someone sent me this without any context and every aspect of it is spectacular. 13/10 please enjoy https://t.co/Rxrd4hPmp4', 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689289176076959744, 'id_str': '689289176076959744', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/689289176076959744/pu/img/hEFkFtmMu_hkTlxK.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/689289176076959744/pu/img/hEFkFtmMu_hkTlxK.jpg', 'url': 'https://t.co/Rxrd4hPmp4', 'display_url': 'pic.twitter.com/Rxrd4hPmp4', 'expanded_url': 'https://twitter.com/dog_rates/status/689289219123089408/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689289176076959744, 'id_str': '689289176076959744', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/689289176076959744/pu/img/hEFkFtmMu_hkTlxK.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/689289176076959744/pu/img/hEFkFtmMu_hkTlxK.jpg', 'url': 'https://t.co/Rxrd4hPmp4', 'display_url': 'pic.twitter.com/Rxrd4hPmp4', 'expanded_url': 'https://twitter.com/dog_rates/status/689289219123089408/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 16700, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/689289176076959744/pu/pl/Pa7myp-oZViNb1D0.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/689289176076959744/pu/vid/180x320/B0MFdiiYIsM2MwN3.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 851, 'favorite_count': 2074, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1547:689283819090870273
{'created_at': 'Tue Jan 19 03:10:43 +0000 2016', 'id': 689283819090870273, 'id_str': '689283819090870273', 'full_text': "Say hello to Chipson. He's aerodynamic af. No eyes (devastating). 9/10 would make sure he didn't bump into stuff https://t.co/V62rIva61J", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689283815399927809, 'id_str': '689283815399927809', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CZDT-mZWsAEK9BH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDT-mZWsAEK9BH.jpg', 'url': 'https://t.co/V62rIva61J', 'display_url': 'pic.twitter.com/V62rIva61J', 'expanded_url': 'https://twitter.com/dog_rates/status/689283819090870273/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 380, 'h': 388, 'resize': 'fit'}, 'small': {'w': 380, 'h': 388, 'resize': 'fit'}, 'large': {'w': 380, 'h': 388, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689283815399927809, 'id_str': '689283815399927809', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CZDT-mZWsAEK9BH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDT-mZWsAEK9BH.jpg', 'url': 'https://t.co/V62rIva61J', 'display_url': 'pic.twitter.com/V62rIva61J', 'expanded_url': 'https://twitter.com/dog_rates/status/689283819090870273/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 380, 'h': 388, 'resize': 'fit'}, 'small': {'w': 380, 'h': 388, 'resize': 'fit'}, 'large': {'w': 380, 'h': 388, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1005, 'favorite_count': 3025, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1548:689280876073582592
{'created_at': 'Tue Jan 19 02:59:01 +0000 2016', 'id': 689280876073582592, 'id_str': '689280876073582592', 'full_text': 'This is Herald. He wants you to know he could steal your girl at any moment. 10/10 https://t.co/JR7hLnlgeS', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689280867391254530, 'id_str': '689280867391254530', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CZDRTANUMAIPQbN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDRTANUMAIPQbN.jpg', 'url': 'https://t.co/JR7hLnlgeS', 'display_url': 'pic.twitter.com/JR7hLnlgeS', 'expanded_url': 'https://twitter.com/dog_rates/status/689280876073582592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689280867391254530, 'id_str': '689280867391254530', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CZDRTANUMAIPQbN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDRTANUMAIPQbN.jpg', 'url': 'https://t.co/JR7hLnlgeS', 'display_url': 'pic.twitter.com/JR7hLnlgeS', 'expanded_url': 'https://twitter.com/dog_rates/status/689280876073582592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 689280867395452928, 'id_str': '689280867395452928', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CZDRTAOUQAAMynX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDRTAOUQAAMynX.jpg', 'url': 'https://t.co/JR7hLnlgeS', 'display_url': 'pic.twitter.com/JR7hLnlgeS', 'expanded_url': 'https://twitter.com/dog_rates/status/689280876073582592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}}}, {'id': 689280867399671809, 'id_str': '689280867399671809', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CZDRTAPUoAEaqxF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDRTAPUoAEaqxF.jpg', 'url': 'https://t.co/JR7hLnlgeS', 'display_url': 'pic.twitter.com/JR7hLnlgeS', 'expanded_url': 'https://twitter.com/dog_rates/status/689280876073582592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}, {'id': 689280867726831617, 'id_str': '689280867726831617', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CZDRTBdUsAEAGAB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDRTBdUsAEAGAB.jpg', 'url': 'https://t.co/JR7hLnlgeS', 'display_url': 'pic.twitter.com/JR7hLnlgeS', 'expanded_url': 'https://twitter.com/dog_rates/status/689280876073582592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 359, 'h': 359, 'resize': 'fit'}, 'large': {'w': 359, 'h': 359, 'resize': 'fit'}, 'medium': {'w': 359, 'h': 359, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 642, 'favorite_count': 1831, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1549:689275259254616065
{'created_at': 'Tue Jan 19 02:36:42 +0000 2016', 'id': 689275259254616065, 'id_str': '689275259254616065', 'full_text': 'Meet Lucky. He was showing his friends an extreme pogo stick trick when he completely lost control. 10/10 still rad https://t.co/K55XrIoePl', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689275256180183040, 'id_str': '689275256180183040', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZDMMY0WEAAQYjQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDMMY0WEAAQYjQ.jpg', 'url': 'https://t.co/K55XrIoePl', 'display_url': 'pic.twitter.com/K55XrIoePl', 'expanded_url': 'https://twitter.com/dog_rates/status/689275259254616065/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 484, 'h': 500, 'resize': 'fit'}, 'medium': {'w': 484, 'h': 500, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 484, 'h': 500, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689275256180183040, 'id_str': '689275256180183040', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZDMMY0WEAAQYjQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZDMMY0WEAAQYjQ.jpg', 'url': 'https://t.co/K55XrIoePl', 'display_url': 'pic.twitter.com/K55XrIoePl', 'expanded_url': 'https://twitter.com/dog_rates/status/689275259254616065/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 484, 'h': 500, 'resize': 'fit'}, 'medium': {'w': 484, 'h': 500, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 484, 'h': 500, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 225, 'favorite_count': 1055, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1550:689255633275777024
{'created_at': 'Tue Jan 19 01:18:43 +0000 2016', 'id': 689255633275777024, 'id_str': '689255633275777024', 'full_text': 'This is Ferg. He swallowed a chainsaw. 1 like = 1 prayer 10/10 remain calm Ferg (vid by @calebturer) https://t.co/gOH51Y8Yh1', 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'calebturer', 'name': 'Calub', 'id': 2243029806, 'id_str': '2243029806', 'indices': [88, 99]}], 'urls': [{'url': 'https://t.co/gOH51Y8Yh1', 'expanded_url': 'https://vine.co/v/iOL792n5hz2', 'display_url': 'vine.co/v/iOL792n5hz2', 'indices': [101, 124]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 978, 'favorite_count': 2358, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1551:689154315265683456
{'created_at': 'Mon Jan 18 18:36:07 +0000 2016', 'id': 689154315265683456, 'id_str': '689154315265683456', 'full_text': "We normally don't rate birds but I feel bad cos this one forgot to fly south for the winter. 9/10 just wants a bath https://t.co/o47yitCn9N", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689154306549792769, 'id_str': '689154306549792769', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZBeMMVUwAEdVqI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZBeMMVUwAEdVqI.jpg', 'url': 'https://t.co/o47yitCn9N', 'display_url': 'pic.twitter.com/o47yitCn9N', 'expanded_url': 'https://twitter.com/dog_rates/status/689154315265683456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689154306549792769, 'id_str': '689154306549792769', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CZBeMMVUwAEdVqI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZBeMMVUwAEdVqI.jpg', 'url': 'https://t.co/o47yitCn9N', 'display_url': 'pic.twitter.com/o47yitCn9N', 'expanded_url': 'https://twitter.com/dog_rates/status/689154315265683456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 899, 'favorite_count': 2862, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1552:689143371370250240
{'created_at': 'Mon Jan 18 17:52:38 +0000 2016', 'id': 689143371370250240, 'id_str': '689143371370250240', 'full_text': "Meet Trip. He likes wearing costumes that aren't consistent with the season to screw with people 10/10 tricky pupper https://t.co/40w7TI5Axv", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 689143357063475200, 'id_str': '689143357063475200', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZBUO2UWsAAKehS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZBUO2UWsAAKehS.jpg', 'url': 'https://t.co/40w7TI5Axv', 'display_url': 'pic.twitter.com/40w7TI5Axv', 'expanded_url': 'https://twitter.com/dog_rates/status/689143371370250240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 689143357063475200, 'id_str': '689143357063475200', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CZBUO2UWsAAKehS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CZBUO2UWsAAKehS.jpg', 'url': 'https://t.co/40w7TI5Axv', 'display_url': 'pic.twitter.com/40w7TI5Axv', 'expanded_url': 'https://twitter.com/dog_rates/status/689143371370250240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 457, 'favorite_count': 1869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1553:688916208532455424
{'created_at': 'Mon Jan 18 02:49:58 +0000 2016', 'id': 688916208532455424, 'id_str': '688916208532455424', 'full_text': 'This pupper just wants to say hello. 11/10 would knock down fence for https://t.co/A8X8fwS78x', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688916187321864196, 'id_str': '688916187321864196', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CY-Fn1FWEAQhzhs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY-Fn1FWEAQhzhs.jpg', 'url': 'https://t.co/A8X8fwS78x', 'display_url': 'pic.twitter.com/A8X8fwS78x', 'expanded_url': 'https://twitter.com/dog_rates/status/688916208532455424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688916187321864196, 'id_str': '688916187321864196', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CY-Fn1FWEAQhzhs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY-Fn1FWEAQhzhs.jpg', 'url': 'https://t.co/A8X8fwS78x', 'display_url': 'pic.twitter.com/A8X8fwS78x', 'expanded_url': 'https://twitter.com/dog_rates/status/688916208532455424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 688916187472859138, 'id_str': '688916187472859138', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CY-Fn1pWEAIqNax.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY-Fn1pWEAIqNax.jpg', 'url': 'https://t.co/A8X8fwS78x', 'display_url': 'pic.twitter.com/A8X8fwS78x', 'expanded_url': 'https://twitter.com/dog_rates/status/688916208532455424/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 773, 'favorite_count': 2502, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1554:688908934925697024
{'created_at': 'Mon Jan 18 02:21:04 +0000 2016', 'id': 688908934925697024, 'id_str': '688908934925697024', 'full_text': 'Meet Clarence. He does parkour. 8/10 very talented dog https://t.co/WpSFZm7RPH', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688908927027810304, 'id_str': '688908927027810304', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CY9_BOYWkAAkuzn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY9_BOYWkAAkuzn.jpg', 'url': 'https://t.co/WpSFZm7RPH', 'display_url': 'pic.twitter.com/WpSFZm7RPH', 'expanded_url': 'https://twitter.com/dog_rates/status/688908934925697024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688908927027810304, 'id_str': '688908927027810304', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CY9_BOYWkAAkuzn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY9_BOYWkAAkuzn.jpg', 'url': 'https://t.co/WpSFZm7RPH', 'display_url': 'pic.twitter.com/WpSFZm7RPH', 'expanded_url': 'https://twitter.com/dog_rates/status/688908934925697024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 708, 'favorite_count': 1945, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1555:688898160958271489
{'created_at': 'Mon Jan 18 01:38:15 +0000 2016', 'id': 688898160958271489, 'id_str': '688898160958271489', 'full_text': 'When you have a ton of work to do but then remember you have tomorrow off. 10/10 https://t.co/MfEaMUFYTx', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688898152519323649, 'id_str': '688898152519323649', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CY91OENWUAE5agj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY91OENWUAE5agj.jpg', 'url': 'https://t.co/MfEaMUFYTx', 'display_url': 'pic.twitter.com/MfEaMUFYTx', 'expanded_url': 'https://twitter.com/dog_rates/status/688898160958271489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688898152519323649, 'id_str': '688898152519323649', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CY91OENWUAE5agj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY91OENWUAE5agj.jpg', 'url': 'https://t.co/MfEaMUFYTx', 'display_url': 'pic.twitter.com/MfEaMUFYTx', 'expanded_url': 'https://twitter.com/dog_rates/status/688898160958271489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 688898152548667392, 'id_str': '688898152548667392', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CY91OEUWEAAFEpn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY91OEUWEAAFEpn.jpg', 'url': 'https://t.co/MfEaMUFYTx', 'display_url': 'pic.twitter.com/MfEaMUFYTx', 'expanded_url': 'https://twitter.com/dog_rates/status/688898160958271489/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 513, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 513, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 341, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 711, 'favorite_count': 1931, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1556:688894073864884227
{'created_at': 'Mon Jan 18 01:22:00 +0000 2016', 'id': 688894073864884227, 'id_str': '688894073864884227', 'full_text': "This is Hamrick. He's covered in corn flakes. Silly pupper. Looks congested. 7/10 considerably petable https://t.co/ROPZcAMQKI", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688894059750883329, 'id_str': '688894059750883329', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CY9xf1dUAAE4XLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY9xf1dUAAE4XLc.jpg', 'url': 'https://t.co/ROPZcAMQKI', 'display_url': 'pic.twitter.com/ROPZcAMQKI', 'expanded_url': 'https://twitter.com/dog_rates/status/688894073864884227/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688894059750883329, 'id_str': '688894059750883329', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CY9xf1dUAAE4XLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY9xf1dUAAE4XLc.jpg', 'url': 'https://t.co/ROPZcAMQKI', 'display_url': 'pic.twitter.com/ROPZcAMQKI', 'expanded_url': 'https://twitter.com/dog_rates/status/688894073864884227/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 622, 'favorite_count': 2062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1557:688828561667567616
{'created_at': 'Sun Jan 17 21:01:41 +0000 2016', 'id': 688828561667567616, 'id_str': '688828561667567616', 'full_text': "Say hello to Brad. His car probably has a spoiler. Tan year round. Likes your insta pic but doesn't text back. 9/10 https://t.co/dfCCK3tWfr", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688828550535901190, 'id_str': '688828550535901190', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CY816snW8AYltrQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY816snW8AYltrQ.jpg', 'url': 'https://t.co/dfCCK3tWfr', 'display_url': 'pic.twitter.com/dfCCK3tWfr', 'expanded_url': 'https://twitter.com/dog_rates/status/688828561667567616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688828550535901190, 'id_str': '688828550535901190', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CY816snW8AYltrQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY816snW8AYltrQ.jpg', 'url': 'https://t.co/dfCCK3tWfr', 'display_url': 'pic.twitter.com/dfCCK3tWfr', 'expanded_url': 'https://twitter.com/dog_rates/status/688828561667567616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 326, 'favorite_count': 1281, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1558:688804835492233216
{'created_at': 'Sun Jan 17 19:27:24 +0000 2016', 'id': 688804835492233216, 'id_str': '688804835492233216', 'full_text': 'When you stumble but recover quickly cause your crush is watching. 12/10 https://t.co/PMeq6IedU7', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688804831675461632, 'id_str': '688804831675461632', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CY8gWE-WsAA60ZG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY8gWE-WsAA60ZG.jpg', 'url': 'https://t.co/PMeq6IedU7', 'display_url': 'pic.twitter.com/PMeq6IedU7', 'expanded_url': 'https://twitter.com/dog_rates/status/688804835492233216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 408, 'h': 210, 'resize': 'fit'}, 'medium': {'w': 408, 'h': 210, 'resize': 'fit'}, 'small': {'w': 408, 'h': 210, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688804831675461632, 'id_str': '688804831675461632', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CY8gWE-WsAA60ZG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY8gWE-WsAA60ZG.jpg', 'url': 'https://t.co/PMeq6IedU7', 'display_url': 'pic.twitter.com/PMeq6IedU7', 'expanded_url': 'https://twitter.com/dog_rates/status/688804835492233216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 408, 'h': 210, 'resize': 'fit'}, 'medium': {'w': 408, 'h': 210, 'resize': 'fit'}, 'small': {'w': 408, 'h': 210, 'resize': 'fit'}}}, {'id': 688804831717421056, 'id_str': '688804831717421056', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CY8gWFIW8AATt2y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY8gWFIW8AATt2y.jpg', 'url': 'https://t.co/PMeq6IedU7', 'display_url': 'pic.twitter.com/PMeq6IedU7', 'expanded_url': 'https://twitter.com/dog_rates/status/688804835492233216/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 412, 'h': 211, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 412, 'h': 211, 'resize': 'fit'}, 'large': {'w': 412, 'h': 211, 'resize': 'fit'}}}, {'id': 688804831755128832, 'id_str': '688804831755128832', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CY8gWFRWUAAm1XL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY8gWFRWUAAm1XL.jpg', 'url': 'https://t.co/PMeq6IedU7', 'display_url': 'pic.twitter.com/PMeq6IedU7', 'expanded_url': 'https://twitter.com/dog_rates/status/688804835492233216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 409, 'h': 212, 'resize': 'fit'}, 'large': {'w': 409, 'h': 212, 'resize': 'fit'}, 'small': {'w': 409, 'h': 212, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 170, 'favorite_count': 890, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1559:688789766343622656
{'created_at': 'Sun Jan 17 18:27:32 +0000 2016', 'id': 688789766343622656, 'id_str': '688789766343622656', 'full_text': "Meet Pubert. He's a Kerplunk Rumplestilt. Cannot comprehend flower. Flawless tongue. 8/10 would pat head approvingly https://t.co/2TWxg0rgyG", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688789753932722176, 'id_str': '688789753932722176', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CY8SocAWsAARuyh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY8SocAWsAARuyh.jpg', 'url': 'https://t.co/2TWxg0rgyG', 'display_url': 'pic.twitter.com/2TWxg0rgyG', 'expanded_url': 'https://twitter.com/dog_rates/status/688789766343622656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 633, 'h': 768, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 560, 'h': 680, 'resize': 'fit'}, 'large': {'w': 633, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688789753932722176, 'id_str': '688789753932722176', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CY8SocAWsAARuyh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY8SocAWsAARuyh.jpg', 'url': 'https://t.co/2TWxg0rgyG', 'display_url': 'pic.twitter.com/2TWxg0rgyG', 'expanded_url': 'https://twitter.com/dog_rates/status/688789766343622656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 633, 'h': 768, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 560, 'h': 680, 'resize': 'fit'}, 'large': {'w': 633, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 604, 'favorite_count': 2060, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1560:688547210804498433
{'created_at': 'Sun Jan 17 02:23:42 +0000 2016', 'id': 688547210804498433, 'id_str': '688547210804498433', 'full_text': 'This is Frönq. He got caught stealing a waffle. Damn it Frönq. 9/10 https://t.co/7ycWCUrjmZ', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688547202457858048, 'id_str': '688547202457858048', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CY42CFWW8AACOwt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY42CFWW8AACOwt.jpg', 'url': 'https://t.co/7ycWCUrjmZ', 'display_url': 'pic.twitter.com/7ycWCUrjmZ', 'expanded_url': 'https://twitter.com/dog_rates/status/688547210804498433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 623, 'h': 631, 'resize': 'fit'}, 'small': {'w': 623, 'h': 631, 'resize': 'fit'}, 'medium': {'w': 623, 'h': 631, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688547202457858048, 'id_str': '688547202457858048', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CY42CFWW8AACOwt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY42CFWW8AACOwt.jpg', 'url': 'https://t.co/7ycWCUrjmZ', 'display_url': 'pic.twitter.com/7ycWCUrjmZ', 'expanded_url': 'https://twitter.com/dog_rates/status/688547210804498433/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 623, 'h': 631, 'resize': 'fit'}, 'small': {'w': 623, 'h': 631, 'resize': 'fit'}, 'medium': {'w': 623, 'h': 631, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 627, 'favorite_count': 2405, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1561:688519176466644993
{'created_at': 'Sun Jan 17 00:32:18 +0000 2016', 'id': 688519176466644993, 'id_str': '688519176466644993', 'full_text': 'This pupper is sprouting a flower out of her head. 12/10 revolutionary af https://t.co/glmvQBRjv4', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688519168061091840, 'id_str': '688519168061091840', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CY4ciRFUMAAovos.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY4ciRFUMAAovos.jpg', 'url': 'https://t.co/glmvQBRjv4', 'display_url': 'pic.twitter.com/glmvQBRjv4', 'expanded_url': 'https://twitter.com/dog_rates/status/688519176466644993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688519168061091840, 'id_str': '688519168061091840', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CY4ciRFUMAAovos.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY4ciRFUMAAovos.jpg', 'url': 'https://t.co/glmvQBRjv4', 'display_url': 'pic.twitter.com/glmvQBRjv4', 'expanded_url': 'https://twitter.com/dog_rates/status/688519176466644993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 661, 'favorite_count': 2155, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1562:688385280030670848
{'created_at': 'Sat Jan 16 15:40:14 +0000 2016', 'id': 688385280030670848, 'id_str': '688385280030670848', 'full_text': "This is Louis. He's takes top-notch selfies. 12/10 would snapchat with https://t.co/vz2DukO0th", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688385255020036098, 'id_str': '688385255020036098', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CY2ivgIWAAIPQzF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY2ivgIWAAIPQzF.jpg', 'url': 'https://t.co/vz2DukO0th', 'display_url': 'pic.twitter.com/vz2DukO0th', 'expanded_url': 'https://twitter.com/dog_rates/status/688385280030670848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 882, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 882, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 586, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688385255020036098, 'id_str': '688385255020036098', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CY2ivgIWAAIPQzF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY2ivgIWAAIPQzF.jpg', 'url': 'https://t.co/vz2DukO0th', 'display_url': 'pic.twitter.com/vz2DukO0th', 'expanded_url': 'https://twitter.com/dog_rates/status/688385280030670848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 882, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 882, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 586, 'h': 680, 'resize': 'fit'}}}, {'id': 688385265241575426, 'id_str': '688385265241575426', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CY2iwGNWUAI5zWi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY2iwGNWUAI5zWi.jpg', 'url': 'https://t.co/vz2DukO0th', 'display_url': 'pic.twitter.com/vz2DukO0th', 'expanded_url': 'https://twitter.com/dog_rates/status/688385280030670848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 898, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 898, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 596, 'h': 680, 'resize': 'fit'}}}, {'id': 688385268521525249, 'id_str': '688385268521525249', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CY2iwSbWYAEiwzj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY2iwSbWYAEiwzj.jpg', 'url': 'https://t.co/vz2DukO0th', 'display_url': 'pic.twitter.com/vz2DukO0th', 'expanded_url': 'https://twitter.com/dog_rates/status/688385280030670848/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 554, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 834, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 834, 'h': 1024, 'resize': 'fit'}}}, {'id': 688385268353728512, 'id_str': '688385268353728512', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CY2iwRzWAAA6qeO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CY2iwRzWAAA6qeO.jpg', 'url': 'https://t.co/vz2DukO0th', 'display_url': 'pic.twitter.com/vz2DukO0th', 'expanded_url': 'https://twitter.com/dog_rates/status/688385280030670848/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 863, 'resize': 'fit'}, 'large': {'w': 575, 'h': 863, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4086, 'favorite_count': 8570, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1563:688211956440801280
{'created_at': 'Sat Jan 16 04:11:31 +0000 2016', 'id': 688211956440801280, 'id_str': '688211956440801280', 'full_text': "This is Derby. He's a superstar. 13/10 (vid by @NBohlmann) https://t.co/o4Nfc8WoAO", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'NBohlmann', 'name': 'Noah Bohlmann', 'id': 497908906, 'id_str': '497908906', 'indices': [47, 57]}], 'urls': [], 'media': [{'id': 688211379870806016, 'id_str': '688211379870806016', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/688211379870806016/pu/img/OI0VTwPYnsScQg8R.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/688211379870806016/pu/img/OI0VTwPYnsScQg8R.jpg', 'url': 'https://t.co/o4Nfc8WoAO', 'display_url': 'pic.twitter.com/o4Nfc8WoAO', 'expanded_url': 'https://twitter.com/dog_rates/status/688211956440801280/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688211379870806016, 'id_str': '688211379870806016', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/688211379870806016/pu/img/OI0VTwPYnsScQg8R.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/688211379870806016/pu/img/OI0VTwPYnsScQg8R.jpg', 'url': 'https://t.co/o4Nfc8WoAO', 'display_url': 'pic.twitter.com/o4Nfc8WoAO', 'expanded_url': 'https://twitter.com/dog_rates/status/688211956440801280/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 14882, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/688211379870806016/pu/pl/NtSIa7doYcgqv0YG.m3u8'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/688211379870806016/pu/vid/720x1280/SZ2bT6nntG70fxpB.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/688211379870806016/pu/vid/180x320/j3HKQd9STHr2_UHR.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/688211379870806016/pu/vid/360x640/XoXZNX03Z4Yb1mF7.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 761, 'favorite_count': 2082, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1564:688179443353796608
{'created_at': 'Sat Jan 16 02:02:19 +0000 2016', 'id': 688179443353796608, 'id_str': '688179443353796608', 'full_text': "This is Lizzie. She's about to fist bump the large ridable maned pupper. She's very excited. 10/10 for both dogs https://t.co/mFhvtX36om", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688179431681036292, 'id_str': '688179431681036292', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CYznjAcUEAQ5Zq7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYznjAcUEAQ5Zq7.jpg', 'url': 'https://t.co/mFhvtX36om', 'display_url': 'pic.twitter.com/mFhvtX36om', 'expanded_url': 'https://twitter.com/dog_rates/status/688179443353796608/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 356, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 356, 'resize': 'fit'}, 'large': {'w': 640, 'h': 356, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688179431681036292, 'id_str': '688179431681036292', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CYznjAcUEAQ5Zq7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYznjAcUEAQ5Zq7.jpg', 'url': 'https://t.co/mFhvtX36om', 'display_url': 'pic.twitter.com/mFhvtX36om', 'expanded_url': 'https://twitter.com/dog_rates/status/688179443353796608/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 356, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 356, 'resize': 'fit'}, 'large': {'w': 640, 'h': 356, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 532, 'favorite_count': 1981, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1565:688116655151435777
{'created_at': 'Fri Jan 15 21:52:49 +0000 2016', 'id': 688116655151435777, 'id_str': '688116655151435777', 'full_text': "Please send dogs. I'm tired of seeing other stuff like this dangerous pirate. We only rate dogs. Thank you... 10/10 https://t.co/YdLytdZOqv", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688116647345848321, 'id_str': '688116647345848321', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYyucekVAAESj8K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYyucekVAAESj8K.jpg', 'url': 'https://t.co/YdLytdZOqv', 'display_url': 'pic.twitter.com/YdLytdZOqv', 'expanded_url': 'https://twitter.com/dog_rates/status/688116655151435777/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688116647345848321, 'id_str': '688116647345848321', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYyucekVAAESj8K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYyucekVAAESj8K.jpg', 'url': 'https://t.co/YdLytdZOqv', 'display_url': 'pic.twitter.com/YdLytdZOqv', 'expanded_url': 'https://twitter.com/dog_rates/status/688116655151435777/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 700, 'favorite_count': 2619, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1566:688064179421470721
{'created_at': 'Fri Jan 15 18:24:18 +0000 2016', 'id': 688064179421470721, 'id_str': '688064179421470721', 'full_text': "This is Kilo. He's a Pouncing Brioche. Really likes snow. 11/10 https://t.co/GS76SfkraY", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 688064156361072640, 'id_str': '688064156361072640', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CYx-tGaUoAAEXV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYx-tGaUoAAEXV8.jpg', 'url': 'https://t.co/GS76SfkraY', 'display_url': 'pic.twitter.com/GS76SfkraY', 'expanded_url': 'https://twitter.com/dog_rates/status/688064179421470721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 688064156361072640, 'id_str': '688064156361072640', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CYx-tGaUoAAEXV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYx-tGaUoAAEXV8.jpg', 'url': 'https://t.co/GS76SfkraY', 'display_url': 'pic.twitter.com/GS76SfkraY', 'expanded_url': 'https://twitter.com/dog_rates/status/688064179421470721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 324, 'favorite_count': 1601, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1567:687841446767013888
{'created_at': 'Fri Jan 15 03:39:15 +0000 2016', 'id': 687841446767013888, 'id_str': '687841446767013888', 'full_text': "13/10 I can't stop watching this (vid by @k8lynwright) https://t.co/nZhhMRr5Hp", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'k8lynwright', 'name': 'dr. k8lyn', 'id': 417269681, 'id_str': '417269681', 'indices': [41, 53]}], 'urls': [{'url': 'https://t.co/nZhhMRr5Hp', 'expanded_url': 'https://vine.co/v/iOWwUPH1hrw', 'display_url': 'vine.co/v/iOWwUPH1hrw', 'indices': [55, 78]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2256, 'favorite_count': 5032, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1568:687826841265172480
{'created_at': 'Fri Jan 15 02:41:12 +0000 2016', 'id': 687826841265172480, 'id_str': '687826841265172480', 'full_text': "This is Louis. He's a rollercoaster of emotions. Incalculably fluffy. 12/10 would pet firmly https://t.co/17RGvOZO9P", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687826834726195200, 'id_str': '687826834726195200', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYum3KbWEAArFrI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYum3KbWEAArFrI.jpg', 'url': 'https://t.co/17RGvOZO9P', 'display_url': 'pic.twitter.com/17RGvOZO9P', 'expanded_url': 'https://twitter.com/dog_rates/status/687826841265172480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687826834726195200, 'id_str': '687826834726195200', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYum3KbWEAArFrI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYum3KbWEAArFrI.jpg', 'url': 'https://t.co/17RGvOZO9P', 'display_url': 'pic.twitter.com/17RGvOZO9P', 'expanded_url': 'https://twitter.com/dog_rates/status/687826841265172480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 687826834713624578, 'id_str': '687826834713624578', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYum3KYWQAIbsPj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYum3KYWQAIbsPj.jpg', 'url': 'https://t.co/17RGvOZO9P', 'display_url': 'pic.twitter.com/17RGvOZO9P', 'expanded_url': 'https://twitter.com/dog_rates/status/687826841265172480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 687826834734628867, 'id_str': '687826834734628867', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYum3KdWwAMBdL6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYum3KdWwAMBdL6.jpg', 'url': 'https://t.co/17RGvOZO9P', 'display_url': 'pic.twitter.com/17RGvOZO9P', 'expanded_url': 'https://twitter.com/dog_rates/status/687826841265172480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 687826834805899264, 'id_str': '687826834805899264', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYum3KuWQAAGkk1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYum3KuWQAAGkk1.jpg', 'url': 'https://t.co/17RGvOZO9P', 'display_url': 'pic.twitter.com/17RGvOZO9P', 'expanded_url': 'https://twitter.com/dog_rates/status/687826841265172480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1013, 'favorite_count': 2527, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1569:687818504314159109
{'created_at': 'Fri Jan 15 02:08:05 +0000 2016', 'id': 687818504314159109, 'id_str': '687818504314159109', 'full_text': 'With great pupper comes great responsibility. 12/10 https://t.co/hK6xB042EP', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687818498882551808, 'id_str': '687818498882551808', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CYufR8_WQAAWCqo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYufR8_WQAAWCqo.jpg', 'url': 'https://t.co/hK6xB042EP', 'display_url': 'pic.twitter.com/hK6xB042EP', 'expanded_url': 'https://twitter.com/dog_rates/status/687818504314159109/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687818498882551808, 'id_str': '687818498882551808', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CYufR8_WQAAWCqo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYufR8_WQAAWCqo.jpg', 'url': 'https://t.co/hK6xB042EP', 'display_url': 'pic.twitter.com/hK6xB042EP', 'expanded_url': 'https://twitter.com/dog_rates/status/687818504314159109/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 866, 'favorite_count': 2283, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1570:687807801670897665
{'created_at': 'Fri Jan 15 01:25:33 +0000 2016', 'id': 687807801670897665, 'id_str': '687807801670897665', 'full_text': 'Meet Trooper & Maya. Trooper protects Maya from bad things like dognappers and Comcast. So touching. 11/10 for both https://t.co/c98k1IoZKy', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687807796000243712, 'id_str': '687807796000243712', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CYuVi9pWwAAbOGC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYuVi9pWwAAbOGC.jpg', 'url': 'https://t.co/c98k1IoZKy', 'display_url': 'pic.twitter.com/c98k1IoZKy', 'expanded_url': 'https://twitter.com/dog_rates/status/687807801670897665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 596, 'resize': 'fit'}, 'large': {'w': 640, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 596, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687807796000243712, 'id_str': '687807796000243712', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CYuVi9pWwAAbOGC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYuVi9pWwAAbOGC.jpg', 'url': 'https://t.co/c98k1IoZKy', 'display_url': 'pic.twitter.com/c98k1IoZKy', 'expanded_url': 'https://twitter.com/dog_rates/status/687807801670897665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 596, 'resize': 'fit'}, 'large': {'w': 640, 'h': 596, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 596, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 660, 'favorite_count': 2203, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1571:687732144991551489
{'created_at': 'Thu Jan 14 20:24:55 +0000 2016', 'id': 687732144991551489, 'id_str': '687732144991551489', 'full_text': "This is Ember. That's the q-tip she owes money to. 11/10 pay up pup. (vid by @leanda_h) https://t.co/kGRcRjRJRl", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/kGRcRjRJRl', 'expanded_url': 'https://vine.co/v/iOuMphL5DBY', 'display_url': 'vine.co/v/iOuMphL5DBY', 'indices': [88, 111]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 598, 'favorite_count': 1625, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1572:687704180304273409
{'created_at': 'Thu Jan 14 18:33:48 +0000 2016', 'id': 687704180304273409, 'id_str': '687704180304273409', 'full_text': "Say hello to Blakely. He thinks that's a hat. Silly pupper. That's a nanner. 9/10 https://t.co/UwOV1jqKRt", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687704170560749568, 'id_str': '687704170560749568', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CYs3TKzUAAAF9A2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYs3TKzUAAAF9A2.jpg', 'url': 'https://t.co/UwOV1jqKRt', 'display_url': 'pic.twitter.com/UwOV1jqKRt', 'expanded_url': 'https://twitter.com/dog_rates/status/687704180304273409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687704170560749568, 'id_str': '687704170560749568', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CYs3TKzUAAAF9A2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYs3TKzUAAAF9A2.jpg', 'url': 'https://t.co/UwOV1jqKRt', 'display_url': 'pic.twitter.com/UwOV1jqKRt', 'expanded_url': 'https://twitter.com/dog_rates/status/687704180304273409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 767, 'favorite_count': 2245, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1573:687664829264453632
{'created_at': 'Thu Jan 14 15:57:26 +0000 2016', 'id': 687664829264453632, 'id_str': '687664829264453632', 'full_text': "Meet Opal. He's a Belgian Dijon Poofster. Upset because his hood makes him look like blond Justin Timberlake. 11/10 https://t.co/IAt3jRZ5ez", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687664822905778177, 'id_str': '687664822905778177', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYsTg1XUsAEPjxE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYsTg1XUsAEPjxE.jpg', 'url': 'https://t.co/IAt3jRZ5ez', 'display_url': 'pic.twitter.com/IAt3jRZ5ez', 'expanded_url': 'https://twitter.com/dog_rates/status/687664829264453632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687664822905778177, 'id_str': '687664822905778177', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYsTg1XUsAEPjxE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYsTg1XUsAEPjxE.jpg', 'url': 'https://t.co/IAt3jRZ5ez', 'display_url': 'pic.twitter.com/IAt3jRZ5ez', 'expanded_url': 'https://twitter.com/dog_rates/status/687664829264453632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285564, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 471, 'favorite_count': 1807, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1574:687494652870668288
{'created_at': 'Thu Jan 14 04:41:12 +0000 2016', 'id': 687494652870668288, 'id_str': '687494652870668288', 'full_text': 'This is Marq. He stole this car. 7/10 wtf Marq? https://t.co/MHScqo5l8c', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687494643500515329, 'id_str': '687494643500515329', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CYp4vFrVAAEs9AX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYp4vFrVAAEs9AX.jpg', 'url': 'https://t.co/MHScqo5l8c', 'display_url': 'pic.twitter.com/MHScqo5l8c', 'expanded_url': 'https://twitter.com/dog_rates/status/687494652870668288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687494643500515329, 'id_str': '687494643500515329', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CYp4vFrVAAEs9AX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYp4vFrVAAEs9AX.jpg', 'url': 'https://t.co/MHScqo5l8c', 'display_url': 'pic.twitter.com/MHScqo5l8c', 'expanded_url': 'https://twitter.com/dog_rates/status/687494652870668288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 530, 'favorite_count': 1763, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1575:687480748861947905
{'created_at': 'Thu Jan 14 03:45:57 +0000 2016', 'id': 687480748861947905, 'id_str': '687480748861947905', 'full_text': 'Another magnificent photo. 12/10 https://t.co/X5w387K5jr', 'truncated': False, 'display_text_range': [0, 56], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687480736518111232, 'id_str': '687480736518111232', 'indices': [33, 56], 'media_url': 'http://pbs.twimg.com/media/CYpsFmIWAAAYh9C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYpsFmIWAAAYh9C.jpg', 'url': 'https://t.co/X5w387K5jr', 'display_url': 'pic.twitter.com/X5w387K5jr', 'expanded_url': 'https://twitter.com/dog_rates/status/687480748861947905/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687480736518111232, 'id_str': '687480736518111232', 'indices': [33, 56], 'media_url': 'http://pbs.twimg.com/media/CYpsFmIWAAAYh9C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYpsFmIWAAAYh9C.jpg', 'url': 'https://t.co/X5w387K5jr', 'display_url': 'pic.twitter.com/X5w387K5jr', 'expanded_url': 'https://twitter.com/dog_rates/status/687480748861947905/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 222, 'favorite_count': 1477, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1576:687476254459715584
{'created_at': 'Thu Jan 14 03:28:06 +0000 2016', 'id': 687476254459715584, 'id_str': '687476254459715584', 'full_text': "This is Curtis. He's a fluffball. 11/10 would snug this pupper https://t.co/1DzInODwrj", 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687476249128734720, 'id_str': '687476249128734720', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CYpoAZTWEAA6vDs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYpoAZTWEAA6vDs.jpg', 'url': 'https://t.co/1DzInODwrj', 'display_url': 'pic.twitter.com/1DzInODwrj', 'expanded_url': 'https://twitter.com/dog_rates/status/687476254459715584/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 594, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 858, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 858, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687476249128734720, 'id_str': '687476249128734720', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CYpoAZTWEAA6vDs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYpoAZTWEAA6vDs.jpg', 'url': 'https://t.co/1DzInODwrj', 'display_url': 'pic.twitter.com/1DzInODwrj', 'expanded_url': 'https://twitter.com/dog_rates/status/687476254459715584/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 594, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 858, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 858, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 483, 'favorite_count': 1832, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1577:687460506001633280
{'created_at': 'Thu Jan 14 02:25:31 +0000 2016', 'id': 687460506001633280, 'id_str': '687460506001633280', 'full_text': "This is Kramer. He's a Picasso Tortellini. Tie couldn't be more accurate. Confident af. Runs his own business. 10/10 https://t.co/jIcVW0xxmH", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687460500490338305, 'id_str': '687460500490338305', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYpZrtDWwAE8Kpw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYpZrtDWwAE8Kpw.jpg', 'url': 'https://t.co/jIcVW0xxmH', 'display_url': 'pic.twitter.com/jIcVW0xxmH', 'expanded_url': 'https://twitter.com/dog_rates/status/687460506001633280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687460500490338305, 'id_str': '687460500490338305', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYpZrtDWwAE8Kpw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYpZrtDWwAE8Kpw.jpg', 'url': 'https://t.co/jIcVW0xxmH', 'display_url': 'pic.twitter.com/jIcVW0xxmH', 'expanded_url': 'https://twitter.com/dog_rates/status/687460506001633280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 492, 'favorite_count': 1909, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1578:687399393394311168
{'created_at': 'Wed Jan 13 22:22:41 +0000 2016', 'id': 687399393394311168, 'id_str': '687399393394311168', 'full_text': "This is Barry. He's very fast. I hope he finds what he's looking for. 10/10 (vid by @KeeganWolfe33) https://t.co/nTAsyvbIiO", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/nTAsyvbIiO', 'expanded_url': 'https://vine.co/v/iM2hLu9LU5i', 'display_url': 'vine.co/v/iM2hLu9LU5i', 'indices': [100, 123]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 555, 'favorite_count': 1752, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1579:687317306314240000
{'created_at': 'Wed Jan 13 16:56:30 +0000 2016', 'id': 687317306314240000, 'id_str': '687317306314240000', 'full_text': "This is Tyrone. He's a leaf wizard. Self-motivated. No eyes (tragic). Inspirational af. 11/10 enthusiasm is tangible https://t.co/pRp1Npucbz", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687317297157935104, 'id_str': '687317297157935104', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'url': 'https://t.co/pRp1Npucbz', 'display_url': 'pic.twitter.com/pRp1Npucbz', 'expanded_url': 'https://twitter.com/dog_rates/status/687317306314240000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 573, 'h': 751, 'resize': 'fit'}, 'large': {'w': 573, 'h': 751, 'resize': 'fit'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687317297157935104, 'id_str': '687317297157935104', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnXcLEUkAAIQOM.jpg', 'url': 'https://t.co/pRp1Npucbz', 'display_url': 'pic.twitter.com/pRp1Npucbz', 'expanded_url': 'https://twitter.com/dog_rates/status/687317306314240000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 573, 'h': 751, 'resize': 'fit'}, 'large': {'w': 573, 'h': 751, 'resize': 'fit'}, 'small': {'w': 519, 'h': 680, 'resize': 'fit'}}}, {'id': 687317297166323712, 'id_str': '687317297166323712', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYnXcLGUkAAm-At.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnXcLGUkAAm-At.jpg', 'url': 'https://t.co/pRp1Npucbz', 'display_url': 'pic.twitter.com/pRp1Npucbz', 'expanded_url': 'https://twitter.com/dog_rates/status/687317306314240000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 766, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 766, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8359, 'favorite_count': 18680, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1580:687312378585812992
{'created_at': 'Wed Jan 13 16:36:55 +0000 2016', 'id': 687312378585812992, 'id_str': '687312378585812992', 'full_text': '"You got any games on your phone" 7/10 for invasive brown Dalmatian pupper https://t.co/yzGR9xjE9Q', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687312369295486976, 'id_str': '687312369295486976', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYnS9VWW8AAeR8m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnS9VWW8AAeR8m.jpg', 'url': 'https://t.co/yzGR9xjE9Q', 'display_url': 'pic.twitter.com/yzGR9xjE9Q', 'expanded_url': 'https://twitter.com/dog_rates/status/687312378585812992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687312369295486976, 'id_str': '687312369295486976', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYnS9VWW8AAeR8m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYnS9VWW8AAeR8m.jpg', 'url': 'https://t.co/yzGR9xjE9Q', 'display_url': 'pic.twitter.com/yzGR9xjE9Q', 'expanded_url': 'https://twitter.com/dog_rates/status/687312378585812992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1736, 'favorite_count': 4020, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1581:687127927494963200
{'created_at': 'Wed Jan 13 04:23:58 +0000 2016', 'id': 687127927494963200, 'id_str': '687127927494963200', 'full_text': "Meet Gordon. He's an asshole. 9/10 would still pet https://t.co/a34N7QwKbb", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687127922726039555, 'id_str': '687127922726039555', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CYkrNIVWcAMswmP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkrNIVWcAMswmP.jpg', 'url': 'https://t.co/a34N7QwKbb', 'display_url': 'pic.twitter.com/a34N7QwKbb', 'expanded_url': 'https://twitter.com/dog_rates/status/687127927494963200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687127922726039555, 'id_str': '687127922726039555', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CYkrNIVWcAMswmP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkrNIVWcAMswmP.jpg', 'url': 'https://t.co/a34N7QwKbb', 'display_url': 'pic.twitter.com/a34N7QwKbb', 'expanded_url': 'https://twitter.com/dog_rates/status/687127927494963200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2057, 'favorite_count': 4980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1582:687124485711986689
{'created_at': 'Wed Jan 13 04:10:18 +0000 2016', 'id': 687124485711986689, 'id_str': '687124485711986689', 'full_text': "Say hello to Samson. He's a Firecracker Häagen-Dazs. 11/10 objects in mirror may be more petable than they appear https://t.co/03vR9dn7jy", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687124481781927936, 'id_str': '687124481781927936', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYkoE10WEAAWqxm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkoE10WEAAWqxm.jpg', 'url': 'https://t.co/03vR9dn7jy', 'display_url': 'pic.twitter.com/03vR9dn7jy', 'expanded_url': 'https://twitter.com/dog_rates/status/687124485711986689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687124481781927936, 'id_str': '687124481781927936', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYkoE10WEAAWqxm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkoE10WEAAWqxm.jpg', 'url': 'https://t.co/03vR9dn7jy', 'display_url': 'pic.twitter.com/03vR9dn7jy', 'expanded_url': 'https://twitter.com/dog_rates/status/687124485711986689/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 462, 'favorite_count': 2021, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1583:687109925361856513
{'created_at': 'Wed Jan 13 03:12:26 +0000 2016', 'id': 687109925361856513, 'id_str': '687109925361856513', 'full_text': 'This is Baxter. He looks like a fun dog. Prefers action shots. 11/10 the last one is impeccable https://t.co/LHcH1yhhIb', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687109919556956160, 'id_str': '687109919556956160', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CYka1NTW8AA1Kmf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYka1NTW8AA1Kmf.jpg', 'url': 'https://t.co/LHcH1yhhIb', 'display_url': 'pic.twitter.com/LHcH1yhhIb', 'expanded_url': 'https://twitter.com/dog_rates/status/687109925361856513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687109919556956160, 'id_str': '687109919556956160', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CYka1NTW8AA1Kmf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYka1NTW8AA1Kmf.jpg', 'url': 'https://t.co/LHcH1yhhIb', 'display_url': 'pic.twitter.com/LHcH1yhhIb', 'expanded_url': 'https://twitter.com/dog_rates/status/687109925361856513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 687109919556907008, 'id_str': '687109919556907008', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CYka1NTWMAAOclP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYka1NTWMAAOclP.jpg', 'url': 'https://t.co/LHcH1yhhIb', 'display_url': 'pic.twitter.com/LHcH1yhhIb', 'expanded_url': 'https://twitter.com/dog_rates/status/687109925361856513/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 687109919582060545, 'id_str': '687109919582060545', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CYka1NZWAAEm4Zq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYka1NZWAAEm4Zq.jpg', 'url': 'https://t.co/LHcH1yhhIb', 'display_url': 'pic.twitter.com/LHcH1yhhIb', 'expanded_url': 'https://twitter.com/dog_rates/status/687109925361856513/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2239, 'favorite_count': 5373, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1584:687102708889812993
{'created_at': 'Wed Jan 13 02:43:46 +0000 2016', 'id': 687102708889812993, 'id_str': '687102708889812993', 'full_text': "Army of water dogs here. None of them know where they're going. Have no real purpose. Aggressive barks. 5/10 for all https://t.co/A88x73TwMN", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687102703005265921, 'id_str': '687102703005265921', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYkURJjW8AEamoI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkURJjW8AEamoI.jpg', 'url': 'https://t.co/A88x73TwMN', 'display_url': 'pic.twitter.com/A88x73TwMN', 'expanded_url': 'https://twitter.com/dog_rates/status/687102708889812993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687102703005265921, 'id_str': '687102703005265921', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYkURJjW8AEamoI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkURJjW8AEamoI.jpg', 'url': 'https://t.co/A88x73TwMN', 'display_url': 'pic.twitter.com/A88x73TwMN', 'expanded_url': 'https://twitter.com/dog_rates/status/687102708889812993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 873, 'favorite_count': 2171, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1585:687096057537363968
{'created_at': 'Wed Jan 13 02:17:20 +0000 2016', 'id': 687096057537363968, 'id_str': '687096057537363968', 'full_text': "This pupper's New Year's resolution was to become a Hershey's kiss. 11/10 she's super pumped about it https://t.co/D7jYj6vdwC", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 687096050230820864, 'id_str': '687096050230820864', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CYkON6CVAAAPXAc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkON6CVAAAPXAc.jpg', 'url': 'https://t.co/D7jYj6vdwC', 'display_url': 'pic.twitter.com/D7jYj6vdwC', 'expanded_url': 'https://twitter.com/dog_rates/status/687096057537363968/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 523, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 523, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 347, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 687096050230820864, 'id_str': '687096050230820864', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CYkON6CVAAAPXAc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYkON6CVAAAPXAc.jpg', 'url': 'https://t.co/D7jYj6vdwC', 'display_url': 'pic.twitter.com/D7jYj6vdwC', 'expanded_url': 'https://twitter.com/dog_rates/status/687096057537363968/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 523, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 523, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 347, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 552, 'favorite_count': 2082, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1586:686947101016735744
{'created_at': 'Tue Jan 12 16:25:26 +0000 2016', 'id': 686947101016735744, 'id_str': '686947101016735744', 'full_text': 'This is Jackson. He was specifically told not to sleep in the fridge. Damn it Jackson. 11/10 would squeeze softly https://t.co/lJs10ZJsgj', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686947095916363777, 'id_str': '686947095916363777', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYiGvn-UwAEe4wL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYiGvn-UwAEe4wL.jpg', 'url': 'https://t.co/lJs10ZJsgj', 'display_url': 'pic.twitter.com/lJs10ZJsgj', 'expanded_url': 'https://twitter.com/dog_rates/status/686947101016735744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 652, 'resize': 'fit'}, 'large': {'w': 750, 'h': 719, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 719, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686947095916363777, 'id_str': '686947095916363777', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYiGvn-UwAEe4wL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYiGvn-UwAEe4wL.jpg', 'url': 'https://t.co/lJs10ZJsgj', 'display_url': 'pic.twitter.com/lJs10ZJsgj', 'expanded_url': 'https://twitter.com/dog_rates/status/686947101016735744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 652, 'resize': 'fit'}, 'large': {'w': 750, 'h': 719, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 719, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2905, 'favorite_count': 8002, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1587:686760001961103360
{'created_at': 'Tue Jan 12 04:01:58 +0000 2016', 'id': 686760001961103360, 'id_str': '686760001961103360', 'full_text': 'This pupper forgot how to walk. 12/10 happens to all of us (vid by @bbuckley96) https://t.co/KFTrkSOuu3', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/KFTrkSOuu3', 'expanded_url': 'https://vine.co/v/iMvubwT260D', 'display_url': 'vine.co/v/iMvubwT260D', 'indices': [80, 103]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1258, 'favorite_count': 3244, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1588:686749460672679938
{'created_at': 'Tue Jan 12 03:20:05 +0000 2016', 'id': 686749460672679938, 'id_str': '686749460672679938', 'full_text': 'Strange pup here. Easily manipulated. Rather inbred. Sharp for a dog. Appears uncomfortable. 8/10 would still pet https://t.co/nSQrhwbk1V', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686749394683691008, 'id_str': '686749394683691008', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYfS75fWAAAllde.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYfS75fWAAAllde.jpg', 'url': 'https://t.co/nSQrhwbk1V', 'display_url': 'pic.twitter.com/nSQrhwbk1V', 'expanded_url': 'https://twitter.com/dog_rates/status/686749460672679938/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686749394683691008, 'id_str': '686749394683691008', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYfS75fWAAAllde.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYfS75fWAAAllde.jpg', 'url': 'https://t.co/nSQrhwbk1V', 'display_url': 'pic.twitter.com/nSQrhwbk1V', 'expanded_url': 'https://twitter.com/dog_rates/status/686749460672679938/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1321, 'favorite_count': 3206, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1589:686730991906516992
{'created_at': 'Tue Jan 12 02:06:41 +0000 2016', 'id': 686730991906516992, 'id_str': '686730991906516992', 'full_text': 'I just love this picture. 12/10 lovely af https://t.co/Kc84eFNhYU', 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686730987418550272, 'id_str': '686730987418550272', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CYfCMdFWAAA44YA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYfCMdFWAAA44YA.jpg', 'url': 'https://t.co/Kc84eFNhYU', 'display_url': 'pic.twitter.com/Kc84eFNhYU', 'expanded_url': 'https://twitter.com/dog_rates/status/686730991906516992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686730987418550272, 'id_str': '686730987418550272', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CYfCMdFWAAA44YA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYfCMdFWAAA44YA.jpg', 'url': 'https://t.co/Kc84eFNhYU', 'display_url': 'pic.twitter.com/Kc84eFNhYU', 'expanded_url': 'https://twitter.com/dog_rates/status/686730991906516992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1094, 'favorite_count': 3814, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1590:686683045143953408
{'created_at': 'Mon Jan 11 22:56:10 +0000 2016', 'id': 686683045143953408, 'id_str': '686683045143953408', 'full_text': "This is Mona. She's a Yarborough Splishnsplash. Lost body during Nam. 11/10 revolutionary pupper https://t.co/pgD6h0yhgz", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686683039674531840, 'id_str': '686683039674531840', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CYeWlh0WAAADhsj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYeWlh0WAAADhsj.jpg', 'url': 'https://t.co/pgD6h0yhgz', 'display_url': 'pic.twitter.com/pgD6h0yhgz', 'expanded_url': 'https://twitter.com/dog_rates/status/686683045143953408/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686683039674531840, 'id_str': '686683039674531840', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CYeWlh0WAAADhsj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYeWlh0WAAADhsj.jpg', 'url': 'https://t.co/pgD6h0yhgz', 'display_url': 'pic.twitter.com/pgD6h0yhgz', 'expanded_url': 'https://twitter.com/dog_rates/status/686683045143953408/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 735, 'favorite_count': 2614, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1591:686618349602762752
{'created_at': 'Mon Jan 11 18:39:05 +0000 2016', 'id': 686618349602762752, 'id_str': '686618349602762752', 'full_text': 'This is Olivia. She just saw an adult wearing crocs. 11/10 poor pupper. No one should witness such a thing https://t.co/yJVTi1DjJc', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686618344242442241, 'id_str': '686618344242442241', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CYdbvwjWcAEtjYu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYdbvwjWcAEtjYu.jpg', 'url': 'https://t.co/yJVTi1DjJc', 'display_url': 'pic.twitter.com/yJVTi1DjJc', 'expanded_url': 'https://twitter.com/dog_rates/status/686618349602762752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686618344242442241, 'id_str': '686618344242442241', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CYdbvwjWcAEtjYu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYdbvwjWcAEtjYu.jpg', 'url': 'https://t.co/yJVTi1DjJc', 'display_url': 'pic.twitter.com/yJVTi1DjJc', 'expanded_url': 'https://twitter.com/dog_rates/status/686618349602762752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1240, 'favorite_count': 3417, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1592:686606069955735556
{'created_at': 'Mon Jan 11 17:50:18 +0000 2016', 'id': 686606069955735556, 'id_str': '686606069955735556', 'full_text': 'Meet Horace. He was practicing his levitation, minding his own business when a rogue tennis ball spooked him. 10/10 https://t.co/tB9xYjMyZd', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686606059734216705, 'id_str': '686606059734216705', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYdQktMWsAEI29_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYdQktMWsAEI29_.jpg', 'url': 'https://t.co/tB9xYjMyZd', 'display_url': 'pic.twitter.com/tB9xYjMyZd', 'expanded_url': 'https://twitter.com/dog_rates/status/686606069955735556/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686606059734216705, 'id_str': '686606059734216705', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYdQktMWsAEI29_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYdQktMWsAEI29_.jpg', 'url': 'https://t.co/tB9xYjMyZd', 'display_url': 'pic.twitter.com/tB9xYjMyZd', 'expanded_url': 'https://twitter.com/dog_rates/status/686606069955735556/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 492, 'favorite_count': 1754, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1593:686394059078897668
{'created_at': 'Mon Jan 11 03:47:50 +0000 2016', 'id': 686394059078897668, 'id_str': '686394059078897668', 'full_text': "This pup's having a nightmare that he forgot to type a paper due first thing in the morning. 12/10 (vid by ... https://t.co/CufnbUT0pB", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/CufnbUT0pB', 'expanded_url': 'https://vine.co/v/iMqBebnOvav', 'display_url': 'vine.co/v/iMqBebnOvav', 'indices': [111, 134]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 633, 'favorite_count': 1600, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1594:686386521809772549
{'created_at': 'Mon Jan 11 03:17:53 +0000 2016', 'id': 686386521809772549, 'id_str': '686386521809772549', 'full_text': "Say hello to Crimson. He's a Speckled Winnebago. Main passions are air hockey & parkour. 11/10 would pet thoroughly https://t.co/J5aI7SjzDc", 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686386513144377345, 'id_str': '686386513144377345', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CYaI5aaW8AE8Uyk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYaI5aaW8AE8Uyk.jpg', 'url': 'https://t.co/J5aI7SjzDc', 'display_url': 'pic.twitter.com/J5aI7SjzDc', 'expanded_url': 'https://twitter.com/dog_rates/status/686386521809772549/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686386513144377345, 'id_str': '686386513144377345', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CYaI5aaW8AE8Uyk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYaI5aaW8AE8Uyk.jpg', 'url': 'https://t.co/J5aI7SjzDc', 'display_url': 'pic.twitter.com/J5aI7SjzDc', 'expanded_url': 'https://twitter.com/dog_rates/status/686386521809772549/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 792, 'favorite_count': 3015, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1595:686377065986265092
{'created_at': 'Mon Jan 11 02:40:19 +0000 2016', 'id': 686377065986265092, 'id_str': '686377065986265092', 'full_text': "Meet Birf. He thinks he's gone blind. 10/10 very frightened pupper https://t.co/oDkspjNWYX", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686377054594441218, 'id_str': '686377054594441218', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CYaAS2kUoAINkye.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYaAS2kUoAINkye.jpg', 'url': 'https://t.co/oDkspjNWYX', 'display_url': 'pic.twitter.com/oDkspjNWYX', 'expanded_url': 'https://twitter.com/dog_rates/status/686377065986265092/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686377054594441218, 'id_str': '686377054594441218', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CYaAS2kUoAINkye.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYaAS2kUoAINkye.jpg', 'url': 'https://t.co/oDkspjNWYX', 'display_url': 'pic.twitter.com/oDkspjNWYX', 'expanded_url': 'https://twitter.com/dog_rates/status/686377065986265092/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 682, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 515, 'favorite_count': 2052, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1596:686358356425093120
{'created_at': 'Mon Jan 11 01:25:58 +0000 2016', 'id': 686358356425093120, 'id_str': '686358356425093120', 'full_text': 'Heartwarming scene here. Son reuniting w father after coming home from deployment. Very moving. 10/10 for both pups https://t.co/95JJevQOWW', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686358343338844161, 'id_str': '686358343338844161', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYZvRttWYAE_RXc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYZvRttWYAE_RXc.jpg', 'url': 'https://t.co/95JJevQOWW', 'display_url': 'pic.twitter.com/95JJevQOWW', 'expanded_url': 'https://twitter.com/dog_rates/status/686358356425093120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686358343338844161, 'id_str': '686358343338844161', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYZvRttWYAE_RXc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYZvRttWYAE_RXc.jpg', 'url': 'https://t.co/95JJevQOWW', 'display_url': 'pic.twitter.com/95JJevQOWW', 'expanded_url': 'https://twitter.com/dog_rates/status/686358356425093120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 602, 'favorite_count': 2001, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1597:686286779679375361
{'created_at': 'Sun Jan 10 20:41:33 +0000 2016', 'id': 686286779679375361, 'id_str': '686286779679375361', 'full_text': 'When bae calls your name from across the room. 12/10 (vid by @christinemcc98) https://t.co/xolcXA6gxe', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'christinemcc98', 'name': 'Steen🦀', 'id': 2252694938, 'id_str': '2252694938', 'indices': [61, 76]}], 'urls': [{'url': 'https://t.co/xolcXA6gxe', 'expanded_url': 'https://vine.co/v/iMZx6aDbExn', 'display_url': 'vine.co/v/iMZx6aDbExn', 'indices': [78, 101]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1527, 'favorite_count': 3729, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1598:686050296934563840
{'created_at': 'Sun Jan 10 05:01:51 +0000 2016', 'id': 686050296934563840, 'id_str': '686050296934563840', 'full_text': "This is Flávio. He's a Macedonian Poppycock. 97% floof. Jubilant af. 11/10 personally I'd pet the hell out of https://t.co/BUyX7isHRg", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686050200440451072, 'id_str': '686050200440451072', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CYVXBb9WsAAwL3p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYVXBb9WsAAwL3p.jpg', 'url': 'https://t.co/BUyX7isHRg', 'display_url': 'pic.twitter.com/BUyX7isHRg', 'expanded_url': 'https://twitter.com/dog_rates/status/686050296934563840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686050200440451072, 'id_str': '686050200440451072', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CYVXBb9WsAAwL3p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYVXBb9WsAAwL3p.jpg', 'url': 'https://t.co/BUyX7isHRg', 'display_url': 'pic.twitter.com/BUyX7isHRg', 'expanded_url': 'https://twitter.com/dog_rates/status/686050296934563840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 664, 'favorite_count': 2066, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1599:686035780142297088
{'created_at': 'Sun Jan 10 04:04:10 +0000 2016', 'id': 686035780142297088, 'id_str': '686035780142297088', 'full_text': "Yes I do realize a rating of 4/20 would've been fitting. However, it would be unjust to give these cooperative pups that low of a rating", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 686034024800862208, 'in_reply_to_status_id_str': '686034024800862208', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 104, 'favorite_count': 1062, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1600:686034024800862208
{'created_at': 'Sun Jan 10 03:57:12 +0000 2016', 'id': 686034024800862208, 'id_str': '686034024800862208', 'full_text': "Your fav crew is back and this time they're embracing cannabis culture. 12/10 for all https://t.co/oSvRDuMm1D", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686034020262625280, 'id_str': '686034020262625280', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CYVIToGWQAAEZ_y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYVIToGWQAAEZ_y.jpg', 'url': 'https://t.co/oSvRDuMm1D', 'display_url': 'pic.twitter.com/oSvRDuMm1D', 'expanded_url': 'https://twitter.com/dog_rates/status/686034024800862208/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 639, 'h': 425, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 425, 'resize': 'fit'}, 'small': {'w': 639, 'h': 425, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686034020262625280, 'id_str': '686034020262625280', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CYVIToGWQAAEZ_y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYVIToGWQAAEZ_y.jpg', 'url': 'https://t.co/oSvRDuMm1D', 'display_url': 'pic.twitter.com/oSvRDuMm1D', 'expanded_url': 'https://twitter.com/dog_rates/status/686034024800862208/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 639, 'h': 425, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 425, 'resize': 'fit'}, 'small': {'w': 639, 'h': 425, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1038, 'favorite_count': 2851, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1601:686007916130873345
{'created_at': 'Sun Jan 10 02:13:27 +0000 2016', 'id': 686007916130873345, 'id_str': '686007916130873345', 'full_text': "This pupper has a magical eye. 11/10 I can't stop looking at it https://t.co/heAGpKTpPW", 'truncated': False, 'display_text_range': [0, 87], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686007910048989185, 'id_str': '686007910048989185', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CYUwjz-UAAEcdi8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYUwjz-UAAEcdi8.jpg', 'url': 'https://t.co/heAGpKTpPW', 'display_url': 'pic.twitter.com/heAGpKTpPW', 'expanded_url': 'https://twitter.com/dog_rates/status/686007916130873345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686007910048989185, 'id_str': '686007910048989185', 'indices': [64, 87], 'media_url': 'http://pbs.twimg.com/media/CYUwjz-UAAEcdi8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYUwjz-UAAEcdi8.jpg', 'url': 'https://t.co/heAGpKTpPW', 'display_url': 'pic.twitter.com/heAGpKTpPW', 'expanded_url': 'https://twitter.com/dog_rates/status/686007916130873345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 366, 'favorite_count': 2285, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1602:686003207160610816
{'created_at': 'Sun Jan 10 01:54:44 +0000 2016', 'id': 686003207160610816, 'id_str': '686003207160610816', 'full_text': "This is Hammond. He's a peculiar pup. Loves long walks. Bark barely audible. Too many legs. 3/10 must be rare https://t.co/NOIiRWr5Jf", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 686003200739115008, 'id_str': '686003200739115008', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CYUsRsbWAAAUt4Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYUsRsbWAAAUt4Y.jpg', 'url': 'https://t.co/NOIiRWr5Jf', 'display_url': 'pic.twitter.com/NOIiRWr5Jf', 'expanded_url': 'https://twitter.com/dog_rates/status/686003207160610816/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 686003200739115008, 'id_str': '686003200739115008', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CYUsRsbWAAAUt4Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYUsRsbWAAAUt4Y.jpg', 'url': 'https://t.co/NOIiRWr5Jf', 'display_url': 'pic.twitter.com/NOIiRWr5Jf', 'expanded_url': 'https://twitter.com/dog_rates/status/686003207160610816/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 563, 'favorite_count': 1684, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1603:685973236358713344
{'created_at': 'Sat Jan 09 23:55:38 +0000 2016', 'id': 685973236358713344, 'id_str': '685973236358713344', 'full_text': "This is Lorelei. She's contemplating her existence and the eventual heat death of the universe. 11/10 very majestic https://t.co/xbUoULOIS8", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685973228901261312, 'id_str': '685973228901261312', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYURBGoWYAAKey3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYURBGoWYAAKey3.jpg', 'url': 'https://t.co/xbUoULOIS8', 'display_url': 'pic.twitter.com/xbUoULOIS8', 'expanded_url': 'https://twitter.com/dog_rates/status/685973236358713344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 740, 'resize': 'fit'}, 'large': {'w': 750, 'h': 740, 'resize': 'fit'}, 'small': {'w': 680, 'h': 671, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685973228901261312, 'id_str': '685973228901261312', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYURBGoWYAAKey3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYURBGoWYAAKey3.jpg', 'url': 'https://t.co/xbUoULOIS8', 'display_url': 'pic.twitter.com/xbUoULOIS8', 'expanded_url': 'https://twitter.com/dog_rates/status/685973236358713344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 740, 'resize': 'fit'}, 'large': {'w': 750, 'h': 740, 'resize': 'fit'}, 'small': {'w': 680, 'h': 671, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 477, 'favorite_count': 1941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1604:685943807276412928
{'created_at': 'Sat Jan 09 21:58:42 +0000 2016', 'id': 685943807276412928, 'id_str': '685943807276412928', 'full_text': "This is the newly formed pupper a capella group. They're just starting out but I see tons of potential. 8/10 for all https://t.co/wbAcvFoNtn", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685943751555051520, 'id_str': '685943751555051520', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/685943751555051520/pu/img/rlBvQWaFPUMx1MTi.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/685943751555051520/pu/img/rlBvQWaFPUMx1MTi.jpg', 'url': 'https://t.co/wbAcvFoNtn', 'display_url': 'pic.twitter.com/wbAcvFoNtn', 'expanded_url': 'https://twitter.com/dog_rates/status/685943807276412928/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685943751555051520, 'id_str': '685943751555051520', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/685943751555051520/pu/img/rlBvQWaFPUMx1MTi.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/685943751555051520/pu/img/rlBvQWaFPUMx1MTi.jpg', 'url': 'https://t.co/wbAcvFoNtn', 'display_url': 'pic.twitter.com/wbAcvFoNtn', 'expanded_url': 'https://twitter.com/dog_rates/status/685943807276412928/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 9870, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/685943751555051520/pu/vid/360x640/Y1Lx1AHZinlYhLQd.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/685943751555051520/pu/vid/180x320/Tg98cfrBD-pWVUVz.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/685943751555051520/pu/vid/720x1280/nzCdZJJ1J_zAce5v.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/685943751555051520/pu/pl/ya9sp9SLXNqjrWab.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 536, 'favorite_count': 1499, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1605:685906723014619143
{'created_at': 'Sat Jan 09 19:31:20 +0000 2016', 'id': 685906723014619143, 'id_str': '685906723014619143', 'full_text': "This is Olive. He's stuck in a sleeve. 9/10 damn it Olive https://t.co/NnLjg6BgyF", 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685906717385854977, 'id_str': '685906717385854977', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CYTUhn7WkAEXocW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYTUhn7WkAEXocW.jpg', 'url': 'https://t.co/NnLjg6BgyF', 'display_url': 'pic.twitter.com/NnLjg6BgyF', 'expanded_url': 'https://twitter.com/dog_rates/status/685906723014619143/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685906717385854977, 'id_str': '685906717385854977', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CYTUhn7WkAEXocW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYTUhn7WkAEXocW.jpg', 'url': 'https://t.co/NnLjg6BgyF', 'display_url': 'pic.twitter.com/NnLjg6BgyF', 'expanded_url': 'https://twitter.com/dog_rates/status/685906723014619143/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}}}, {'id': 685906717402640384, 'id_str': '685906717402640384', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CYTUhn_WsAAdT9k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYTUhn_WsAAdT9k.jpg', 'url': 'https://t.co/NnLjg6BgyF', 'display_url': 'pic.twitter.com/NnLjg6BgyF', 'expanded_url': 'https://twitter.com/dog_rates/status/685906723014619143/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2596, 'favorite_count': 6911, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1606:685681090388975616
{'created_at': 'Sat Jan 09 04:34:45 +0000 2016', 'id': 685681090388975616, 'id_str': '685681090388975616', 'full_text': 'Jack deserves another round of applause. If you missed this earlier today I strongly suggest reading it. Wonderful first 14/10 🐶❤️', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 685547936038666240, 'in_reply_to_status_id_str': '685547936038666240', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 110, 'favorite_count': 1888, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1607:685667379192414208
{'created_at': 'Sat Jan 09 03:40:16 +0000 2016', 'id': 685667379192414208, 'id_str': '685667379192414208', 'full_text': 'This is Marty. He has no idea what happened here. Never seen this stuff in his life. 9/10 very suspicious pupper https://t.co/u427woxFpJ', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685667374155075584, 'id_str': '685667374155075584', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CYP62A6WkAAOnL4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYP62A6WkAAOnL4.jpg', 'url': 'https://t.co/u427woxFpJ', 'display_url': 'pic.twitter.com/u427woxFpJ', 'expanded_url': 'https://twitter.com/dog_rates/status/685667379192414208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685667374155075584, 'id_str': '685667374155075584', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CYP62A6WkAAOnL4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYP62A6WkAAOnL4.jpg', 'url': 'https://t.co/u427woxFpJ', 'display_url': 'pic.twitter.com/u427woxFpJ', 'expanded_url': 'https://twitter.com/dog_rates/status/685667379192414208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 511, 'favorite_count': 2186, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1608:685663452032069632
{'created_at': 'Sat Jan 09 03:24:40 +0000 2016', 'id': 685663452032069632, 'id_str': '685663452032069632', 'full_text': "Meet Brooks. He's confused by the almighty ball of tennis. 12/10 \n\n(vid by @PDolan37) https://t.co/AcVWe39nmM", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'PDolan37', 'name': 'Peter Dolan', 'id': 2594027781, 'id_str': '2594027781', 'indices': [75, 84]}], 'urls': [], 'media': [{'id': 685663358637486080, 'id_str': '685663358637486080', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/685663358637486080/pu/img/3cXSHFZAgJQ_dDCf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/685663358637486080/pu/img/3cXSHFZAgJQ_dDCf.jpg', 'url': 'https://t.co/AcVWe39nmM', 'display_url': 'pic.twitter.com/AcVWe39nmM', 'expanded_url': 'https://twitter.com/dog_rates/status/685663452032069632/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685663358637486080, 'id_str': '685663358637486080', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/685663358637486080/pu/img/3cXSHFZAgJQ_dDCf.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/685663358637486080/pu/img/3cXSHFZAgJQ_dDCf.jpg', 'url': 'https://t.co/AcVWe39nmM', 'display_url': 'pic.twitter.com/AcVWe39nmM', 'expanded_url': 'https://twitter.com/dog_rates/status/685663452032069632/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 30026, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/685663358637486080/pu/vid/180x320/Sw3FBUUE7Zqtowxy.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/685663358637486080/pu/pl/csfEEcs_Tl--oyaR.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1335, 'favorite_count': 2978, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1609:685641971164143616
{'created_at': 'Sat Jan 09 01:59:19 +0000 2016', 'id': 685641971164143616, 'id_str': '685641971164143616', 'full_text': 'This is Otis. He just passed a cop while going 61 in a 45. Very nervous pupper. 7/10 https://t.co/jJS8qQeuNO', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685641966403645440, 'id_str': '685641966403645440', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CYPjvFqW8AAgiP2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYPjvFqW8AAgiP2.jpg', 'url': 'https://t.co/jJS8qQeuNO', 'display_url': 'pic.twitter.com/jJS8qQeuNO', 'expanded_url': 'https://twitter.com/dog_rates/status/685641971164143616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685641966403645440, 'id_str': '685641966403645440', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CYPjvFqW8AAgiP2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYPjvFqW8AAgiP2.jpg', 'url': 'https://t.co/jJS8qQeuNO', 'display_url': 'pic.twitter.com/jJS8qQeuNO', 'expanded_url': 'https://twitter.com/dog_rates/status/685641971164143616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 700, 'favorite_count': 2697, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1610:685547936038666240
{'created_at': 'Fri Jan 08 19:45:39 +0000 2016', 'id': 685547936038666240, 'id_str': '685547936038666240', 'full_text': 'Everybody needs to read this. Jack is our first 14/10. Truly heroic pupper https://t.co/3m6bNGXWnM', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685547930707750912, 'id_str': '685547930707750912', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYOONfZW8AA7IOA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYOONfZW8AA7IOA.jpg', 'url': 'https://t.co/3m6bNGXWnM', 'display_url': 'pic.twitter.com/3m6bNGXWnM', 'expanded_url': 'https://twitter.com/dog_rates/status/685547936038666240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685547930707750912, 'id_str': '685547930707750912', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYOONfZW8AA7IOA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYOONfZW8AA7IOA.jpg', 'url': 'https://t.co/3m6bNGXWnM', 'display_url': 'pic.twitter.com/3m6bNGXWnM', 'expanded_url': 'https://twitter.com/dog_rates/status/685547936038666240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}, {'id': 685547930707718144, 'id_str': '685547930707718144', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYOONfZWcAAXQFP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYOONfZWcAAXQFP.jpg', 'url': 'https://t.co/3m6bNGXWnM', 'display_url': 'pic.twitter.com/3m6bNGXWnM', 'expanded_url': 'https://twitter.com/dog_rates/status/685547936038666240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14155, 'favorite_count': 30424, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1611:685532292383666176
{'created_at': 'Fri Jan 08 18:43:29 +0000 2016', 'id': 685532292383666176, 'id_str': '685532292383666176', 'full_text': 'For the last time, WE. DO. NOT. RATE. BULBASAUR. We only rate dogs. Please only send dogs. Thank you ...9/10 https://t.co/GboDG8WhJG', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685532287132430340, 'id_str': '685532287132430340', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CYN_-6iW8AQhPu2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYN_-6iW8AQhPu2.jpg', 'url': 'https://t.co/GboDG8WhJG', 'display_url': 'pic.twitter.com/GboDG8WhJG', 'expanded_url': 'https://twitter.com/dog_rates/status/685532292383666176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 333, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 333, 'resize': 'fit'}, 'small': {'w': 500, 'h': 333, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685532287132430340, 'id_str': '685532287132430340', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CYN_-6iW8AQhPu2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYN_-6iW8AQhPu2.jpg', 'url': 'https://t.co/GboDG8WhJG', 'display_url': 'pic.twitter.com/GboDG8WhJG', 'expanded_url': 'https://twitter.com/dog_rates/status/685532292383666176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 333, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 333, 'resize': 'fit'}, 'small': {'w': 500, 'h': 333, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1047, 'favorite_count': 2814, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1612:685325112850124800
{'created_at': 'Fri Jan 08 05:00:14 +0000 2016', 'id': 685325112850124800, 'id_str': '685325112850124800', 'full_text': '"Tristan do not speak to me with that kind of tone or I will take away the Xbox." 10/10 https://t.co/VGPH0TfESw', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685325091882799104, 'id_str': '685325091882799104', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'url': 'https://t.co/VGPH0TfESw', 'display_url': 'pic.twitter.com/VGPH0TfESw', 'expanded_url': 'https://twitter.com/dog_rates/status/685325112850124800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685325091882799104, 'id_str': '685325091882799104', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLDikFWEAAIy1y.jpg', 'url': 'https://t.co/VGPH0TfESw', 'display_url': 'pic.twitter.com/VGPH0TfESw', 'expanded_url': 'https://twitter.com/dog_rates/status/685325112850124800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3590, 'favorite_count': 8688, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1613:685321586178670592
{'created_at': 'Fri Jan 08 04:46:13 +0000 2016', 'id': 685321586178670592, 'id_str': '685321586178670592', 'full_text': 'This is Rocky. He sleeps like a psychopath. 10/10 quality tongue slip https://t.co/MbgG95mUdu', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685321578897354753, 'id_str': '685321578897354753', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CYLAWFMWMAEcRzb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLAWFMWMAEcRzb.jpg', 'url': 'https://t.co/MbgG95mUdu', 'display_url': 'pic.twitter.com/MbgG95mUdu', 'expanded_url': 'https://twitter.com/dog_rates/status/685321586178670592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 889, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}, 'large': {'w': 889, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685321578897354753, 'id_str': '685321578897354753', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CYLAWFMWMAEcRzb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYLAWFMWMAEcRzb.jpg', 'url': 'https://t.co/MbgG95mUdu', 'display_url': 'pic.twitter.com/MbgG95mUdu', 'expanded_url': 'https://twitter.com/dog_rates/status/685321586178670592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 889, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}, 'large': {'w': 889, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 580, 'favorite_count': 2451, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1614:685315239903100929
{'created_at': 'Fri Jan 08 04:21:00 +0000 2016', 'id': 685315239903100929, 'id_str': '685315239903100929', 'full_text': "I would like everyone to appreciate this pup's face as much as I do. 11/10 https://t.co/QIe7oxkSNo", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685315229488680960, 'id_str': '685315229488680960', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYK6kfzWkAA7SHd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYK6kfzWkAA7SHd.jpg', 'url': 'https://t.co/QIe7oxkSNo', 'display_url': 'pic.twitter.com/QIe7oxkSNo', 'expanded_url': 'https://twitter.com/dog_rates/status/685315239903100929/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 784, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'large': {'w': 784, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685315229488680960, 'id_str': '685315229488680960', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYK6kfzWkAA7SHd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYK6kfzWkAA7SHd.jpg', 'url': 'https://t.co/QIe7oxkSNo', 'display_url': 'pic.twitter.com/QIe7oxkSNo', 'expanded_url': 'https://twitter.com/dog_rates/status/685315239903100929/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 784, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'large': {'w': 784, 'h': 1024, 'resize': 'fit'}}}, {'id': 685315229492850688, 'id_str': '685315229492850688', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CYK6kf0WMAAzP-0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYK6kf0WMAAzP-0.jpg', 'url': 'https://t.co/QIe7oxkSNo', 'display_url': 'pic.twitter.com/QIe7oxkSNo', 'expanded_url': 'https://twitter.com/dog_rates/status/685315239903100929/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 106, 'h': 106, 'resize': 'crop'}, 'medium': {'w': 106, 'h': 106, 'resize': 'fit'}, 'large': {'w': 106, 'h': 106, 'resize': 'fit'}, 'small': {'w': 106, 'h': 106, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 945, 'favorite_count': 3035, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1615:685307451701334016
{'created_at': 'Fri Jan 08 03:50:03 +0000 2016', 'id': 685307451701334016, 'id_str': '685307451701334016', 'full_text': "Say hello to Petrick. He's an Altostratus Floofer. Just had a run in with a trash bag. Groovy checkered floor. 11/10 https://t.co/rwW7z1JAOF", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685307443652472833, 'id_str': '685307443652472833', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYKzfTTWMAEeTN7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYKzfTTWMAEeTN7.jpg', 'url': 'https://t.co/rwW7z1JAOF', 'display_url': 'pic.twitter.com/rwW7z1JAOF', 'expanded_url': 'https://twitter.com/dog_rates/status/685307451701334016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685307443652472833, 'id_str': '685307443652472833', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYKzfTTWMAEeTN7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYKzfTTWMAEeTN7.jpg', 'url': 'https://t.co/rwW7z1JAOF', 'display_url': 'pic.twitter.com/rwW7z1JAOF', 'expanded_url': 'https://twitter.com/dog_rates/status/685307451701334016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 397, 'favorite_count': 1929, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1616:685268753634967552
{'created_at': 'Fri Jan 08 01:16:17 +0000 2016', 'id': 685268753634967552, 'id_str': '685268753634967552', 'full_text': "This is Hubertson. He's a Carmel Haberdashery. Enjoys long summer days on his boat. Very peaceful pupper. 10/10 https://t.co/vzCl35fKlZ", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685268746391273473, 'id_str': '685268746391273473', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CYKQS0xUQAEOptC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYKQS0xUQAEOptC.jpg', 'url': 'https://t.co/vzCl35fKlZ', 'display_url': 'pic.twitter.com/vzCl35fKlZ', 'expanded_url': 'https://twitter.com/dog_rates/status/685268753634967552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 641, 'resize': 'fit'}, 'large': {'w': 640, 'h': 641, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 641, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685268746391273473, 'id_str': '685268746391273473', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CYKQS0xUQAEOptC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYKQS0xUQAEOptC.jpg', 'url': 'https://t.co/vzCl35fKlZ', 'display_url': 'pic.twitter.com/vzCl35fKlZ', 'expanded_url': 'https://twitter.com/dog_rates/status/685268753634967552/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 641, 'resize': 'fit'}, 'large': {'w': 640, 'h': 641, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 641, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1078, 'favorite_count': 2844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1617:685198997565345792
{'created_at': 'Thu Jan 07 20:39:06 +0000 2016', 'id': 685198997565345792, 'id_str': '685198997565345792', 'full_text': "This is Alfie. That is his time machine. He's very proud of it. Without him life as we know it would not exist 11/10 https://t.co/530Yfbl5xo", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685198908713267200, 'id_str': '685198908713267200', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYJQxvJW8AAkkws.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYJQxvJW8AAkkws.jpg', 'url': 'https://t.co/530Yfbl5xo', 'display_url': 'pic.twitter.com/530Yfbl5xo', 'expanded_url': 'https://twitter.com/dog_rates/status/685198997565345792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685198908713267200, 'id_str': '685198908713267200', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYJQxvJW8AAkkws.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYJQxvJW8AAkkws.jpg', 'url': 'https://t.co/530Yfbl5xo', 'display_url': 'pic.twitter.com/530Yfbl5xo', 'expanded_url': 'https://twitter.com/dog_rates/status/685198997565345792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285986, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 589, 'favorite_count': 2139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1618:685169283572338688
{'created_at': 'Thu Jan 07 18:41:01 +0000 2016', 'id': 685169283572338688, 'id_str': '685169283572338688', 'full_text': "Meet Gerbald. He just found out he's adopted. Poor pupper. Snazzy tongue tho. 11/10 would hold close in time of need https://t.co/UfGkB9Wrud", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 685169266828685312, 'id_str': '685169266828685312', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYI10WhWsAAjzii.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYI10WhWsAAjzii.jpg', 'url': 'https://t.co/UfGkB9Wrud', 'display_url': 'pic.twitter.com/UfGkB9Wrud', 'expanded_url': 'https://twitter.com/dog_rates/status/685169283572338688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 685169266828685312, 'id_str': '685169266828685312', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYI10WhWsAAjzii.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYI10WhWsAAjzii.jpg', 'url': 'https://t.co/UfGkB9Wrud', 'display_url': 'pic.twitter.com/UfGkB9Wrud', 'expanded_url': 'https://twitter.com/dog_rates/status/685169283572338688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1281, 'favorite_count': 3788, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1619:684969860808454144
{'created_at': 'Thu Jan 07 05:28:35 +0000 2016', 'id': 684969860808454144, 'id_str': '684969860808454144', 'full_text': 'For those who claim this is a goat, u are wrong. It is not the Greatest Of All Time. The rating of 5/10 should have made that clear. Thank u', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 684959798585110529, 'in_reply_to_status_id_str': '684959798585110529', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285565, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 328, 'favorite_count': 2218, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1620:684959798585110529
{'created_at': 'Thu Jan 07 04:48:36 +0000 2016', 'id': 684959798585110529, 'id_str': '684959798585110529', 'full_text': "This is Jerry. He's a neat dog. No legs (tragic). Has more horns than a dog usually does. Bark is unique af. 5/10 https://t.co/85q7xlplsJ", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684959791626727424, 'id_str': '684959791626727424', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYF3TSlWMAAaoG5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYF3TSlWMAAaoG5.jpg', 'url': 'https://t.co/85q7xlplsJ', 'display_url': 'pic.twitter.com/85q7xlplsJ', 'expanded_url': 'https://twitter.com/dog_rates/status/684959798585110529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684959791626727424, 'id_str': '684959791626727424', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYF3TSlWMAAaoG5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYF3TSlWMAAaoG5.jpg', 'url': 'https://t.co/85q7xlplsJ', 'display_url': 'pic.twitter.com/85q7xlplsJ', 'expanded_url': 'https://twitter.com/dog_rates/status/684959798585110529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2816, 'favorite_count': 6298, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1621:684940049151070208
{'created_at': 'Thu Jan 07 03:30:07 +0000 2016', 'id': 684940049151070208, 'id_str': '684940049151070208', 'full_text': "This is Oreo. She's a photographer and a model. Living a double pupple life. 12/10 such talent much cute would pet https://t.co/zNeLxJeAoL", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684940035184001024, 'id_str': '684940035184001024', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CYFlVUGWAAAKWGB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFlVUGWAAAKWGB.jpg', 'url': 'https://t.co/zNeLxJeAoL', 'display_url': 'pic.twitter.com/zNeLxJeAoL', 'expanded_url': 'https://twitter.com/dog_rates/status/684940049151070208/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684940035184001024, 'id_str': '684940035184001024', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CYFlVUGWAAAKWGB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFlVUGWAAAKWGB.jpg', 'url': 'https://t.co/zNeLxJeAoL', 'display_url': 'pic.twitter.com/zNeLxJeAoL', 'expanded_url': 'https://twitter.com/dog_rates/status/684940049151070208/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}, {'id': 684940035179855872, 'id_str': '684940035179855872', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CYFlVUFWwAAEsWX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFlVUFWwAAEsWX.jpg', 'url': 'https://t.co/zNeLxJeAoL', 'display_url': 'pic.twitter.com/zNeLxJeAoL', 'expanded_url': 'https://twitter.com/dog_rates/status/684940049151070208/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 947, 'favorite_count': 2964, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1622:684926975086034944
{'created_at': 'Thu Jan 07 02:38:10 +0000 2016', 'id': 684926975086034944, 'id_str': '684926975086034944', 'full_text': 'Meet Bruiser & Charlie. They are the best of pals. Been through it all together. Both 11/10. 1 like=1 friendship https://t.co/PEXHuvSVD4', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684926877937487872, 'id_str': '684926877937487872', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYFZXdiU0AAc_kw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFZXdiU0AAc_kw.jpg', 'url': 'https://t.co/PEXHuvSVD4', 'display_url': 'pic.twitter.com/PEXHuvSVD4', 'expanded_url': 'https://twitter.com/dog_rates/status/684926975086034944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684926877937487872, 'id_str': '684926877937487872', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYFZXdiU0AAc_kw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFZXdiU0AAc_kw.jpg', 'url': 'https://t.co/PEXHuvSVD4', 'display_url': 'pic.twitter.com/PEXHuvSVD4', 'expanded_url': 'https://twitter.com/dog_rates/status/684926975086034944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 417, 'favorite_count': 3226, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1623:684914660081053696
{'created_at': 'Thu Jan 07 01:49:14 +0000 2016', 'id': 684914660081053696, 'id_str': '684914660081053696', 'full_text': '"Hello yes I\'ll just get one of each color thanks" 12/10 for all https://t.co/AMDsllQs7a', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684914653630173184, 'id_str': '684914653630173184', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CYFOP6cWEAAWp-k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFOP6cWEAAWp-k.jpg', 'url': 'https://t.co/AMDsllQs7a', 'display_url': 'pic.twitter.com/AMDsllQs7a', 'expanded_url': 'https://twitter.com/dog_rates/status/684914660081053696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684914653630173184, 'id_str': '684914653630173184', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CYFOP6cWEAAWp-k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFOP6cWEAAWp-k.jpg', 'url': 'https://t.co/AMDsllQs7a', 'display_url': 'pic.twitter.com/AMDsllQs7a', 'expanded_url': 'https://twitter.com/dog_rates/status/684914660081053696/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1326, 'favorite_count': 3225, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1624:684902183876321280
{'created_at': 'Thu Jan 07 00:59:40 +0000 2016', 'id': 684902183876321280, 'id_str': '684902183876321280', 'full_text': "This is Perry. He's an Augustus Gloopster. Very condescending. Makes up for it with the sneaky tongue slip. 11/10 https://t.co/JVvIrUmTkR", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684902175449939968, 'id_str': '684902175449939968', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYFC5lmWAAAEIho.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFC5lmWAAAEIho.jpg', 'url': 'https://t.co/JVvIrUmTkR', 'display_url': 'pic.twitter.com/JVvIrUmTkR', 'expanded_url': 'https://twitter.com/dog_rates/status/684902183876321280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684902175449939968, 'id_str': '684902175449939968', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CYFC5lmWAAAEIho.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYFC5lmWAAAEIho.jpg', 'url': 'https://t.co/JVvIrUmTkR', 'display_url': 'pic.twitter.com/JVvIrUmTkR', 'expanded_url': 'https://twitter.com/dog_rates/status/684902183876321280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 467, 'favorite_count': 1718, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1625:684880619965411328
{'created_at': 'Wed Jan 06 23:33:58 +0000 2016', 'id': 684880619965411328, 'id_str': '684880619965411328', 'full_text': "Here we have a basking dino pupper. Looks powerful. Occasionally shits eggs. Doesn't want the holidays to end. 5/10 https://t.co/DnNweb5eTO", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684880611673292800, 'id_str': '684880611673292800', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYEvSaRWwAAukZ_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYEvSaRWwAAukZ_.jpg', 'url': 'https://t.co/DnNweb5eTO', 'display_url': 'pic.twitter.com/DnNweb5eTO', 'expanded_url': 'https://twitter.com/dog_rates/status/684880619965411328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684880611673292800, 'id_str': '684880611673292800', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYEvSaRWwAAukZ_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYEvSaRWwAAukZ_.jpg', 'url': 'https://t.co/DnNweb5eTO', 'display_url': 'pic.twitter.com/DnNweb5eTO', 'expanded_url': 'https://twitter.com/dog_rates/status/684880619965411328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 728, 'favorite_count': 1924, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1626:684830982659280897
{'created_at': 'Wed Jan 06 20:16:44 +0000 2016', 'id': 684830982659280897, 'id_str': '684830982659280897', 'full_text': 'This little fella really hates stairs. Prefers bush. 13/10 legendary pupper https://t.co/e3LPMAHj7p', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/e3LPMAHj7p', 'expanded_url': 'https://vine.co/v/eEZXZI1rqxX', 'display_url': 'vine.co/v/eEZXZI1rqxX', 'indices': [76, 99]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19725, 'favorite_count': 32401, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1627:684800227459624960
{'created_at': 'Wed Jan 06 18:14:31 +0000 2016', 'id': 684800227459624960, 'id_str': '684800227459624960', 'full_text': "Meet Theodore. He's dapper as hell. Probably owns horses. Uses 'summer' as a verb. Often quotes philosophers. 11/10 https://t.co/J3Ld4fRbSy", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684800218777321474, 'id_str': '684800218777321474', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYDmK7ZVAAI_ylL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYDmK7ZVAAI_ylL.jpg', 'url': 'https://t.co/J3Ld4fRbSy', 'display_url': 'pic.twitter.com/J3Ld4fRbSy', 'expanded_url': 'https://twitter.com/dog_rates/status/684800227459624960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684800218777321474, 'id_str': '684800218777321474', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CYDmK7ZVAAI_ylL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYDmK7ZVAAI_ylL.jpg', 'url': 'https://t.co/J3Ld4fRbSy', 'display_url': 'pic.twitter.com/J3Ld4fRbSy', 'expanded_url': 'https://twitter.com/dog_rates/status/684800227459624960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 906, 'favorite_count': 2517, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1628:684594889858887680
{'created_at': 'Wed Jan 06 04:38:35 +0000 2016', 'id': 684594889858887680, 'id_str': '684594889858887680', 'full_text': '"FOR THE LAST TIME I DON\'T WANNA PLAY TWISTER ALL THE SPOTS ARE GREY DAMN IT CINDY" ...10/10 https://t.co/uhQNehTpIu', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684594884913836032, 'id_str': '684594884913836032', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYAra7JWsAACPZH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYAra7JWsAACPZH.jpg', 'url': 'https://t.co/uhQNehTpIu', 'display_url': 'pic.twitter.com/uhQNehTpIu', 'expanded_url': 'https://twitter.com/dog_rates/status/684594889858887680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 496, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 747, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684594884913836032, 'id_str': '684594884913836032', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CYAra7JWsAACPZH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYAra7JWsAACPZH.jpg', 'url': 'https://t.co/uhQNehTpIu', 'display_url': 'pic.twitter.com/uhQNehTpIu', 'expanded_url': 'https://twitter.com/dog_rates/status/684594889858887680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 747, 'resize': 'fit'}, 'small': {'w': 680, 'h': 496, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 747, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3171, 'favorite_count': 8196, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1629:684588130326986752
{'created_at': 'Wed Jan 06 04:11:43 +0000 2016', 'id': 684588130326986752, 'id_str': '684588130326986752', 'full_text': "This pupper just got his first kiss. 12/10 he's so happy https://t.co/2sHwD7HztL", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/2sHwD7HztL', 'expanded_url': 'https://vine.co/v/ihWIxntjtO7', 'display_url': 'vine.co/v/ihWIxntjtO7', 'indices': [57, 80]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1282, 'favorite_count': 3815, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1630:684567543613382656
{'created_at': 'Wed Jan 06 02:49:55 +0000 2016', 'id': 684567543613382656, 'id_str': '684567543613382656', 'full_text': "This is Bobby. He doesn't give a damn about personal space. Convinced he called shotgun first. 4/10 not the best dog https://t.co/b8XW69gSaU", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684567534276853761, 'id_str': '684567534276853761', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYASi6FWQAEQMW2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYASi6FWQAEQMW2.jpg', 'url': 'https://t.co/b8XW69gSaU', 'display_url': 'pic.twitter.com/b8XW69gSaU', 'expanded_url': 'https://twitter.com/dog_rates/status/684567543613382656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684567534276853761, 'id_str': '684567534276853761', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CYASi6FWQAEQMW2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CYASi6FWQAEQMW2.jpg', 'url': 'https://t.co/b8XW69gSaU', 'display_url': 'pic.twitter.com/b8XW69gSaU', 'expanded_url': 'https://twitter.com/dog_rates/status/684567543613382656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1107, 'favorite_count': 2763, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1631:684538444857667585
{'created_at': 'Wed Jan 06 00:54:18 +0000 2016', 'id': 684538444857667585, 'id_str': '684538444857667585', 'full_text': "After watching this video, we've determined that Pippa will be upgraded to a 12/10. Please enjoy https://t.co/IKoRK4yoxV", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684538367950872576, 'id_str': '684538367950872576', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/684538367950872576/pu/img/kTKOkSU45BS-fpq8.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/684538367950872576/pu/img/kTKOkSU45BS-fpq8.jpg', 'url': 'https://t.co/IKoRK4yoxV', 'display_url': 'pic.twitter.com/IKoRK4yoxV', 'expanded_url': 'https://twitter.com/dog_rates/status/684538444857667585/video/1', 'type': 'photo', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 798, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 798, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684538367950872576, 'id_str': '684538367950872576', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/684538367950872576/pu/img/kTKOkSU45BS-fpq8.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/684538367950872576/pu/img/kTKOkSU45BS-fpq8.jpg', 'url': 'https://t.co/IKoRK4yoxV', 'display_url': 'pic.twitter.com/IKoRK4yoxV', 'expanded_url': 'https://twitter.com/dog_rates/status/684538444857667585/video/1', 'type': 'video', 'sizes': {'small': {'w': 545, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 798, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 798, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [320, 399], 'duration_millis': 15038, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/684538367950872576/pu/pl/vcd-YPs5rh5N5FYc.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/684538367950872576/pu/vid/512x640/OQwSUIHdOcjMAcdG.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/684538367950872576/pu/vid/256x320/QtjPjzUschf3l-q8.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 684481074559381504, 'in_reply_to_status_id_str': '684481074559381504', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 856, 'favorite_count': 2439, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1632:684481074559381504
{'created_at': 'Tue Jan 05 21:06:19 +0000 2016', 'id': 684481074559381504, 'id_str': '684481074559381504', 'full_text': "Meet Pippa. She's an Elfin High Feta. Compact af. Easy to transport. Great for vacations. 10/10 would keep in pocket https://t.co/nBtDeZ4yAb", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684481069622673408, 'id_str': '684481069622673408', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX_D6AJWwAAnBIw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX_D6AJWwAAnBIw.jpg', 'url': 'https://t.co/nBtDeZ4yAb', 'display_url': 'pic.twitter.com/nBtDeZ4yAb', 'expanded_url': 'https://twitter.com/dog_rates/status/684481074559381504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684481069622673408, 'id_str': '684481069622673408', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX_D6AJWwAAnBIw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX_D6AJWwAAnBIw.jpg', 'url': 'https://t.co/nBtDeZ4yAb', 'display_url': 'pic.twitter.com/nBtDeZ4yAb', 'expanded_url': 'https://twitter.com/dog_rates/status/684481074559381504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1071, 'favorite_count': 3573, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1633:684460069371654144
{'created_at': 'Tue Jan 05 19:42:51 +0000 2016', 'id': 684460069371654144, 'id_str': '684460069371654144', 'full_text': "This is Jeph. He's a Western Sagittarius Dookmarriot. Frightened by leaf. Caught him off guard. 10/10 calm down Jeph https://t.co/bicyOV6lju", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684460065332445184, 'id_str': '684460065332445184', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX-wzZEUwAA4ISM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX-wzZEUwAA4ISM.jpg', 'url': 'https://t.co/bicyOV6lju', 'display_url': 'pic.twitter.com/bicyOV6lju', 'expanded_url': 'https://twitter.com/dog_rates/status/684460069371654144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684460065332445184, 'id_str': '684460065332445184', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX-wzZEUwAA4ISM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX-wzZEUwAA4ISM.jpg', 'url': 'https://t.co/bicyOV6lju', 'display_url': 'pic.twitter.com/bicyOV6lju', 'expanded_url': 'https://twitter.com/dog_rates/status/684460069371654144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 503, 'favorite_count': 1821, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1634:684241637099323392
{'created_at': 'Tue Jan 05 05:14:53 +0000 2016', 'id': 684241637099323392, 'id_str': '684241637099323392', 'full_text': 'This is Obi. He got camera shy. 12/10 https://t.co/feiPiq7z94', 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684241624206045185, 'id_str': '684241624206045185', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CX7qIcdWcAELJ7N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7qIcdWcAELJ7N.jpg', 'url': 'https://t.co/feiPiq7z94', 'display_url': 'pic.twitter.com/feiPiq7z94', 'expanded_url': 'https://twitter.com/dog_rates/status/684241637099323392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684241624206045185, 'id_str': '684241624206045185', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CX7qIcdWcAELJ7N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7qIcdWcAELJ7N.jpg', 'url': 'https://t.co/feiPiq7z94', 'display_url': 'pic.twitter.com/feiPiq7z94', 'expanded_url': 'https://twitter.com/dog_rates/status/684241637099323392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 684241624306728961, 'id_str': '684241624306728961', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CX7qIc1WwAEE8lG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7qIc1WwAEE8lG.jpg', 'url': 'https://t.co/feiPiq7z94', 'display_url': 'pic.twitter.com/feiPiq7z94', 'expanded_url': 'https://twitter.com/dog_rates/status/684241637099323392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 684241624390578176, 'id_str': '684241624390578176', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CX7qIdJWMAAvZgI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7qIdJWMAAvZgI.jpg', 'url': 'https://t.co/feiPiq7z94', 'display_url': 'pic.twitter.com/feiPiq7z94', 'expanded_url': 'https://twitter.com/dog_rates/status/684241637099323392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2954, 'favorite_count': 7496, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1635:684225744407494656
{'created_at': 'Tue Jan 05 04:11:44 +0000 2016', 'id': 684225744407494656, 'id_str': '684225744407494656', 'full_text': 'Two sneaky puppers were not initially seen, moving the rating to 143/130. Please forgive us. Thank you https://t.co/kRK51Y5ac3', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684225739852492800, 'id_str': '684225739852492800', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CX7br2oWMAA4fhO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7br2oWMAA4fhO.jpg', 'url': 'https://t.co/kRK51Y5ac3', 'display_url': 'pic.twitter.com/kRK51Y5ac3', 'expanded_url': 'https://twitter.com/dog_rates/status/684225744407494656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 119, 'h': 119, 'resize': 'fit'}, 'thumb': {'w': 119, 'h': 119, 'resize': 'crop'}, 'large': {'w': 119, 'h': 119, 'resize': 'fit'}, 'medium': {'w': 119, 'h': 119, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684225739852492800, 'id_str': '684225739852492800', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CX7br2oWMAA4fhO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7br2oWMAA4fhO.jpg', 'url': 'https://t.co/kRK51Y5ac3', 'display_url': 'pic.twitter.com/kRK51Y5ac3', 'expanded_url': 'https://twitter.com/dog_rates/status/684225744407494656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 119, 'h': 119, 'resize': 'fit'}, 'thumb': {'w': 119, 'h': 119, 'resize': 'crop'}, 'large': {'w': 119, 'h': 119, 'resize': 'fit'}, 'medium': {'w': 119, 'h': 119, 'resize': 'fit'}}}, {'id': 684225739982548992, 'id_str': '684225739982548992', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CX7br3HWsAAQ9L1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7br3HWsAAQ9L1.jpg', 'url': 'https://t.co/kRK51Y5ac3', 'display_url': 'pic.twitter.com/kRK51Y5ac3', 'expanded_url': 'https://twitter.com/dog_rates/status/684225744407494656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 112, 'h': 112, 'resize': 'fit'}, 'large': {'w': 112, 'h': 112, 'resize': 'fit'}, 'small': {'w': 112, 'h': 112, 'resize': 'fit'}, 'thumb': {'w': 112, 'h': 112, 'resize': 'crop'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 684222868335505415, 'in_reply_to_status_id_str': '684222868335505415', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 184, 'favorite_count': 1149, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1636:684222868335505415
{'created_at': 'Tue Jan 05 04:00:18 +0000 2016', 'id': 684222868335505415, 'id_str': '684222868335505415', 'full_text': 'Someone help the girl is being mugged. Several are distracting her while two steal her shoes. Clever puppers 121/110 https://t.co/1zfnTJLt55', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684222770729893889, 'id_str': '684222770729893889', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX7Y_ByWwAEJdUy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7Y_ByWwAEJdUy.jpg', 'url': 'https://t.co/1zfnTJLt55', 'display_url': 'pic.twitter.com/1zfnTJLt55', 'expanded_url': 'https://twitter.com/dog_rates/status/684222868335505415/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 579, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 872, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 872, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684222770729893889, 'id_str': '684222770729893889', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX7Y_ByWwAEJdUy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7Y_ByWwAEJdUy.jpg', 'url': 'https://t.co/1zfnTJLt55', 'display_url': 'pic.twitter.com/1zfnTJLt55', 'expanded_url': 'https://twitter.com/dog_rates/status/684222868335505415/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 579, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 872, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 872, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1241, 'favorite_count': 3522, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1637:684200372118904832
{'created_at': 'Tue Jan 05 02:30:55 +0000 2016', 'id': 684200372118904832, 'id_str': '684200372118904832', 'full_text': 'Gang of fearless hoofed puppers here. Straight savages. Elevated for extra terror. Front one has killed before 6/10s https://t.co/jkCb25OWfh', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684200328540098561, 'id_str': '684200328540098561', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX7EkuHWkAESLZk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7EkuHWkAESLZk.jpg', 'url': 'https://t.co/jkCb25OWfh', 'display_url': 'pic.twitter.com/jkCb25OWfh', 'expanded_url': 'https://twitter.com/dog_rates/status/684200372118904832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684200328540098561, 'id_str': '684200328540098561', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX7EkuHWkAESLZk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX7EkuHWkAESLZk.jpg', 'url': 'https://t.co/jkCb25OWfh', 'display_url': 'pic.twitter.com/jkCb25OWfh', 'expanded_url': 'https://twitter.com/dog_rates/status/684200372118904832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 945, 'favorite_count': 1987, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1638:684195085588783105
{'created_at': 'Tue Jan 05 02:09:54 +0000 2016', 'id': 684195085588783105, 'id_str': '684195085588783105', 'full_text': 'This is Tino. He really likes corndogs. 9/10 https://t.co/cUxGtnBfc2', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684195074750599168, 'id_str': '684195074750599168', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CX6_y6OU0AAl3v2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX6_y6OU0AAl3v2.jpg', 'url': 'https://t.co/cUxGtnBfc2', 'display_url': 'pic.twitter.com/cUxGtnBfc2', 'expanded_url': 'https://twitter.com/dog_rates/status/684195085588783105/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684195074750599168, 'id_str': '684195074750599168', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CX6_y6OU0AAl3v2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX6_y6OU0AAl3v2.jpg', 'url': 'https://t.co/cUxGtnBfc2', 'display_url': 'pic.twitter.com/cUxGtnBfc2', 'expanded_url': 'https://twitter.com/dog_rates/status/684195085588783105/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 457, 'favorite_count': 1765, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1639:684188786104872960
{'created_at': 'Tue Jan 05 01:44:52 +0000 2016', 'id': 684188786104872960, 'id_str': '684188786104872960', 'full_text': '"Yo Boomer I\'m taking a selfie, grab your stick"\n"Ok make sure to get this rad hole I just dug in there"\n\nBoth 10/10 https://t.co/e0gbl9VFpA', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684188780455170048, 'id_str': '684188780455170048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX66EiJWkAAVjA-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX66EiJWkAAVjA-.jpg', 'url': 'https://t.co/e0gbl9VFpA', 'display_url': 'pic.twitter.com/e0gbl9VFpA', 'expanded_url': 'https://twitter.com/dog_rates/status/684188786104872960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 426, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 426, 'resize': 'fit'}, 'small': {'w': 320, 'h': 426, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684188780455170048, 'id_str': '684188780455170048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CX66EiJWkAAVjA-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX66EiJWkAAVjA-.jpg', 'url': 'https://t.co/e0gbl9VFpA', 'display_url': 'pic.twitter.com/e0gbl9VFpA', 'expanded_url': 'https://twitter.com/dog_rates/status/684188786104872960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 426, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 426, 'resize': 'fit'}, 'small': {'w': 320, 'h': 426, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1054, 'favorite_count': 3226, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1640:684177701129875456
{'created_at': 'Tue Jan 05 01:00:50 +0000 2016', 'id': 684177701129875456, 'id_str': '684177701129875456', 'full_text': "This is Kulet. She's very proud of the flower she picked. Loves it dearly. 10/10 now I want a flower https://t.co/myUUwqJIs7", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684177692749639681, 'id_str': '684177692749639681', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CX6v_JOWsAE0beZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX6v_JOWsAE0beZ.jpg', 'url': 'https://t.co/myUUwqJIs7', 'display_url': 'pic.twitter.com/myUUwqJIs7', 'expanded_url': 'https://twitter.com/dog_rates/status/684177701129875456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684177692749639681, 'id_str': '684177692749639681', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CX6v_JOWsAE0beZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX6v_JOWsAE0beZ.jpg', 'url': 'https://t.co/myUUwqJIs7', 'display_url': 'pic.twitter.com/myUUwqJIs7', 'expanded_url': 'https://twitter.com/dog_rates/status/684177701129875456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 594, 'favorite_count': 1867, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1641:684147889187209216
{'created_at': 'Mon Jan 04 23:02:22 +0000 2016', 'id': 684147889187209216, 'id_str': '684147889187209216', 'full_text': 'This is Sweets the English Bulldog. Waves back to other bikers. 12/10 just a fantastic friendly pupper https://t.co/WYiFzuX7D4', 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/WYiFzuX7D4', 'expanded_url': 'https://vine.co/v/ib2nTOEuuOI', 'display_url': 'vine.co/v/ib2nTOEuuOI', 'indices': [103, 126]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1376, 'favorite_count': 2747, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1642:684122891630342144
{'created_at': 'Mon Jan 04 21:23:02 +0000 2016', 'id': 684122891630342144, 'id_str': '684122891630342144', 'full_text': 'Heartwarming scene of two pups that want nothing more than to be together. Touching af. Great tongue. Both 11/10 https://t.co/k32mSlRx0j', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684122864098885634, 'id_str': '684122864098885634', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CX5-HslWQAIiXKB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX5-HslWQAIiXKB.jpg', 'url': 'https://t.co/k32mSlRx0j', 'display_url': 'pic.twitter.com/k32mSlRx0j', 'expanded_url': 'https://twitter.com/dog_rates/status/684122891630342144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684122864098885634, 'id_str': '684122864098885634', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CX5-HslWQAIiXKB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX5-HslWQAIiXKB.jpg', 'url': 'https://t.co/k32mSlRx0j', 'display_url': 'pic.twitter.com/k32mSlRx0j', 'expanded_url': 'https://twitter.com/dog_rates/status/684122891630342144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 426, 'favorite_count': 1861, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1643:684097758874210310
{'created_at': 'Mon Jan 04 19:43:10 +0000 2016', 'id': 684097758874210310, 'id_str': '684097758874210310', 'full_text': 'Say hello to Lupe. This is how she sleeps. 10/10 impressive really https://t.co/Fz6iZWlk8C', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 684097750632411136, 'id_str': '684097750632411136', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CX5nR5oWsAAiclh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX5nR5oWsAAiclh.jpg', 'url': 'https://t.co/Fz6iZWlk8C', 'display_url': 'pic.twitter.com/Fz6iZWlk8C', 'expanded_url': 'https://twitter.com/dog_rates/status/684097758874210310/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 684097750632411136, 'id_str': '684097750632411136', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CX5nR5oWsAAiclh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX5nR5oWsAAiclh.jpg', 'url': 'https://t.co/Fz6iZWlk8C', 'display_url': 'pic.twitter.com/Fz6iZWlk8C', 'expanded_url': 'https://twitter.com/dog_rates/status/684097758874210310/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1299, 'favorite_count': 3802, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1644:683857920510050305
{'created_at': 'Mon Jan 04 03:50:08 +0000 2016', 'id': 683857920510050305, 'id_str': '683857920510050305', 'full_text': "Meet Sadie. She fell asleep on the beach and her friends buried her. 10/10 can't trust fellow puppers these days https://t.co/LoKVvc1xAW", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683857914461839360, 'id_str': '683857914461839360', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CX2NJmRWYAAxz_5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX2NJmRWYAAxz_5.jpg', 'url': 'https://t.co/LoKVvc1xAW', 'display_url': 'pic.twitter.com/LoKVvc1xAW', 'expanded_url': 'https://twitter.com/dog_rates/status/683857920510050305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683857914461839360, 'id_str': '683857914461839360', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CX2NJmRWYAAxz_5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX2NJmRWYAAxz_5.jpg', 'url': 'https://t.co/LoKVvc1xAW', 'display_url': 'pic.twitter.com/LoKVvc1xAW', 'expanded_url': 'https://twitter.com/dog_rates/status/683857920510050305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1021, 'favorite_count': 3528, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1645:683852578183077888
{'created_at': 'Mon Jan 04 03:28:54 +0000 2016', 'id': 683852578183077888, 'id_str': '683852578183077888', 'full_text': "Say hello to Tiger. He's a penbroke (little dog pun for ya, no need to applaud I know it was good) 10/10 good dog https://t.co/Yei0HzS3JN", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683852572600459264, 'id_str': '683852572600459264', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CX2ISqSWYAAEtCF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX2ISqSWYAAEtCF.jpg', 'url': 'https://t.co/Yei0HzS3JN', 'display_url': 'pic.twitter.com/Yei0HzS3JN', 'expanded_url': 'https://twitter.com/dog_rates/status/683852578183077888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683852572600459264, 'id_str': '683852572600459264', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CX2ISqSWYAAEtCF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX2ISqSWYAAEtCF.jpg', 'url': 'https://t.co/Yei0HzS3JN', 'display_url': 'pic.twitter.com/Yei0HzS3JN', 'expanded_url': 'https://twitter.com/dog_rates/status/683852578183077888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 316, 'favorite_count': 1797, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1646:683849932751646720
{'created_at': 'Mon Jan 04 03:18:23 +0000 2016', 'id': 683849932751646720, 'id_str': '683849932751646720', 'full_text': "This is Jiminy. He's not the brightest dog. Needs to lay off the kibble. 5/10 still petable https://t.co/omln4LOy1x", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683849926879494144, 'id_str': '683849926879494144', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CX2F4qNUQAAR6Cm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX2F4qNUQAAR6Cm.jpg', 'url': 'https://t.co/omln4LOy1x', 'display_url': 'pic.twitter.com/omln4LOy1x', 'expanded_url': 'https://twitter.com/dog_rates/status/683849932751646720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683849926879494144, 'id_str': '683849926879494144', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CX2F4qNUQAAR6Cm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX2F4qNUQAAR6Cm.jpg', 'url': 'https://t.co/omln4LOy1x', 'display_url': 'pic.twitter.com/omln4LOy1x', 'expanded_url': 'https://twitter.com/dog_rates/status/683849932751646720/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 856, 'favorite_count': 2418, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1647:683834909291606017
{'created_at': 'Mon Jan 04 02:18:42 +0000 2016', 'id': 683834909291606017, 'id_str': '683834909291606017', 'full_text': 'Here we see a faulty pupper. Might need to replace batteries. Try turning off & back on again. 9/10 would still pet https://t.co/O1E4AtHVxO', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683834825250320385, 'id_str': '683834825250320385', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/683834825250320385/pu/img/yZdrqMlyky4KGOu6.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/683834825250320385/pu/img/yZdrqMlyky4KGOu6.jpg', 'url': 'https://t.co/O1E4AtHVxO', 'display_url': 'pic.twitter.com/O1E4AtHVxO', 'expanded_url': 'https://twitter.com/dog_rates/status/683834909291606017/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683834825250320385, 'id_str': '683834825250320385', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/683834825250320385/pu/img/yZdrqMlyky4KGOu6.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/683834825250320385/pu/img/yZdrqMlyky4KGOu6.jpg', 'url': 'https://t.co/O1E4AtHVxO', 'display_url': 'pic.twitter.com/O1E4AtHVxO', 'expanded_url': 'https://twitter.com/dog_rates/status/683834909291606017/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 27367, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/683834825250320385/pu/vid/180x320/ZwCefuBHUyBotCCO.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/683834825250320385/pu/pl/Bn1ZSrwiA8LSescz.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285566, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1024, 'favorite_count': 2418, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1648:683828599284170753
{'created_at': 'Mon Jan 04 01:53:37 +0000 2016', 'id': 683828599284170753, 'id_str': '683828599284170753', 'full_text': 'Breathtaking pupper here. Should be on the cover of Dogue. Top-notch tongue. Appears considerably fluffy. 12/10 https://t.co/Eeh3yfdglS', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683828594020200448, 'id_str': '683828594020200448', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CX1ye7HUMAADDzh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX1ye7HUMAADDzh.jpg', 'url': 'https://t.co/Eeh3yfdglS', 'display_url': 'pic.twitter.com/Eeh3yfdglS', 'expanded_url': 'https://twitter.com/dog_rates/status/683828599284170753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683828594020200448, 'id_str': '683828594020200448', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CX1ye7HUMAADDzh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX1ye7HUMAADDzh.jpg', 'url': 'https://t.co/Eeh3yfdglS', 'display_url': 'pic.twitter.com/Eeh3yfdglS', 'expanded_url': 'https://twitter.com/dog_rates/status/683828599284170753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 973, 'favorite_count': 2590, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1649:683773439333797890
{'created_at': 'Sun Jan 03 22:14:26 +0000 2016', 'id': 683773439333797890, 'id_str': '683773439333797890', 'full_text': "This is Buddy. He's gaining strength. Currently an F4 tornado with wind speeds up to 260mph. Very devastating. 9/10 https://t.co/qipZbshNsR", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683773435294515200, 'id_str': '683773435294515200', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CX1AUQ2UAAAC6s-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX1AUQ2UAAAC6s-.jpg', 'url': 'https://t.co/qipZbshNsR', 'display_url': 'pic.twitter.com/qipZbshNsR', 'expanded_url': 'https://twitter.com/dog_rates/status/683773439333797890/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683773435294515200, 'id_str': '683773435294515200', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CX1AUQ2UAAAC6s-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX1AUQ2UAAAC6s-.jpg', 'url': 'https://t.co/qipZbshNsR', 'display_url': 'pic.twitter.com/qipZbshNsR', 'expanded_url': 'https://twitter.com/dog_rates/status/683773439333797890/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1221, 'favorite_count': 3077, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1650:683742671509258241
{'created_at': 'Sun Jan 03 20:12:10 +0000 2016', 'id': 683742671509258241, 'id_str': '683742671509258241', 'full_text': "Meet Sebastian. He's a womanizer. Romantic af. Always covered in flower petals. Also a poet. 11/10 dreamy as hell https://t.co/eoL1bCpWCg", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683742666396426240, 'id_str': '683742666396426240', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CX0kVRxWYAAWWZi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX0kVRxWYAAWWZi.jpg', 'url': 'https://t.co/eoL1bCpWCg', 'display_url': 'pic.twitter.com/eoL1bCpWCg', 'expanded_url': 'https://twitter.com/dog_rates/status/683742671509258241/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683742666396426240, 'id_str': '683742666396426240', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CX0kVRxWYAAWWZi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CX0kVRxWYAAWWZi.jpg', 'url': 'https://t.co/eoL1bCpWCg', 'display_url': 'pic.twitter.com/eoL1bCpWCg', 'expanded_url': 'https://twitter.com/dog_rates/status/683742671509258241/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3011, 'favorite_count': 5985, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1651:683515932363329536
{'created_at': 'Sun Jan 03 05:11:12 +0000 2016', 'id': 683515932363329536, 'id_str': '683515932363329536', 'full_text': "HEY PUP WHAT'S THE PART OF THE HUMAN BODY THAT CONNECTS THE FOOT AND THE LEG? 11/10 so smart https://t.co/XQ1tRUmO3z", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/XQ1tRUmO3z', 'expanded_url': 'https://vine.co/v/ibvnzrauFuV', 'display_url': 'vine.co/v/ibvnzrauFuV', 'indices': [93, 116]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2619, 'favorite_count': 6800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1652:683498322573824003
{'created_at': 'Sun Jan 03 04:01:13 +0000 2016', 'id': 683498322573824003, 'id_str': '683498322573824003', 'full_text': "This is Griffin. He's desperate for both a physical and emotion connection. 11/10 I'd hug the hell out of Griffin https://t.co/ObWcOEekt0", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683498316290637824, 'id_str': '683498316290637824', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXxGGOsUwAAr62n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXxGGOsUwAAr62n.jpg', 'url': 'https://t.co/ObWcOEekt0', 'display_url': 'pic.twitter.com/ObWcOEekt0', 'expanded_url': 'https://twitter.com/dog_rates/status/683498322573824003/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683498316290637824, 'id_str': '683498316290637824', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXxGGOsUwAAr62n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXxGGOsUwAAr62n.jpg', 'url': 'https://t.co/ObWcOEekt0', 'display_url': 'pic.twitter.com/ObWcOEekt0', 'expanded_url': 'https://twitter.com/dog_rates/status/683498322573824003/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 874, 'favorite_count': 2935, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1653:683481228088049664
{'created_at': 'Sun Jan 03 02:53:17 +0000 2016', 'id': 683481228088049664, 'id_str': '683481228088049664', 'full_text': "Meet Banjo. He's a Peppercorn Shoop Da Whoop. Nails look lethal. Skeptical of luminescent orb 11/10 stay woke pupper https://t.co/H7NZFumpKq", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683481223382052864, 'id_str': '683481223382052864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXw2jSpWMAAad6V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXw2jSpWMAAad6V.jpg', 'url': 'https://t.co/H7NZFumpKq', 'display_url': 'pic.twitter.com/H7NZFumpKq', 'expanded_url': 'https://twitter.com/dog_rates/status/683481228088049664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683481223382052864, 'id_str': '683481223382052864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXw2jSpWMAAad6V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXw2jSpWMAAad6V.jpg', 'url': 'https://t.co/H7NZFumpKq', 'display_url': 'pic.twitter.com/H7NZFumpKq', 'expanded_url': 'https://twitter.com/dog_rates/status/683481228088049664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 540, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 960, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 904, 'favorite_count': 2452, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1654:683462770029932544
{'created_at': 'Sun Jan 03 01:39:57 +0000 2016', 'id': 683462770029932544, 'id_str': '683462770029932544', 'full_text': '"Hello forest pupper I am house pupper welcome to my abode" (8/10 for both) https://t.co/qFD8217fUT', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683462766443802624, 'id_str': '683462766443802624', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CXwlw9MWsAAc-JB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXwlw9MWsAAc-JB.jpg', 'url': 'https://t.co/qFD8217fUT', 'display_url': 'pic.twitter.com/qFD8217fUT', 'expanded_url': 'https://twitter.com/dog_rates/status/683462770029932544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 320, 'h': 240, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 240, 'resize': 'fit'}, 'large': {'w': 320, 'h': 240, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683462766443802624, 'id_str': '683462766443802624', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CXwlw9MWsAAc-JB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXwlw9MWsAAc-JB.jpg', 'url': 'https://t.co/qFD8217fUT', 'display_url': 'pic.twitter.com/qFD8217fUT', 'expanded_url': 'https://twitter.com/dog_rates/status/683462770029932544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 320, 'h': 240, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 240, 'resize': 'fit'}, 'large': {'w': 320, 'h': 240, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 620, 'favorite_count': 2242, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1655:683449695444799489
{'created_at': 'Sun Jan 03 00:47:59 +0000 2016', 'id': 683449695444799489, 'id_str': '683449695444799489', 'full_text': 'I just want to be friends with this dog. Appears to be into the sports. A true brobean. 10/10 would introduce to mom https://t.co/1Z7Q6svWpe', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683449687257559040, 'id_str': '683449687257559040', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXwZ3pbWsAAriTv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXwZ3pbWsAAriTv.jpg', 'url': 'https://t.co/1Z7Q6svWpe', 'display_url': 'pic.twitter.com/1Z7Q6svWpe', 'expanded_url': 'https://twitter.com/dog_rates/status/683449695444799489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683449687257559040, 'id_str': '683449687257559040', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXwZ3pbWsAAriTv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXwZ3pbWsAAriTv.jpg', 'url': 'https://t.co/1Z7Q6svWpe', 'display_url': 'pic.twitter.com/1Z7Q6svWpe', 'expanded_url': 'https://twitter.com/dog_rates/status/683449695444799489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1459, 'favorite_count': 3584, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1656:683391852557561860
{'created_at': 'Sat Jan 02 20:58:09 +0000 2016', 'id': 683391852557561860, 'id_str': '683391852557561860', 'full_text': 'Say hello to Jack (pronounced "Kevin"). He\'s a Virgo Episcopalian. Can summon rainbows. 11/10 magical as hell https://t.co/YHXrdUTHd6', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683391846228357120, 'id_str': '683391846228357120', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'url': 'https://t.co/YHXrdUTHd6', 'display_url': 'pic.twitter.com/YHXrdUTHd6', 'expanded_url': 'https://twitter.com/dog_rates/status/683391852557561860/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683391846228357120, 'id_str': '683391846228357120', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXvlQ2zW8AAE0tp.jpg', 'url': 'https://t.co/YHXrdUTHd6', 'display_url': 'pic.twitter.com/YHXrdUTHd6', 'expanded_url': 'https://twitter.com/dog_rates/status/683391852557561860/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2181, 'favorite_count': 7056, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1657:683357973142474752
{'created_at': 'Sat Jan 02 18:43:31 +0000 2016', 'id': 683357973142474752, 'id_str': '683357973142474752', 'full_text': '"Have a seat, son. There are some things we need to discuss" 10/10 https://t.co/g4G5tvfTVd', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683357941668392967, 'id_str': '683357941668392967', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CXvGbWeWMAcRbyJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXvGbWeWMAcRbyJ.jpg', 'url': 'https://t.co/g4G5tvfTVd', 'display_url': 'pic.twitter.com/g4G5tvfTVd', 'expanded_url': 'https://twitter.com/dog_rates/status/683357973142474752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683357941668392967, 'id_str': '683357941668392967', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CXvGbWeWMAcRbyJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXvGbWeWMAcRbyJ.jpg', 'url': 'https://t.co/g4G5tvfTVd', 'display_url': 'pic.twitter.com/g4G5tvfTVd', 'expanded_url': 'https://twitter.com/dog_rates/status/683357973142474752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 825, 'favorite_count': 2672, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1658:683142553609318400
{'created_at': 'Sat Jan 02 04:27:31 +0000 2016', 'id': 683142553609318400, 'id_str': '683142553609318400', 'full_text': "Meet Brandy. She's a member of the Bloods. Menacing criminal pupper. Soft spot for flowers tho. 9/10 pet w caution https://t.co/hhIA3coiAJ", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683142548005777412, 'id_str': '683142548005777412', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXsChyjW8AQJ16C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXsChyjW8AQJ16C.jpg', 'url': 'https://t.co/hhIA3coiAJ', 'display_url': 'pic.twitter.com/hhIA3coiAJ', 'expanded_url': 'https://twitter.com/dog_rates/status/683142553609318400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 635, 'resize': 'fit'}, 'large': {'w': 640, 'h': 635, 'resize': 'fit'}, 'small': {'w': 640, 'h': 635, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683142548005777412, 'id_str': '683142548005777412', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXsChyjW8AQJ16C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXsChyjW8AQJ16C.jpg', 'url': 'https://t.co/hhIA3coiAJ', 'display_url': 'pic.twitter.com/hhIA3coiAJ', 'expanded_url': 'https://twitter.com/dog_rates/status/683142553609318400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 635, 'resize': 'fit'}, 'large': {'w': 640, 'h': 635, 'resize': 'fit'}, 'small': {'w': 640, 'h': 635, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 938, 'favorite_count': 2649, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1659:683111407806746624
{'created_at': 'Sat Jan 02 02:23:45 +0000 2016', 'id': 683111407806746624, 'id_str': '683111407806746624', 'full_text': "This is Larry. He thought the New Year's parties were tonight. 10/10 poor pupper. Maybe next year https://t.co/h3X0jK8MVM", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683111392338034688, 'id_str': '683111392338034688', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CXrmMSpUwAAdeRj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXrmMSpUwAAdeRj.jpg', 'url': 'https://t.co/h3X0jK8MVM', 'display_url': 'pic.twitter.com/h3X0jK8MVM', 'expanded_url': 'https://twitter.com/dog_rates/status/683111407806746624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683111392338034688, 'id_str': '683111392338034688', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CXrmMSpUwAAdeRj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXrmMSpUwAAdeRj.jpg', 'url': 'https://t.co/h3X0jK8MVM', 'display_url': 'pic.twitter.com/h3X0jK8MVM', 'expanded_url': 'https://twitter.com/dog_rates/status/683111407806746624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 818, 'favorite_count': 3148, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1660:683098815881154561
{'created_at': 'Sat Jan 02 01:33:43 +0000 2016', 'id': 683098815881154561, 'id_str': '683098815881154561', 'full_text': 'aahhhhkslaldhwnxmzbbs 12/10 for being da smooshiest https://t.co/UOPdXmUz4H', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683098811808518144, 'id_str': '683098811808518144', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CXrawAhWkAAWSxC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXrawAhWkAAWSxC.jpg', 'url': 'https://t.co/UOPdXmUz4H', 'display_url': 'pic.twitter.com/UOPdXmUz4H', 'expanded_url': 'https://twitter.com/dog_rates/status/683098815881154561/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683098811808518144, 'id_str': '683098811808518144', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CXrawAhWkAAWSxC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXrawAhWkAAWSxC.jpg', 'url': 'https://t.co/UOPdXmUz4H', 'display_url': 'pic.twitter.com/UOPdXmUz4H', 'expanded_url': 'https://twitter.com/dog_rates/status/683098815881154561/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 638, 'h': 638, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 638, 'h': 638, 'resize': 'fit'}, 'small': {'w': 638, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 589, 'favorite_count': 2001, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'nl'}
1661:683078886620553216
{'created_at': 'Sat Jan 02 00:14:32 +0000 2016', 'id': 683078886620553216, 'id_str': '683078886620553216', 'full_text': 'Here we see a nifty leaping pupper. Feet look deadly. Sad that the holidays are over. 9/10 undeniably huggable https://t.co/ny8mnXhGOW', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683078878106005505, 'id_str': '683078878106005505', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXrIntsUsAEkv0d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXrIntsUsAEkv0d.jpg', 'url': 'https://t.co/ny8mnXhGOW', 'display_url': 'pic.twitter.com/ny8mnXhGOW', 'expanded_url': 'https://twitter.com/dog_rates/status/683078886620553216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 767, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 767, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683078878106005505, 'id_str': '683078878106005505', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXrIntsUsAEkv0d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXrIntsUsAEkv0d.jpg', 'url': 'https://t.co/ny8mnXhGOW', 'display_url': 'pic.twitter.com/ny8mnXhGOW', 'expanded_url': 'https://twitter.com/dog_rates/status/683078886620553216/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 767, 'resize': 'fit'}, 'small': {'w': 680, 'h': 509, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 767, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 520, 'favorite_count': 1860, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1662:683030066213818368
{'created_at': 'Fri Jan 01 21:00:32 +0000 2016', 'id': 683030066213818368, 'id_str': '683030066213818368', 'full_text': "This is Lulu. She's contemplating all her unreached 2015 goals and daydreaming of a more efficient tomorrow. 10/10 https://t.co/h3ScYuz77J", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 683030059720916992, 'id_str': '683030059720916992', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXqcOHCUQAAugTB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXqcOHCUQAAugTB.jpg', 'url': 'https://t.co/h3ScYuz77J', 'display_url': 'pic.twitter.com/h3ScYuz77J', 'expanded_url': 'https://twitter.com/dog_rates/status/683030066213818368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 683030059720916992, 'id_str': '683030059720916992', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXqcOHCUQAAugTB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXqcOHCUQAAugTB.jpg', 'url': 'https://t.co/h3ScYuz77J', 'display_url': 'pic.twitter.com/h3ScYuz77J', 'expanded_url': 'https://twitter.com/dog_rates/status/683030066213818368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 671, 'favorite_count': 2002, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1663:682962037429899265
{'created_at': 'Fri Jan 01 16:30:13 +0000 2016', 'id': 682962037429899265, 'id_str': '682962037429899265', 'full_text': 'This is Darrel. He just robbed a 7/11 and is in a high speed police chase. Was just spotted by the helicopter 10/10 https://t.co/7EsP8LmSp5', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682962022129135616, 'id_str': '682962022129135616', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXpeVzQW8AApKYb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXpeVzQW8AApKYb.jpg', 'url': 'https://t.co/7EsP8LmSp5', 'display_url': 'pic.twitter.com/7EsP8LmSp5', 'expanded_url': 'https://twitter.com/dog_rates/status/682962037429899265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682962022129135616, 'id_str': '682962022129135616', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXpeVzQW8AApKYb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXpeVzQW8AApKYb.jpg', 'url': 'https://t.co/7EsP8LmSp5', 'display_url': 'pic.twitter.com/7EsP8LmSp5', 'expanded_url': 'https://twitter.com/dog_rates/status/682962037429899265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14904, 'favorite_count': 33840, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1664:682808988178739200
{'created_at': 'Fri Jan 01 06:22:03 +0000 2016', 'id': 682808988178739200, 'id_str': '682808988178739200', 'full_text': "I'm aware that I could've said 20/16, but here at WeRateDogs we are very professional. An inconsistent rating scale is simply irresponsible", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 682788441537560576, 'in_reply_to_status_id_str': '682788441537560576', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 155, 'favorite_count': 1631, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1665:682788441537560576
{'created_at': 'Fri Jan 01 05:00:24 +0000 2016', 'id': 682788441537560576, 'id_str': '682788441537560576', 'full_text': "Happy New Year from your fav holiday squad! 🎉 12/10 for all\n\nHere's to a pupper-filled year 🍻🐶🐶🐶 https://t.co/ZSdEj59FGf", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682788433895489537, 'id_str': '682788433895489537', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CXnAdosWAAEMGCM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXnAdosWAAEMGCM.jpg', 'url': 'https://t.co/ZSdEj59FGf', 'display_url': 'pic.twitter.com/ZSdEj59FGf', 'expanded_url': 'https://twitter.com/dog_rates/status/682788441537560576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 714, 'resize': 'fit'}, 'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 714, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682788433895489537, 'id_str': '682788433895489537', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CXnAdosWAAEMGCM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXnAdosWAAEMGCM.jpg', 'url': 'https://t.co/ZSdEj59FGf', 'display_url': 'pic.twitter.com/ZSdEj59FGf', 'expanded_url': 'https://twitter.com/dog_rates/status/682788441537560576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 714, 'resize': 'fit'}, 'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 714, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1019, 'favorite_count': 2286, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1666:682750546109968385
{'created_at': 'Fri Jan 01 02:29:49 +0000 2016', 'id': 682750546109968385, 'id_str': '682750546109968385', 'full_text': "Meet Taco. He's a speckled Garnier Fructis. Loves to shadow box. Ears out of control. Friend clearly impressed 9/10 https://t.co/85X1GHohFr", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682750531614445569, 'id_str': '682750531614445569', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXmd_bsWkAEEXck.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXmd_bsWkAEEXck.jpg', 'url': 'https://t.co/85X1GHohFr', 'display_url': 'pic.twitter.com/85X1GHohFr', 'expanded_url': 'https://twitter.com/dog_rates/status/682750546109968385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682750531614445569, 'id_str': '682750531614445569', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXmd_bsWkAEEXck.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXmd_bsWkAEEXck.jpg', 'url': 'https://t.co/85X1GHohFr', 'display_url': 'pic.twitter.com/85X1GHohFr', 'expanded_url': 'https://twitter.com/dog_rates/status/682750546109968385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 398, 'favorite_count': 1407, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1667:682697186228989953
{'created_at': 'Thu Dec 31 22:57:47 +0000 2015', 'id': 682697186228989953, 'id_str': '682697186228989953', 'full_text': 'NAAAAAAA ZAPENYAAAAA MABADI-CHIBAWAAA 12/10 https://t.co/Ny4iM6FDtz', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682697175697088514, 'id_str': '682697175697088514', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CXltdtaWYAIuX_V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXltdtaWYAIuX_V.jpg', 'url': 'https://t.co/Ny4iM6FDtz', 'display_url': 'pic.twitter.com/Ny4iM6FDtz', 'expanded_url': 'https://twitter.com/dog_rates/status/682697186228989953/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682697175697088514, 'id_str': '682697175697088514', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CXltdtaWYAIuX_V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXltdtaWYAIuX_V.jpg', 'url': 'https://t.co/Ny4iM6FDtz', 'display_url': 'pic.twitter.com/Ny4iM6FDtz', 'expanded_url': 'https://twitter.com/dog_rates/status/682697186228989953/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 640, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 332, 'favorite_count': 1217, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'in'}
1668:682662431982772225
{'created_at': 'Thu Dec 31 20:39:41 +0000 2015', 'id': 682662431982772225, 'id_str': '682662431982772225', 'full_text': 'Meet Joey and Izzy. Joey only has one ear that works and Izzy wants 2015 to be over already. Both great pups. 11/10s https://t.co/WgQTIQ93BB', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682662408112975876, 'id_str': '682662408112975876', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXlN1-EWMAQdwXK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXlN1-EWMAQdwXK.jpg', 'url': 'https://t.co/WgQTIQ93BB', 'display_url': 'pic.twitter.com/WgQTIQ93BB', 'expanded_url': 'https://twitter.com/dog_rates/status/682662431982772225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682662408112975876, 'id_str': '682662408112975876', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXlN1-EWMAQdwXK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXlN1-EWMAQdwXK.jpg', 'url': 'https://t.co/WgQTIQ93BB', 'display_url': 'pic.twitter.com/WgQTIQ93BB', 'expanded_url': 'https://twitter.com/dog_rates/status/682662431982772225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 988, 'favorite_count': 2820, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1669:682638830361513985
{'created_at': 'Thu Dec 31 19:05:54 +0000 2015', 'id': 682638830361513985, 'id_str': '682638830361513985', 'full_text': 'I have no words. Just a magnificent pup. 12/10 https://t.co/viwWHZgX8j', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682638783267889155, 'id_str': '682638783267889155', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CXk4W0qWYAMEMEs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXk4W0qWYAMEMEs.jpg', 'url': 'https://t.co/viwWHZgX8j', 'display_url': 'pic.twitter.com/viwWHZgX8j', 'expanded_url': 'https://twitter.com/dog_rates/status/682638830361513985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682638783267889155, 'id_str': '682638783267889155', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CXk4W0qWYAMEMEs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXk4W0qWYAMEMEs.jpg', 'url': 'https://t.co/viwWHZgX8j', 'display_url': 'pic.twitter.com/viwWHZgX8j', 'expanded_url': 'https://twitter.com/dog_rates/status/682638830361513985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 682638783431479296, 'id_str': '682638783431479296', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CXk4W1RWkAAAG9j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXk4W1RWkAAAG9j.jpg', 'url': 'https://t.co/viwWHZgX8j', 'display_url': 'pic.twitter.com/viwWHZgX8j', 'expanded_url': 'https://twitter.com/dog_rates/status/682638830361513985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 682638783574085633, 'id_str': '682638783574085633', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CXk4W1zWkAEXXrQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXk4W1zWkAEXXrQ.jpg', 'url': 'https://t.co/viwWHZgX8j', 'display_url': 'pic.twitter.com/viwWHZgX8j', 'expanded_url': 'https://twitter.com/dog_rates/status/682638830361513985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 682638783662141441, 'id_str': '682638783662141441', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CXk4W2IWMAEgUIO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXk4W2IWMAEgUIO.jpg', 'url': 'https://t.co/viwWHZgX8j', 'display_url': 'pic.twitter.com/viwWHZgX8j', 'expanded_url': 'https://twitter.com/dog_rates/status/682638830361513985/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 535, 'favorite_count': 1912, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1670:682429480204398592
{'created_at': 'Thu Dec 31 05:14:01 +0000 2015', 'id': 682429480204398592, 'id_str': '682429480204398592', 'full_text': 'I know we joke around on here, but this is getting really frustrating. We rate dogs. Not T-Rex. Thank you... 8/10 https://t.co/5aFw7SWyxU', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682429474584018946, 'id_str': '682429474584018946', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXh5_dDWQAIbU-J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXh5_dDWQAIbU-J.jpg', 'url': 'https://t.co/5aFw7SWyxU', 'display_url': 'pic.twitter.com/5aFw7SWyxU', 'expanded_url': 'https://twitter.com/dog_rates/status/682429480204398592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682429474584018946, 'id_str': '682429474584018946', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXh5_dDWQAIbU-J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXh5_dDWQAIbU-J.jpg', 'url': 'https://t.co/5aFw7SWyxU', 'display_url': 'pic.twitter.com/5aFw7SWyxU', 'expanded_url': 'https://twitter.com/dog_rates/status/682429480204398592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1046, 'favorite_count': 3186, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1671:682406705142087680
{'created_at': 'Thu Dec 31 03:43:31 +0000 2015', 'id': 682406705142087680, 'id_str': '682406705142087680', 'full_text': "This is Patrick. He's a bigass pupper. 7/10 https://t.co/J9DXBFoAQe", 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682406696551985154, 'id_str': '682406696551985154', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CXhlRmRUMAIYoFO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXhlRmRUMAIYoFO.jpg', 'url': 'https://t.co/J9DXBFoAQe', 'display_url': 'pic.twitter.com/J9DXBFoAQe', 'expanded_url': 'https://twitter.com/dog_rates/status/682406705142087680/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 565, 'h': 812, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 565, 'h': 812, 'resize': 'fit'}, 'small': {'w': 473, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682406696551985154, 'id_str': '682406696551985154', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CXhlRmRUMAIYoFO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXhlRmRUMAIYoFO.jpg', 'url': 'https://t.co/J9DXBFoAQe', 'display_url': 'pic.twitter.com/J9DXBFoAQe', 'expanded_url': 'https://twitter.com/dog_rates/status/682406705142087680/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 565, 'h': 812, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 565, 'h': 812, 'resize': 'fit'}, 'small': {'w': 473, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1589, 'favorite_count': 6974, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1672:682393905736888321
{'created_at': 'Thu Dec 31 02:52:40 +0000 2015', 'id': 682393905736888321, 'id_str': '682393905736888321', 'full_text': "This is Kreg. He's riding an invisible jet ski. 11/10 that's downright legendary https://t.co/BA5AV5dx6Y", 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682393897700474880, 'id_str': '682393897700474880', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CXhZom1UwAA4Zz6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXhZom1UwAA4Zz6.jpg', 'url': 'https://t.co/BA5AV5dx6Y', 'display_url': 'pic.twitter.com/BA5AV5dx6Y', 'expanded_url': 'https://twitter.com/dog_rates/status/682393905736888321/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 890, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 890, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682393897700474880, 'id_str': '682393897700474880', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CXhZom1UwAA4Zz6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXhZom1UwAA4Zz6.jpg', 'url': 'https://t.co/BA5AV5dx6Y', 'display_url': 'pic.twitter.com/BA5AV5dx6Y', 'expanded_url': 'https://twitter.com/dog_rates/status/682393905736888321/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 890, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 890, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 598, 'favorite_count': 2076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1673:682389078323662849
{'created_at': 'Thu Dec 31 02:33:29 +0000 2015', 'id': 682389078323662849, 'id_str': '682389078323662849', 'full_text': "Meet Brody. He's a Downton Abbey Falsetto. Addicted to grating cheese. He says he can stop but we know he can't\n9/10 https://t.co/vBeiQq6SaZ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682388986111913984, 'id_str': '682388986111913984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXhVKtvW8AAyiyK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXhVKtvW8AAyiyK.jpg', 'url': 'https://t.co/vBeiQq6SaZ', 'display_url': 'pic.twitter.com/vBeiQq6SaZ', 'expanded_url': 'https://twitter.com/dog_rates/status/682389078323662849/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 918, 'h': 640, 'resize': 'fit'}, 'large': {'w': 918, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682388986111913984, 'id_str': '682388986111913984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXhVKtvW8AAyiyK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXhVKtvW8AAyiyK.jpg', 'url': 'https://t.co/vBeiQq6SaZ', 'display_url': 'pic.twitter.com/vBeiQq6SaZ', 'expanded_url': 'https://twitter.com/dog_rates/status/682389078323662849/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 474, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 918, 'h': 640, 'resize': 'fit'}, 'large': {'w': 918, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 424, 'favorite_count': 1543, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1674:682303737705140231
{'created_at': 'Wed Dec 30 20:54:22 +0000 2015', 'id': 682303737705140231, 'id_str': '682303737705140231', 'full_text': "This is Todo. He's screaming because he doesn't want to wear his sweater or a seat belt. 9/10 gotta buckle up pup https://t.co/Nm8Spw4HbD", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682303730440601600, 'id_str': '682303730440601600', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXgHoLnWAAA8i52.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXgHoLnWAAA8i52.jpg', 'url': 'https://t.co/Nm8Spw4HbD', 'display_url': 'pic.twitter.com/Nm8Spw4HbD', 'expanded_url': 'https://twitter.com/dog_rates/status/682303737705140231/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682303730440601600, 'id_str': '682303730440601600', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXgHoLnWAAA8i52.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXgHoLnWAAA8i52.jpg', 'url': 'https://t.co/Nm8Spw4HbD', 'display_url': 'pic.twitter.com/Nm8Spw4HbD', 'expanded_url': 'https://twitter.com/dog_rates/status/682303737705140231/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 886, 'favorite_count': 2827, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1675:682259524040966145
{'created_at': 'Wed Dec 30 17:58:40 +0000 2015', 'id': 682259524040966145, 'id_str': '682259524040966145', 'full_text': "Meet Jax. He's an Iglesias Hufflepoof. Quite the jokester. Takes it too far sometimes. Can be very hurtful. 9/10 https://t.co/i5TeG0KYcW", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682259518139555840, 'id_str': '682259518139555840', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CXffar9WYAArfpw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXffar9WYAArfpw.jpg', 'url': 'https://t.co/i5TeG0KYcW', 'display_url': 'pic.twitter.com/i5TeG0KYcW', 'expanded_url': 'https://twitter.com/dog_rates/status/682259524040966145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682259518139555840, 'id_str': '682259518139555840', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CXffar9WYAArfpw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXffar9WYAArfpw.jpg', 'url': 'https://t.co/i5TeG0KYcW', 'display_url': 'pic.twitter.com/i5TeG0KYcW', 'expanded_url': 'https://twitter.com/dog_rates/status/682259524040966145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1079, 'favorite_count': 3815, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1676:682242692827447297
{'created_at': 'Wed Dec 30 16:51:48 +0000 2015', 'id': 682242692827447297, 'id_str': '682242692827447297', 'full_text': 'This is Samson. He patrols his waters on the back of his massive shielded battle dog. 11/10 https://t.co/f8dVgDYDFf', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682242687110672384, 'id_str': '682242687110672384', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CXfQG_fW8AAjVhV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXfQG_fW8AAjVhV.jpg', 'url': 'https://t.co/f8dVgDYDFf', 'display_url': 'pic.twitter.com/f8dVgDYDFf', 'expanded_url': 'https://twitter.com/dog_rates/status/682242692827447297/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 723, 'h': 723, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 723, 'h': 723, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682242687110672384, 'id_str': '682242687110672384', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CXfQG_fW8AAjVhV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXfQG_fW8AAjVhV.jpg', 'url': 'https://t.co/f8dVgDYDFf', 'display_url': 'pic.twitter.com/f8dVgDYDFf', 'expanded_url': 'https://twitter.com/dog_rates/status/682242692827447297/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 723, 'h': 723, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 723, 'h': 723, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1040, 'favorite_count': 2972, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1677:682088079302213632
{'created_at': 'Wed Dec 30 06:37:25 +0000 2015', 'id': 682088079302213632, 'id_str': '682088079302213632', 'full_text': "I'm not sure what this dog is doing but it's pretty inspirational. 12/10 https://t.co/4Kn9GEHXiE", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/4Kn9GEHXiE', 'expanded_url': 'https://vine.co/v/iqMjlxULzbn', 'display_url': 'vine.co/v/iqMjlxULzbn', 'indices': [73, 96]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8908, 'favorite_count': 16817, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1678:682059653698686977
{'created_at': 'Wed Dec 30 04:44:28 +0000 2015', 'id': 682059653698686977, 'id_str': '682059653698686977', 'full_text': 'This is Tess. Her main passions are shelves and baking too many cookies. 11/10 https://t.co/IriJlVZ6m4', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682059648447438848, 'id_str': '682059648447438848', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CXcpovVWYAAe6Ah.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcpovVWYAAe6Ah.jpg', 'url': 'https://t.co/IriJlVZ6m4', 'display_url': 'pic.twitter.com/IriJlVZ6m4', 'expanded_url': 'https://twitter.com/dog_rates/status/682059653698686977/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682059648447438848, 'id_str': '682059648447438848', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CXcpovVWYAAe6Ah.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcpovVWYAAe6Ah.jpg', 'url': 'https://t.co/IriJlVZ6m4', 'display_url': 'pic.twitter.com/IriJlVZ6m4', 'expanded_url': 'https://twitter.com/dog_rates/status/682059653698686977/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 682059648451620864, 'id_str': '682059648451620864', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CXcpovWWMAAMcfv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcpovWWMAAMcfv.jpg', 'url': 'https://t.co/IriJlVZ6m4', 'display_url': 'pic.twitter.com/IriJlVZ6m4', 'expanded_url': 'https://twitter.com/dog_rates/status/682059653698686977/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 638, 'h': 634, 'resize': 'fit'}, 'medium': {'w': 638, 'h': 634, 'resize': 'fit'}, 'small': {'w': 638, 'h': 634, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1532, 'favorite_count': 4543, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1679:682047327939461121
{'created_at': 'Wed Dec 30 03:55:29 +0000 2015', 'id': 682047327939461121, 'id_str': '682047327939461121', 'full_text': "We normally don't rate bears but this one seems nice. Her name is Thea. Appears rather fluffy. 10/10 good bear https://t.co/fZc7MixeeT", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682047323002810373, 'id_str': '682047323002810373', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXcebTeWsAUQJ-J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcebTeWsAUQJ-J.jpg', 'url': 'https://t.co/fZc7MixeeT', 'display_url': 'pic.twitter.com/fZc7MixeeT', 'expanded_url': 'https://twitter.com/dog_rates/status/682047327939461121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682047323002810373, 'id_str': '682047323002810373', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXcebTeWsAUQJ-J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcebTeWsAUQJ-J.jpg', 'url': 'https://t.co/fZc7MixeeT', 'display_url': 'pic.twitter.com/fZc7MixeeT', 'expanded_url': 'https://twitter.com/dog_rates/status/682047327939461121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 849, 'favorite_count': 2951, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1680:682032003584274432
{'created_at': 'Wed Dec 30 02:54:35 +0000 2015', 'id': 682032003584274432, 'id_str': '682032003584274432', 'full_text': 'This is Ulysses. He likes holding hands and his eyes are magic. 11/10 https://t.co/gPmJHmtgak', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682031998756470785, 'id_str': '682031998756470785', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CXcQfUNUQAEwFoQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcQfUNUQAEwFoQ.jpg', 'url': 'https://t.co/gPmJHmtgak', 'display_url': 'pic.twitter.com/gPmJHmtgak', 'expanded_url': 'https://twitter.com/dog_rates/status/682032003584274432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682031998756470785, 'id_str': '682031998756470785', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CXcQfUNUQAEwFoQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXcQfUNUQAEwFoQ.jpg', 'url': 'https://t.co/gPmJHmtgak', 'display_url': 'pic.twitter.com/gPmJHmtgak', 'expanded_url': 'https://twitter.com/dog_rates/status/682032003584274432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1797, 'favorite_count': 6069, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1681:682003177596559360
{'created_at': 'Wed Dec 30 01:00:03 +0000 2015', 'id': 682003177596559360, 'id_str': '682003177596559360', 'full_text': "Unique dog here. Wrinkly as hell. Weird segmented neck. Finger on fire. Doesn't seem to notice. 5/10 might still pet https://t.co/Hy9La4xNX3", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 682003173041549313, 'id_str': '682003173041549313', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXb2RcDUsAEnkJb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXb2RcDUsAEnkJb.jpg', 'url': 'https://t.co/Hy9La4xNX3', 'display_url': 'pic.twitter.com/Hy9La4xNX3', 'expanded_url': 'https://twitter.com/dog_rates/status/682003177596559360/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 620, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 620, 'h': 400, 'resize': 'fit'}, 'small': {'w': 620, 'h': 400, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 682003173041549313, 'id_str': '682003173041549313', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXb2RcDUsAEnkJb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXb2RcDUsAEnkJb.jpg', 'url': 'https://t.co/Hy9La4xNX3', 'display_url': 'pic.twitter.com/Hy9La4xNX3', 'expanded_url': 'https://twitter.com/dog_rates/status/682003177596559360/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 620, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 620, 'h': 400, 'resize': 'fit'}, 'small': {'w': 620, 'h': 400, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1371, 'favorite_count': 2874, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1682:681981167097122816
{'created_at': 'Tue Dec 29 23:32:35 +0000 2015', 'id': 681981167097122816, 'id_str': '681981167097122816', 'full_text': "This is Jimothy. He's a Trinidad Poliwhirl. Father was a velociraptor. Exceptionally unamused. 12/10 would adopt https://t.co/VwdIk0OwVx", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681981160138895360, 'id_str': '681981160138895360', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CXbiQHmWcAAt6Lm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXbiQHmWcAAt6Lm.jpg', 'url': 'https://t.co/VwdIk0OwVx', 'display_url': 'pic.twitter.com/VwdIk0OwVx', 'expanded_url': 'https://twitter.com/dog_rates/status/681981167097122816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 710, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 710, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 471, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681981160138895360, 'id_str': '681981160138895360', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CXbiQHmWcAAt6Lm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXbiQHmWcAAt6Lm.jpg', 'url': 'https://t.co/VwdIk0OwVx', 'display_url': 'pic.twitter.com/VwdIk0OwVx', 'expanded_url': 'https://twitter.com/dog_rates/status/681981167097122816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 710, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 710, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 471, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 922, 'favorite_count': 2600, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1683:681891461017812993
{'created_at': 'Tue Dec 29 17:36:07 +0000 2015', 'id': 681891461017812993, 'id_str': '681891461017812993', 'full_text': "Say hello to Charlie. He's scholarly af. Quite intimidating with all his pupper knowledge 10/10 even built that fire https://t.co/9KThv6z8u5", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681891446547427328, 'id_str': '681891446547427328', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXaQqGbWMAAKEgN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXaQqGbWMAAKEgN.jpg', 'url': 'https://t.co/9KThv6z8u5', 'display_url': 'pic.twitter.com/9KThv6z8u5', 'expanded_url': 'https://twitter.com/dog_rates/status/681891461017812993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681891446547427328, 'id_str': '681891446547427328', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXaQqGbWMAAKEgN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXaQqGbWMAAKEgN.jpg', 'url': 'https://t.co/9KThv6z8u5', 'display_url': 'pic.twitter.com/9KThv6z8u5', 'expanded_url': 'https://twitter.com/dog_rates/status/681891461017812993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 746, 'favorite_count': 2276, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1684:681694085539872773
{'created_at': 'Tue Dec 29 04:31:49 +0000 2015', 'id': 681694085539872773, 'id_str': '681694085539872773', 'full_text': "This is Bo. He's a Benedoop Cumbersnatch. Seems frustrated with own feet. Portable as hell. 11/10 very solid pupper https://t.co/TONMhRoQh7", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681694081152516096, 'id_str': '681694081152516096', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'url': 'https://t.co/TONMhRoQh7', 'display_url': 'pic.twitter.com/TONMhRoQh7', 'expanded_url': 'https://twitter.com/dog_rates/status/681694085539872773/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 626, 'resize': 'fit'}, 'small': {'w': 640, 'h': 626, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 626, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681694081152516096, 'id_str': '681694081152516096', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXXdJ7CVAAALu23.jpg', 'url': 'https://t.co/TONMhRoQh7', 'display_url': 'pic.twitter.com/TONMhRoQh7', 'expanded_url': 'https://twitter.com/dog_rates/status/681694085539872773/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 626, 'resize': 'fit'}, 'small': {'w': 640, 'h': 626, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 626, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3697, 'favorite_count': 11829, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1685:681679526984871937
{'created_at': 'Tue Dec 29 03:33:58 +0000 2015', 'id': 681679526984871937, 'id_str': '681679526984871937', 'full_text': 'Can you spot Toby the guilty pupper? 7/10 would be higher but he made quite the mess shredding his stuffed pals https://t.co/3uCcDEJLXs', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681679500770414592, 'id_str': '681679500770414592', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CXXP5O4WEAA4dgS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXXP5O4WEAA4dgS.jpg', 'url': 'https://t.co/3uCcDEJLXs', 'display_url': 'pic.twitter.com/3uCcDEJLXs', 'expanded_url': 'https://twitter.com/dog_rates/status/681679526984871937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 853, 'h': 640, 'resize': 'fit'}, 'large': {'w': 853, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681679500770414592, 'id_str': '681679500770414592', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CXXP5O4WEAA4dgS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXXP5O4WEAA4dgS.jpg', 'url': 'https://t.co/3uCcDEJLXs', 'display_url': 'pic.twitter.com/3uCcDEJLXs', 'expanded_url': 'https://twitter.com/dog_rates/status/681679526984871937/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 853, 'h': 640, 'resize': 'fit'}, 'large': {'w': 853, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285567, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 400, 'favorite_count': 1629, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1686:681654059175129088
{'created_at': 'Tue Dec 29 01:52:46 +0000 2015', 'id': 681654059175129088, 'id_str': '681654059175129088', 'full_text': "This is Toffee. He's a happy pupper. Appears dangerously fluffy. Extraordinarily spherical. 12/10 would pet firmly https://t.co/oEXEKt3MHu", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681654055031189505, 'id_str': '681654055031189505', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXW4wGHWsAE_eBD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXW4wGHWsAE_eBD.jpg', 'url': 'https://t.co/oEXEKt3MHu', 'display_url': 'pic.twitter.com/oEXEKt3MHu', 'expanded_url': 'https://twitter.com/dog_rates/status/681654059175129088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681654055031189505, 'id_str': '681654055031189505', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXW4wGHWsAE_eBD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXW4wGHWsAE_eBD.jpg', 'url': 'https://t.co/oEXEKt3MHu', 'display_url': 'pic.twitter.com/oEXEKt3MHu', 'expanded_url': 'https://twitter.com/dog_rates/status/681654059175129088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285568, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 820, 'favorite_count': 2427, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1687:681610798867845120
{'created_at': 'Mon Dec 28 23:00:52 +0000 2015', 'id': 681610798867845120, 'id_str': '681610798867845120', 'full_text': '*collapses* 12/10 https://t.co/C7M8mnzHIK', 'truncated': False, 'display_text_range': [0, 41], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681610777703387137, 'id_str': '681610777703387137', 'indices': [18, 41], 'media_url': 'http://pbs.twimg.com/media/CXWRZBgWkAEHMea.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXWRZBgWkAEHMea.jpg', 'url': 'https://t.co/C7M8mnzHIK', 'display_url': 'pic.twitter.com/C7M8mnzHIK', 'expanded_url': 'https://twitter.com/dog_rates/status/681610798867845120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681610777703387137, 'id_str': '681610777703387137', 'indices': [18, 41], 'media_url': 'http://pbs.twimg.com/media/CXWRZBgWkAEHMea.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXWRZBgWkAEHMea.jpg', 'url': 'https://t.co/C7M8mnzHIK', 'display_url': 'pic.twitter.com/C7M8mnzHIK', 'expanded_url': 'https://twitter.com/dog_rates/status/681610798867845120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285568, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 419, 'favorite_count': 1734, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1688:681579835668455424
{'created_at': 'Mon Dec 28 20:57:50 +0000 2015', 'id': 681579835668455424, 'id_str': '681579835668455424', 'full_text': "This is Apollo. He thought you weren't coming back so he had a mental breakdown. 8/10 we've all been there https://t.co/ojUBrDCHLT", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681579814340456449, 'id_str': '681579814340456449', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CXV1Ot_W8AEpkQO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXV1Ot_W8AEpkQO.jpg', 'url': 'https://t.co/ojUBrDCHLT', 'display_url': 'pic.twitter.com/ojUBrDCHLT', 'expanded_url': 'https://twitter.com/dog_rates/status/681579835668455424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681579814340456449, 'id_str': '681579814340456449', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CXV1Ot_W8AEpkQO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXV1Ot_W8AEpkQO.jpg', 'url': 'https://t.co/ojUBrDCHLT', 'display_url': 'pic.twitter.com/ojUBrDCHLT', 'expanded_url': 'https://twitter.com/dog_rates/status/681579835668455424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1179, 'favorite_count': 3258, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1689:681523177663676416
{'created_at': 'Mon Dec 28 17:12:42 +0000 2015', 'id': 681523177663676416, 'id_str': '681523177663676416', 'full_text': "This is Carly. She's actually 2 dogs fused together. Very innovative. Probably has superpowers. 12/10 for double dog https://t.co/GQn2IopLud", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681523166406164481, 'id_str': '681523166406164481', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'url': 'https://t.co/GQn2IopLud', 'display_url': 'pic.twitter.com/GQn2IopLud', 'expanded_url': 'https://twitter.com/dog_rates/status/681523177663676416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 765, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 765, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681523166406164481, 'id_str': '681523166406164481', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXVBtX_WwAEuqbP.jpg', 'url': 'https://t.co/GQn2IopLud', 'display_url': 'pic.twitter.com/GQn2IopLud', 'expanded_url': 'https://twitter.com/dog_rates/status/681523177663676416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 765, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 765, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5216, 'favorite_count': 13193, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1690:681340665377193984
{'created_at': 'Mon Dec 28 05:07:27 +0000 2015', 'id': 681340665377193984, 'id_str': '681340665377193984', 'full_text': "I've been told there's a slight possibility he's checking his mirror. We'll bump to 9.5/10. Still a menace", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 681339448655802368, 'in_reply_to_status_id_str': '681339448655802368', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 245, 'favorite_count': 1519, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1691:681339448655802368
{'created_at': 'Mon Dec 28 05:02:37 +0000 2015', 'id': 681339448655802368, 'id_str': '681339448655802368', 'full_text': "This is Asher. He's not wearing a seatbelt or keeping both paws on the wheel. Absolute menace on the roadways. 9/10 https://t.co/V3SWuHACkh", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681339442087497728, 'id_str': '681339442087497728', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXSanNkWkAAqR9M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXSanNkWkAAqR9M.jpg', 'url': 'https://t.co/V3SWuHACkh', 'display_url': 'pic.twitter.com/V3SWuHACkh', 'expanded_url': 'https://twitter.com/dog_rates/status/681339448655802368/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 460, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 850, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 850, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681339442087497728, 'id_str': '681339442087497728', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXSanNkWkAAqR9M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXSanNkWkAAqR9M.jpg', 'url': 'https://t.co/V3SWuHACkh', 'display_url': 'pic.twitter.com/V3SWuHACkh', 'expanded_url': 'https://twitter.com/dog_rates/status/681339448655802368/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 460, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 850, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 850, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3708, 'favorite_count': 8565, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1692:681320187870711809
{'created_at': 'Mon Dec 28 03:46:05 +0000 2015', 'id': 681320187870711809, 'id_str': '681320187870711809', 'full_text': "This is Glacier. He's a very happy pup. Loves to sing in the sunlight. 11/10 https://t.co/jTBPqKgkz7", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681320179880443904, 'id_str': '681320179880443904', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CXSJGAQUQAAoG9Q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXSJGAQUQAAoG9Q.jpg', 'url': 'https://t.co/jTBPqKgkz7', 'display_url': 'pic.twitter.com/jTBPqKgkz7', 'expanded_url': 'https://twitter.com/dog_rates/status/681320187870711809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'large': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681320179880443904, 'id_str': '681320179880443904', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CXSJGAQUQAAoG9Q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXSJGAQUQAAoG9Q.jpg', 'url': 'https://t.co/jTBPqKgkz7', 'display_url': 'pic.twitter.com/jTBPqKgkz7', 'expanded_url': 'https://twitter.com/dog_rates/status/681320187870711809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'large': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 672, 'favorite_count': 2415, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1693:681302363064414209
{'created_at': 'Mon Dec 28 02:35:15 +0000 2015', 'id': 681302363064414209, 'id_str': '681302363064414209', 'full_text': "This is Chuck. He's a neat dog. Very flexible. Trapped in a glass case of emotion. Devastatingly unfluffy 3/10 https://t.co/YqbU9xHV3p", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681302357297229824, 'id_str': '681302357297229824', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXR44l9WcAAcG_N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXR44l9WcAAcG_N.jpg', 'url': 'https://t.co/YqbU9xHV3p', 'display_url': 'pic.twitter.com/YqbU9xHV3p', 'expanded_url': 'https://twitter.com/dog_rates/status/681302363064414209/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681302357297229824, 'id_str': '681302357297229824', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXR44l9WcAAcG_N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXR44l9WcAAcG_N.jpg', 'url': 'https://t.co/YqbU9xHV3p', 'display_url': 'pic.twitter.com/YqbU9xHV3p', 'expanded_url': 'https://twitter.com/dog_rates/status/681302363064414209/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1625, 'favorite_count': 3603, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1694:681297372102656000
{'created_at': 'Mon Dec 28 02:15:26 +0000 2015', 'id': 681297372102656000, 'id_str': '681297372102656000', 'full_text': 'This is actually a lion. We only rate dogs. For the last time please only send dogs. Thank u.\n12/10 would still pet https://t.co/Pp26dMQxap', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681297367627395075, 'id_str': '681297367627395075', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXR0WJ_W8AMd_O8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXR0WJ_W8AMd_O8.jpg', 'url': 'https://t.co/Pp26dMQxap', 'display_url': 'pic.twitter.com/Pp26dMQxap', 'expanded_url': 'https://twitter.com/dog_rates/status/681297372102656000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681297367627395075, 'id_str': '681297367627395075', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXR0WJ_W8AMd_O8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXR0WJ_W8AMd_O8.jpg', 'url': 'https://t.co/Pp26dMQxap', 'display_url': 'pic.twitter.com/Pp26dMQxap', 'expanded_url': 'https://twitter.com/dog_rates/status/681297372102656000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 857, 'favorite_count': 2960, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1695:681281657291280384
{'created_at': 'Mon Dec 28 01:12:59 +0000 2015', 'id': 681281657291280384, 'id_str': '681281657291280384', 'full_text': 'Meet Sarge. His parents signed him up for dancing lessons but his true passion is roller coasters 11/10 very petable https://t.co/KvVoBIgkje', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681281653780656128, 'id_str': '681281653780656128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXRmDfWWMAADCdc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXRmDfWWMAADCdc.jpg', 'url': 'https://t.co/KvVoBIgkje', 'display_url': 'pic.twitter.com/KvVoBIgkje', 'expanded_url': 'https://twitter.com/dog_rates/status/681281657291280384/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 629, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 629, 'resize': 'fit'}, 'small': {'w': 640, 'h': 629, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681281653780656128, 'id_str': '681281653780656128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXRmDfWWMAADCdc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXRmDfWWMAADCdc.jpg', 'url': 'https://t.co/KvVoBIgkje', 'display_url': 'pic.twitter.com/KvVoBIgkje', 'expanded_url': 'https://twitter.com/dog_rates/status/681281657291280384/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 629, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 629, 'resize': 'fit'}, 'small': {'w': 640, 'h': 629, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 997, 'favorite_count': 2965, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1696:681261549936340994
{'created_at': 'Sun Dec 27 23:53:05 +0000 2015', 'id': 681261549936340994, 'id_str': '681261549936340994', 'full_text': "Say hello to Panda. He's a Quackadilly Shooster. Not amused by your fake ball throwing motion. 9/10 would hug lots https://t.co/wL1iDvbcVk", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681261544890576896, 'id_str': '681261544890576896', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXRTw_5WMAAUDVp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXRTw_5WMAAUDVp.jpg', 'url': 'https://t.co/wL1iDvbcVk', 'display_url': 'pic.twitter.com/wL1iDvbcVk', 'expanded_url': 'https://twitter.com/dog_rates/status/681261549936340994/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681261544890576896, 'id_str': '681261544890576896', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CXRTw_5WMAAUDVp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXRTw_5WMAAUDVp.jpg', 'url': 'https://t.co/wL1iDvbcVk', 'display_url': 'pic.twitter.com/wL1iDvbcVk', 'expanded_url': 'https://twitter.com/dog_rates/status/681261549936340994/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 236, 'favorite_count': 1335, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1697:681242418453299201
{'created_at': 'Sun Dec 27 22:37:04 +0000 2015', 'id': 681242418453299201, 'id_str': '681242418453299201', 'full_text': "This is Champ. He's being sacrificed to the Aztec sun god Huitzilopochtli. So sad. 10/10 Champ doesn't deserve this https://t.co/VGsziXImoy", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681242414783201280, 'id_str': '681242414783201280', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXRCXesVAAArSXt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXRCXesVAAArSXt.jpg', 'url': 'https://t.co/VGsziXImoy', 'display_url': 'pic.twitter.com/VGsziXImoy', 'expanded_url': 'https://twitter.com/dog_rates/status/681242418453299201/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681242414783201280, 'id_str': '681242414783201280', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXRCXesVAAArSXt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXRCXesVAAArSXt.jpg', 'url': 'https://t.co/VGsziXImoy', 'display_url': 'pic.twitter.com/VGsziXImoy', 'expanded_url': 'https://twitter.com/dog_rates/status/681242418453299201/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 470, 'favorite_count': 1359, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1698:681231109724700672
{'created_at': 'Sun Dec 27 21:52:07 +0000 2015', 'id': 681231109724700672, 'id_str': '681231109724700672', 'full_text': 'I just love this pic. 11/10 this pupper is going places https://t.co/P16uhh1PbI', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681231097963921409, 'id_str': '681231097963921409', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CXQ4EwQWwAEVaUf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXQ4EwQWwAEVaUf.jpg', 'url': 'https://t.co/P16uhh1PbI', 'display_url': 'pic.twitter.com/P16uhh1PbI', 'expanded_url': 'https://twitter.com/dog_rates/status/681231109724700672/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681231097963921409, 'id_str': '681231097963921409', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CXQ4EwQWwAEVaUf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXQ4EwQWwAEVaUf.jpg', 'url': 'https://t.co/P16uhh1PbI', 'display_url': 'pic.twitter.com/P16uhh1PbI', 'expanded_url': 'https://twitter.com/dog_rates/status/681231109724700672/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 441, 'favorite_count': 2243, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1699:681193455364796417
{'created_at': 'Sun Dec 27 19:22:30 +0000 2015', 'id': 681193455364796417, 'id_str': '681193455364796417', 'full_text': "This is Aspen. He's astronomically fluffy. I wouldn't stop petting this dog if the world was ending around me 11/10 https://t.co/oBlgL9nxpx", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 681193441674551296, 'id_str': '681193441674551296', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXQV03pWYAAVniz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXQV03pWYAAVniz.jpg', 'url': 'https://t.co/oBlgL9nxpx', 'display_url': 'pic.twitter.com/oBlgL9nxpx', 'expanded_url': 'https://twitter.com/dog_rates/status/681193455364796417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 681193441674551296, 'id_str': '681193441674551296', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXQV03pWYAAVniz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXQV03pWYAAVniz.jpg', 'url': 'https://t.co/oBlgL9nxpx', 'display_url': 'pic.twitter.com/oBlgL9nxpx', 'expanded_url': 'https://twitter.com/dog_rates/status/681193455364796417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 681193441758457857, 'id_str': '681193441758457857', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXQV039WsAETapA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXQV039WsAETapA.jpg', 'url': 'https://t.co/oBlgL9nxpx', 'display_url': 'pic.twitter.com/oBlgL9nxpx', 'expanded_url': 'https://twitter.com/dog_rates/status/681193455364796417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1340, 'favorite_count': 3422, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1700:680970795137544192
{'created_at': 'Sun Dec 27 04:37:44 +0000 2015', 'id': 680970795137544192, 'id_str': '680970795137544192', 'full_text': 'I thought I made this very clear. We only rate dogs. Stop sending other things like this shark. Thank you... 9/10 https://t.co/CXSJZ4Stk3', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680970791404605441, 'id_str': '680970791404605441', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXNLU6wWkAE0OkJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXNLU6wWkAE0OkJ.jpg', 'url': 'https://t.co/CXSJZ4Stk3', 'display_url': 'pic.twitter.com/CXSJZ4Stk3', 'expanded_url': 'https://twitter.com/dog_rates/status/680970795137544192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680970791404605441, 'id_str': '680970791404605441', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CXNLU6wWkAE0OkJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXNLU6wWkAE0OkJ.jpg', 'url': 'https://t.co/CXSJZ4Stk3', 'display_url': 'pic.twitter.com/CXSJZ4Stk3', 'expanded_url': 'https://twitter.com/dog_rates/status/680970795137544192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 586, 'favorite_count': 2215, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1701:680959110691590145
{'created_at': 'Sun Dec 27 03:51:18 +0000 2015', 'id': 680959110691590145, 'id_str': '680959110691590145', 'full_text': "This is Ozzie. He was doing fine until he lost traction in those festive socks. Now he's tired. 9/10 still killin it https://t.co/u4FYdIRKnY", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680959103779368960, 'id_str': '680959103779368960', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXNAsm9WcAA2tts.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXNAsm9WcAA2tts.jpg', 'url': 'https://t.co/u4FYdIRKnY', 'display_url': 'pic.twitter.com/u4FYdIRKnY', 'expanded_url': 'https://twitter.com/dog_rates/status/680959110691590145/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680959103779368960, 'id_str': '680959103779368960', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXNAsm9WcAA2tts.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXNAsm9WcAA2tts.jpg', 'url': 'https://t.co/u4FYdIRKnY', 'display_url': 'pic.twitter.com/u4FYdIRKnY', 'expanded_url': 'https://twitter.com/dog_rates/status/680959110691590145/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680959103766802433, 'id_str': '680959103766802433', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXNAsm6WsAEST9R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXNAsm6WsAEST9R.jpg', 'url': 'https://t.co/u4FYdIRKnY', 'display_url': 'pic.twitter.com/u4FYdIRKnY', 'expanded_url': 'https://twitter.com/dog_rates/status/680959110691590145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680959103791984641, 'id_str': '680959103791984641', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXNAsnAW8AE4Me5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXNAsnAW8AE4Me5.jpg', 'url': 'https://t.co/u4FYdIRKnY', 'display_url': 'pic.twitter.com/u4FYdIRKnY', 'expanded_url': 'https://twitter.com/dog_rates/status/680959110691590145/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1825, 'favorite_count': 4225, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1702:680940246314430465
{'created_at': 'Sun Dec 27 02:36:20 +0000 2015', 'id': 680940246314430465, 'id_str': '680940246314430465', 'full_text': "This is Alice. She's an idiot. 4/10 https://t.co/VQXdwJfkyS", 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680940240811474944, 'id_str': '680940240811474944', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CXMvio7WQAAPZJj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMvio7WQAAPZJj.jpg', 'url': 'https://t.co/VQXdwJfkyS', 'display_url': 'pic.twitter.com/VQXdwJfkyS', 'expanded_url': 'https://twitter.com/dog_rates/status/680940246314430465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680940240811474944, 'id_str': '680940240811474944', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CXMvio7WQAAPZJj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMvio7WQAAPZJj.jpg', 'url': 'https://t.co/VQXdwJfkyS', 'display_url': 'pic.twitter.com/VQXdwJfkyS', 'expanded_url': 'https://twitter.com/dog_rates/status/680940246314430465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 937, 'favorite_count': 2926, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1703:680934982542561280
{'created_at': 'Sun Dec 27 02:15:25 +0000 2015', 'id': 680934982542561280, 'id_str': '680934982542561280', 'full_text': "Say hello to Sadie. She's a Tortellini Sidewinder. Very jubilant pup. Seems loyal. Leaves on point. 10/10 petable af https://t.co/g2bTu4ayPl", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680934975001227264, 'id_str': '680934975001227264', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXMqwIQWcAA2iE0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMqwIQWcAA2iE0.jpg', 'url': 'https://t.co/g2bTu4ayPl', 'display_url': 'pic.twitter.com/g2bTu4ayPl', 'expanded_url': 'https://twitter.com/dog_rates/status/680934982542561280/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680934975001227264, 'id_str': '680934975001227264', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXMqwIQWcAA2iE0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMqwIQWcAA2iE0.jpg', 'url': 'https://t.co/g2bTu4ayPl', 'display_url': 'pic.twitter.com/g2bTu4ayPl', 'expanded_url': 'https://twitter.com/dog_rates/status/680934982542561280/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 394, 'favorite_count': 1921, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1704:680913438424612864
{'created_at': 'Sun Dec 27 00:49:49 +0000 2015', 'id': 680913438424612864, 'id_str': '680913438424612864', 'full_text': "Meet Griswold. He's dapper as hell. Already pumped for next Christmas. 11/10 https://t.co/5NrpNDyFzN", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680913431944245248, 'id_str': '680913431944245248', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CXMXKKHUMAA1QN3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMXKKHUMAA1QN3.jpg', 'url': 'https://t.co/5NrpNDyFzN', 'display_url': 'pic.twitter.com/5NrpNDyFzN', 'expanded_url': 'https://twitter.com/dog_rates/status/680913438424612864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 648, 'h': 960, 'resize': 'fit'}, 'large': {'w': 648, 'h': 960, 'resize': 'fit'}, 'small': {'w': 459, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680913431944245248, 'id_str': '680913431944245248', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CXMXKKHUMAA1QN3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMXKKHUMAA1QN3.jpg', 'url': 'https://t.co/5NrpNDyFzN', 'display_url': 'pic.twitter.com/5NrpNDyFzN', 'expanded_url': 'https://twitter.com/dog_rates/status/680913438424612864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 648, 'h': 960, 'resize': 'fit'}, 'large': {'w': 648, 'h': 960, 'resize': 'fit'}, 'small': {'w': 459, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 563, 'favorite_count': 2211, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1705:680889648562991104
{'created_at': 'Sat Dec 26 23:15:17 +0000 2015', 'id': 680889648562991104, 'id_str': '680889648562991104', 'full_text': "This is Cheesy. It's her birthday. She's patiently waiting to eat her party muffin. 9/10 happy birthday pup https://t.co/cH2H7mch2H", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680889641415872512, 'id_str': '680889641415872512', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CXMBhXfWEAA4mMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMBhXfWEAA4mMI.jpg', 'url': 'https://t.co/cH2H7mch2H', 'display_url': 'pic.twitter.com/cH2H7mch2H', 'expanded_url': 'https://twitter.com/dog_rates/status/680889648562991104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680889641415872512, 'id_str': '680889641415872512', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CXMBhXfWEAA4mMI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXMBhXfWEAA4mMI.jpg', 'url': 'https://t.co/cH2H7mch2H', 'display_url': 'pic.twitter.com/cH2H7mch2H', 'expanded_url': 'https://twitter.com/dog_rates/status/680889648562991104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 326, 'favorite_count': 1613, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1706:680836378243002368
{'created_at': 'Sat Dec 26 19:43:36 +0000 2015', 'id': 680836378243002368, 'id_str': '680836378243002368', 'full_text': "This is Ellie. She's secretly ferocious. 12/10 very deadly pupper https://t.co/BF4BW8LUgb", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680836369753739264, 'id_str': '680836369753739264', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CXLREjFWkAAQnVp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXLREjFWkAAQnVp.jpg', 'url': 'https://t.co/BF4BW8LUgb', 'display_url': 'pic.twitter.com/BF4BW8LUgb', 'expanded_url': 'https://twitter.com/dog_rates/status/680836378243002368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680836369753739264, 'id_str': '680836369753739264', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CXLREjFWkAAQnVp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXLREjFWkAAQnVp.jpg', 'url': 'https://t.co/BF4BW8LUgb', 'display_url': 'pic.twitter.com/BF4BW8LUgb', 'expanded_url': 'https://twitter.com/dog_rates/status/680836378243002368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680836369762140160, 'id_str': '680836369762140160', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CXLREjHWwAATHoU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXLREjHWwAATHoU.jpg', 'url': 'https://t.co/BF4BW8LUgb', 'display_url': 'pic.twitter.com/BF4BW8LUgb', 'expanded_url': 'https://twitter.com/dog_rates/status/680836378243002368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680836369791512577, 'id_str': '680836369791512577', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CXLREjOW8AElfk6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXLREjOW8AElfk6.jpg', 'url': 'https://t.co/BF4BW8LUgb', 'display_url': 'pic.twitter.com/BF4BW8LUgb', 'expanded_url': 'https://twitter.com/dog_rates/status/680836378243002368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1185, 'favorite_count': 3191, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1707:680805554198020098
{'created_at': 'Sat Dec 26 17:41:07 +0000 2015', 'id': 680805554198020098, 'id_str': '680805554198020098', 'full_text': "This guy's dog broke. So sad. 9/10 would still pet https://t.co/BYiXJDEzv7", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/BYiXJDEzv7', 'expanded_url': 'https://vine.co/v/iAP0Ugzi2PO', 'display_url': 'vine.co/v/iAP0Ugzi2PO', 'indices': [51, 74]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 607, 'favorite_count': 1981, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1708:680801747103793152
{'created_at': 'Sat Dec 26 17:25:59 +0000 2015', 'id': 680801747103793152, 'id_str': '680801747103793152', 'full_text': "Great picture here. Dog on the right panicked & forgot about his tongue. Middle green dog must've fainted. All 10/10 https://t.co/31npKUAox0", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680801737658265600, 'id_str': '680801737658265600', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CXKxkseW8AAjAMY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXKxkseW8AAjAMY.jpg', 'url': 'https://t.co/31npKUAox0', 'display_url': 'pic.twitter.com/31npKUAox0', 'expanded_url': 'https://twitter.com/dog_rates/status/680801747103793152/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680801737658265600, 'id_str': '680801737658265600', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CXKxkseW8AAjAMY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXKxkseW8AAjAMY.jpg', 'url': 'https://t.co/31npKUAox0', 'display_url': 'pic.twitter.com/31npKUAox0', 'expanded_url': 'https://twitter.com/dog_rates/status/680801747103793152/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 742, 'favorite_count': 2190, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1709:680798457301471234
{'created_at': 'Sat Dec 26 17:12:55 +0000 2015', 'id': 680798457301471234, 'id_str': '680798457301471234', 'full_text': 'Say hello to Moofasa. He must be a powerful dog. Fenced in for your protection. Just got his ear pierced. 6/10 https://t.co/w6fRfQ3RXD', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680798406277599232, 'id_str': '680798406277599232', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXKuiyHUEAAMAGa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXKuiyHUEAAMAGa.jpg', 'url': 'https://t.co/w6fRfQ3RXD', 'display_url': 'pic.twitter.com/w6fRfQ3RXD', 'expanded_url': 'https://twitter.com/dog_rates/status/680798457301471234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680798406277599232, 'id_str': '680798406277599232', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXKuiyHUEAAMAGa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXKuiyHUEAAMAGa.jpg', 'url': 'https://t.co/w6fRfQ3RXD', 'display_url': 'pic.twitter.com/w6fRfQ3RXD', 'expanded_url': 'https://twitter.com/dog_rates/status/680798457301471234/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 939, 'favorite_count': 2611, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1710:680609293079592961
{'created_at': 'Sat Dec 26 04:41:15 +0000 2015', 'id': 680609293079592961, 'id_str': '680609293079592961', 'full_text': 'This is Brody. That is his chair. He loves his chair. Never leaves it. 9/10 might be stuck actually https://t.co/WvJRg0XJit', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680609277350821889, 'id_str': '680609277350821889', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CXICiB9UwAE1sKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXICiB9UwAE1sKY.jpg', 'url': 'https://t.co/WvJRg0XJit', 'display_url': 'pic.twitter.com/WvJRg0XJit', 'expanded_url': 'https://twitter.com/dog_rates/status/680609293079592961/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680609277350821889, 'id_str': '680609277350821889', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CXICiB9UwAE1sKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXICiB9UwAE1sKY.jpg', 'url': 'https://t.co/WvJRg0XJit', 'display_url': 'pic.twitter.com/WvJRg0XJit', 'expanded_url': 'https://twitter.com/dog_rates/status/680609293079592961/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 628, 'favorite_count': 2414, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1711:680583894916304897
{'created_at': 'Sat Dec 26 03:00:19 +0000 2015', 'id': 680583894916304897, 'id_str': '680583894916304897', 'full_text': 'This is Penny. Her tennis ball slowly rolled down her cone and into the pool. 8/10 bad things happen to good puppers https://t.co/YNWU7LeFgg', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680583886422831105, 'id_str': '680583886422831105', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXHrcFYWcAEE5_L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXHrcFYWcAEE5_L.jpg', 'url': 'https://t.co/YNWU7LeFgg', 'display_url': 'pic.twitter.com/YNWU7LeFgg', 'expanded_url': 'https://twitter.com/dog_rates/status/680583894916304897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680583886422831105, 'id_str': '680583886422831105', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXHrcFYWcAEE5_L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXHrcFYWcAEE5_L.jpg', 'url': 'https://t.co/YNWU7LeFgg', 'display_url': 'pic.twitter.com/YNWU7LeFgg', 'expanded_url': 'https://twitter.com/dog_rates/status/680583894916304897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680583886414426114, 'id_str': '680583886414426114', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXHrcFWWMAItpUs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXHrcFWWMAItpUs.jpg', 'url': 'https://t.co/YNWU7LeFgg', 'display_url': 'pic.twitter.com/YNWU7LeFgg', 'expanded_url': 'https://twitter.com/dog_rates/status/680583894916304897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680583886418669568, 'id_str': '680583886418669568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXHrcFXW8AAeVa6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXHrcFXW8AAeVa6.jpg', 'url': 'https://t.co/YNWU7LeFgg', 'display_url': 'pic.twitter.com/YNWU7LeFgg', 'expanded_url': 'https://twitter.com/dog_rates/status/680583894916304897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 680583886716432384, 'id_str': '680583886716432384', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CXHrcGeWcAAFKn3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXHrcGeWcAAFKn3.jpg', 'url': 'https://t.co/YNWU7LeFgg', 'display_url': 'pic.twitter.com/YNWU7LeFgg', 'expanded_url': 'https://twitter.com/dog_rates/status/680583894916304897/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1192, 'favorite_count': 3311, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1712:680497766108381184
{'created_at': 'Fri Dec 25 21:18:05 +0000 2015', 'id': 680497766108381184, 'id_str': '680497766108381184', 'full_text': "Meet Percy. He's a Latvian Yuletide Heineken. Refuses to take off sweater. Kinda feisty. 12/10 would keep in pocket https://t.co/QGM5Fcuv7s", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680497759183597569, 'id_str': '680497759183597569', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXGdG0aWcAEbOO1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXGdG0aWcAEbOO1.jpg', 'url': 'https://t.co/QGM5Fcuv7s', 'display_url': 'pic.twitter.com/QGM5Fcuv7s', 'expanded_url': 'https://twitter.com/dog_rates/status/680497766108381184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680497759183597569, 'id_str': '680497759183597569', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXGdG0aWcAEbOO1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXGdG0aWcAEbOO1.jpg', 'url': 'https://t.co/QGM5Fcuv7s', 'display_url': 'pic.twitter.com/QGM5Fcuv7s', 'expanded_url': 'https://twitter.com/dog_rates/status/680497766108381184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1736, 'favorite_count': 3892, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1713:680494726643068929
{'created_at': 'Fri Dec 25 21:06:00 +0000 2015', 'id': 680494726643068929, 'id_str': '680494726643068929', 'full_text': 'Here we have uncovered an entire battalion of holiday puppers. Average of 11.26/10 https://t.co/eNm2S6p9BD', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680494717491085312, 'id_str': '680494717491085312', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CXGaVxOWAAADjhF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXGaVxOWAAADjhF.jpg', 'url': 'https://t.co/eNm2S6p9BD', 'display_url': 'pic.twitter.com/eNm2S6p9BD', 'expanded_url': 'https://twitter.com/dog_rates/status/680494726643068929/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 553, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680494717491085312, 'id_str': '680494717491085312', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CXGaVxOWAAADjhF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXGaVxOWAAADjhF.jpg', 'url': 'https://t.co/eNm2S6p9BD', 'display_url': 'pic.twitter.com/eNm2S6p9BD', 'expanded_url': 'https://twitter.com/dog_rates/status/680494726643068929/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 832, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 553, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 440, 'favorite_count': 1575, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1714:680473011644985345
{'created_at': 'Fri Dec 25 19:39:43 +0000 2015', 'id': 680473011644985345, 'id_str': '680473011644985345', 'full_text': "This is Hector. He thinks he's a hammer. Silly Hector. You're a pupper, not a hammer. 10/10 https://t.co/OdUFuZIXiI", 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680473002811744256, 'id_str': '680473002811744256', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CXGGlzvWYAArPfk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXGGlzvWYAArPfk.jpg', 'url': 'https://t.co/OdUFuZIXiI', 'display_url': 'pic.twitter.com/OdUFuZIXiI', 'expanded_url': 'https://twitter.com/dog_rates/status/680473011644985345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680473002811744256, 'id_str': '680473002811744256', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CXGGlzvWYAArPfk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXGGlzvWYAArPfk.jpg', 'url': 'https://t.co/OdUFuZIXiI', 'display_url': 'pic.twitter.com/OdUFuZIXiI', 'expanded_url': 'https://twitter.com/dog_rates/status/680473011644985345/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 674, 'favorite_count': 2345, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1715:680440374763077632
{'created_at': 'Fri Dec 25 17:30:01 +0000 2015', 'id': 680440374763077632, 'id_str': '680440374763077632', 'full_text': 'Merry Christmas. My gift to you is this tiny unicorn running into a wall in slow motion. 11/10 https://t.co/UKqIAnR3He', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680440290977693696, 'id_str': '680440290977693696', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/680440290977693696/pu/img/B900g7b-n-zhnwi5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/680440290977693696/pu/img/B900g7b-n-zhnwi5.jpg', 'url': 'https://t.co/UKqIAnR3He', 'display_url': 'pic.twitter.com/UKqIAnR3He', 'expanded_url': 'https://twitter.com/dog_rates/status/680440374763077632/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680440290977693696, 'id_str': '680440290977693696', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/680440290977693696/pu/img/B900g7b-n-zhnwi5.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/680440290977693696/pu/img/B900g7b-n-zhnwi5.jpg', 'url': 'https://t.co/UKqIAnR3He', 'display_url': 'pic.twitter.com/UKqIAnR3He', 'expanded_url': 'https://twitter.com/dog_rates/status/680440374763077632/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 19967, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/680440290977693696/pu/vid/318x180/jeZImakDDQXSLYLo.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/680440290977693696/pu/pl/vttnF_6KAWEFM6k3.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 443, 'favorite_count': 1329, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1716:680221482581123072
{'created_at': 'Fri Dec 25 03:00:14 +0000 2015', 'id': 680221482581123072, 'id_str': '680221482581123072', 'full_text': "This is CeCe. She's patiently waiting for Santa. 10/10 https://t.co/ZJUypFFwvg", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680221462859542528, 'id_str': '680221462859542528', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CXCh0QZW8AALdXm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXCh0QZW8AALdXm.jpg', 'url': 'https://t.co/ZJUypFFwvg', 'display_url': 'pic.twitter.com/ZJUypFFwvg', 'expanded_url': 'https://twitter.com/dog_rates/status/680221482581123072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680221462859542528, 'id_str': '680221462859542528', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CXCh0QZW8AALdXm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXCh0QZW8AALdXm.jpg', 'url': 'https://t.co/ZJUypFFwvg', 'display_url': 'pic.twitter.com/ZJUypFFwvg', 'expanded_url': 'https://twitter.com/dog_rates/status/680221482581123072/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 262, 'favorite_count': 1363, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1717:680206703334408192
{'created_at': 'Fri Dec 25 02:01:30 +0000 2015', 'id': 680206703334408192, 'id_str': '680206703334408192', 'full_text': 'I hope everyone enjoys this picture as much as I do. This is Toby. 12/10 https://t.co/vHnu1g9EJm', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680206691359715328, 'id_str': '680206691359715328', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CXCUYcRW8AAObYM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXCUYcRW8AAObYM.jpg', 'url': 'https://t.co/vHnu1g9EJm', 'display_url': 'pic.twitter.com/vHnu1g9EJm', 'expanded_url': 'https://twitter.com/dog_rates/status/680206703334408192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680206691359715328, 'id_str': '680206691359715328', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CXCUYcRW8AAObYM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXCUYcRW8AAObYM.jpg', 'url': 'https://t.co/vHnu1g9EJm', 'display_url': 'pic.twitter.com/vHnu1g9EJm', 'expanded_url': 'https://twitter.com/dog_rates/status/680206703334408192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1050, 'favorite_count': 2592, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1718:680191257256136705
{'created_at': 'Fri Dec 25 01:00:07 +0000 2015', 'id': 680191257256136705, 'id_str': '680191257256136705', 'full_text': "Here's a sleepy Christmas pupper 11/10 https://t.co/KXg0f8GNQ9", 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680191245453537280, 'id_str': '680191245453537280', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CXCGVXyWsAAAVHE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXCGVXyWsAAAVHE.jpg', 'url': 'https://t.co/KXg0f8GNQ9', 'display_url': 'pic.twitter.com/KXg0f8GNQ9', 'expanded_url': 'https://twitter.com/dog_rates/status/680191257256136705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680191245453537280, 'id_str': '680191245453537280', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CXCGVXyWsAAAVHE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXCGVXyWsAAAVHE.jpg', 'url': 'https://t.co/KXg0f8GNQ9', 'display_url': 'pic.twitter.com/KXg0f8GNQ9', 'expanded_url': 'https://twitter.com/dog_rates/status/680191257256136705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 441, 'favorite_count': 1982, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1719:680176173301628928
{'created_at': 'Fri Dec 25 00:00:11 +0000 2015', 'id': 680176173301628928, 'id_str': '680176173301628928', 'full_text': 'This pupper is patiently waiting to scare the shit out of Santa. 10/10 https://t.co/NhXo67K6yt', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680176161213779968, 'id_str': '680176161213779968', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CXB4nWnWEAAhLTX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXB4nWnWEAAhLTX.jpg', 'url': 'https://t.co/NhXo67K6yt', 'display_url': 'pic.twitter.com/NhXo67K6yt', 'expanded_url': 'https://twitter.com/dog_rates/status/680176173301628928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680176161213779968, 'id_str': '680176161213779968', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CXB4nWnWEAAhLTX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXB4nWnWEAAhLTX.jpg', 'url': 'https://t.co/NhXo67K6yt', 'display_url': 'pic.twitter.com/NhXo67K6yt', 'expanded_url': 'https://twitter.com/dog_rates/status/680176173301628928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1399, 'favorite_count': 3567, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1720:680161097740095489
{'created_at': 'Thu Dec 24 23:00:17 +0000 2015', 'id': 680161097740095489, 'id_str': '680161097740095489', 'full_text': "Meet Goliath. He's an example of irony. Head is phenomenally round. Wants to be an ornament. 12/10 would hug gently https://t.co/72Dil0Aktw", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680161093025697792, 'id_str': '680161093025697792', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXBq6RPWkAAaNuU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBq6RPWkAAaNuU.jpg', 'url': 'https://t.co/72Dil0Aktw', 'display_url': 'pic.twitter.com/72Dil0Aktw', 'expanded_url': 'https://twitter.com/dog_rates/status/680161097740095489/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 573, 'h': 604, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 573, 'h': 604, 'resize': 'fit'}, 'medium': {'w': 573, 'h': 604, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680161093025697792, 'id_str': '680161093025697792', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXBq6RPWkAAaNuU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBq6RPWkAAaNuU.jpg', 'url': 'https://t.co/72Dil0Aktw', 'display_url': 'pic.twitter.com/72Dil0Aktw', 'expanded_url': 'https://twitter.com/dog_rates/status/680161097740095489/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 573, 'h': 604, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 573, 'h': 604, 'resize': 'fit'}, 'medium': {'w': 573, 'h': 604, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 672, 'favorite_count': 2143, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1721:680145970311643136
{'created_at': 'Thu Dec 24 22:00:10 +0000 2015', 'id': 680145970311643136, 'id_str': '680145970311643136', 'full_text': 'Say hello to Kawhi. He was doing fine until his hat fell off. He got it back though. 10/10 deep breaths pupper https://t.co/N5pM6WBx7e', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680145966133981184, 'id_str': '680145966133981184', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXBdJxLUsAAWql2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBdJxLUsAAWql2.jpg', 'url': 'https://t.co/N5pM6WBx7e', 'display_url': 'pic.twitter.com/N5pM6WBx7e', 'expanded_url': 'https://twitter.com/dog_rates/status/680145970311643136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 240, 'h': 320, 'resize': 'fit'}, 'small': {'w': 240, 'h': 320, 'resize': 'fit'}, 'medium': {'w': 240, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680145966133981184, 'id_str': '680145966133981184', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXBdJxLUsAAWql2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBdJxLUsAAWql2.jpg', 'url': 'https://t.co/N5pM6WBx7e', 'display_url': 'pic.twitter.com/N5pM6WBx7e', 'expanded_url': 'https://twitter.com/dog_rates/status/680145970311643136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 240, 'h': 320, 'resize': 'fit'}, 'small': {'w': 240, 'h': 320, 'resize': 'fit'}, 'medium': {'w': 240, 'h': 320, 'resize': 'fit'}}}, {'id': 680145966180073472, 'id_str': '680145966180073472', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXBdJxWUAAAfE3D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBdJxWUAAAfE3D.jpg', 'url': 'https://t.co/N5pM6WBx7e', 'display_url': 'pic.twitter.com/N5pM6WBx7e', 'expanded_url': 'https://twitter.com/dog_rates/status/680145970311643136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 240, 'h': 320, 'resize': 'fit'}, 'small': {'w': 240, 'h': 320, 'resize': 'fit'}, 'medium': {'w': 240, 'h': 320, 'resize': 'fit'}}}, {'id': 680145966234664961, 'id_str': '680145966234664961', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CXBdJxjVAAEsoix.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBdJxjVAAEsoix.jpg', 'url': 'https://t.co/N5pM6WBx7e', 'display_url': 'pic.twitter.com/N5pM6WBx7e', 'expanded_url': 'https://twitter.com/dog_rates/status/680145970311643136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 240, 'h': 320, 'resize': 'fit'}, 'small': {'w': 240, 'h': 320, 'resize': 'fit'}, 'medium': {'w': 240, 'h': 320, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1563, 'favorite_count': 3314, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1722:680130881361686529
{'created_at': 'Thu Dec 24 21:00:12 +0000 2015', 'id': 680130881361686529, 'id_str': '680130881361686529', 'full_text': "This is Reggie. His Santa hat is a little big. 10/10 he's still having fun https://t.co/w0dcGXq7qK", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680130874835337216, 'id_str': '680130874835337216', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CXBPbVtWAAA2Vus.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBPbVtWAAA2Vus.jpg', 'url': 'https://t.co/w0dcGXq7qK', 'display_url': 'pic.twitter.com/w0dcGXq7qK', 'expanded_url': 'https://twitter.com/dog_rates/status/680130881361686529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680130874835337216, 'id_str': '680130874835337216', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CXBPbVtWAAA2Vus.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBPbVtWAAA2Vus.jpg', 'url': 'https://t.co/w0dcGXq7qK', 'display_url': 'pic.twitter.com/w0dcGXq7qK', 'expanded_url': 'https://twitter.com/dog_rates/status/680130881361686529/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 857, 'favorite_count': 2118, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1723:680115823365742593
{'created_at': 'Thu Dec 24 20:00:22 +0000 2015', 'id': 680115823365742593, 'id_str': '680115823365742593', 'full_text': 'This is Ozzy. He woke up 2 minutes before he had to be ready for the Christmas party. 9/10 classic Ozzy https://t.co/Kt9vmw0Fap', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680115813882408961, 'id_str': '680115813882408961', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CXBBurSWMAELewi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBBurSWMAELewi.jpg', 'url': 'https://t.co/Kt9vmw0Fap', 'display_url': 'pic.twitter.com/Kt9vmw0Fap', 'expanded_url': 'https://twitter.com/dog_rates/status/680115823365742593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680115813882408961, 'id_str': '680115813882408961', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CXBBurSWMAELewi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXBBurSWMAELewi.jpg', 'url': 'https://t.co/Kt9vmw0Fap', 'display_url': 'pic.twitter.com/Kt9vmw0Fap', 'expanded_url': 'https://twitter.com/dog_rates/status/680115823365742593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 830, 'favorite_count': 2498, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1724:680100725817409536
{'created_at': 'Thu Dec 24 19:00:23 +0000 2015', 'id': 680100725817409536, 'id_str': '680100725817409536', 'full_text': 'This pupper is not coming inside until she catches a snowflake on her tongue. 11/10 the determination is palpable https://t.co/lvMYbmKq8H', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679944180743954432, 'id_str': '679944180743954432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CW-loUBWYAAn2Cb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW-loUBWYAAn2Cb.jpg', 'url': 'https://t.co/lvMYbmKq8H', 'display_url': 'pic.twitter.com/lvMYbmKq8H', 'expanded_url': 'https://twitter.com/dog_rates/status/680100725817409536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1786, 'h': 1786, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679944180743954432, 'id_str': '679944180743954432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CW-loUBWYAAn2Cb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW-loUBWYAAn2Cb.jpg', 'url': 'https://t.co/lvMYbmKq8H', 'display_url': 'pic.twitter.com/lvMYbmKq8H', 'expanded_url': 'https://twitter.com/dog_rates/status/680100725817409536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1786, 'h': 1786, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 1200, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1253, 'favorite_count': 3305, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1725:680085611152338944
{'created_at': 'Thu Dec 24 18:00:19 +0000 2015', 'id': 680085611152338944, 'id_str': '680085611152338944', 'full_text': 'This is by far the most coordinated series of pictures I was sent. Downright impressive in every way. 12/10 for all https://t.co/etzLo3sdZE', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 680081458753605632, 'id_str': '680081458753605632', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXAie8dWkAA4hIf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXAie8dWkAA4hIf.jpg', 'url': 'https://t.co/etzLo3sdZE', 'display_url': 'pic.twitter.com/etzLo3sdZE', 'expanded_url': 'https://twitter.com/dog_rates/status/680085611152338944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1535, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 680081458753605632, 'id_str': '680081458753605632', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXAie8dWkAA4hIf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXAie8dWkAA4hIf.jpg', 'url': 'https://t.co/etzLo3sdZE', 'display_url': 'pic.twitter.com/etzLo3sdZE', 'expanded_url': 'https://twitter.com/dog_rates/status/680085611152338944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1535, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 680081504442171392, 'id_str': '680081504442171392', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXAihmqWwAAK0th.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXAihmqWwAAK0th.jpg', 'url': 'https://t.co/etzLo3sdZE', 'display_url': 'pic.twitter.com/etzLo3sdZE', 'expanded_url': 'https://twitter.com/dog_rates/status/680085611152338944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}}}, {'id': 680081513208254466, 'id_str': '680081513208254466', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CXAiiHUWkAIN_28.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CXAiiHUWkAIN_28.jpg', 'url': 'https://t.co/etzLo3sdZE', 'display_url': 'pic.twitter.com/etzLo3sdZE', 'expanded_url': 'https://twitter.com/dog_rates/status/680085611152338944/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1200, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 2048, 'h': 1536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 8156, 'favorite_count': 11762, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1726:680070545539371008
{'created_at': 'Thu Dec 24 17:00:27 +0000 2015', 'id': 680070545539371008, 'id_str': '680070545539371008', 'full_text': "Say hello to Emmie. She's trapped in an ornament. Tragic af. Looks pretty content tho. Maybe it's meant to be. 9/10 https://t.co/Fh7geodBCU", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679935050679468032, 'id_str': '679935050679468032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CW-dU34WQAANBGy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW-dU34WQAANBGy.jpg', 'url': 'https://t.co/Fh7geodBCU', 'display_url': 'pic.twitter.com/Fh7geodBCU', 'expanded_url': 'https://twitter.com/dog_rates/status/680070545539371008/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 736, 'h': 904, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 554, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 736, 'h': 904, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679935050679468032, 'id_str': '679935050679468032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CW-dU34WQAANBGy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW-dU34WQAANBGy.jpg', 'url': 'https://t.co/Fh7geodBCU', 'display_url': 'pic.twitter.com/Fh7geodBCU', 'expanded_url': 'https://twitter.com/dog_rates/status/680070545539371008/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 736, 'h': 904, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 554, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 736, 'h': 904, 'resize': 'fit'}}}]}, 'source': '<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 776, 'favorite_count': 2388, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1727:680055455951884288
check_again
1728:679877062409191424
{'created_at': 'Thu Dec 24 04:11:37 +0000 2015', 'id': 679877062409191424, 'id_str': '679877062409191424', 'full_text': "Meet Penelope. She's a bacon frise. Total babe (lol get it like the movie). Doesn't bark tho. 5/10 very average dog https://t.co/SDcQYg0HSZ", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679877054611894272, 'id_str': '679877054611894272', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CW9olDsUsAA0XSf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9olDsUsAA0XSf.jpg', 'url': 'https://t.co/SDcQYg0HSZ', 'display_url': 'pic.twitter.com/SDcQYg0HSZ', 'expanded_url': 'https://twitter.com/dog_rates/status/679877062409191424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679877054611894272, 'id_str': '679877054611894272', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CW9olDsUsAA0XSf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9olDsUsAA0XSf.jpg', 'url': 'https://t.co/SDcQYg0HSZ', 'display_url': 'pic.twitter.com/SDcQYg0HSZ', 'expanded_url': 'https://twitter.com/dog_rates/status/679877062409191424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 581, 'favorite_count': 1799, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1729:679872969355714560
{'created_at': 'Thu Dec 24 03:55:21 +0000 2015', 'id': 679872969355714560, 'id_str': '679872969355714560', 'full_text': "This is Rocco. He's in a very intense game of freeze tag. Currently waiting to be unfrozen 10/10 https://t.co/xZXUKVXJ7l", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/xZXUKVXJ7l', 'expanded_url': 'https://vine.co/v/iAAxTbj1UAM', 'display_url': 'vine.co/v/iAAxTbj1UAM', 'indices': [97, 120]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 598, 'favorite_count': 2013, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1730:679862121895714818
{'created_at': 'Thu Dec 24 03:12:15 +0000 2015', 'id': 679862121895714818, 'id_str': '679862121895714818', 'full_text': '"Dammit hooman I\'m jus trynna lik the fler" 11/10 https://t.co/eRZRI8OTj7', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679862116216651776, 'id_str': '679862116216651776', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CW9a_h1WwAApmAy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9a_h1WwAApmAy.jpg', 'url': 'https://t.co/eRZRI8OTj7', 'display_url': 'pic.twitter.com/eRZRI8OTj7', 'expanded_url': 'https://twitter.com/dog_rates/status/679862121895714818/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679862116216651776, 'id_str': '679862116216651776', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CW9a_h1WwAApmAy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9a_h1WwAApmAy.jpg', 'url': 'https://t.co/eRZRI8OTj7', 'display_url': 'pic.twitter.com/eRZRI8OTj7', 'expanded_url': 'https://twitter.com/dog_rates/status/679862121895714818/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 557, 'favorite_count': 2253, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1731:679854723806179328
{'created_at': 'Thu Dec 24 02:42:51 +0000 2015', 'id': 679854723806179328, 'id_str': '679854723806179328', 'full_text': "This is Bruce. He's a rare pup. Covered in Frosted Flakes. Nifty gold teeth. Overall good dog. 7/10 would pet firmly https://t.co/RtxxACzZ8A", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679854718617817088, 'id_str': '679854718617817088', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CW9UQ7oWkAAErmU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9UQ7oWkAAErmU.jpg', 'url': 'https://t.co/RtxxACzZ8A', 'display_url': 'pic.twitter.com/RtxxACzZ8A', 'expanded_url': 'https://twitter.com/dog_rates/status/679854723806179328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679854718617817088, 'id_str': '679854718617817088', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CW9UQ7oWkAAErmU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9UQ7oWkAAErmU.jpg', 'url': 'https://t.co/RtxxACzZ8A', 'display_url': 'pic.twitter.com/RtxxACzZ8A', 'expanded_url': 'https://twitter.com/dog_rates/status/679854723806179328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1102, 'favorite_count': 2616, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1732:679844490799091713
{'created_at': 'Thu Dec 24 02:02:12 +0000 2015', 'id': 679844490799091713, 'id_str': '679844490799091713', 'full_text': "This is Willie. He's floating away and needs your assistance. Please someone help Willie. 10/10 https://t.co/MJqygWqt8X", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679844486353059841, 'id_str': '679844486353059841', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CW9K9VeVAAE0j-x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9K9VeVAAE0j-x.jpg', 'url': 'https://t.co/MJqygWqt8X', 'display_url': 'pic.twitter.com/MJqygWqt8X', 'expanded_url': 'https://twitter.com/dog_rates/status/679844490799091713/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 617, 'h': 617, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 617, 'h': 617, 'resize': 'fit'}, 'small': {'w': 617, 'h': 617, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679844486353059841, 'id_str': '679844486353059841', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CW9K9VeVAAE0j-x.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW9K9VeVAAE0j-x.jpg', 'url': 'https://t.co/MJqygWqt8X', 'display_url': 'pic.twitter.com/MJqygWqt8X', 'expanded_url': 'https://twitter.com/dog_rates/status/679844490799091713/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 617, 'h': 617, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 617, 'h': 617, 'resize': 'fit'}, 'small': {'w': 617, 'h': 617, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 687, 'favorite_count': 2186, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1733:679828447187857408
{'created_at': 'Thu Dec 24 00:58:27 +0000 2015', 'id': 679828447187857408, 'id_str': '679828447187857408', 'full_text': 'Everybody look at this beautiful pupper 13/10 https://t.co/hyAC5Hq9GC', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679828437910089729, 'id_str': '679828437910089729', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679828437910089729, 'id_str': '679828437910089729', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMXW8AEf38m.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}, {'id': 679828437947777024, 'id_str': '679828437947777024', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XMgWAAAKg3W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XMgWAAAKg3W.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 679828438316920832, 'id_str': '679828438316920832', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg', 'url': 'https://t.co/hyAC5Hq9GC', 'display_url': 'pic.twitter.com/hyAC5Hq9GC', 'expanded_url': 'https://twitter.com/dog_rates/status/679828447187857408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 12608, 'favorite_count': 33198, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1734:679777920601223168
{'created_at': 'Wed Dec 23 21:37:40 +0000 2015', 'id': 679777920601223168, 'id_str': '679777920601223168', 'full_text': "This is Rinna. She's melting. 10/10 get inside pupper https://t.co/PA0czwucsb", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679777881363329024, 'id_str': '679777881363329024', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CW8OYajUMAAPRoF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW8OYajUMAAPRoF.jpg', 'url': 'https://t.co/PA0czwucsb', 'display_url': 'pic.twitter.com/PA0czwucsb', 'expanded_url': 'https://twitter.com/dog_rates/status/679777920601223168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679777881363329024, 'id_str': '679777881363329024', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CW8OYajUMAAPRoF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW8OYajUMAAPRoF.jpg', 'url': 'https://t.co/PA0czwucsb', 'display_url': 'pic.twitter.com/PA0czwucsb', 'expanded_url': 'https://twitter.com/dog_rates/status/679777920601223168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 998, 'favorite_count': 2856, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1735:679736210798047232
{'created_at': 'Wed Dec 23 18:51:56 +0000 2015', 'id': 679736210798047232, 'id_str': '679736210798047232', 'full_text': "This pup's name is Sabertooth (parents must be cool). Ears for days. Jumps unannounced. 9/10 would pet diligently https://t.co/iazoiNUviP", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679736205899100160, 'id_str': '679736205899100160', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CW7oelWWcAAhyzz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW7oelWWcAAhyzz.jpg', 'url': 'https://t.co/iazoiNUviP', 'display_url': 'pic.twitter.com/iazoiNUviP', 'expanded_url': 'https://twitter.com/dog_rates/status/679736210798047232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679736205899100160, 'id_str': '679736205899100160', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CW7oelWWcAAhyzz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW7oelWWcAAhyzz.jpg', 'url': 'https://t.co/iazoiNUviP', 'display_url': 'pic.twitter.com/iazoiNUviP', 'expanded_url': 'https://twitter.com/dog_rates/status/679736210798047232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 718, 'favorite_count': 1915, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1736:679729593985699840
{'created_at': 'Wed Dec 23 18:25:38 +0000 2015', 'id': 679729593985699840, 'id_str': '679729593985699840', 'full_text': 'This is Hunter. He was playing with his ball minding his own business. Has no idea what happened to the carpet. 8/10 https://t.co/DbUTDI3u1R', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679729589501865985, 'id_str': '679729589501865985', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CW7iddWUsAElUC0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW7iddWUsAElUC0.jpg', 'url': 'https://t.co/DbUTDI3u1R', 'display_url': 'pic.twitter.com/DbUTDI3u1R', 'expanded_url': 'https://twitter.com/dog_rates/status/679729593985699840/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 528, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 374, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 528, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679729589501865985, 'id_str': '679729589501865985', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CW7iddWUsAElUC0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW7iddWUsAElUC0.jpg', 'url': 'https://t.co/DbUTDI3u1R', 'display_url': 'pic.twitter.com/DbUTDI3u1R', 'expanded_url': 'https://twitter.com/dog_rates/status/679729593985699840/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 528, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 374, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 528, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 749, 'favorite_count': 1994, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1737:679722016581222400
{'created_at': 'Wed Dec 23 17:55:32 +0000 2015', 'id': 679722016581222400, 'id_str': '679722016581222400', 'full_text': "This is Mike. He is a Jordanian Frito Pilates. Frowning because he can't see directly in front of him. 8/10 https://t.co/NL5QJwdEpF", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679722011451604992, 'id_str': '679722011451604992', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CW7bkW6WQAAksgB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW7bkW6WQAAksgB.jpg', 'url': 'https://t.co/NL5QJwdEpF', 'display_url': 'pic.twitter.com/NL5QJwdEpF', 'expanded_url': 'https://twitter.com/dog_rates/status/679722016581222400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 437, 'resize': 'fit'}, 'large': {'w': 640, 'h': 437, 'resize': 'fit'}, 'small': {'w': 640, 'h': 437, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679722011451604992, 'id_str': '679722011451604992', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CW7bkW6WQAAksgB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW7bkW6WQAAksgB.jpg', 'url': 'https://t.co/NL5QJwdEpF', 'display_url': 'pic.twitter.com/NL5QJwdEpF', 'expanded_url': 'https://twitter.com/dog_rates/status/679722016581222400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 437, 'resize': 'fit'}, 'large': {'w': 640, 'h': 437, 'resize': 'fit'}, 'small': {'w': 640, 'h': 437, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 426, 'favorite_count': 1539, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1738:679530280114372609
{'created_at': 'Wed Dec 23 05:13:38 +0000 2015', 'id': 679530280114372609, 'id_str': '679530280114372609', 'full_text': "Guys this really needs to stop. We've been over this way too many times. This is a giraffe. We only rate dogs.. 7/10 https://t.co/yavgkHYPOC", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679530275207016450, 'id_str': '679530275207016450', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CW4tL1vWcAIw1dw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4tL1vWcAIw1dw.jpg', 'url': 'https://t.co/yavgkHYPOC', 'display_url': 'pic.twitter.com/yavgkHYPOC', 'expanded_url': 'https://twitter.com/dog_rates/status/679530280114372609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 599, 'h': 573, 'resize': 'fit'}, 'large': {'w': 599, 'h': 573, 'resize': 'fit'}, 'small': {'w': 599, 'h': 573, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679530275207016450, 'id_str': '679530275207016450', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CW4tL1vWcAIw1dw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4tL1vWcAIw1dw.jpg', 'url': 'https://t.co/yavgkHYPOC', 'display_url': 'pic.twitter.com/yavgkHYPOC', 'expanded_url': 'https://twitter.com/dog_rates/status/679530280114372609/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 599, 'h': 573, 'resize': 'fit'}, 'large': {'w': 599, 'h': 573, 'resize': 'fit'}, 'small': {'w': 599, 'h': 573, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1887, 'favorite_count': 4374, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1739:679527802031484928
{'created_at': 'Wed Dec 23 05:03:47 +0000 2015', 'id': 679527802031484928, 'id_str': '679527802031484928', 'full_text': 'This little pupper just arrived. 11/10 would snug https://t.co/DA5aqnSGfB', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679527796289474560, 'id_str': '679527796289474560', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CW4q7jDWkAA2y8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4q7jDWkAA2y8g.jpg', 'url': 'https://t.co/DA5aqnSGfB', 'display_url': 'pic.twitter.com/DA5aqnSGfB', 'expanded_url': 'https://twitter.com/dog_rates/status/679527802031484928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}, 'large': {'w': 574, 'h': 756, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 756, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679527796289474560, 'id_str': '679527796289474560', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CW4q7jDWkAA2y8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4q7jDWkAA2y8g.jpg', 'url': 'https://t.co/DA5aqnSGfB', 'display_url': 'pic.twitter.com/DA5aqnSGfB', 'expanded_url': 'https://twitter.com/dog_rates/status/679527802031484928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}, 'large': {'w': 574, 'h': 756, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 756, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 653, 'favorite_count': 2429, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1740:679511351870550016
{'created_at': 'Wed Dec 23 03:58:25 +0000 2015', 'id': 679511351870550016, 'id_str': '679511351870550016', 'full_text': "Say hello to William. He makes fun of others because he's terrified of his own deep-seated insecurities. 7/10 https://t.co/bwuV6FlRxr", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679511347441328128, 'id_str': '679511347441328128', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CW4b-GUWYAAa8QO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4b-GUWYAAa8QO.jpg', 'url': 'https://t.co/bwuV6FlRxr', 'display_url': 'pic.twitter.com/bwuV6FlRxr', 'expanded_url': 'https://twitter.com/dog_rates/status/679511351870550016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 505, 'h': 639, 'resize': 'fit'}, 'large': {'w': 505, 'h': 639, 'resize': 'fit'}, 'medium': {'w': 505, 'h': 639, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679511347441328128, 'id_str': '679511347441328128', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CW4b-GUWYAAa8QO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4b-GUWYAAa8QO.jpg', 'url': 'https://t.co/bwuV6FlRxr', 'display_url': 'pic.twitter.com/bwuV6FlRxr', 'expanded_url': 'https://twitter.com/dog_rates/status/679511351870550016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 505, 'h': 639, 'resize': 'fit'}, 'large': {'w': 505, 'h': 639, 'resize': 'fit'}, 'medium': {'w': 505, 'h': 639, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285569, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1148, 'favorite_count': 3076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1741:679503373272485890
{'created_at': 'Wed Dec 23 03:26:43 +0000 2015', 'id': 679503373272485890, 'id_str': '679503373272485890', 'full_text': "This is Dwight. He's a pointy pupper. Very docile. Attracts marshmallows. Hurts to pet but definitely worth it 8/10 https://t.co/jjW7zTxY9Z", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679503367408889856, 'id_str': '679503367408889856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CW4UtmYWsAAEjqA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4UtmYWsAAEjqA.jpg', 'url': 'https://t.co/jjW7zTxY9Z', 'display_url': 'pic.twitter.com/jjW7zTxY9Z', 'expanded_url': 'https://twitter.com/dog_rates/status/679503373272485890/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679503367408889856, 'id_str': '679503367408889856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CW4UtmYWsAAEjqA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW4UtmYWsAAEjqA.jpg', 'url': 'https://t.co/jjW7zTxY9Z', 'display_url': 'pic.twitter.com/jjW7zTxY9Z', 'expanded_url': 'https://twitter.com/dog_rates/status/679503373272485890/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1338, 'favorite_count': 2920, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1742:679475951516934144
{'created_at': 'Wed Dec 23 01:37:45 +0000 2015', 'id': 679475951516934144, 'id_str': '679475951516934144', 'full_text': "This is Evy. She doesn't want to be a Koala. 9/10 https://t.co/VITeF0Kl9L", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679475944860459008, 'id_str': '679475944860459008', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CW37xZbUoAAUXe5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW37xZbUoAAUXe5.jpg', 'url': 'https://t.co/VITeF0Kl9L', 'display_url': 'pic.twitter.com/VITeF0Kl9L', 'expanded_url': 'https://twitter.com/dog_rates/status/679475951516934144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679475944860459008, 'id_str': '679475944860459008', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CW37xZbUoAAUXe5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW37xZbUoAAUXe5.jpg', 'url': 'https://t.co/VITeF0Kl9L', 'display_url': 'pic.twitter.com/VITeF0Kl9L', 'expanded_url': 'https://twitter.com/dog_rates/status/679475951516934144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 585, 'favorite_count': 1927, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1743:679462823135686656
{'created_at': 'Wed Dec 23 00:45:35 +0000 2015', 'id': 679462823135686656, 'id_str': '679462823135686656', 'full_text': "Meet Hurley. He's the curly one. He hugs every other dog he sees during his walk. 11/10 for spreading the love https://t.co/M6vqkt2GKV", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679462815506296832, 'id_str': '679462815506296832', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'url': 'https://t.co/M6vqkt2GKV', 'display_url': 'pic.twitter.com/M6vqkt2GKV', 'expanded_url': 'https://twitter.com/dog_rates/status/679462823135686656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679462815506296832, 'id_str': '679462815506296832', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CW3v1KxW8AAIOuy.jpg', 'url': 'https://t.co/M6vqkt2GKV', 'display_url': 'pic.twitter.com/M6vqkt2GKV', 'expanded_url': 'https://twitter.com/dog_rates/status/679462823135686656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 17034, 'favorite_count': 29436, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1744:679405845277462528
{'created_at': 'Tue Dec 22 20:59:10 +0000 2015', 'id': 679405845277462528, 'id_str': '679405845277462528', 'full_text': 'Crazy unseen footage from Jurassic Park. 10/10 for both dinosaur puppers https://t.co/L8wt2IpwxO', 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/L8wt2IpwxO', 'expanded_url': 'https://vine.co/v/iKVFEigMLxP', 'display_url': 'vine.co/v/iKVFEigMLxP', 'indices': [73, 96]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1074, 'favorite_count': 2167, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1745:679158373988876288
{'created_at': 'Tue Dec 22 04:35:49 +0000 2015', 'id': 679158373988876288, 'id_str': '679158373988876288', 'full_text': 'This is Rubio. He has too much skin. 11/10 https://t.co/NLOHmlENag', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679158360810352640, 'id_str': '679158360810352640', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'url': 'https://t.co/NLOHmlENag', 'display_url': 'pic.twitter.com/NLOHmlENag', 'expanded_url': 'https://twitter.com/dog_rates/status/679158373988876288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 499, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 499, 'h': 340, 'resize': 'fit'}, 'large': {'w': 499, 'h': 340, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679158360810352640, 'id_str': '679158360810352640', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWza7kpWcAAdYLc.jpg', 'url': 'https://t.co/NLOHmlENag', 'display_url': 'pic.twitter.com/NLOHmlENag', 'expanded_url': 'https://twitter.com/dog_rates/status/679158373988876288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 499, 'h': 340, 'resize': 'fit'}, 'medium': {'w': 499, 'h': 340, 'resize': 'fit'}, 'large': {'w': 499, 'h': 340, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7250, 'favorite_count': 19457, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1746:679148763231985668
{'created_at': 'Tue Dec 22 03:57:37 +0000 2015', 'id': 679148763231985668, 'id_str': '679148763231985668', 'full_text': "I know everyone's excited for Christmas but that doesn't mean you can send in reindeer. We only rate dogs... 8/10 https://t.co/eWjWgbOCYL", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679148757628399616, 'id_str': '679148757628399616', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWzSMmAWsAAyB1u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWzSMmAWsAAyB1u.jpg', 'url': 'https://t.co/eWjWgbOCYL', 'display_url': 'pic.twitter.com/eWjWgbOCYL', 'expanded_url': 'https://twitter.com/dog_rates/status/679148763231985668/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679148757628399616, 'id_str': '679148757628399616', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWzSMmAWsAAyB1u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWzSMmAWsAAyB1u.jpg', 'url': 'https://t.co/eWjWgbOCYL', 'display_url': 'pic.twitter.com/eWjWgbOCYL', 'expanded_url': 'https://twitter.com/dog_rates/status/679148763231985668/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 927, 'favorite_count': 2558, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1747:679132435750195208
{'created_at': 'Tue Dec 22 02:52:45 +0000 2015', 'id': 679132435750195208, 'id_str': '679132435750195208', 'full_text': "This is Louis. He's a river dancer. His friends think it's badass. All are very supportive. 10/10 for Louis https://t.co/qoIvjKMY58", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679132430461239296, 'id_str': '679132430461239296', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWzDWOkXAAAP0k7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWzDWOkXAAAP0k7.jpg', 'url': 'https://t.co/qoIvjKMY58', 'display_url': 'pic.twitter.com/qoIvjKMY58', 'expanded_url': 'https://twitter.com/dog_rates/status/679132435750195208/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679132430461239296, 'id_str': '679132430461239296', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWzDWOkXAAAP0k7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWzDWOkXAAAP0k7.jpg', 'url': 'https://t.co/qoIvjKMY58', 'display_url': 'pic.twitter.com/qoIvjKMY58', 'expanded_url': 'https://twitter.com/dog_rates/status/679132435750195208/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1036, 'favorite_count': 2710, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1748:679111216690831360
{'created_at': 'Tue Dec 22 01:28:25 +0000 2015', 'id': 679111216690831360, 'id_str': '679111216690831360', 'full_text': 'This is officially the greatest yawn of all time. 12/10 https://t.co/4R0Cc0sLVE', 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679111114081370114, 'id_str': '679111114081370114', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/679111114081370114/pu/img/hFca8BHjRopgD0cM.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/679111114081370114/pu/img/hFca8BHjRopgD0cM.jpg', 'url': 'https://t.co/4R0Cc0sLVE', 'display_url': 'pic.twitter.com/4R0Cc0sLVE', 'expanded_url': 'https://twitter.com/dog_rates/status/679111216690831360/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679111114081370114, 'id_str': '679111114081370114', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/679111114081370114/pu/img/hFca8BHjRopgD0cM.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/679111114081370114/pu/img/hFca8BHjRopgD0cM.jpg', 'url': 'https://t.co/4R0Cc0sLVE', 'display_url': 'pic.twitter.com/4R0Cc0sLVE', 'expanded_url': 'https://twitter.com/dog_rates/status/679111216690831360/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 9673, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/679111114081370114/pu/pl/eIxIY_IV7ZDs53vV.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/679111114081370114/pu/vid/360x640/OF3MFaUt4vQEWG8h.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/679111114081370114/pu/vid/180x320/t78agw0dHS0WVCnO.mp4'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/679111114081370114/pu/vid/720x1280/xbkEaMgYwrzIsC2q.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2315, 'favorite_count': 5441, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1749:679062614270468097
{'created_at': 'Mon Dec 21 22:15:18 +0000 2015', 'id': 679062614270468097, 'id_str': '679062614270468097', 'full_text': 'This is Chompsky. He lives up to his name. 11/10 https://t.co/Xl37lQEWd0', 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679062609438445568, 'id_str': '679062609438445568', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679062609438445568, 'id_str': '679062609438445568', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2G_UEAAI9aa.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 880, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 584, 'h': 680, 'resize': 'fit'}}}, {'id': 679062609467826180, 'id_str': '679062609467826180', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CWyD2HGUYAQ1Xa7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWyD2HGUYAQ1Xa7.jpg', 'url': 'https://t.co/Xl37lQEWd0', 'display_url': 'pic.twitter.com/Xl37lQEWd0', 'expanded_url': 'https://twitter.com/dog_rates/status/679062614270468097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 856, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 568, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 856, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7215, 'favorite_count': 15497, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1750:679047485189439488
{'created_at': 'Mon Dec 21 21:15:11 +0000 2015', 'id': 679047485189439488, 'id_str': '679047485189439488', 'full_text': "This dog doesn't know how to stairs. Quite tragic really. 9/10 get it together pup https://t.co/kTpr9PTMg1", 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 679047479124455425, 'id_str': '679047479124455425', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CWx2FaLWcAEQ3vh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWx2FaLWcAEQ3vh.jpg', 'url': 'https://t.co/kTpr9PTMg1', 'display_url': 'pic.twitter.com/kTpr9PTMg1', 'expanded_url': 'https://twitter.com/dog_rates/status/679047485189439488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 679047479124455425, 'id_str': '679047479124455425', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CWx2FaLWcAEQ3vh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWx2FaLWcAEQ3vh.jpg', 'url': 'https://t.co/kTpr9PTMg1', 'display_url': 'pic.twitter.com/kTpr9PTMg1', 'expanded_url': 'https://twitter.com/dog_rates/status/679047485189439488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 587, 'favorite_count': 2057, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1751:679001094530465792
{'created_at': 'Mon Dec 21 18:10:50 +0000 2015', 'id': 679001094530465792, 'id_str': '679001094530465792', 'full_text': "This is Rascal. He's paddling an imaginary canoe. 11/10 https://t.co/Ajquq6oGSg", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/Ajquq6oGSg', 'expanded_url': 'https://vine.co/v/iKIwAzEatd6', 'display_url': 'vine.co/v/iKIwAzEatd6', 'indices': [56, 79]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1096, 'favorite_count': 2600, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1752:678991772295516161
{'created_at': 'Mon Dec 21 17:33:48 +0000 2015', 'id': 678991772295516161, 'id_str': '678991772295516161', 'full_text': "If your Monday isn't going so well just take a look at this. Both 12/10 https://t.co/GJT6SILPGU", 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678991763986624512, 'id_str': '678991763986624512', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CWxDaXHWsAAWV8W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWxDaXHWsAAWV8W.jpg', 'url': 'https://t.co/GJT6SILPGU', 'display_url': 'pic.twitter.com/GJT6SILPGU', 'expanded_url': 'https://twitter.com/dog_rates/status/678991772295516161/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 621, 'resize': 'fit'}, 'large': {'w': 638, 'h': 621, 'resize': 'fit'}, 'small': {'w': 638, 'h': 621, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678991763986624512, 'id_str': '678991763986624512', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CWxDaXHWsAAWV8W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWxDaXHWsAAWV8W.jpg', 'url': 'https://t.co/GJT6SILPGU', 'display_url': 'pic.twitter.com/GJT6SILPGU', 'expanded_url': 'https://twitter.com/dog_rates/status/678991772295516161/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 621, 'resize': 'fit'}, 'large': {'w': 638, 'h': 621, 'resize': 'fit'}, 'small': {'w': 638, 'h': 621, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1017, 'favorite_count': 2071, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1753:678969228704284672
{'created_at': 'Mon Dec 21 16:04:13 +0000 2015', 'id': 678969228704284672, 'id_str': '678969228704284672', 'full_text': "Meet Lola. She's a Metamorphic Chartreuse. Plays with her food. Insubordinate and churlish. Exquisite hardwood 11/10 https://t.co/etpBNXwN7f", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678969221598973953, 'id_str': '678969221598973953', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWwu6OLUkAEo3gq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWwu6OLUkAEo3gq.jpg', 'url': 'https://t.co/etpBNXwN7f', 'display_url': 'pic.twitter.com/etpBNXwN7f', 'expanded_url': 'https://twitter.com/dog_rates/status/678969228704284672/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678969221598973953, 'id_str': '678969221598973953', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWwu6OLUkAEo3gq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWwu6OLUkAEo3gq.jpg', 'url': 'https://t.co/etpBNXwN7f', 'display_url': 'pic.twitter.com/etpBNXwN7f', 'expanded_url': 'https://twitter.com/dog_rates/status/678969228704284672/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 409, 'favorite_count': 1498, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1754:678800283649069056
{'created_at': 'Mon Dec 21 04:52:53 +0000 2015', 'id': 678800283649069056, 'id_str': '678800283649069056', 'full_text': "Here's a pupper with some mean tan lines. Snazzy sweater though 12/10 https://t.co/DpCSVsl6vu", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678800275839311872, 'id_str': '678800275839311872', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CWuVQSLW4AAI3w9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWuVQSLW4AAI3w9.jpg', 'url': 'https://t.co/DpCSVsl6vu', 'display_url': 'pic.twitter.com/DpCSVsl6vu', 'expanded_url': 'https://twitter.com/dog_rates/status/678800283649069056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678800275839311872, 'id_str': '678800275839311872', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CWuVQSLW4AAI3w9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWuVQSLW4AAI3w9.jpg', 'url': 'https://t.co/DpCSVsl6vu', 'display_url': 'pic.twitter.com/DpCSVsl6vu', 'expanded_url': 'https://twitter.com/dog_rates/status/678800283649069056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 821, 'favorite_count': 2357, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1755:678798276842360832
{'created_at': 'Mon Dec 21 04:44:55 +0000 2015', 'id': 678798276842360832, 'id_str': '678798276842360832', 'full_text': 'This is Linda. She fucking hates trees. 7/10 https://t.co/blaY85FIxR', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678798260958441472, 'id_str': '678798260958441472', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CWuTbAKUsAAvZHh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWuTbAKUsAAvZHh.jpg', 'url': 'https://t.co/blaY85FIxR', 'display_url': 'pic.twitter.com/blaY85FIxR', 'expanded_url': 'https://twitter.com/dog_rates/status/678798276842360832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678798260958441472, 'id_str': '678798260958441472', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CWuTbAKUsAAvZHh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWuTbAKUsAAvZHh.jpg', 'url': 'https://t.co/blaY85FIxR', 'display_url': 'pic.twitter.com/blaY85FIxR', 'expanded_url': 'https://twitter.com/dog_rates/status/678798276842360832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1030, 'favorite_count': 3168, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1756:678774928607469569
{'created_at': 'Mon Dec 21 03:12:08 +0000 2015', 'id': 678774928607469569, 'id_str': '678774928607469569', 'full_text': "This is Tug. He's not required to wear the cone he just wants his voice to project more clearly. 11/10 https://t.co/Sp739Ou2qx", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678774916997582848, 'id_str': '678774916997582848', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CWt-MNIWEAAUC9S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWt-MNIWEAAUC9S.jpg', 'url': 'https://t.co/Sp739Ou2qx', 'display_url': 'pic.twitter.com/Sp739Ou2qx', 'expanded_url': 'https://twitter.com/dog_rates/status/678774928607469569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 611, 'resize': 'fit'}, 'large': {'w': 640, 'h': 611, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 611, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678774916997582848, 'id_str': '678774916997582848', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CWt-MNIWEAAUC9S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWt-MNIWEAAUC9S.jpg', 'url': 'https://t.co/Sp739Ou2qx', 'display_url': 'pic.twitter.com/Sp739Ou2qx', 'expanded_url': 'https://twitter.com/dog_rates/status/678774928607469569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 611, 'resize': 'fit'}, 'large': {'w': 640, 'h': 611, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 611, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 821, 'favorite_count': 2576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1757:678767140346941444
{'created_at': 'Mon Dec 21 02:41:11 +0000 2015', 'id': 678767140346941444, 'id_str': '678767140346941444', 'full_text': 'This is Mia. She makes awful decisions. 8/10 https://t.co/G6TQVgTcZz', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678767129399726082, 'id_str': '678767129399726082', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CWt3G6EVEAIGEPr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWt3G6EVEAIGEPr.jpg', 'url': 'https://t.co/G6TQVgTcZz', 'display_url': 'pic.twitter.com/G6TQVgTcZz', 'expanded_url': 'https://twitter.com/dog_rates/status/678767140346941444/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678767129399726082, 'id_str': '678767129399726082', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CWt3G6EVEAIGEPr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWt3G6EVEAIGEPr.jpg', 'url': 'https://t.co/G6TQVgTcZz', 'display_url': 'pic.twitter.com/G6TQVgTcZz', 'expanded_url': 'https://twitter.com/dog_rates/status/678767140346941444/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1229, 'favorite_count': 3225, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1758:678764513869611008
{'created_at': 'Mon Dec 21 02:30:45 +0000 2015', 'id': 678764513869611008, 'id_str': '678764513869611008', 'full_text': 'Meet Wilson. He got caught humping the futon. He\'s like "dude, help me out here" 10/10 I\'d help Wilson out https://t.co/m6XoclB0qv', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678764509826281472, 'id_str': '678764509826281472', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CWt0ubZWcAAkFER.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWt0ubZWcAAkFER.jpg', 'url': 'https://t.co/m6XoclB0qv', 'display_url': 'pic.twitter.com/m6XoclB0qv', 'expanded_url': 'https://twitter.com/dog_rates/status/678764513869611008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 359, 'h': 315, 'resize': 'fit'}, 'medium': {'w': 359, 'h': 315, 'resize': 'fit'}, 'large': {'w': 359, 'h': 315, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678764509826281472, 'id_str': '678764509826281472', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CWt0ubZWcAAkFER.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWt0ubZWcAAkFER.jpg', 'url': 'https://t.co/m6XoclB0qv', 'display_url': 'pic.twitter.com/m6XoclB0qv', 'expanded_url': 'https://twitter.com/dog_rates/status/678764513869611008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 359, 'h': 315, 'resize': 'fit'}, 'medium': {'w': 359, 'h': 315, 'resize': 'fit'}, 'large': {'w': 359, 'h': 315, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 416, 'favorite_count': 1484, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1759:678755239630127104
{'created_at': 'Mon Dec 21 01:53:54 +0000 2015', 'id': 678755239630127104, 'id_str': '678755239630127104', 'full_text': "This is Dash. He didn't think the water would be that cold. Damn it Dash it's December. Think a little. 10/10 https://t.co/NqcOwG8pxW", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678755229639151616, 'id_str': '678755229639151616', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CWtsSQAUkAAnWws.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWtsSQAUkAAnWws.jpg', 'url': 'https://t.co/NqcOwG8pxW', 'display_url': 'pic.twitter.com/NqcOwG8pxW', 'expanded_url': 'https://twitter.com/dog_rates/status/678755239630127104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678755229639151616, 'id_str': '678755229639151616', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CWtsSQAUkAAnWws.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWtsSQAUkAAnWws.jpg', 'url': 'https://t.co/NqcOwG8pxW', 'display_url': 'pic.twitter.com/NqcOwG8pxW', 'expanded_url': 'https://twitter.com/dog_rates/status/678755239630127104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2936, 'favorite_count': 6493, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1760:678740035362037760
{'created_at': 'Mon Dec 21 00:53:29 +0000 2015', 'id': 678740035362037760, 'id_str': '678740035362037760', 'full_text': "Meet Tango. He's a large dog. Doesn't care much for personal space. Owner isn't very accepting. Tongue slip. 6/10 https://t.co/p2T5kGebxe", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678740029439614976, 'id_str': '678740029439614976', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWtede2WIAAF_AJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWtede2WIAAF_AJ.jpg', 'url': 'https://t.co/p2T5kGebxe', 'display_url': 'pic.twitter.com/p2T5kGebxe', 'expanded_url': 'https://twitter.com/dog_rates/status/678740035362037760/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678740029439614976, 'id_str': '678740029439614976', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWtede2WIAAF_AJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWtede2WIAAF_AJ.jpg', 'url': 'https://t.co/p2T5kGebxe', 'display_url': 'pic.twitter.com/p2T5kGebxe', 'expanded_url': 'https://twitter.com/dog_rates/status/678740035362037760/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1490, 'favorite_count': 3403, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1761:678708137298427904
{'created_at': 'Sun Dec 20 22:46:44 +0000 2015', 'id': 678708137298427904, 'id_str': '678708137298427904', 'full_text': 'Here we are witnessing a wild field pupper. Lost his wallet in there. Rather unfortunate. 10/10 good luck pup https://t.co/sZy9Co74Bw', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/sZy9Co74Bw', 'expanded_url': 'https://vine.co/v/eQjxxYaQ60K', 'display_url': 'vine.co/v/eQjxxYaQ60K', 'indices': [110, 133]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2192, 'favorite_count': 5134, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1762:678675843183484930
{'created_at': 'Sun Dec 20 20:38:24 +0000 2015', 'id': 678675843183484930, 'id_str': '678675843183484930', 'full_text': 'Exotic pup here. Tail long af. Throat looks swollen. Might breathe fire. Exceptionally unfluffy 2/10 would still pet https://t.co/a8SqCaSo2r', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678675831426797568, 'id_str': '678675831426797568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWskEqnWUAAQZW_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWskEqnWUAAQZW_.jpg', 'url': 'https://t.co/a8SqCaSo2r', 'display_url': 'pic.twitter.com/a8SqCaSo2r', 'expanded_url': 'https://twitter.com/dog_rates/status/678675843183484930/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678675831426797568, 'id_str': '678675831426797568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWskEqnWUAAQZW_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWskEqnWUAAQZW_.jpg', 'url': 'https://t.co/a8SqCaSo2r', 'display_url': 'pic.twitter.com/a8SqCaSo2r', 'expanded_url': 'https://twitter.com/dog_rates/status/678675843183484930/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1321, 'favorite_count': 2607, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1763:678643457146150913
{'created_at': 'Sun Dec 20 18:29:43 +0000 2015', 'id': 678643457146150913, 'id_str': '678643457146150913', 'full_text': "Meet Grizz. He just arrived. Couldn't wait until Christmas. Worried bc he saw the swastikas on the carpet. 10/10 https://t.co/QBGwYrT7rv", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678643449407541248, 'id_str': '678643449407541248', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWsGnyMVEAAM1Y1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWsGnyMVEAAM1Y1.jpg', 'url': 'https://t.co/QBGwYrT7rv', 'display_url': 'pic.twitter.com/QBGwYrT7rv', 'expanded_url': 'https://twitter.com/dog_rates/status/678643457146150913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678643449407541248, 'id_str': '678643449407541248', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWsGnyMVEAAM1Y1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWsGnyMVEAAM1Y1.jpg', 'url': 'https://t.co/QBGwYrT7rv', 'display_url': 'pic.twitter.com/QBGwYrT7rv', 'expanded_url': 'https://twitter.com/dog_rates/status/678643457146150913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 360, 'favorite_count': 1882, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1764:678446151570427904
{'created_at': 'Sun Dec 20 05:25:42 +0000 2015', 'id': 678446151570427904, 'id_str': '678446151570427904', 'full_text': 'Touching scene here. Really stirs up the emotions. The bond between father & son. So beautiful. 10/10 for both pups https://t.co/AJWJHov5gx', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678446146176593921, 'id_str': '678446146176593921', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CWpTLOYWsAEDhcU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWpTLOYWsAEDhcU.jpg', 'url': 'https://t.co/AJWJHov5gx', 'display_url': 'pic.twitter.com/AJWJHov5gx', 'expanded_url': 'https://twitter.com/dog_rates/status/678446151570427904/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 900, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678446146176593921, 'id_str': '678446146176593921', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CWpTLOYWsAEDhcU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWpTLOYWsAEDhcU.jpg', 'url': 'https://t.co/AJWJHov5gx', 'display_url': 'pic.twitter.com/AJWJHov5gx', 'expanded_url': 'https://twitter.com/dog_rates/status/678446151570427904/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 900, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 900, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286045, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1372, 'favorite_count': 3654, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1765:678424312106393600
{'created_at': 'Sun Dec 20 03:58:55 +0000 2015', 'id': 678424312106393600, 'id_str': '678424312106393600', 'full_text': "This is Crystal. She's a shitty fireman. No sense of urgency. People could be dying Crystal. 2/10 just irresponsible https://t.co/rtMtjSl9pz", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678424305764589568, 'id_str': '678424305764589568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWo_T8gW4AAgJNo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWo_T8gW4AAgJNo.jpg', 'url': 'https://t.co/rtMtjSl9pz', 'display_url': 'pic.twitter.com/rtMtjSl9pz', 'expanded_url': 'https://twitter.com/dog_rates/status/678424312106393600/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 633, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 633, 'resize': 'fit'}, 'small': {'w': 500, 'h': 633, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678424305764589568, 'id_str': '678424305764589568', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWo_T8gW4AAgJNo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWo_T8gW4AAgJNo.jpg', 'url': 'https://t.co/rtMtjSl9pz', 'display_url': 'pic.twitter.com/rtMtjSl9pz', 'expanded_url': 'https://twitter.com/dog_rates/status/678424312106393600/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 633, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 633, 'resize': 'fit'}, 'small': {'w': 500, 'h': 633, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2281, 'favorite_count': 5006, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1766:678410210315247616
{'created_at': 'Sun Dec 20 03:02:53 +0000 2015', 'id': 678410210315247616, 'id_str': '678410210315247616', 'full_text': 'Say hello to Jerome. He can shoot french fries out of his mouth at insane speeds. Deadly af. 10/10 https://t.co/dIy88HwrX8', 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678410205395308544, 'id_str': '678410205395308544', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CWoyfMiWUAAmGdd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWoyfMiWUAAmGdd.jpg', 'url': 'https://t.co/dIy88HwrX8', 'display_url': 'pic.twitter.com/dIy88HwrX8', 'expanded_url': 'https://twitter.com/dog_rates/status/678410210315247616/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678410205395308544, 'id_str': '678410205395308544', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CWoyfMiWUAAmGdd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWoyfMiWUAAmGdd.jpg', 'url': 'https://t.co/dIy88HwrX8', 'display_url': 'pic.twitter.com/dIy88HwrX8', 'expanded_url': 'https://twitter.com/dog_rates/status/678410210315247616/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285971, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1610, 'favorite_count': 3827, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1767:678399652199309312
{'created_at': 'Sun Dec 20 02:20:55 +0000 2015', 'id': 678399652199309312, 'id_str': '678399652199309312', 'full_text': 'This made my day. 12/10 please enjoy https://t.co/VRTbo3aAcm', 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678399528077250560, 'id_str': '678399528077250560', 'indices': [37, 60], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/678399528077250560/pu/img/BOjUNHRsYLeSo0hl.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/678399528077250560/pu/img/BOjUNHRsYLeSo0hl.jpg', 'url': 'https://t.co/VRTbo3aAcm', 'display_url': 'pic.twitter.com/VRTbo3aAcm', 'expanded_url': 'https://twitter.com/dog_rates/status/678399652199309312/video/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678399528077250560, 'id_str': '678399528077250560', 'indices': [37, 60], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/678399528077250560/pu/img/BOjUNHRsYLeSo0hl.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/678399528077250560/pu/img/BOjUNHRsYLeSo0hl.jpg', 'url': 'https://t.co/VRTbo3aAcm', 'display_url': 'pic.twitter.com/VRTbo3aAcm', 'expanded_url': 'https://twitter.com/dog_rates/status/678399652199309312/video/1', 'type': 'video', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15033, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/678399528077250560/pu/pl/IJ207Mm1gxaZu0Hw.m3u8'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/678399528077250560/pu/vid/480x480/7weQs_vC8zI06pS2.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/678399528077250560/pu/vid/240x240/hcA6zoixppH_0Lp8.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 28598, 'favorite_count': 73530, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1768:678396796259975168
{'created_at': 'Sun Dec 20 02:09:34 +0000 2015', 'id': 678396796259975168, 'id_str': '678396796259975168', 'full_text': 'These little fellas have opposite facial expressions. Both 12/10 https://t.co/LmThv0GWen', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678396790178258944, 'id_str': '678396790178258944', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWomSU9XIAANjlm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWomSU9XIAANjlm.jpg', 'url': 'https://t.co/LmThv0GWen', 'display_url': 'pic.twitter.com/LmThv0GWen', 'expanded_url': 'https://twitter.com/dog_rates/status/678396796259975168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 343, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 516, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 516, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678396790178258944, 'id_str': '678396790178258944', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWomSU9XIAANjlm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWomSU9XIAANjlm.jpg', 'url': 'https://t.co/LmThv0GWen', 'display_url': 'pic.twitter.com/LmThv0GWen', 'expanded_url': 'https://twitter.com/dog_rates/status/678396796259975168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 343, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 516, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 516, 'h': 1024, 'resize': 'fit'}}}, {'id': 678396790186647552, 'id_str': '678396790186647552', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWomSU_XIAAUYiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWomSU_XIAAUYiK.jpg', 'url': 'https://t.co/LmThv0GWen', 'display_url': 'pic.twitter.com/LmThv0GWen', 'expanded_url': 'https://twitter.com/dog_rates/status/678396796259975168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 375, 'favorite_count': 1459, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1769:678389028614488064
{'created_at': 'Sun Dec 20 01:38:42 +0000 2015', 'id': 678389028614488064, 'id_str': '678389028614488064', 'full_text': 'This is Bella. She just learned that her final grade in chem was a 92.49 \npoor pupper 11/10 https://t.co/auOoKuoveM', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678389021215707136, 'id_str': '678389021215707136', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CWofOHUWUAACGVa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWofOHUWUAACGVa.jpg', 'url': 'https://t.co/auOoKuoveM', 'display_url': 'pic.twitter.com/auOoKuoveM', 'expanded_url': 'https://twitter.com/dog_rates/status/678389028614488064/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 788, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 523, 'h': 680, 'resize': 'fit'}, 'large': {'w': 788, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678389021215707136, 'id_str': '678389021215707136', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CWofOHUWUAACGVa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWofOHUWUAACGVa.jpg', 'url': 'https://t.co/auOoKuoveM', 'display_url': 'pic.twitter.com/auOoKuoveM', 'expanded_url': 'https://twitter.com/dog_rates/status/678389028614488064/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 788, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 523, 'h': 680, 'resize': 'fit'}, 'large': {'w': 788, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 383, 'favorite_count': 1715, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1770:678380236862578688
{'created_at': 'Sun Dec 20 01:03:46 +0000 2015', 'id': 678380236862578688, 'id_str': '678380236862578688', 'full_text': 'This is Crumpet. He underestimated the snow. Quickly retreating. 10/10 https://t.co/a0Zx5LDFZa', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678380231556595712, 'id_str': '678380231556595712', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CWoXOfSUAAA4u8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWoXOfSUAAA4u8g.jpg', 'url': 'https://t.co/a0Zx5LDFZa', 'display_url': 'pic.twitter.com/a0Zx5LDFZa', 'expanded_url': 'https://twitter.com/dog_rates/status/678380236862578688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678380231556595712, 'id_str': '678380231556595712', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CWoXOfSUAAA4u8g.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWoXOfSUAAA4u8g.jpg', 'url': 'https://t.co/a0Zx5LDFZa', 'display_url': 'pic.twitter.com/a0Zx5LDFZa', 'expanded_url': 'https://twitter.com/dog_rates/status/678380236862578688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 823, 'favorite_count': 2244, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1771:678341075375947776
{'created_at': 'Sat Dec 19 22:28:09 +0000 2015', 'id': 678341075375947776, 'id_str': '678341075375947776', 'full_text': 'This pupper likes tape. 12/10 https://t.co/cSp6w5GWgm', 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678341071122784256, 'id_str': '678341071122784256', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/media/CWnznDTU4AAa-6P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWnznDTU4AAa-6P.jpg', 'url': 'https://t.co/cSp6w5GWgm', 'display_url': 'pic.twitter.com/cSp6w5GWgm', 'expanded_url': 'https://twitter.com/dog_rates/status/678341075375947776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678341071122784256, 'id_str': '678341071122784256', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/media/CWnznDTU4AAa-6P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWnznDTU4AAa-6P.jpg', 'url': 'https://t.co/cSp6w5GWgm', 'display_url': 'pic.twitter.com/cSp6w5GWgm', 'expanded_url': 'https://twitter.com/dog_rates/status/678341075375947776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 473, 'favorite_count': 1576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1772:678334497360859136
{'created_at': 'Sat Dec 19 22:02:01 +0000 2015', 'id': 678334497360859136, 'id_str': '678334497360859136', 'full_text': 'This is Rosie. She has a snazzy bow tie and a fin for a tail. Probably super fast underwater. Cool socks 10/10 https://t.co/GO76MdGBs0', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678334491241377793, 'id_str': '678334491241377793', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CWntoDVWcAEl3NB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWntoDVWcAEl3NB.jpg', 'url': 'https://t.co/GO76MdGBs0', 'display_url': 'pic.twitter.com/GO76MdGBs0', 'expanded_url': 'https://twitter.com/dog_rates/status/678334497360859136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 425, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678334491241377793, 'id_str': '678334491241377793', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CWntoDVWcAEl3NB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWntoDVWcAEl3NB.jpg', 'url': 'https://t.co/GO76MdGBs0', 'display_url': 'pic.twitter.com/GO76MdGBs0', 'expanded_url': 'https://twitter.com/dog_rates/status/678334497360859136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 425, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 224, 'favorite_count': 1184, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1773:678278586130948096
{'created_at': 'Sat Dec 19 18:19:51 +0000 2015', 'id': 678278586130948096, 'id_str': '678278586130948096', 'full_text': 'Another spooky pupper here. Most definitely floating. No legs. Probably knows some dark magic. 10/10 very spooked https://t.co/JK8MByRzgj', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678278583370911744, 'id_str': '678278583370911744', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWm6xySUEAAqfFU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWm6xySUEAAqfFU.jpg', 'url': 'https://t.co/JK8MByRzgj', 'display_url': 'pic.twitter.com/JK8MByRzgj', 'expanded_url': 'https://twitter.com/dog_rates/status/678278586130948096/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 480, 'h': 720, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678278583370911744, 'id_str': '678278583370911744', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWm6xySUEAAqfFU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWm6xySUEAAqfFU.jpg', 'url': 'https://t.co/JK8MByRzgj', 'display_url': 'pic.twitter.com/JK8MByRzgj', 'expanded_url': 'https://twitter.com/dog_rates/status/678278586130948096/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 480, 'h': 720, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5498, 'favorite_count': 10423, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1774:678255464182861824
{'created_at': 'Sat Dec 19 16:47:58 +0000 2015', 'id': 678255464182861824, 'id_str': '678255464182861824', 'full_text': 'This is Jessifer. She is a Bismoth Teriyaki. Flowers being attacked by hurricanes on bandana (rad). 9/10 stellar pup https://t.co/nZhmRwZzWv', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678255458960859137, 'id_str': '678255458960859137', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWmlvxJU4AEAqaN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWmlvxJU4AEAqaN.jpg', 'url': 'https://t.co/nZhmRwZzWv', 'display_url': 'pic.twitter.com/nZhmRwZzWv', 'expanded_url': 'https://twitter.com/dog_rates/status/678255464182861824/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 488, 'h': 619, 'resize': 'fit'}, 'small': {'w': 488, 'h': 619, 'resize': 'fit'}, 'medium': {'w': 488, 'h': 619, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678255458960859137, 'id_str': '678255458960859137', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWmlvxJU4AEAqaN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWmlvxJU4AEAqaN.jpg', 'url': 'https://t.co/nZhmRwZzWv', 'display_url': 'pic.twitter.com/nZhmRwZzWv', 'expanded_url': 'https://twitter.com/dog_rates/status/678255464182861824/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 488, 'h': 619, 'resize': 'fit'}, 'small': {'w': 488, 'h': 619, 'resize': 'fit'}, 'medium': {'w': 488, 'h': 619, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 328, 'favorite_count': 1453, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1775:678023323247357953
{'created_at': 'Sat Dec 19 01:25:31 +0000 2015', 'id': 678023323247357953, 'id_str': '678023323247357953', 'full_text': "After getting lost in Reese's eyes for several minutes we're going to upgrade him to a 13/10", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 678021115718029313, 'in_reply_to_status_id_str': '678021115718029313', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 341, 'favorite_count': 1743, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1776:678021115718029313
{'created_at': 'Sat Dec 19 01:16:45 +0000 2015', 'id': 678021115718029313, 'id_str': '678021115718029313', 'full_text': 'This is Reese. He likes holding hands. 12/10 https://t.co/cbLroGCbmh', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 678021110609412096, 'id_str': '678021110609412096', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CWjQm5gXAAA9GkD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWjQm5gXAAA9GkD.jpg', 'url': 'https://t.co/cbLroGCbmh', 'display_url': 'pic.twitter.com/cbLroGCbmh', 'expanded_url': 'https://twitter.com/dog_rates/status/678021115718029313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 678021110609412096, 'id_str': '678021110609412096', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CWjQm5gXAAA9GkD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWjQm5gXAAA9GkD.jpg', 'url': 'https://t.co/cbLroGCbmh', 'display_url': 'pic.twitter.com/cbLroGCbmh', 'expanded_url': 'https://twitter.com/dog_rates/status/678021115718029313/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5641, 'favorite_count': 12389, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1777:677961670166224897
{'created_at': 'Fri Dec 18 21:20:32 +0000 2015', 'id': 677961670166224897, 'id_str': '677961670166224897', 'full_text': "This is Izzy. She's showing off the dance moves she's been working on. 11/10 I guess hard work pays off https://t.co/4JS92YAxTi", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/4JS92YAxTi', 'expanded_url': 'https://vine.co/v/iKuMDuYV0aZ', 'display_url': 'vine.co/v/iKuMDuYV0aZ', 'indices': [104, 127]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1525, 'favorite_count': 3145, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1778:677918531514703872
{'created_at': 'Fri Dec 18 18:29:07 +0000 2015', 'id': 677918531514703872, 'id_str': '677918531514703872', 'full_text': '"Everything looks pretty good in there. Make sure to brush your gums. Been flossing? How\'s school going?" Both 10/10 https://t.co/lWL2IMJqLR', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677918521637097472, 'id_str': '677918521637097472', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWhzTbzWUAAEAUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWhzTbzWUAAEAUN.jpg', 'url': 'https://t.co/lWL2IMJqLR', 'display_url': 'pic.twitter.com/lWL2IMJqLR', 'expanded_url': 'https://twitter.com/dog_rates/status/677918531514703872/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 634, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 954, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 954, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677918521637097472, 'id_str': '677918521637097472', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWhzTbzWUAAEAUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWhzTbzWUAAEAUN.jpg', 'url': 'https://t.co/lWL2IMJqLR', 'display_url': 'pic.twitter.com/lWL2IMJqLR', 'expanded_url': 'https://twitter.com/dog_rates/status/677918531514703872/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 634, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 954, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 954, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 364, 'favorite_count': 1220, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1779:677895101218201600
{'created_at': 'Fri Dec 18 16:56:01 +0000 2015', 'id': 677895101218201600, 'id_str': '677895101218201600', 'full_text': "Guys this was terrifying. Really spooked me up. We don't rate ghosts. We rate dogs. Please only send dogs... 9/10 https://t.co/EJImi1udYb", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677895096763854848, 'id_str': '677895096763854848', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWhd_7WWsAAaqWG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWhd_7WWsAAaqWG.jpg', 'url': 'https://t.co/EJImi1udYb', 'display_url': 'pic.twitter.com/EJImi1udYb', 'expanded_url': 'https://twitter.com/dog_rates/status/677895101218201600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677895096763854848, 'id_str': '677895096763854848', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWhd_7WWsAAaqWG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWhd_7WWsAAaqWG.jpg', 'url': 'https://t.co/EJImi1udYb', 'display_url': 'pic.twitter.com/EJImi1udYb', 'expanded_url': 'https://twitter.com/dog_rates/status/677895101218201600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1845, 'favorite_count': 4399, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1780:677716515794329600
{'created_at': 'Fri Dec 18 05:06:23 +0000 2015', 'id': 677716515794329600, 'id_str': '677716515794329600', 'full_text': "IT'S PUPPERGEDDON. Total of 144/120 ...I think https://t.co/ZanVtAtvIq", 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677716509234487297, 'id_str': '677716509234487297', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CWe7kw9W4AE8UJh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWe7kw9W4AE8UJh.jpg', 'url': 'https://t.co/ZanVtAtvIq', 'display_url': 'pic.twitter.com/ZanVtAtvIq', 'expanded_url': 'https://twitter.com/dog_rates/status/677716515794329600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677716509234487297, 'id_str': '677716509234487297', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CWe7kw9W4AE8UJh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWe7kw9W4AE8UJh.jpg', 'url': 'https://t.co/ZanVtAtvIq', 'display_url': 'pic.twitter.com/ZanVtAtvIq', 'expanded_url': 'https://twitter.com/dog_rates/status/677716515794329600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 877, 'favorite_count': 2785, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1781:677700003327029250
{'created_at': 'Fri Dec 18 04:00:46 +0000 2015', 'id': 677700003327029250, 'id_str': '677700003327029250', 'full_text': "This is Ralph. He's an interpretive dancer. 10/10 https://t.co/zoDdPyPFsa", 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677700000441360384, 'id_str': '677700000441360384', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CWesj06W4AAIKl8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWesj06W4AAIKl8.jpg', 'url': 'https://t.co/zoDdPyPFsa', 'display_url': 'pic.twitter.com/zoDdPyPFsa', 'expanded_url': 'https://twitter.com/dog_rates/status/677700003327029250/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677700000441360384, 'id_str': '677700000441360384', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CWesj06W4AAIKl8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWesj06W4AAIKl8.jpg', 'url': 'https://t.co/zoDdPyPFsa', 'display_url': 'pic.twitter.com/zoDdPyPFsa', 'expanded_url': 'https://twitter.com/dog_rates/status/677700003327029250/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1292, 'favorite_count': 3116, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1782:677698403548192770
{'created_at': 'Fri Dec 18 03:54:25 +0000 2015', 'id': 677698403548192770, 'id_str': '677698403548192770', 'full_text': 'This is Sadie. She got her holidays confused. 9/10 damn it Sadie https://t.co/fm7HxOsuPK', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677698398770888704, 'id_str': '677698398770888704', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWerGmOXAAAm6NY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWerGmOXAAAm6NY.jpg', 'url': 'https://t.co/fm7HxOsuPK', 'display_url': 'pic.twitter.com/fm7HxOsuPK', 'expanded_url': 'https://twitter.com/dog_rates/status/677698403548192770/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 669, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 745, 'h': 757, 'resize': 'fit'}, 'large': {'w': 745, 'h': 757, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677698398770888704, 'id_str': '677698398770888704', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWerGmOXAAAm6NY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWerGmOXAAAm6NY.jpg', 'url': 'https://t.co/fm7HxOsuPK', 'display_url': 'pic.twitter.com/fm7HxOsuPK', 'expanded_url': 'https://twitter.com/dog_rates/status/677698403548192770/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 669, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 745, 'h': 757, 'resize': 'fit'}, 'large': {'w': 745, 'h': 757, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 286, 'favorite_count': 1117, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1783:677687604918272002
{'created_at': 'Fri Dec 18 03:11:30 +0000 2015', 'id': 677687604918272002, 'id_str': '677687604918272002', 'full_text': "This was Cindy's face when she heard Susan forgot the snacks for after the kid's soccer game. 11/10 https://t.co/gzkuVGRgAD", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677687590175252480, 'id_str': '677687590175252480', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CWehRdEWIAAySyO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWehRdEWIAAySyO.jpg', 'url': 'https://t.co/gzkuVGRgAD', 'display_url': 'pic.twitter.com/gzkuVGRgAD', 'expanded_url': 'https://twitter.com/dog_rates/status/677687604918272002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677687590175252480, 'id_str': '677687590175252480', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CWehRdEWIAAySyO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWehRdEWIAAySyO.jpg', 'url': 'https://t.co/gzkuVGRgAD', 'display_url': 'pic.twitter.com/gzkuVGRgAD', 'expanded_url': 'https://twitter.com/dog_rates/status/677687604918272002/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 756, 'favorite_count': 2263, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1784:677673981332312066
{'created_at': 'Fri Dec 18 02:17:22 +0000 2015', 'id': 677673981332312066, 'id_str': '677673981332312066', 'full_text': 'Endangered triangular pup here. Could be a wizard. Caught mid-laugh. No legs. Just fluff. Probably a wizard. 9/10 https://t.co/GFVIHIod0Z', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677673978874433536, 'id_str': '677673978874433536', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWeU5LBWEAA8F0J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWeU5LBWEAA8F0J.jpg', 'url': 'https://t.co/GFVIHIod0Z', 'display_url': 'pic.twitter.com/GFVIHIod0Z', 'expanded_url': 'https://twitter.com/dog_rates/status/677673981332312066/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 435, 'h': 647, 'resize': 'fit'}, 'small': {'w': 435, 'h': 647, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 435, 'h': 647, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677673978874433536, 'id_str': '677673978874433536', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWeU5LBWEAA8F0J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWeU5LBWEAA8F0J.jpg', 'url': 'https://t.co/GFVIHIod0Z', 'display_url': 'pic.twitter.com/GFVIHIod0Z', 'expanded_url': 'https://twitter.com/dog_rates/status/677673981332312066/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 435, 'h': 647, 'resize': 'fit'}, 'small': {'w': 435, 'h': 647, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 435, 'h': 647, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1351, 'favorite_count': 3035, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1785:677662372920729601
{'created_at': 'Fri Dec 18 01:31:14 +0000 2015', 'id': 677662372920729601, 'id_str': '677662372920729601', 'full_text': "In honor of the new Star Wars movie. Here's Yoda pug. 12/10 pet really well, would I https://t.co/pvjdRn00XH", 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677662334756761600, 'id_str': '677662334756761600', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CWeKTZTWsAA5R3Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWeKTZTWsAA5R3Z.jpg', 'url': 'https://t.co/pvjdRn00XH', 'display_url': 'pic.twitter.com/pvjdRn00XH', 'expanded_url': 'https://twitter.com/dog_rates/status/677662372920729601/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 415, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 415, 'resize': 'fit'}, 'small': {'w': 640, 'h': 415, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677662334756761600, 'id_str': '677662334756761600', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CWeKTZTWsAA5R3Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWeKTZTWsAA5R3Z.jpg', 'url': 'https://t.co/pvjdRn00XH', 'display_url': 'pic.twitter.com/pvjdRn00XH', 'expanded_url': 'https://twitter.com/dog_rates/status/677662372920729601/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 415, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 415, 'resize': 'fit'}, 'small': {'w': 640, 'h': 415, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 843, 'favorite_count': 1777, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1786:677644091929329666
{'created_at': 'Fri Dec 18 00:18:36 +0000 2015', 'id': 677644091929329666, 'id_str': '677644091929329666', 'full_text': 'This is a dog swinging. I really enjoyed it so I hope you all do as well. 11/10 https://t.co/Ozo9KHTRND', 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677644010865999872, 'id_str': '677644010865999872', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/677644010865999872/pu/img/zVHEMYnJKzq1SauT.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/677644010865999872/pu/img/zVHEMYnJKzq1SauT.jpg', 'url': 'https://t.co/Ozo9KHTRND', 'display_url': 'pic.twitter.com/Ozo9KHTRND', 'expanded_url': 'https://twitter.com/dog_rates/status/677644091929329666/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677644010865999872, 'id_str': '677644010865999872', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/677644010865999872/pu/img/zVHEMYnJKzq1SauT.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/677644010865999872/pu/img/zVHEMYnJKzq1SauT.jpg', 'url': 'https://t.co/Ozo9KHTRND', 'display_url': 'pic.twitter.com/Ozo9KHTRND', 'expanded_url': 'https://twitter.com/dog_rates/status/677644091929329666/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15033, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/677644010865999872/pu/vid/480x480/PjBM07faZxC2wE2v.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/677644010865999872/pu/vid/240x240/UiYx4j14_AS7CIVm.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/677644010865999872/pu/pl/FL0OkMT7hzPBzYq6.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 727, 'favorite_count': 1711, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1787:677573743309385728
{'created_at': 'Thu Dec 17 19:39:03 +0000 2015', 'id': 677573743309385728, 'id_str': '677573743309385728', 'full_text': "This is Sandy. He's sexually confused. Thinks he's a pigeon. Also an All-American cheese catcher. 10/10 so petable https://t.co/Htu8plSqEu", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677573736200052737, 'id_str': '677573736200052737', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CWc5uR9WoAES8WK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWc5uR9WoAES8WK.jpg', 'url': 'https://t.co/Htu8plSqEu', 'display_url': 'pic.twitter.com/Htu8plSqEu', 'expanded_url': 'https://twitter.com/dog_rates/status/677573743309385728/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677573736200052737, 'id_str': '677573736200052737', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CWc5uR9WoAES8WK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWc5uR9WoAES8WK.jpg', 'url': 'https://t.co/Htu8plSqEu', 'display_url': 'pic.twitter.com/Htu8plSqEu', 'expanded_url': 'https://twitter.com/dog_rates/status/677573743309385728/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}, {'id': 677573737080889345, 'id_str': '677573737080889345', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CWc5uVPXIAErLYr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWc5uVPXIAErLYr.jpg', 'url': 'https://t.co/Htu8plSqEu', 'display_url': 'pic.twitter.com/Htu8plSqEu', 'expanded_url': 'https://twitter.com/dog_rates/status/677573743309385728/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 600, 'favorite_count': 1939, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1788:677565715327688705
{'created_at': 'Thu Dec 17 19:07:09 +0000 2015', 'id': 677565715327688705, 'id_str': '677565715327688705', 'full_text': 'Contortionist pup here. Inside pentagram. Clearly worships Satan. Known to slowly push fragile stuff off tables 6/10 https://t.co/EX9oR55VMe', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677565708809695232, 'id_str': '677565708809695232', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWcybBmWcAAigAQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWcybBmWcAAigAQ.jpg', 'url': 'https://t.co/EX9oR55VMe', 'display_url': 'pic.twitter.com/EX9oR55VMe', 'expanded_url': 'https://twitter.com/dog_rates/status/677565715327688705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 975, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 975, 'resize': 'fit'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677565708809695232, 'id_str': '677565708809695232', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWcybBmWcAAigAQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWcybBmWcAAigAQ.jpg', 'url': 'https://t.co/EX9oR55VMe', 'display_url': 'pic.twitter.com/EX9oR55VMe', 'expanded_url': 'https://twitter.com/dog_rates/status/677565715327688705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 975, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 975, 'resize': 'fit'}, 'small': {'w': 522, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 411, 'favorite_count': 1190, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1789:677557565589463040
{'created_at': 'Thu Dec 17 18:34:46 +0000 2015', 'id': 677557565589463040, 'id_str': '677557565589463040', 'full_text': 'Reckless pupper here. Not even looking at road. Absolute menace. No regard for fellow pupper lives. 10/10 still cute https://t.co/96IBkOYB7j', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677557553648242688, 'id_str': '677557553648242688', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWcrAVQWEAA6QMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWcrAVQWEAA6QMp.jpg', 'url': 'https://t.co/96IBkOYB7j', 'display_url': 'pic.twitter.com/96IBkOYB7j', 'expanded_url': 'https://twitter.com/dog_rates/status/677557565589463040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677557553648242688, 'id_str': '677557553648242688', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWcrAVQWEAA6QMp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWcrAVQWEAA6QMp.jpg', 'url': 'https://t.co/96IBkOYB7j', 'display_url': 'pic.twitter.com/96IBkOYB7j', 'expanded_url': 'https://twitter.com/dog_rates/status/677557565589463040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1017, 'favorite_count': 2223, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1790:677547928504967168
{'created_at': 'Thu Dec 17 17:56:29 +0000 2015', 'id': 677547928504967168, 'id_str': '677547928504967168', 'full_text': 'Not much to say here. I just think everyone needs to see this. 12/10 https://t.co/AGag0hFHpe', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677547920938373125, 'id_str': '677547920938373125', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CWciPonWEAUOqLD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWciPonWEAUOqLD.jpg', 'url': 'https://t.co/AGag0hFHpe', 'display_url': 'pic.twitter.com/AGag0hFHpe', 'expanded_url': 'https://twitter.com/dog_rates/status/677547928504967168/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677547920938373125, 'id_str': '677547920938373125', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CWciPonWEAUOqLD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWciPonWEAUOqLD.jpg', 'url': 'https://t.co/AGag0hFHpe', 'display_url': 'pic.twitter.com/AGag0hFHpe', 'expanded_url': 'https://twitter.com/dog_rates/status/677547928504967168/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 576, 'resize': 'fit'}, 'small': {'w': 576, 'h': 576, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3299, 'favorite_count': 6330, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1791:677530072887205888
{'created_at': 'Thu Dec 17 16:45:31 +0000 2015', 'id': 677530072887205888, 'id_str': '677530072887205888', 'full_text': "Say hello to Axel. He's a Black Chevy Pinot on wheels. 0 to 60 in 5.7 seconds (if downhill). 9/10 I call shotgun https://t.co/DKe9DBnnHE", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677530062560841728, 'id_str': '677530062560841728', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWcSAI-WUAAOB9W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWcSAI-WUAAOB9W.jpg', 'url': 'https://t.co/DKe9DBnnHE', 'display_url': 'pic.twitter.com/DKe9DBnnHE', 'expanded_url': 'https://twitter.com/dog_rates/status/677530072887205888/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 736, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 736, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677530062560841728, 'id_str': '677530062560841728', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWcSAI-WUAAOB9W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWcSAI-WUAAOB9W.jpg', 'url': 'https://t.co/DKe9DBnnHE', 'display_url': 'pic.twitter.com/DKe9DBnnHE', 'expanded_url': 'https://twitter.com/dog_rates/status/677530072887205888/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 750, 'h': 736, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 736, 'resize': 'fit'}, 'small': {'w': 680, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 204, 'favorite_count': 968, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1792:677335745548390400
{'created_at': 'Thu Dec 17 03:53:20 +0000 2015', 'id': 677335745548390400, 'id_str': '677335745548390400', 'full_text': 'Downright inspiring 12/10 https://t.co/vSLtYBWHcQ', 'truncated': False, 'display_text_range': [0, 49], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/vSLtYBWHcQ', 'expanded_url': 'https://vine.co/v/hbLbH77Ar67', 'display_url': 'vine.co/v/hbLbH77Ar67', 'indices': [26, 49]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1551, 'favorite_count': 2760, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1793:677334615166730240
{'created_at': 'Thu Dec 17 03:48:51 +0000 2015', 'id': 677334615166730240, 'id_str': '677334615166730240', 'full_text': 'This dog gave up mid jump. 9/10 https://t.co/KmMv3Y2zI8', 'truncated': False, 'display_text_range': [0, 55], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677334608892030978, 'id_str': '677334608892030978', 'indices': [32, 55], 'media_url': 'http://pbs.twimg.com/media/CWZgPPUWcAIFo5J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZgPPUWcAIFo5J.jpg', 'url': 'https://t.co/KmMv3Y2zI8', 'display_url': 'pic.twitter.com/KmMv3Y2zI8', 'expanded_url': 'https://twitter.com/dog_rates/status/677334615166730240/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677334608892030978, 'id_str': '677334608892030978', 'indices': [32, 55], 'media_url': 'http://pbs.twimg.com/media/CWZgPPUWcAIFo5J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZgPPUWcAIFo5J.jpg', 'url': 'https://t.co/KmMv3Y2zI8', 'display_url': 'pic.twitter.com/KmMv3Y2zI8', 'expanded_url': 'https://twitter.com/dog_rates/status/677334615166730240/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}, {'id': 677334608892022784, 'id_str': '677334608892022784', 'indices': [32, 55], 'media_url': 'http://pbs.twimg.com/media/CWZgPPUWUAAUOvu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZgPPUWUAAUOvu.jpg', 'url': 'https://t.co/KmMv3Y2zI8', 'display_url': 'pic.twitter.com/KmMv3Y2zI8', 'expanded_url': 'https://twitter.com/dog_rates/status/677334615166730240/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 253, 'favorite_count': 1228, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1794:677331501395156992
{'created_at': 'Thu Dec 17 03:36:28 +0000 2015', 'id': 677331501395156992, 'id_str': '677331501395156992', 'full_text': "Meet Humphrey. He's a Northern Polyp Viagra. One ear works. Face stuck like that. Always surprised. 9/10 petable af https://t.co/FS7eJQM2F4", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677331497041461248, 'id_str': '677331497041461248', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWZdaGxXAAAjGjb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZdaGxXAAAjGjb.jpg', 'url': 'https://t.co/FS7eJQM2F4', 'display_url': 'pic.twitter.com/FS7eJQM2F4', 'expanded_url': 'https://twitter.com/dog_rates/status/677331501395156992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677331497041461248, 'id_str': '677331497041461248', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWZdaGxXAAAjGjb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZdaGxXAAAjGjb.jpg', 'url': 'https://t.co/FS7eJQM2F4', 'display_url': 'pic.twitter.com/FS7eJQM2F4', 'expanded_url': 'https://twitter.com/dog_rates/status/677331501395156992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 209, 'favorite_count': 987, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1795:677328882937298944
{'created_at': 'Thu Dec 17 03:26:04 +0000 2015', 'id': 677328882937298944, 'id_str': '677328882937298944', 'full_text': "This is Derek. All the dogs adore Derek. He's a great guy. 10/10 really solid pup https://t.co/KgcsGNb61s", 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677328876637302784, 'id_str': '677328876637302784', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CWZbBlAUsAAjRg5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZbBlAUsAAjRg5.jpg', 'url': 'https://t.co/KgcsGNb61s', 'display_url': 'pic.twitter.com/KgcsGNb61s', 'expanded_url': 'https://twitter.com/dog_rates/status/677328882937298944/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677328876637302784, 'id_str': '677328876637302784', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CWZbBlAUsAAjRg5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZbBlAUsAAjRg5.jpg', 'url': 'https://t.co/KgcsGNb61s', 'display_url': 'pic.twitter.com/KgcsGNb61s', 'expanded_url': 'https://twitter.com/dog_rates/status/677328882937298944/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1345, 'favorite_count': 3338, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1796:677314812125323265
{'created_at': 'Thu Dec 17 02:30:09 +0000 2015', 'id': 677314812125323265, 'id_str': '677314812125323265', 'full_text': 'Meet Tassy & Bee. Tassy is pretty chill, but Bee is convinced the Ruffles are haunted. 10/10 & 11/10 respectively https://t.co/fgORpmTN9C', 'truncated': False, 'display_text_range': [0, 145], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677314798338621440, 'id_str': '677314798338621440', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/CWZOOHQWwAALd-Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZOOHQWwAALd-Z.jpg', 'url': 'https://t.co/fgORpmTN9C', 'display_url': 'pic.twitter.com/fgORpmTN9C', 'expanded_url': 'https://twitter.com/dog_rates/status/677314812125323265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677314798338621440, 'id_str': '677314798338621440', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/CWZOOHQWwAALd-Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZOOHQWwAALd-Z.jpg', 'url': 'https://t.co/fgORpmTN9C', 'display_url': 'pic.twitter.com/fgORpmTN9C', 'expanded_url': 'https://twitter.com/dog_rates/status/677314812125323265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 677314798623842304, 'id_str': '677314798623842304', 'indices': [122, 145], 'media_url': 'http://pbs.twimg.com/media/CWZOOIUW4AAQrX_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZOOIUW4AAQrX_.jpg', 'url': 'https://t.co/fgORpmTN9C', 'display_url': 'pic.twitter.com/fgORpmTN9C', 'expanded_url': 'https://twitter.com/dog_rates/status/677314812125323265/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 234, 'h': 234, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 234, 'h': 234, 'resize': 'fit'}, 'small': {'w': 234, 'h': 234, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 471, 'favorite_count': 1500, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1797:677301033169788928
{'created_at': 'Thu Dec 17 01:35:24 +0000 2015', 'id': 677301033169788928, 'id_str': '677301033169788928', 'full_text': "This is Juckson. He's totally on his way to a nascar race. 5/10 for Juckson https://t.co/IoLRvF0Kak", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677301027595530240, 'id_str': '677301027595530240', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CWZBsjPWsAAZFFl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZBsjPWsAAZFFl.jpg', 'url': 'https://t.co/IoLRvF0Kak', 'display_url': 'pic.twitter.com/IoLRvF0Kak', 'expanded_url': 'https://twitter.com/dog_rates/status/677301033169788928/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 575, 'h': 769, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 769, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677301027595530240, 'id_str': '677301027595530240', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CWZBsjPWsAAZFFl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWZBsjPWsAAZFFl.jpg', 'url': 'https://t.co/IoLRvF0Kak', 'display_url': 'pic.twitter.com/IoLRvF0Kak', 'expanded_url': 'https://twitter.com/dog_rates/status/677301033169788928/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 575, 'h': 769, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 769, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 354, 'favorite_count': 1114, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1798:677269281705472000
{'created_at': 'Wed Dec 16 23:29:14 +0000 2015', 'id': 677269281705472000, 'id_str': '677269281705472000', 'full_text': "This is the happiest pupper I've ever seen. 10/10 would trade lives with https://t.co/ep8ATEJwRb", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677269275850219520, 'id_str': '677269275850219520', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CWYk0WxWoAAEwRt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWYk0WxWoAAEwRt.jpg', 'url': 'https://t.co/ep8ATEJwRb', 'display_url': 'pic.twitter.com/ep8ATEJwRb', 'expanded_url': 'https://twitter.com/dog_rates/status/677269281705472000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677269275850219520, 'id_str': '677269275850219520', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CWYk0WxWoAAEwRt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWYk0WxWoAAEwRt.jpg', 'url': 'https://t.co/ep8ATEJwRb', 'display_url': 'pic.twitter.com/ep8ATEJwRb', 'expanded_url': 'https://twitter.com/dog_rates/status/677269281705472000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 636, 'favorite_count': 1799, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1799:677228873407442944
{'created_at': 'Wed Dec 16 20:48:40 +0000 2015', 'id': 677228873407442944, 'id_str': '677228873407442944', 'full_text': 'Say hello to Chuq. He just wants to fit in. 11/10 https://t.co/hGkMCjZzn4', 'truncated': False, 'display_text_range': [0, 73], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677228864888823810, 'id_str': '677228864888823810', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CWYAEINW4AIuw8P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWYAEINW4AIuw8P.jpg', 'url': 'https://t.co/hGkMCjZzn4', 'display_url': 'pic.twitter.com/hGkMCjZzn4', 'expanded_url': 'https://twitter.com/dog_rates/status/677228873407442944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 802, 'h': 802, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 802, 'h': 802, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677228864888823810, 'id_str': '677228864888823810', 'indices': [50, 73], 'media_url': 'http://pbs.twimg.com/media/CWYAEINW4AIuw8P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWYAEINW4AIuw8P.jpg', 'url': 'https://t.co/hGkMCjZzn4', 'display_url': 'pic.twitter.com/hGkMCjZzn4', 'expanded_url': 'https://twitter.com/dog_rates/status/677228873407442944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 802, 'h': 802, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 802, 'h': 802, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285570, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1468, 'favorite_count': 3211, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1800:677187300187611136
Rate limit reached. Sleeping for: 194
{'created_at': 'Wed Dec 16 18:03:28 +0000 2015', 'id': 677187300187611136, 'id_str': '677187300187611136', 'full_text': 'Here we see a Byzantine Rigatoni. Very aerodynamic. No eyes. Actually not windy here they just look like that. 9/10 https://t.co/gzI0m6wXRo', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 677187290628780032, 'id_str': '677187290628780032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWXaQMBWcAAATDi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWXaQMBWcAAATDi.jpg', 'url': 'https://t.co/gzI0m6wXRo', 'display_url': 'pic.twitter.com/gzI0m6wXRo', 'expanded_url': 'https://twitter.com/dog_rates/status/677187300187611136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 353, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 353, 'resize': 'fit'}, 'small': {'w': 640, 'h': 353, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 677187290628780032, 'id_str': '677187290628780032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWXaQMBWcAAATDi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWXaQMBWcAAATDi.jpg', 'url': 'https://t.co/gzI0m6wXRo', 'display_url': 'pic.twitter.com/gzI0m6wXRo', 'expanded_url': 'https://twitter.com/dog_rates/status/677187300187611136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 353, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 353, 'resize': 'fit'}, 'small': {'w': 640, 'h': 353, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 814, 'favorite_count': 2485, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1801:676975532580409345
{'created_at': 'Wed Dec 16 04:01:59 +0000 2015', 'id': 676975532580409345, 'id_str': '676975532580409345', 'full_text': "This is Cooper. He doesn't know how cheese works. Likes the way it feels on his face. Cheeky tongue slip. 11/10 https://t.co/j1zczS0lI5", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676975524699336704, 'id_str': '676975524699336704', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CWUZpydWcAAeipD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWUZpydWcAAeipD.jpg', 'url': 'https://t.co/j1zczS0lI5', 'display_url': 'pic.twitter.com/j1zczS0lI5', 'expanded_url': 'https://twitter.com/dog_rates/status/676975532580409345/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676975524699336704, 'id_str': '676975524699336704', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CWUZpydWcAAeipD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWUZpydWcAAeipD.jpg', 'url': 'https://t.co/j1zczS0lI5', 'display_url': 'pic.twitter.com/j1zczS0lI5', 'expanded_url': 'https://twitter.com/dog_rates/status/676975532580409345/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 952, 'favorite_count': 2528, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1802:676957860086095872
{'created_at': 'Wed Dec 16 02:51:45 +0000 2015', 'id': 676957860086095872, 'id_str': '676957860086095872', 'full_text': "10/10 I'd follow this dog into battle no questions asked https://t.co/ngTNXYQF0L", 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676957802976419840, 'id_str': '676957802976419840', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/676957802976419840/pu/img/dCj-qlXo73A5hf6Q.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/676957802976419840/pu/img/dCj-qlXo73A5hf6Q.jpg', 'url': 'https://t.co/ngTNXYQF0L', 'display_url': 'pic.twitter.com/ngTNXYQF0L', 'expanded_url': 'https://twitter.com/dog_rates/status/676957860086095872/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676957802976419840, 'id_str': '676957802976419840', 'indices': [57, 80], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/676957802976419840/pu/img/dCj-qlXo73A5hf6Q.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/676957802976419840/pu/img/dCj-qlXo73A5hf6Q.jpg', 'url': 'https://t.co/ngTNXYQF0L', 'display_url': 'pic.twitter.com/ngTNXYQF0L', 'expanded_url': 'https://twitter.com/dog_rates/status/676957860086095872/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 1280, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1200, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [9, 16], 'duration_millis': 9376, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/676957802976419840/pu/vid/360x640/d_JNjd95QBRZ4QYU.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/676957802976419840/pu/vid/180x320/I-KzfQH91jNtt9Ki.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/676957802976419840/pu/pl/Bz5Xdp4nZqSFhXzh.m3u8'}, {'bitrate': 2176000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/676957802976419840/pu/vid/720x1280/7ARuPu5uFP2Qug-8.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 720, 'favorite_count': 2029, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1803:676949632774234114
{'created_at': 'Wed Dec 16 02:19:04 +0000 2015', 'id': 676949632774234114, 'id_str': '676949632774234114', 'full_text': "This is Tyrus. He's a Speckled Centennial Ticonderoga. Terrified of floating red ball. Nifty bandana. 8/10 v petable https://t.co/HqM3YhCaaa", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676949624503013376, 'id_str': '676949624503013376', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWUCGMtWEAAjXnS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWUCGMtWEAAjXnS.jpg', 'url': 'https://t.co/HqM3YhCaaa', 'display_url': 'pic.twitter.com/HqM3YhCaaa', 'expanded_url': 'https://twitter.com/dog_rates/status/676949632774234114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676949624503013376, 'id_str': '676949624503013376', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWUCGMtWEAAjXnS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWUCGMtWEAAjXnS.jpg', 'url': 'https://t.co/HqM3YhCaaa', 'display_url': 'pic.twitter.com/HqM3YhCaaa', 'expanded_url': 'https://twitter.com/dog_rates/status/676949632774234114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 348, 'favorite_count': 1188, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1804:676948236477857792
{'created_at': 'Wed Dec 16 02:13:31 +0000 2015', 'id': 676948236477857792, 'id_str': '676948236477857792', 'full_text': "This is Karl. Karl thinks he's slick. 6/10 sneaky pup https://t.co/Lo4ALwjVh4", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676948231155277824, 'id_str': '676948231155277824', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CWUA1GFW4AAowiq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWUA1GFW4AAowiq.jpg', 'url': 'https://t.co/Lo4ALwjVh4', 'display_url': 'pic.twitter.com/Lo4ALwjVh4', 'expanded_url': 'https://twitter.com/dog_rates/status/676948236477857792/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 358, 'resize': 'fit'}, 'large': {'w': 640, 'h': 358, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 358, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676948231155277824, 'id_str': '676948231155277824', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CWUA1GFW4AAowiq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWUA1GFW4AAowiq.jpg', 'url': 'https://t.co/Lo4ALwjVh4', 'display_url': 'pic.twitter.com/Lo4ALwjVh4', 'expanded_url': 'https://twitter.com/dog_rates/status/676948236477857792/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 358, 'resize': 'fit'}, 'large': {'w': 640, 'h': 358, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 358, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 776, 'favorite_count': 1958, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1805:676946864479084545
{'created_at': 'Wed Dec 16 02:08:04 +0000 2015', 'id': 676946864479084545, 'id_str': '676946864479084545', 'full_text': 'This pups goal was to get all four feet as close to each other as possible. Valiant effort 12/10 https://t.co/2mXALbgBTV', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676946858959327232, 'id_str': '676946858959327232', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CWT_lOQWUAAXPaY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT_lOQWUAAXPaY.jpg', 'url': 'https://t.co/2mXALbgBTV', 'display_url': 'pic.twitter.com/2mXALbgBTV', 'expanded_url': 'https://twitter.com/dog_rates/status/676946864479084545/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 616, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 616, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676946858959327232, 'id_str': '676946858959327232', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CWT_lOQWUAAXPaY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT_lOQWUAAXPaY.jpg', 'url': 'https://t.co/2mXALbgBTV', 'display_url': 'pic.twitter.com/2mXALbgBTV', 'expanded_url': 'https://twitter.com/dog_rates/status/676946864479084545/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 616, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 616, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 327, 'favorite_count': 1576, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1806:676942428000112642
{'created_at': 'Wed Dec 16 01:50:26 +0000 2015', 'id': 676942428000112642, 'id_str': '676942428000112642', 'full_text': 'Who leaves the last cupcake just sitting there? 9/10 https://t.co/PWMqAoEx2a', 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676942415815712771, 'id_str': '676942415815712771', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CWT7imQXIAMwpQ2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT7imQXIAMwpQ2.jpg', 'url': 'https://t.co/PWMqAoEx2a', 'display_url': 'pic.twitter.com/PWMqAoEx2a', 'expanded_url': 'https://twitter.com/dog_rates/status/676942428000112642/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676942415815712771, 'id_str': '676942415815712771', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CWT7imQXIAMwpQ2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT7imQXIAMwpQ2.jpg', 'url': 'https://t.co/PWMqAoEx2a', 'display_url': 'pic.twitter.com/PWMqAoEx2a', 'expanded_url': 'https://twitter.com/dog_rates/status/676942428000112642/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 668, 'favorite_count': 1878, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1807:676936541936185344
{'created_at': 'Wed Dec 16 01:27:03 +0000 2015', 'id': 676936541936185344, 'id_str': '676936541936185344', 'full_text': 'Here we see a rare pouched pupper. Ample storage space. Looks alert. Jumps at random. Kicked open that door. 8/10 https://t.co/mqvaxleHRz', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676936535535656961, 'id_str': '676936535535656961', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'url': 'https://t.co/mqvaxleHRz', 'display_url': 'pic.twitter.com/mqvaxleHRz', 'expanded_url': 'https://twitter.com/dog_rates/status/676936541936185344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676936535535656961, 'id_str': '676936535535656961', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWT2MUgWIAECWig.jpg', 'url': 'https://t.co/mqvaxleHRz', 'display_url': 'pic.twitter.com/mqvaxleHRz', 'expanded_url': 'https://twitter.com/dog_rates/status/676936541936185344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4435, 'favorite_count': 11630, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1808:676916996760600576
{'created_at': 'Wed Dec 16 00:09:23 +0000 2015', 'id': 676916996760600576, 'id_str': '676916996760600576', 'full_text': 'Super speedy pupper. Does not go gentle into that goodnight. 10/10 https://t.co/uPXBXS1XNb', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/uPXBXS1XNb', 'expanded_url': 'https://vine.co/v/imJ0BdZOJTw', 'display_url': 'vine.co/v/imJ0BdZOJTw', 'indices': [67, 90]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1618, 'favorite_count': 2697, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1809:676897532954456065
{'created_at': 'Tue Dec 15 22:52:02 +0000 2015', 'id': 676897532954456065, 'id_str': '676897532954456065', 'full_text': 'Exotic handheld dog here. Appears unathletic. Feet look deadly. Can be thrown a great distance. 5/10 might pet idk https://t.co/Avq4awulqk', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676897528592392192, 'id_str': '676897528592392192', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CWTSt0UW4AALMNB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWTSt0UW4AALMNB.jpg', 'url': 'https://t.co/Avq4awulqk', 'display_url': 'pic.twitter.com/Avq4awulqk', 'expanded_url': 'https://twitter.com/dog_rates/status/676897532954456065/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 568, 'resize': 'fit'}, 'large': {'w': 640, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676897528592392192, 'id_str': '676897528592392192', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CWTSt0UW4AALMNB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWTSt0UW4AALMNB.jpg', 'url': 'https://t.co/Avq4awulqk', 'display_url': 'pic.twitter.com/Avq4awulqk', 'expanded_url': 'https://twitter.com/dog_rates/status/676897532954456065/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 568, 'resize': 'fit'}, 'large': {'w': 640, 'h': 568, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 649, 'favorite_count': 2051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1810:676864501615042560
{'created_at': 'Tue Dec 15 20:40:47 +0000 2015', 'id': 676864501615042560, 'id_str': '676864501615042560', 'full_text': "Meet Ash. He's just a head now. Lost his body during the Third Crusade. Still in good spirits. 10/10 would pet well https://t.co/NJj2uP0atK", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676864493910028289, 'id_str': '676864493910028289', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWS0q8iU8AE2Srr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWS0q8iU8AE2Srr.jpg', 'url': 'https://t.co/NJj2uP0atK', 'display_url': 'pic.twitter.com/NJj2uP0atK', 'expanded_url': 'https://twitter.com/dog_rates/status/676864501615042560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676864493910028289, 'id_str': '676864493910028289', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWS0q8iU8AE2Srr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWS0q8iU8AE2Srr.jpg', 'url': 'https://t.co/NJj2uP0atK', 'display_url': 'pic.twitter.com/NJj2uP0atK', 'expanded_url': 'https://twitter.com/dog_rates/status/676864501615042560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 628, 'favorite_count': 1903, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1811:676821958043033607
{'created_at': 'Tue Dec 15 17:51:44 +0000 2015', 'id': 676821958043033607, 'id_str': '676821958043033607', 'full_text': 'Finally some constructive political change in this country. 11/10 https://t.co/mvQaETHVSb', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676821953035005952, 'id_str': '676821953035005952', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CWSN-vbWcAATV7y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSN-vbWcAATV7y.jpg', 'url': 'https://t.co/mvQaETHVSb', 'display_url': 'pic.twitter.com/mvQaETHVSb', 'expanded_url': 'https://twitter.com/dog_rates/status/676821958043033607/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 827, 'h': 639, 'resize': 'fit'}, 'medium': {'w': 827, 'h': 639, 'resize': 'fit'}, 'small': {'w': 680, 'h': 525, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676821953035005952, 'id_str': '676821953035005952', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CWSN-vbWcAATV7y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSN-vbWcAATV7y.jpg', 'url': 'https://t.co/mvQaETHVSb', 'display_url': 'pic.twitter.com/mvQaETHVSb', 'expanded_url': 'https://twitter.com/dog_rates/status/676821958043033607/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 827, 'h': 639, 'resize': 'fit'}, 'medium': {'w': 827, 'h': 639, 'resize': 'fit'}, 'small': {'w': 680, 'h': 525, 'resize': 'fit'}}}, {'id': 676821953030848512, 'id_str': '676821953030848512', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CWSN-vaXAAA8Ehr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSN-vaXAAA8Ehr.jpg', 'url': 'https://t.co/mvQaETHVSb', 'display_url': 'pic.twitter.com/mvQaETHVSb', 'expanded_url': 'https://twitter.com/dog_rates/status/676821958043033607/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 430, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 430, 'resize': 'fit'}, 'small': {'w': 640, 'h': 430, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13805, 'favorite_count': 20746, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1812:676819651066732545
{'created_at': 'Tue Dec 15 17:42:34 +0000 2015', 'id': 676819651066732545, 'id_str': '676819651066732545', 'full_text': "Watch out Airbud. This pupper is also good at the sports. 12/10 I'm thinking D1 https://t.co/1HrFdo7M0C", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676819644326506496, 'id_str': '676819644326506496', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CWSL4W0WcAAOz-6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSL4W0WcAAOz-6.jpg', 'url': 'https://t.co/1HrFdo7M0C', 'display_url': 'pic.twitter.com/1HrFdo7M0C', 'expanded_url': 'https://twitter.com/dog_rates/status/676819651066732545/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 562, 'resize': 'fit'}, 'large': {'w': 575, 'h': 562, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 562, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676819644326506496, 'id_str': '676819644326506496', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CWSL4W0WcAAOz-6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSL4W0WcAAOz-6.jpg', 'url': 'https://t.co/1HrFdo7M0C', 'display_url': 'pic.twitter.com/1HrFdo7M0C', 'expanded_url': 'https://twitter.com/dog_rates/status/676819651066732545/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 562, 'resize': 'fit'}, 'large': {'w': 575, 'h': 562, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 562, 'resize': 'fit'}}}, {'id': 676819644360077312, 'id_str': '676819644360077312', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CWSL4W8WsAAE4KU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSL4W8WsAAE4KU.jpg', 'url': 'https://t.co/1HrFdo7M0C', 'display_url': 'pic.twitter.com/1HrFdo7M0C', 'expanded_url': 'https://twitter.com/dog_rates/status/676819651066732545/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 575, 'h': 574, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 574, 'resize': 'fit'}, 'small': {'w': 575, 'h': 574, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 602, 'favorite_count': 1656, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1813:676811746707918848
{'created_at': 'Tue Dec 15 17:11:09 +0000 2015', 'id': 676811746707918848, 'id_str': '676811746707918848', 'full_text': 'Say hello to Penny & Gizmo. They are practicing their caroling. The ambition in the room is tangible. 9/10 for both https://t.co/aqBHjjh5VD', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676811739476967424, 'id_str': '676811739476967424', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CWSEsO9WwAAX-fZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSEsO9WwAAX-fZ.jpg', 'url': 'https://t.co/aqBHjjh5VD', 'display_url': 'pic.twitter.com/aqBHjjh5VD', 'expanded_url': 'https://twitter.com/dog_rates/status/676811746707918848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676811739476967424, 'id_str': '676811739476967424', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CWSEsO9WwAAX-fZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWSEsO9WwAAX-fZ.jpg', 'url': 'https://t.co/aqBHjjh5VD', 'display_url': 'pic.twitter.com/aqBHjjh5VD', 'expanded_url': 'https://twitter.com/dog_rates/status/676811746707918848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 379, 'favorite_count': 1306, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1814:676776431406465024
{'created_at': 'Tue Dec 15 14:50:49 +0000 2015', 'id': 676776431406465024, 'id_str': '676776431406465024', 'full_text': 'When someone yells "cops!" at a party and you gotta get your drunk friend out of there. 10/10 https://t.co/4rMZi5Ca1k', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676776408941662209, 'id_str': '676776408941662209', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/676776408941662209/pu/img/k-6I3YEZAQtYPBXR.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/676776408941662209/pu/img/k-6I3YEZAQtYPBXR.jpg', 'url': 'https://t.co/4rMZi5Ca1k', 'display_url': 'pic.twitter.com/4rMZi5Ca1k', 'expanded_url': 'https://twitter.com/dog_rates/status/676776431406465024/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676776408941662209, 'id_str': '676776408941662209', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/676776408941662209/pu/img/k-6I3YEZAQtYPBXR.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/676776408941662209/pu/img/k-6I3YEZAQtYPBXR.jpg', 'url': 'https://t.co/4rMZi5Ca1k', 'display_url': 'pic.twitter.com/4rMZi5Ca1k', 'expanded_url': 'https://twitter.com/dog_rates/status/676776431406465024/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 568, 'h': 320, 'resize': 'fit'}, 'large': {'w': 568, 'h': 320, 'resize': 'fit'}, 'small': {'w': 568, 'h': 320, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [71, 40], 'duration_millis': 3500, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/676776408941662209/pu/vid/318x180/xqq0tYwoyYyBYeEt.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/676776408941662209/pu/pl/IwAzvW5Po6O85v-A.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1805, 'favorite_count': 4532, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1815:676617503762681856
{'created_at': 'Tue Dec 15 04:19:18 +0000 2015', 'id': 676617503762681856, 'id_str': '676617503762681856', 'full_text': "I promise this wasn't meant to be a cuteness overload account but ermergerd look at this cozy pupper. 13/10 https://t.co/mpQl2rJjDh", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676617499136409600, 'id_str': '676617499136409600', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWPUB9TWwAALPPx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPUB9TWwAALPPx.jpg', 'url': 'https://t.co/mpQl2rJjDh', 'display_url': 'pic.twitter.com/mpQl2rJjDh', 'expanded_url': 'https://twitter.com/dog_rates/status/676617503762681856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 616, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 706, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 706, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676617499136409600, 'id_str': '676617499136409600', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWPUB9TWwAALPPx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPUB9TWwAALPPx.jpg', 'url': 'https://t.co/mpQl2rJjDh', 'display_url': 'pic.twitter.com/mpQl2rJjDh', 'expanded_url': 'https://twitter.com/dog_rates/status/676617503762681856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 616, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 706, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 706, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 855, 'favorite_count': 2615, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1816:676613908052996102
{'created_at': 'Tue Dec 15 04:05:01 +0000 2015', 'id': 676613908052996102, 'id_str': '676613908052996102', 'full_text': "This is the saddest/sweetest/best picture I've been sent. 12/10 😢🐶 https://t.co/vQ2Lw1BLBF", 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676613902327762944, 'id_str': '676613902327762944', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CWPQwmJWUAAu_At.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPQwmJWUAAu_At.jpg', 'url': 'https://t.co/vQ2Lw1BLBF', 'display_url': 'pic.twitter.com/vQ2Lw1BLBF', 'expanded_url': 'https://twitter.com/dog_rates/status/676613908052996102/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676613902327762944, 'id_str': '676613902327762944', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CWPQwmJWUAAu_At.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPQwmJWUAAu_At.jpg', 'url': 'https://t.co/vQ2Lw1BLBF', 'display_url': 'pic.twitter.com/vQ2Lw1BLBF', 'expanded_url': 'https://twitter.com/dog_rates/status/676613908052996102/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 177, 'favorite_count': 986, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1817:676606785097199616
{'created_at': 'Tue Dec 15 03:36:42 +0000 2015', 'id': 676606785097199616, 'id_str': '676606785097199616', 'full_text': '*screeches for a sec and then faints* 12/10 https://t.co/N5QL4ySBEx', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676606781406212100, 'id_str': '676606781406212100', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CWPKSGpWcAQN6mw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPKSGpWcAQN6mw.jpg', 'url': 'https://t.co/N5QL4ySBEx', 'display_url': 'pic.twitter.com/N5QL4ySBEx', 'expanded_url': 'https://twitter.com/dog_rates/status/676606785097199616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 542, 'h': 346, 'resize': 'fit'}, 'medium': {'w': 542, 'h': 346, 'resize': 'fit'}, 'small': {'w': 542, 'h': 346, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676606781406212100, 'id_str': '676606781406212100', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CWPKSGpWcAQN6mw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPKSGpWcAQN6mw.jpg', 'url': 'https://t.co/N5QL4ySBEx', 'display_url': 'pic.twitter.com/N5QL4ySBEx', 'expanded_url': 'https://twitter.com/dog_rates/status/676606785097199616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 542, 'h': 346, 'resize': 'fit'}, 'medium': {'w': 542, 'h': 346, 'resize': 'fit'}, 'small': {'w': 542, 'h': 346, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 387, 'favorite_count': 1724, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1818:676603393314578432
{'created_at': 'Tue Dec 15 03:23:14 +0000 2015', 'id': 676603393314578432, 'id_str': '676603393314578432', 'full_text': 'This is Godzilla pupper. He had a ruff childhood & now deflects that pain outward by terrorizing cities. Tragic 9/10 https://t.co/g1tLGkyaxr', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676603389325672448, 'id_str': '676603389325672448', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CWPHMqKVAAAE78E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPHMqKVAAAE78E.jpg', 'url': 'https://t.co/g1tLGkyaxr', 'display_url': 'pic.twitter.com/g1tLGkyaxr', 'expanded_url': 'https://twitter.com/dog_rates/status/676603393314578432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 599, 'h': 493, 'resize': 'fit'}, 'large': {'w': 599, 'h': 493, 'resize': 'fit'}, 'small': {'w': 599, 'h': 493, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676603389325672448, 'id_str': '676603389325672448', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CWPHMqKVAAAE78E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWPHMqKVAAAE78E.jpg', 'url': 'https://t.co/g1tLGkyaxr', 'display_url': 'pic.twitter.com/g1tLGkyaxr', 'expanded_url': 'https://twitter.com/dog_rates/status/676603393314578432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 599, 'h': 493, 'resize': 'fit'}, 'large': {'w': 599, 'h': 493, 'resize': 'fit'}, 'small': {'w': 599, 'h': 493, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 341, 'favorite_count': 1042, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1819:676593408224403456
{'created_at': 'Tue Dec 15 02:43:33 +0000 2015', 'id': 676593408224403456, 'id_str': '676593408224403456', 'full_text': 'This pupper loves leaves. 11/10 for committed leaf lover https://t.co/APvLqbEhkF', 'truncated': False, 'display_text_range': [0, 80], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/APvLqbEhkF', 'expanded_url': 'https://vine.co/v/eEQQaPFbgOY', 'display_url': 'vine.co/v/eEQQaPFbgOY', 'indices': [57, 80]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1892, 'favorite_count': 4140, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1820:676590572941893632
{'created_at': 'Tue Dec 15 02:32:17 +0000 2015', 'id': 676590572941893632, 'id_str': '676590572941893632', 'full_text': "After some outrage from the crowd. Bubbles is being upgraded to a 7/10. That's as high as I'm going. Thank you", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 676588346097852417, 'in_reply_to_status_id_str': '676588346097852417', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 110, 'favorite_count': 840, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1821:676588346097852417
{'created_at': 'Tue Dec 15 02:23:26 +0000 2015', 'id': 676588346097852417, 'id_str': '676588346097852417', 'full_text': 'This is Bubbles. He kinda resembles a fish. Always makes eye contact with u no matter what. Sneaky tongue slip. 5/10 https://t.co/Nrhvc5tLFT', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676588338652930048, 'id_str': '676588338652930048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWO5gmCUYAAX4WA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWO5gmCUYAAX4WA.jpg', 'url': 'https://t.co/Nrhvc5tLFT', 'display_url': 'pic.twitter.com/Nrhvc5tLFT', 'expanded_url': 'https://twitter.com/dog_rates/status/676588346097852417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676588338652930048, 'id_str': '676588338652930048', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWO5gmCUYAAX4WA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWO5gmCUYAAX4WA.jpg', 'url': 'https://t.co/Nrhvc5tLFT', 'display_url': 'pic.twitter.com/Nrhvc5tLFT', 'expanded_url': 'https://twitter.com/dog_rates/status/676588346097852417/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 701, 'favorite_count': 2086, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1822:676582956622721024
{'created_at': 'Tue Dec 15 02:02:01 +0000 2015', 'id': 676582956622721024, 'id_str': '676582956622721024', 'full_text': "Meet Vinnie. He's having fun while being safe. Well not a lot of fun, but definitely safe, and that's important 8/10 https://t.co/vZYtynZZlH", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676582950259965952, 'id_str': '676582950259965952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWO0m8tUwAAB901.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWO0m8tUwAAB901.jpg', 'url': 'https://t.co/vZYtynZZlH', 'display_url': 'pic.twitter.com/vZYtynZZlH', 'expanded_url': 'https://twitter.com/dog_rates/status/676582956622721024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676582950259965952, 'id_str': '676582950259965952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWO0m8tUwAAB901.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWO0m8tUwAAB901.jpg', 'url': 'https://t.co/vZYtynZZlH', 'display_url': 'pic.twitter.com/vZYtynZZlH', 'expanded_url': 'https://twitter.com/dog_rates/status/676582956622721024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 252, 'favorite_count': 1082, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1823:676575501977128964
{'created_at': 'Tue Dec 15 01:32:24 +0000 2015', 'id': 676575501977128964, 'id_str': '676575501977128964', 'full_text': 'This pupper is very passionate about Christmas. Wanted to give the tree a hug. So cute. 8/10 https://t.co/NsGyECJuq7', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676575493756334080, 'id_str': '676575493756334080', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CWOt07EUsAAnOYW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWOt07EUsAAnOYW.jpg', 'url': 'https://t.co/NsGyECJuq7', 'display_url': 'pic.twitter.com/NsGyECJuq7', 'expanded_url': 'https://twitter.com/dog_rates/status/676575501977128964/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676575493756334080, 'id_str': '676575493756334080', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CWOt07EUsAAnOYW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWOt07EUsAAnOYW.jpg', 'url': 'https://t.co/NsGyECJuq7', 'display_url': 'pic.twitter.com/NsGyECJuq7', 'expanded_url': 'https://twitter.com/dog_rates/status/676575501977128964/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 990, 'favorite_count': 2334, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1824:676533798876651520
{'created_at': 'Mon Dec 14 22:46:41 +0000 2015', 'id': 676533798876651520, 'id_str': '676533798876651520', 'full_text': 'ITSOFLUFFAYYYYY 12/10 https://t.co/bfw13CnuuZ', 'truncated': False, 'display_text_range': [0, 45], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676533777246515201, 'id_str': '676533777246515201', 'indices': [22, 45], 'media_url': 'http://pbs.twimg.com/media/CWOH4s9U8AEtkmQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWOH4s9U8AEtkmQ.jpg', 'url': 'https://t.co/bfw13CnuuZ', 'display_url': 'pic.twitter.com/bfw13CnuuZ', 'expanded_url': 'https://twitter.com/dog_rates/status/676533798876651520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676533777246515201, 'id_str': '676533777246515201', 'indices': [22, 45], 'media_url': 'http://pbs.twimg.com/media/CWOH4s9U8AEtkmQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWOH4s9U8AEtkmQ.jpg', 'url': 'https://t.co/bfw13CnuuZ', 'display_url': 'pic.twitter.com/bfw13CnuuZ', 'expanded_url': 'https://twitter.com/dog_rates/status/676533798876651520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 490, 'favorite_count': 1700, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1825:676496375194980353
{'created_at': 'Mon Dec 14 20:17:59 +0000 2015', 'id': 676496375194980353, 'id_str': '676496375194980353', 'full_text': "Say hello to Griffin. He's upset because his costume for Halloween didn't arrive until today. 9/10 cheer up pup https://t.co/eoBCjSFajX", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676496369692078080, 'id_str': '676496369692078080', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CWNl3S9WcAARN34.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWNl3S9WcAARN34.jpg', 'url': 'https://t.co/eoBCjSFajX', 'display_url': 'pic.twitter.com/eoBCjSFajX', 'expanded_url': 'https://twitter.com/dog_rates/status/676496375194980353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676496369692078080, 'id_str': '676496369692078080', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CWNl3S9WcAARN34.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWNl3S9WcAARN34.jpg', 'url': 'https://t.co/eoBCjSFajX', 'display_url': 'pic.twitter.com/eoBCjSFajX', 'expanded_url': 'https://twitter.com/dog_rates/status/676496375194980353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 471, 'favorite_count': 1374, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1826:676470639084101634
{'created_at': 'Mon Dec 14 18:35:43 +0000 2015', 'id': 676470639084101634, 'id_str': '676470639084101634', 'full_text': 'Three generations of pupper. 11/10 for all https://t.co/tAmQYvzrau', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676470631479812096, 'id_str': '676470631479812096', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CWNOdIpWoAAWid2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWNOdIpWoAAWid2.jpg', 'url': 'https://t.co/tAmQYvzrau', 'display_url': 'pic.twitter.com/tAmQYvzrau', 'expanded_url': 'https://twitter.com/dog_rates/status/676470639084101634/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676470631479812096, 'id_str': '676470631479812096', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CWNOdIpWoAAWid2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWNOdIpWoAAWid2.jpg', 'url': 'https://t.co/tAmQYvzrau', 'display_url': 'pic.twitter.com/tAmQYvzrau', 'expanded_url': 'https://twitter.com/dog_rates/status/676470639084101634/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4183, 'favorite_count': 10600, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1827:676440007570247681
{'created_at': 'Mon Dec 14 16:34:00 +0000 2015', 'id': 676440007570247681, 'id_str': '676440007570247681', 'full_text': "Hope your Monday isn't too awful. Here's two baseball puppers. 11/10 for each https://t.co/dB0H9hdZai", 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676439996623097856, 'id_str': '676439996623097856', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CWMyl86WEAAL1PW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWMyl86WEAAL1PW.jpg', 'url': 'https://t.co/dB0H9hdZai', 'display_url': 'pic.twitter.com/dB0H9hdZai', 'expanded_url': 'https://twitter.com/dog_rates/status/676440007570247681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676439996623097856, 'id_str': '676439996623097856', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CWMyl86WEAAL1PW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWMyl86WEAAL1PW.jpg', 'url': 'https://t.co/dB0H9hdZai', 'display_url': 'pic.twitter.com/dB0H9hdZai', 'expanded_url': 'https://twitter.com/dog_rates/status/676440007570247681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 676439996665057280, 'id_str': '676439996665057280', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CWMyl9EWUAAnZJ0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWMyl9EWUAAnZJ0.jpg', 'url': 'https://t.co/dB0H9hdZai', 'display_url': 'pic.twitter.com/dB0H9hdZai', 'expanded_url': 'https://twitter.com/dog_rates/status/676440007570247681/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 590, 'favorite_count': 1565, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1828:676430933382295552
{'created_at': 'Mon Dec 14 15:57:56 +0000 2015', 'id': 676430933382295552, 'id_str': '676430933382295552', 'full_text': 'Meet Duke. He\'s an Urban Parmesan. They know he\'s scared of the green rubber dog. "Why u do dis?" thinks Duke. 10/10 https://t.co/3bim9U5Idr', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676430925232627713, 'id_str': '676430925232627713', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWMqV7WUYAEEClG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWMqV7WUYAEEClG.jpg', 'url': 'https://t.co/3bim9U5Idr', 'display_url': 'pic.twitter.com/3bim9U5Idr', 'expanded_url': 'https://twitter.com/dog_rates/status/676430933382295552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676430925232627713, 'id_str': '676430925232627713', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWMqV7WUYAEEClG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWMqV7WUYAEEClG.jpg', 'url': 'https://t.co/3bim9U5Idr', 'display_url': 'pic.twitter.com/3bim9U5Idr', 'expanded_url': 'https://twitter.com/dog_rates/status/676430933382295552/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 302, 'favorite_count': 1264, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1829:676263575653122048
{'created_at': 'Mon Dec 14 04:52:55 +0000 2015', 'id': 676263575653122048, 'id_str': '676263575653122048', 'full_text': 'All this pupper wanted to do was go skiing. No one told him about the El Niño. Poor pupper. 10/10 maybe next year https://t.co/fTgbq1UBR9', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676263568602324992, 'id_str': '676263568602324992', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWKSIfUUYAAiOBO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWKSIfUUYAAiOBO.jpg', 'url': 'https://t.co/fTgbq1UBR9', 'display_url': 'pic.twitter.com/fTgbq1UBR9', 'expanded_url': 'https://twitter.com/dog_rates/status/676263575653122048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676263568602324992, 'id_str': '676263568602324992', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWKSIfUUYAAiOBO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWKSIfUUYAAiOBO.jpg', 'url': 'https://t.co/fTgbq1UBR9', 'display_url': 'pic.twitter.com/fTgbq1UBR9', 'expanded_url': 'https://twitter.com/dog_rates/status/676263575653122048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 484, 'favorite_count': 1894, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1830:676237365392908289
{'created_at': 'Mon Dec 14 03:08:46 +0000 2015', 'id': 676237365392908289, 'id_str': '676237365392908289', 'full_text': "Say hello to Winston. He has no respect for the system. Much rebellion. I think that's a palm tree... nice. 8/10 https://t.co/dOLQddhXLZ", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676237351492960256, 'id_str': '676237351492960256', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWJ6Sc-WwAAlpI6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJ6Sc-WwAAlpI6.jpg', 'url': 'https://t.co/dOLQddhXLZ', 'display_url': 'pic.twitter.com/dOLQddhXLZ', 'expanded_url': 'https://twitter.com/dog_rates/status/676237365392908289/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676237351492960256, 'id_str': '676237351492960256', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWJ6Sc-WwAAlpI6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJ6Sc-WwAAlpI6.jpg', 'url': 'https://t.co/dOLQddhXLZ', 'display_url': 'pic.twitter.com/dOLQddhXLZ', 'expanded_url': 'https://twitter.com/dog_rates/status/676237365392908289/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 251, 'favorite_count': 1091, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1831:676219687039057920
{'created_at': 'Mon Dec 14 01:58:31 +0000 2015', 'id': 676219687039057920, 'id_str': '676219687039057920', 'full_text': "This is Kenneth. He's stuck in a bubble. 10/10 hang in there Kenneth https://t.co/uQt37xlYMJ", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676219682148499456, 'id_str': '676219682148499456', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CWJqN9iWwAAg86R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJqN9iWwAAg86R.jpg', 'url': 'https://t.co/uQt37xlYMJ', 'display_url': 'pic.twitter.com/uQt37xlYMJ', 'expanded_url': 'https://twitter.com/dog_rates/status/676219687039057920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 384, 'resize': 'fit'}, 'small': {'w': 640, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 384, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676219682148499456, 'id_str': '676219682148499456', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CWJqN9iWwAAg86R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJqN9iWwAAg86R.jpg', 'url': 'https://t.co/uQt37xlYMJ', 'display_url': 'pic.twitter.com/uQt37xlYMJ', 'expanded_url': 'https://twitter.com/dog_rates/status/676219687039057920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 384, 'resize': 'fit'}, 'small': {'w': 640, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 384, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 27800, 'favorite_count': 70977, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1832:676215927814406144
{'created_at': 'Mon Dec 14 01:43:35 +0000 2015', 'id': 676215927814406144, 'id_str': '676215927814406144', 'full_text': 'This is Herm. He just wants to be like the other dogs. Sneaky tongue slip. Super fuzzy. 9/10 would cuddle firmly https://t.co/tg8h9lzCHv', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676215924094029825, 'id_str': '676215924094029825', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWJmzNsWUAE706Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJmzNsWUAE706Z.jpg', 'url': 'https://t.co/tg8h9lzCHv', 'display_url': 'pic.twitter.com/tg8h9lzCHv', 'expanded_url': 'https://twitter.com/dog_rates/status/676215927814406144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 735, 'resize': 'fit'}, 'small': {'w': 680, 'h': 666, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 735, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676215924094029825, 'id_str': '676215924094029825', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CWJmzNsWUAE706Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJmzNsWUAE706Z.jpg', 'url': 'https://t.co/tg8h9lzCHv', 'display_url': 'pic.twitter.com/tg8h9lzCHv', 'expanded_url': 'https://twitter.com/dog_rates/status/676215927814406144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 735, 'resize': 'fit'}, 'small': {'w': 680, 'h': 666, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 735, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 516, 'favorite_count': 1573, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1833:676191832485810177
{'created_at': 'Mon Dec 14 00:07:50 +0000 2015', 'id': 676191832485810177, 'id_str': '676191832485810177', 'full_text': 'These two pups just met and have instantly bonded. Spectacular scene. Mesmerizing af. 10/10 and 7/10 for blue dog https://t.co/gwryaJO4tC', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676191822486577152, 'id_str': '676191822486577152', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWJQ4UNWIAAP68a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJQ4UNWIAAP68a.jpg', 'url': 'https://t.co/gwryaJO4tC', 'display_url': 'pic.twitter.com/gwryaJO4tC', 'expanded_url': 'https://twitter.com/dog_rates/status/676191832485810177/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 599, 'h': 399, 'resize': 'fit'}, 'medium': {'w': 599, 'h': 399, 'resize': 'fit'}, 'small': {'w': 599, 'h': 399, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676191822486577152, 'id_str': '676191822486577152', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWJQ4UNWIAAP68a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJQ4UNWIAAP68a.jpg', 'url': 'https://t.co/gwryaJO4tC', 'display_url': 'pic.twitter.com/gwryaJO4tC', 'expanded_url': 'https://twitter.com/dog_rates/status/676191832485810177/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 599, 'h': 399, 'resize': 'fit'}, 'medium': {'w': 599, 'h': 399, 'resize': 'fit'}, 'small': {'w': 599, 'h': 399, 'resize': 'fit'}}}, {'id': 676191822591467522, 'id_str': '676191822591467522', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWJQ4UmWoAIJ29t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJQ4UmWoAIJ29t.jpg', 'url': 'https://t.co/gwryaJO4tC', 'display_url': 'pic.twitter.com/gwryaJO4tC', 'expanded_url': 'https://twitter.com/dog_rates/status/676191832485810177/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}, {'id': 676191822746619904, 'id_str': '676191822746619904', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CWJQ4VLWEAA5am0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWJQ4VLWEAA5am0.jpg', 'url': 'https://t.co/gwryaJO4tC', 'display_url': 'pic.twitter.com/gwryaJO4tC', 'expanded_url': 'https://twitter.com/dog_rates/status/676191832485810177/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 339, 'h': 443, 'resize': 'fit'}, 'large': {'w': 339, 'h': 443, 'resize': 'fit'}, 'medium': {'w': 339, 'h': 443, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 919, 'favorite_count': 2059, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1834:676146341966438401
{'created_at': 'Sun Dec 13 21:07:04 +0000 2015', 'id': 676146341966438401, 'id_str': '676146341966438401', 'full_text': 'This is Bert. He likes flowers. 10/10 https://t.co/lmQRrNxaQu', 'truncated': False, 'display_text_range': [0, 61], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676146336014667776, 'id_str': '676146336014667776', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CWIngp5WEAAJOy3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWIngp5WEAAJOy3.jpg', 'url': 'https://t.co/lmQRrNxaQu', 'display_url': 'pic.twitter.com/lmQRrNxaQu', 'expanded_url': 'https://twitter.com/dog_rates/status/676146341966438401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676146336014667776, 'id_str': '676146336014667776', 'indices': [38, 61], 'media_url': 'http://pbs.twimg.com/media/CWIngp5WEAAJOy3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWIngp5WEAAJOy3.jpg', 'url': 'https://t.co/lmQRrNxaQu', 'display_url': 'pic.twitter.com/lmQRrNxaQu', 'expanded_url': 'https://twitter.com/dog_rates/status/676146341966438401/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 592, 'favorite_count': 1755, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1835:676121918416756736
{'created_at': 'Sun Dec 13 19:30:01 +0000 2015', 'id': 676121918416756736, 'id_str': '676121918416756736', 'full_text': 'Here we are witnessing a very excited dog. Clearly has no control over neck movements. 8/10 would still pet https://t.co/ICNIjSkrXs', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/ICNIjSkrXs', 'expanded_url': 'https://vine.co/v/iZXg7VpeDAv', 'display_url': 'vine.co/v/iZXg7VpeDAv', 'indices': [108, 131]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1028, 'favorite_count': 1967, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1836:676101918813499392
{'created_at': 'Sun Dec 13 18:10:33 +0000 2015', 'id': 676101918813499392, 'id_str': '676101918813499392', 'full_text': "Meet Striker. He's ready for Christmas. 11/10 https://t.co/B3xxSLjQSH", 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676101885682655232, 'id_str': '676101885682655232', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CWH_FTgWIAAwOUy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWH_FTgWIAAwOUy.jpg', 'url': 'https://t.co/B3xxSLjQSH', 'display_url': 'pic.twitter.com/B3xxSLjQSH', 'expanded_url': 'https://twitter.com/dog_rates/status/676101918813499392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676101885682655232, 'id_str': '676101885682655232', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CWH_FTgWIAAwOUy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWH_FTgWIAAwOUy.jpg', 'url': 'https://t.co/B3xxSLjQSH', 'display_url': 'pic.twitter.com/B3xxSLjQSH', 'expanded_url': 'https://twitter.com/dog_rates/status/676101918813499392/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1051, 'favorite_count': 2585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1837:676098748976615425
{'created_at': 'Sun Dec 13 17:57:57 +0000 2015', 'id': 676098748976615425, 'id_str': '676098748976615425', 'full_text': "Extremely rare pup here. Very religious. Always praying. Too many legs. Not overwhelmingly fluffy. Won't bark. 3/10 https://t.co/REyE5YKVBb", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676098701056577536, 'id_str': '676098701056577536', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWH8L72UkAAvjql.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWH8L72UkAAvjql.jpg', 'url': 'https://t.co/REyE5YKVBb', 'display_url': 'pic.twitter.com/REyE5YKVBb', 'expanded_url': 'https://twitter.com/dog_rates/status/676098748976615425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676098701056577536, 'id_str': '676098701056577536', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWH8L72UkAAvjql.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWH8L72UkAAvjql.jpg', 'url': 'https://t.co/REyE5YKVBb', 'display_url': 'pic.twitter.com/REyE5YKVBb', 'expanded_url': 'https://twitter.com/dog_rates/status/676098748976615425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1251, 'favorite_count': 2682, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1838:676089483918516224
{'created_at': 'Sun Dec 13 17:21:08 +0000 2015', 'id': 676089483918516224, 'id_str': '676089483918516224', 'full_text': '"Yes hello I\'ma just snag this here toasted bagel real quick. carry on." 9/10 https://t.co/Cuz0Osnekp', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 676089477950021632, 'id_str': '676089477950021632', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CWHzzFGXIAA0Y_H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWHzzFGXIAA0Y_H.jpg', 'url': 'https://t.co/Cuz0Osnekp', 'display_url': 'pic.twitter.com/Cuz0Osnekp', 'expanded_url': 'https://twitter.com/dog_rates/status/676089483918516224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 940, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 940, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 624, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 676089477950021632, 'id_str': '676089477950021632', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CWHzzFGXIAA0Y_H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWHzzFGXIAA0Y_H.jpg', 'url': 'https://t.co/Cuz0Osnekp', 'display_url': 'pic.twitter.com/Cuz0Osnekp', 'expanded_url': 'https://twitter.com/dog_rates/status/676089483918516224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 940, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 940, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 624, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 392, 'favorite_count': 1182, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1839:675898130735476737
{'created_at': 'Sun Dec 13 04:40:46 +0000 2015', 'id': 675898130735476737, 'id_str': '675898130735476737', 'full_text': "I'm sure you've all seen this pupper. Not prepared at all for the flying disc of terror. 10/10 https://t.co/G0pQiFGM7O", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675898073508421632, 'id_str': '675898073508421632', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CWFFt3_XIAArIYK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWFFt3_XIAArIYK.jpg', 'url': 'https://t.co/G0pQiFGM7O', 'display_url': 'pic.twitter.com/G0pQiFGM7O', 'expanded_url': 'https://twitter.com/dog_rates/status/675898130735476737/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 577, 'h': 589, 'resize': 'fit'}, 'large': {'w': 577, 'h': 589, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 589, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675898073508421632, 'id_str': '675898073508421632', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CWFFt3_XIAArIYK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWFFt3_XIAArIYK.jpg', 'url': 'https://t.co/G0pQiFGM7O', 'display_url': 'pic.twitter.com/G0pQiFGM7O', 'expanded_url': 'https://twitter.com/dog_rates/status/675898130735476737/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 577, 'h': 589, 'resize': 'fit'}, 'large': {'w': 577, 'h': 589, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 589, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 505, 'favorite_count': 1448, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1840:675891555769696257
{'created_at': 'Sun Dec 13 04:14:39 +0000 2015', 'id': 675891555769696257, 'id_str': '675891555769696257', 'full_text': "This is Donny. He's summoning the demon monster Babadook. 6/10 Donny please no that won't be a good time for anyone https://t.co/kiW6Knb7Gp", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675891545124421633, 'id_str': '675891545124421633', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWE_x33UwAEE3no.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWE_x33UwAEE3no.jpg', 'url': 'https://t.co/kiW6Knb7Gp', 'display_url': 'pic.twitter.com/kiW6Knb7Gp', 'expanded_url': 'https://twitter.com/dog_rates/status/675891555769696257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675891545124421633, 'id_str': '675891545124421633', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWE_x33UwAEE3no.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWE_x33UwAEE3no.jpg', 'url': 'https://t.co/kiW6Knb7Gp', 'display_url': 'pic.twitter.com/kiW6Knb7Gp', 'expanded_url': 'https://twitter.com/dog_rates/status/675891555769696257/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 765, 'favorite_count': 1925, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1841:675888385639251968
{'created_at': 'Sun Dec 13 04:02:03 +0000 2015', 'id': 675888385639251968, 'id_str': '675888385639251968', 'full_text': 'Breathtaking scene. A father taking care of his newborn pup. Tugs at the heartstrings. 10/10 restores my faith https://t.co/06oZdehGEa', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675888381008683009, 'id_str': '675888381008683009', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CWE85snWIAEG5ES.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWE85snWIAEG5ES.jpg', 'url': 'https://t.co/06oZdehGEa', 'display_url': 'pic.twitter.com/06oZdehGEa', 'expanded_url': 'https://twitter.com/dog_rates/status/675888385639251968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675888381008683009, 'id_str': '675888381008683009', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CWE85snWIAEG5ES.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWE85snWIAEG5ES.jpg', 'url': 'https://t.co/06oZdehGEa', 'display_url': 'pic.twitter.com/06oZdehGEa', 'expanded_url': 'https://twitter.com/dog_rates/status/675888385639251968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 841, 'favorite_count': 2118, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1842:675878199931371520
{'created_at': 'Sun Dec 13 03:21:34 +0000 2015', 'id': 675878199931371520, 'id_str': '675878199931371520', 'full_text': "Ok, I'll admit this is a pretty adorable bunny hopping towards the ocean but please only send in dogs... 11/10 https://t.co/sfsVCGIipI", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675878195854483457, 'id_str': '675878195854483457', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CWEzo19WoAEiOCj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEzo19WoAEiOCj.jpg', 'url': 'https://t.co/sfsVCGIipI', 'display_url': 'pic.twitter.com/sfsVCGIipI', 'expanded_url': 'https://twitter.com/dog_rates/status/675878199931371520/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675878195854483457, 'id_str': '675878195854483457', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CWEzo19WoAEiOCj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEzo19WoAEiOCj.jpg', 'url': 'https://t.co/sfsVCGIipI', 'display_url': 'pic.twitter.com/sfsVCGIipI', 'expanded_url': 'https://twitter.com/dog_rates/status/675878199931371520/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285971, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1243, 'favorite_count': 3785, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1843:675870721063669760
{'created_at': 'Sun Dec 13 02:51:51 +0000 2015', 'id': 675870721063669760, 'id_str': '675870721063669760', 'full_text': '& this is Yoshi. Another world record contender 11/10 (what the hell is happening why are there so many contenders?) https://t.co/QG708dDNH6', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675870715636224001, 'id_str': '675870715636224001', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CWEs1b-WEAEhq82.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEs1b-WEAEhq82.jpg', 'url': 'https://t.co/QG708dDNH6', 'display_url': 'pic.twitter.com/QG708dDNH6', 'expanded_url': 'https://twitter.com/dog_rates/status/675870721063669760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675870715636224001, 'id_str': '675870715636224001', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CWEs1b-WEAEhq82.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEs1b-WEAEhq82.jpg', 'url': 'https://t.co/QG708dDNH6', 'display_url': 'pic.twitter.com/QG708dDNH6', 'expanded_url': 'https://twitter.com/dog_rates/status/675870721063669760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 675707330206547968, 'in_reply_to_status_id_str': '675707330206547968', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 500, 'favorite_count': 1469, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1844:675853064436391936
{'created_at': 'Sun Dec 13 01:41:41 +0000 2015', 'id': 675853064436391936, 'id_str': '675853064436391936', 'full_text': 'Here we have an entire platoon of puppers. Total score: 88/80 would pet all at once https://t.co/y93p6FLvVw', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675853058589396992, 'id_str': '675853058589396992', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CWEcxqWVEAAHyGH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEcxqWVEAAHyGH.jpg', 'url': 'https://t.co/y93p6FLvVw', 'display_url': 'pic.twitter.com/y93p6FLvVw', 'expanded_url': 'https://twitter.com/dog_rates/status/675853064436391936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675853058589396992, 'id_str': '675853058589396992', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CWEcxqWVEAAHyGH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEcxqWVEAAHyGH.jpg', 'url': 'https://t.co/y93p6FLvVw', 'display_url': 'pic.twitter.com/y93p6FLvVw', 'expanded_url': 'https://twitter.com/dog_rates/status/675853064436391936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}}}, {'id': 675853058551648256, 'id_str': '675853058551648256', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CWEcxqNVEAAfI3r.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEcxqNVEAAfI3r.jpg', 'url': 'https://t.co/y93p6FLvVw', 'display_url': 'pic.twitter.com/y93p6FLvVw', 'expanded_url': 'https://twitter.com/dog_rates/status/675853064436391936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1136, 'favorite_count': 2427, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1845:675849018447167488
{'created_at': 'Sun Dec 13 01:25:37 +0000 2015', 'id': 675849018447167488, 'id_str': '675849018447167488', 'full_text': 'This dog is being demoted to a 9/10 for not wearing a helmet while riding. Gotta stay safe out there. Thank you', 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 675845657354215424, 'in_reply_to_status_id_str': '675845657354215424', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 123, 'favorite_count': 866, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1846:675845657354215424
{'created_at': 'Sun Dec 13 01:12:15 +0000 2015', 'id': 675845657354215424, 'id_str': '675845657354215424', 'full_text': "This is Pepper. She's not fully comfortable riding her imaginary bike yet. 10/10 don't worry pupper, it gets easier https://t.co/40dj4eTsXG", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675845652761468928, 'id_str': '675845652761468928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWEWClfW4AAnqhG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEWClfW4AAnqhG.jpg', 'url': 'https://t.co/40dj4eTsXG', 'display_url': 'pic.twitter.com/40dj4eTsXG', 'expanded_url': 'https://twitter.com/dog_rates/status/675845657354215424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 647, 'h': 680, 'resize': 'fit'}, 'large': {'w': 869, 'h': 913, 'resize': 'fit'}, 'medium': {'w': 869, 'h': 913, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675845652761468928, 'id_str': '675845652761468928', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWEWClfW4AAnqhG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEWClfW4AAnqhG.jpg', 'url': 'https://t.co/40dj4eTsXG', 'display_url': 'pic.twitter.com/40dj4eTsXG', 'expanded_url': 'https://twitter.com/dog_rates/status/675845657354215424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 647, 'h': 680, 'resize': 'fit'}, 'large': {'w': 869, 'h': 913, 'resize': 'fit'}, 'medium': {'w': 869, 'h': 913, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 780, 'favorite_count': 2049, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1847:675822767435051008
{'created_at': 'Sat Dec 12 23:41:18 +0000 2015', 'id': 675822767435051008, 'id_str': '675822767435051008', 'full_text': '🎶 HELLO FROM THE OTHER SIIIIIIIIDE 🎶 10/10s https://t.co/GK2HJtkdQk', 'truncated': False, 'display_text_range': [0, 67], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675822760556412928, 'id_str': '675822760556412928', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CWEBOFYWwAA-O2c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEBOFYWwAA-O2c.jpg', 'url': 'https://t.co/GK2HJtkdQk', 'display_url': 'pic.twitter.com/GK2HJtkdQk', 'expanded_url': 'https://twitter.com/dog_rates/status/675822767435051008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675822760556412928, 'id_str': '675822760556412928', 'indices': [44, 67], 'media_url': 'http://pbs.twimg.com/media/CWEBOFYWwAA-O2c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWEBOFYWwAA-O2c.jpg', 'url': 'https://t.co/GK2HJtkdQk', 'display_url': 'pic.twitter.com/GK2HJtkdQk', 'expanded_url': 'https://twitter.com/dog_rates/status/675822767435051008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 475, 'favorite_count': 1382, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1848:675820929667219457
{'created_at': 'Sat Dec 12 23:34:00 +0000 2015', 'id': 675820929667219457, 'id_str': '675820929667219457', 'full_text': "Here's a handful of sleepy puppers. All look unaware of their surroundings. Lousy guard dogs. Still cute tho 11/10s https://t.co/lyXX3v5j4s", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675820925212823552, 'id_str': '675820925212823552', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWD_jQMWEAAdYwH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWD_jQMWEAAdYwH.jpg', 'url': 'https://t.co/lyXX3v5j4s', 'display_url': 'pic.twitter.com/lyXX3v5j4s', 'expanded_url': 'https://twitter.com/dog_rates/status/675820929667219457/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675820925212823552, 'id_str': '675820925212823552', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CWD_jQMWEAAdYwH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWD_jQMWEAAdYwH.jpg', 'url': 'https://t.co/lyXX3v5j4s', 'display_url': 'pic.twitter.com/lyXX3v5j4s', 'expanded_url': 'https://twitter.com/dog_rates/status/675820929667219457/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 208, 'favorite_count': 956, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1849:675798442703122432
{'created_at': 'Sat Dec 12 22:04:39 +0000 2015', 'id': 675798442703122432, 'id_str': '675798442703122432', 'full_text': 'This is Bernie. He just touched a boob for the first time. 10/10 https://t.co/whQKMygnK6', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675798434532581376, 'id_str': '675798434532581376', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWDrGH4UYAARoq_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWDrGH4UYAARoq_.jpg', 'url': 'https://t.co/whQKMygnK6', 'display_url': 'pic.twitter.com/whQKMygnK6', 'expanded_url': 'https://twitter.com/dog_rates/status/675798442703122432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 676, 'h': 680, 'resize': 'fit'}, 'large': {'w': 756, 'h': 760, 'resize': 'fit'}, 'medium': {'w': 756, 'h': 760, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675798434532581376, 'id_str': '675798434532581376', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CWDrGH4UYAARoq_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWDrGH4UYAARoq_.jpg', 'url': 'https://t.co/whQKMygnK6', 'display_url': 'pic.twitter.com/whQKMygnK6', 'expanded_url': 'https://twitter.com/dog_rates/status/675798442703122432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 676, 'h': 680, 'resize': 'fit'}, 'large': {'w': 756, 'h': 760, 'resize': 'fit'}, 'medium': {'w': 756, 'h': 760, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3047, 'favorite_count': 9324, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1850:675781562965868544
{'created_at': 'Sat Dec 12 20:57:34 +0000 2015', 'id': 675781562965868544, 'id_str': '675781562965868544', 'full_text': 'Say hello to Buddah. He was Waldo for Halloween. 11/10 https://t.co/DVAqAnb624', 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675781559312506880, 'id_str': '675781559312506880', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CWDbv2yU4AARfeH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWDbv2yU4AARfeH.jpg', 'url': 'https://t.co/DVAqAnb624', 'display_url': 'pic.twitter.com/DVAqAnb624', 'expanded_url': 'https://twitter.com/dog_rates/status/675781562965868544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 720, 'resize': 'fit'}, 'large': {'w': 540, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675781559312506880, 'id_str': '675781559312506880', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CWDbv2yU4AARfeH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWDbv2yU4AARfeH.jpg', 'url': 'https://t.co/DVAqAnb624', 'display_url': 'pic.twitter.com/DVAqAnb624', 'expanded_url': 'https://twitter.com/dog_rates/status/675781562965868544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 540, 'h': 720, 'resize': 'fit'}, 'large': {'w': 540, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 420, 'favorite_count': 1459, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1851:675740360753160193
{'created_at': 'Sat Dec 12 18:13:51 +0000 2015', 'id': 675740360753160193, 'id_str': '675740360753160193', 'full_text': "Here's a pupper licking in slow motion. 12/10 please enjoy https://t.co/AUJi8ujxw9", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675740268751138818, 'id_str': '675740268751138818', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675740268751138818/pu/img/dVaVeFAVT-lk_1ZV.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675740268751138818/pu/img/dVaVeFAVT-lk_1ZV.jpg', 'url': 'https://t.co/AUJi8ujxw9', 'display_url': 'pic.twitter.com/AUJi8ujxw9', 'expanded_url': 'https://twitter.com/dog_rates/status/675740360753160193/video/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675740268751138818, 'id_str': '675740268751138818', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675740268751138818/pu/img/dVaVeFAVT-lk_1ZV.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675740268751138818/pu/img/dVaVeFAVT-lk_1ZV.jpg', 'url': 'https://t.co/AUJi8ujxw9', 'display_url': 'pic.twitter.com/AUJi8ujxw9', 'expanded_url': 'https://twitter.com/dog_rates/status/675740360753160193/video/1', 'type': 'video', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 320, 'h': 568, 'resize': 'fit'}, 'small': {'w': 320, 'h': 568, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 568, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [40, 71], 'duration_millis': 30000, 'variants': [{'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675740268751138818/pu/vid/180x320/aNZ95zsxoK6meapV.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/675740268751138818/pu/pl/DQND3KtytUJ2RGyW.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 296, 'favorite_count': 1062, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1852:675710890956750848
{'created_at': 'Sat Dec 12 16:16:45 +0000 2015', 'id': 675710890956750848, 'id_str': '675710890956750848', 'full_text': "This is Lenny. He was just told that he couldn't explore the fish tank. 12/10 smh all that work for nothing https://t.co/JWi6YrpiO1", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675710882740092928, 'id_str': '675710882740092928', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWCbd8CWwAA6VxC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCbd8CWwAA6VxC.jpg', 'url': 'https://t.co/JWi6YrpiO1', 'display_url': 'pic.twitter.com/JWi6YrpiO1', 'expanded_url': 'https://twitter.com/dog_rates/status/675710890956750848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 960, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675710882740092928, 'id_str': '675710882740092928', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWCbd8CWwAA6VxC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCbd8CWwAA6VxC.jpg', 'url': 'https://t.co/JWi6YrpiO1', 'display_url': 'pic.twitter.com/JWi6YrpiO1', 'expanded_url': 'https://twitter.com/dog_rates/status/675710890956750848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 960, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 960, 'resize': 'fit'}}}, {'id': 675710882836553728, 'id_str': '675710882836553728', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CWCbd8ZWoAAtqoH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCbd8ZWoAAtqoH.jpg', 'url': 'https://t.co/JWi6YrpiO1', 'display_url': 'pic.twitter.com/JWi6YrpiO1', 'expanded_url': 'https://twitter.com/dog_rates/status/675710890956750848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 151, 'h': 151, 'resize': 'fit'}, 'small': {'w': 151, 'h': 151, 'resize': 'fit'}, 'large': {'w': 151, 'h': 151, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 722, 'favorite_count': 1695, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1853:675707330206547968
{'created_at': 'Sat Dec 12 16:02:36 +0000 2015', 'id': 675707330206547968, 'id_str': '675707330206547968', 'full_text': "We've got ourselves a battle here. Watch out Reggie. 11/10 https://t.co/ALJvbtcwf0", 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675707321759039488, 'id_str': '675707321759039488', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CWCYOqWUAAARmGr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCYOqWUAAARmGr.jpg', 'url': 'https://t.co/ALJvbtcwf0', 'display_url': 'pic.twitter.com/ALJvbtcwf0', 'expanded_url': 'https://twitter.com/dog_rates/status/675707330206547968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675707321759039488, 'id_str': '675707321759039488', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CWCYOqWUAAARmGr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCYOqWUAAARmGr.jpg', 'url': 'https://t.co/ALJvbtcwf0', 'display_url': 'pic.twitter.com/ALJvbtcwf0', 'expanded_url': 'https://twitter.com/dog_rates/status/675707330206547968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 675497103322386432, 'in_reply_to_status_id_str': '675497103322386432', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 600, 'favorite_count': 1786, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1854:675706639471788032
{'created_at': 'Sat Dec 12 15:59:51 +0000 2015', 'id': 675706639471788032, 'id_str': '675706639471788032', 'full_text': "This is a Sizzlin Menorah spaniel from Brooklyn named Wylie. Lovable eyes. Chiller as hell. 10/10 and I'm out.. poof https://t.co/7E0AiJXPmI", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675706586661195778, 'id_str': '675706586661195778', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWCXj35VEAIFvtk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCXj35VEAIFvtk.jpg', 'url': 'https://t.co/7E0AiJXPmI', 'display_url': 'pic.twitter.com/7E0AiJXPmI', 'expanded_url': 'https://twitter.com/dog_rates/status/675706639471788032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 533, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 802, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 802, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675706586661195778, 'id_str': '675706586661195778', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CWCXj35VEAIFvtk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CWCXj35VEAIFvtk.jpg', 'url': 'https://t.co/7E0AiJXPmI', 'display_url': 'pic.twitter.com/7E0AiJXPmI', 'expanded_url': 'https://twitter.com/dog_rates/status/675706639471788032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 533, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 802, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 802, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 86, 'favorite_count': 583, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1855:675534494439489536
{'created_at': 'Sat Dec 12 04:35:48 +0000 2015', 'id': 675534494439489536, 'id_str': '675534494439489536', 'full_text': 'Seriously guys?! Only send in dogs. I only rate dogs. This is a baby black bear... 11/10 https://t.co/H7kpabTfLj', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675534486789103617, 'id_str': '675534486789103617', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CV_7CV6XIAEV05u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_7CV6XIAEV05u.jpg', 'url': 'https://t.co/H7kpabTfLj', 'display_url': 'pic.twitter.com/H7kpabTfLj', 'expanded_url': 'https://twitter.com/dog_rates/status/675534494439489536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675534486789103617, 'id_str': '675534486789103617', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CV_7CV6XIAEV05u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_7CV6XIAEV05u.jpg', 'url': 'https://t.co/H7kpabTfLj', 'display_url': 'pic.twitter.com/H7kpabTfLj', 'expanded_url': 'https://twitter.com/dog_rates/status/675534494439489536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 363, 'favorite_count': 1664, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1856:675531475945709568
{'created_at': 'Sat Dec 12 04:23:49 +0000 2015', 'id': 675531475945709568, 'id_str': '675531475945709568', 'full_text': 'This is Ellie AKA Queen Slayer of the Orbs. Very self-motivated. Great yard. Rad foliage. 10/10 would pet diligently https://t.co/c9jmg3Xtzn', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675531466269286400, 'id_str': '675531466269286400', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV_4ShmUYAA3wNu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_4ShmUYAA3wNu.jpg', 'url': 'https://t.co/c9jmg3Xtzn', 'display_url': 'pic.twitter.com/c9jmg3Xtzn', 'expanded_url': 'https://twitter.com/dog_rates/status/675531475945709568/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 722, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 479, 'h': 680, 'resize': 'fit'}, 'large': {'w': 722, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675531466269286400, 'id_str': '675531466269286400', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV_4ShmUYAA3wNu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_4ShmUYAA3wNu.jpg', 'url': 'https://t.co/c9jmg3Xtzn', 'display_url': 'pic.twitter.com/c9jmg3Xtzn', 'expanded_url': 'https://twitter.com/dog_rates/status/675531475945709568/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 722, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 479, 'h': 680, 'resize': 'fit'}, 'large': {'w': 722, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 332, 'favorite_count': 1069, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1857:675522403582218240
{'created_at': 'Sat Dec 12 03:47:46 +0000 2015', 'id': 675522403582218240, 'id_str': '675522403582218240', 'full_text': "Meet Sammy. He's a Motorola Firefox. Hat under hoodie (must be a half-decent up and coming white rapper) 10/10 https://t.co/rO2zxf0OQ0", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675522395390795777, 'id_str': '675522395390795777', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CV_wCh8W4AEWWZ9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_wCh8W4AEWWZ9.jpg', 'url': 'https://t.co/rO2zxf0OQ0', 'display_url': 'pic.twitter.com/rO2zxf0OQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/675522403582218240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 772, 'resize': 'fit'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 772, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675522395390795777, 'id_str': '675522395390795777', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CV_wCh8W4AEWWZ9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_wCh8W4AEWWZ9.jpg', 'url': 'https://t.co/rO2zxf0OQ0', 'display_url': 'pic.twitter.com/rO2zxf0OQ0', 'expanded_url': 'https://twitter.com/dog_rates/status/675522403582218240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 772, 'resize': 'fit'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 772, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285571, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 248, 'favorite_count': 942, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1858:675517828909424640
{'created_at': 'Sat Dec 12 03:29:35 +0000 2015', 'id': 675517828909424640, 'id_str': '675517828909424640', 'full_text': '12/10 stay woke https://t.co/XDiQw4Akiw', 'truncated': False, 'display_text_range': [0, 39], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675517812106919936, 'id_str': '675517812106919936', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CV_r3v4VAAALvwg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_r3v4VAAALvwg.jpg', 'url': 'https://t.co/XDiQw4Akiw', 'display_url': 'pic.twitter.com/XDiQw4Akiw', 'expanded_url': 'https://twitter.com/dog_rates/status/675517828909424640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675517812106919936, 'id_str': '675517812106919936', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CV_r3v4VAAALvwg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_r3v4VAAALvwg.jpg', 'url': 'https://t.co/XDiQw4Akiw', 'display_url': 'pic.twitter.com/XDiQw4Akiw', 'expanded_url': 'https://twitter.com/dog_rates/status/675517828909424640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 407, 'favorite_count': 1151, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1859:675501075957489664
{'created_at': 'Sat Dec 12 02:23:01 +0000 2015', 'id': 675501075957489664, 'id_str': '675501075957489664', 'full_text': 'I shall call him squishy and he shall be mine, and he shall be my squishy. 13/10 https://t.co/WId5lxNdPH', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675501041127936000, 'id_str': '675501041127936000', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'url': 'https://t.co/WId5lxNdPH', 'display_url': 'pic.twitter.com/WId5lxNdPH', 'expanded_url': 'https://twitter.com/dog_rates/status/675501075957489664/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675501041127936000, 'id_str': '675501041127936000', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_cnjHWUAADc-c.jpg', 'url': 'https://t.co/WId5lxNdPH', 'display_url': 'pic.twitter.com/WId5lxNdPH', 'expanded_url': 'https://twitter.com/dog_rates/status/675501075957489664/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5227, 'favorite_count': 15568, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1860:675497103322386432
{'created_at': 'Sat Dec 12 02:07:14 +0000 2015', 'id': 675497103322386432, 'id_str': '675497103322386432', 'full_text': "Meet Reggie. He's going for the world record. Must concentrate. Focus up pup. 11/10 we all believe in you Reggie https://t.co/h3AWz4AzuC", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675497072129249285, 'id_str': '675497072129249285', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CV_ZAhcUkAUeKtZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_ZAhcUkAUeKtZ.jpg', 'url': 'https://t.co/h3AWz4AzuC', 'display_url': 'pic.twitter.com/h3AWz4AzuC', 'expanded_url': 'https://twitter.com/dog_rates/status/675497103322386432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 938, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 938, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675497072129249285, 'id_str': '675497072129249285', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CV_ZAhcUkAUeKtZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_ZAhcUkAUeKtZ.jpg', 'url': 'https://t.co/h3AWz4AzuC', 'display_url': 'pic.twitter.com/h3AWz4AzuC', 'expanded_url': 'https://twitter.com/dog_rates/status/675497103322386432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 938, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 938, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1137, 'favorite_count': 2825, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1861:675489971617296384
{'created_at': 'Sat Dec 12 01:38:53 +0000 2015', 'id': 675489971617296384, 'id_str': '675489971617296384', 'full_text': 'RT until we find this dog. Clearly a cool dog (front leg relaxed out window). Looks to be a superb driver. 10/10 https://t.co/MnTrKaQ8Wn', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675489960972165120, 'id_str': '675489960972165120', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CV_SimUWoAAvJSY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_SimUWoAAvJSY.jpg', 'url': 'https://t.co/MnTrKaQ8Wn', 'display_url': 'pic.twitter.com/MnTrKaQ8Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/675489971617296384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 853, 'h': 640, 'resize': 'fit'}, 'large': {'w': 853, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675489960972165120, 'id_str': '675489960972165120', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CV_SimUWoAAvJSY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_SimUWoAAvJSY.jpg', 'url': 'https://t.co/MnTrKaQ8Wn', 'display_url': 'pic.twitter.com/MnTrKaQ8Wn', 'expanded_url': 'https://twitter.com/dog_rates/status/675489971617296384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 853, 'h': 640, 'resize': 'fit'}, 'large': {'w': 853, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 528, 'favorite_count': 1156, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1862:675483430902214656
{'created_at': 'Sat Dec 12 01:12:54 +0000 2015', 'id': 675483430902214656, 'id_str': '675483430902214656', 'full_text': 'Rare shielded battle dog here. Very happy about abundance of lettuce. Painfully slow fetcher. Still petable. 5/10 https://t.co/C3tlKVq7eO', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675483424052801536, 'id_str': '675483424052801536', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV_MmGZU8AAggM6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_MmGZU8AAggM6.jpg', 'url': 'https://t.co/C3tlKVq7eO', 'display_url': 'pic.twitter.com/C3tlKVq7eO', 'expanded_url': 'https://twitter.com/dog_rates/status/675483430902214656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1023, 'h': 749, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 749, 'resize': 'fit'}, 'small': {'w': 680, 'h': 498, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675483424052801536, 'id_str': '675483424052801536', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV_MmGZU8AAggM6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV_MmGZU8AAggM6.jpg', 'url': 'https://t.co/C3tlKVq7eO', 'display_url': 'pic.twitter.com/C3tlKVq7eO', 'expanded_url': 'https://twitter.com/dog_rates/status/675483430902214656/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1023, 'h': 749, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 749, 'resize': 'fit'}, 'small': {'w': 680, 'h': 498, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 855, 'favorite_count': 1666, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1863:675432746517426176
{'created_at': 'Fri Dec 11 21:51:30 +0000 2015', 'id': 675432746517426176, 'id_str': '675432746517426176', 'full_text': "Happy Friday. Here's some golden puppers. 12/10 for all https://t.co/wNkqAED6lG", 'truncated': False, 'display_text_range': [0, 79], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675432740347617280, 'id_str': '675432740347617280', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CV-ef64WoAAbh0I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV-ef64WoAAbh0I.jpg', 'url': 'https://t.co/wNkqAED6lG', 'display_url': 'pic.twitter.com/wNkqAED6lG', 'expanded_url': 'https://twitter.com/dog_rates/status/675432746517426176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675432740347617280, 'id_str': '675432740347617280', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CV-ef64WoAAbh0I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV-ef64WoAAbh0I.jpg', 'url': 'https://t.co/wNkqAED6lG', 'display_url': 'pic.twitter.com/wNkqAED6lG', 'expanded_url': 'https://twitter.com/dog_rates/status/675432746517426176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 675432740335001601, 'id_str': '675432740335001601', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CV-ef61WIAEBro_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV-ef61WIAEBro_.jpg', 'url': 'https://t.co/wNkqAED6lG', 'display_url': 'pic.twitter.com/wNkqAED6lG', 'expanded_url': 'https://twitter.com/dog_rates/status/675432746517426176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 675432740368576513, 'id_str': '675432740368576513', 'indices': [56, 79], 'media_url': 'http://pbs.twimg.com/media/CV-ef69WcAEh2vd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV-ef69WcAEh2vd.jpg', 'url': 'https://t.co/wNkqAED6lG', 'display_url': 'pic.twitter.com/wNkqAED6lG', 'expanded_url': 'https://twitter.com/dog_rates/status/675432746517426176/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 503, 'favorite_count': 1361, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1864:675372240448454658
{'created_at': 'Fri Dec 11 17:51:04 +0000 2015', 'id': 675372240448454658, 'id_str': '675372240448454658', 'full_text': 'The tail alone is 13/10. Great dog, better owner https://t.co/IyAXinfyju', 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675372232026292224, 'id_str': '675372232026292224', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CV9nd30XAAAEba5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9nd30XAAAEba5.jpg', 'url': 'https://t.co/IyAXinfyju', 'display_url': 'pic.twitter.com/IyAXinfyju', 'expanded_url': 'https://twitter.com/dog_rates/status/675372240448454658/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1021, 'resize': 'fit'}, 'small': {'w': 680, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1021, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675372232026292224, 'id_str': '675372232026292224', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CV9nd30XAAAEba5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9nd30XAAAEba5.jpg', 'url': 'https://t.co/IyAXinfyju', 'display_url': 'pic.twitter.com/IyAXinfyju', 'expanded_url': 'https://twitter.com/dog_rates/status/675372240448454658/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1021, 'resize': 'fit'}, 'small': {'w': 680, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1021, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 458, 'favorite_count': 1531, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1865:675362609739206656
{'created_at': 'Fri Dec 11 17:12:48 +0000 2015', 'id': 675362609739206656, 'id_str': '675362609739206656', 'full_text': 'This is Daisy. She loves that shoe. Still no seat belt. Super churlish. 12/10 the dogs are killing it today https://t.co/cZlkvgRPdn', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675362604022386688, 'id_str': '675362604022386688', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CV9etctWUAAl5Hp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9etctWUAAl5Hp.jpg', 'url': 'https://t.co/cZlkvgRPdn', 'display_url': 'pic.twitter.com/cZlkvgRPdn', 'expanded_url': 'https://twitter.com/dog_rates/status/675362609739206656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 765, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 765, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675362604022386688, 'id_str': '675362604022386688', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CV9etctWUAAl5Hp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9etctWUAAl5Hp.jpg', 'url': 'https://t.co/cZlkvgRPdn', 'display_url': 'pic.twitter.com/cZlkvgRPdn', 'expanded_url': 'https://twitter.com/dog_rates/status/675362609739206656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 765, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 765, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 196, 'favorite_count': 943, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1866:675354435921575936
{'created_at': 'Fri Dec 11 16:40:19 +0000 2015', 'id': 675354435921575936, 'id_str': '675354435921575936', 'full_text': 'Everyone needs to watch this. 13/10 https://t.co/Bb3xnpsWBC', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675354114423808004, 'id_str': '675354114423808004', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'url': 'https://t.co/Bb3xnpsWBC', 'display_url': 'pic.twitter.com/Bb3xnpsWBC', 'expanded_url': 'https://twitter.com/dog_rates/status/675354435921575936/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675354114423808004, 'id_str': '675354114423808004', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/675354114423808004/pu/img/qL1R_nGLqa6lmkOx.jpg', 'url': 'https://t.co/Bb3xnpsWBC', 'display_url': 'pic.twitter.com/Bb3xnpsWBC', 'expanded_url': 'https://twitter.com/dog_rates/status/675354435921575936/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 6500, 'variants': [{'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/pl/KOhoNx6pTCSdb2LU.m3u8'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/vid/240x240/CCWxU4pQylJfjLaW.mp4'}, {'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/675354114423808004/pu/vid/480x480/nyoss-OfvNGCX6Id.mp4'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14906, 'favorite_count': 29500, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1867:675349384339542016
{'created_at': 'Fri Dec 11 16:20:15 +0000 2015', 'id': 675349384339542016, 'id_str': '675349384339542016', 'full_text': "Yea I lied. Here's more. All 13/10 https://t.co/ZQZf2U4xCP", 'truncated': False, 'display_text_range': [0, 58], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675349367813877760, 'id_str': '675349367813877760', 'indices': [35, 58], 'media_url': 'http://pbs.twimg.com/media/CV9Sq__UsAApxZY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9Sq__UsAApxZY.jpg', 'url': 'https://t.co/ZQZf2U4xCP', 'display_url': 'pic.twitter.com/ZQZf2U4xCP', 'expanded_url': 'https://twitter.com/dog_rates/status/675349384339542016/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675349367813877760, 'id_str': '675349367813877760', 'indices': [35, 58], 'media_url': 'http://pbs.twimg.com/media/CV9Sq__UsAApxZY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9Sq__UsAApxZY.jpg', 'url': 'https://t.co/ZQZf2U4xCP', 'display_url': 'pic.twitter.com/ZQZf2U4xCP', 'expanded_url': 'https://twitter.com/dog_rates/status/675349384339542016/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}, {'id': 675349367818076160, 'id_str': '675349367818076160', 'indices': [35, 58], 'media_url': 'http://pbs.twimg.com/media/CV9SrAAUwAArrnr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9SrAAUwAArrnr.jpg', 'url': 'https://t.co/ZQZf2U4xCP', 'display_url': 'pic.twitter.com/ZQZf2U4xCP', 'expanded_url': 'https://twitter.com/dog_rates/status/675349384339542016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 599, 'h': 602, 'resize': 'fit'}, 'small': {'w': 599, 'h': 602, 'resize': 'fit'}, 'medium': {'w': 599, 'h': 602, 'resize': 'fit'}}}, {'id': 675349367822278660, 'id_str': '675349367822278660', 'indices': [35, 58], 'media_url': 'http://pbs.twimg.com/media/CV9SrABU4AQI46z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9SrABU4AQI46z.jpg', 'url': 'https://t.co/ZQZf2U4xCP', 'display_url': 'pic.twitter.com/ZQZf2U4xCP', 'expanded_url': 'https://twitter.com/dog_rates/status/675349384339542016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 675349368090660866, 'id_str': '675349368090660866', 'indices': [35, 58], 'media_url': 'http://pbs.twimg.com/media/CV9SrBBUEAI0czr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9SrBBUEAI0czr.jpg', 'url': 'https://t.co/ZQZf2U4xCP', 'display_url': 'pic.twitter.com/ZQZf2U4xCP', 'expanded_url': 'https://twitter.com/dog_rates/status/675349384339542016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 638, 'h': 634, 'resize': 'fit'}, 'large': {'w': 638, 'h': 634, 'resize': 'fit'}, 'small': {'w': 638, 'h': 634, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 674999807681908736, 'in_reply_to_status_id_str': '674999807681908736', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2001, 'favorite_count': 3536, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1868:675334060156301312
{'created_at': 'Fri Dec 11 15:19:21 +0000 2015', 'id': 675334060156301312, 'id_str': '675334060156301312', 'full_text': "Good morning here's a grass pupper. 12/10 https://t.co/2d68FmWGGs", 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675334050127544320, 'id_str': '675334050127544320', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CV9EvZKUAAA3_X3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9EvZKUAAA3_X3.jpg', 'url': 'https://t.co/2d68FmWGGs', 'display_url': 'pic.twitter.com/2d68FmWGGs', 'expanded_url': 'https://twitter.com/dog_rates/status/675334060156301312/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675334050127544320, 'id_str': '675334050127544320', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CV9EvZKUAAA3_X3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9EvZKUAAA3_X3.jpg', 'url': 'https://t.co/2d68FmWGGs', 'display_url': 'pic.twitter.com/2d68FmWGGs', 'expanded_url': 'https://twitter.com/dog_rates/status/675334060156301312/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}, {'id': 675334050140176384, 'id_str': '675334050140176384', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CV9EvZNUwAAgLCK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV9EvZNUwAAgLCK.jpg', 'url': 'https://t.co/2d68FmWGGs', 'display_url': 'pic.twitter.com/2d68FmWGGs', 'expanded_url': 'https://twitter.com/dog_rates/status/675334060156301312/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1134, 'favorite_count': 2492, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1869:675166823650848770
{'created_at': 'Fri Dec 11 04:14:49 +0000 2015', 'id': 675166823650848770, 'id_str': '675166823650848770', 'full_text': 'This is Arnold. He broke his leg saving a handicapped child from a forest fire. True hero. 10/10 inspirational dog https://t.co/bijCeHeX4C', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675166815044173826, 'id_str': '675166815044173826', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CV6spB7XAAIpMyP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6spB7XAAIpMyP.jpg', 'url': 'https://t.co/bijCeHeX4C', 'display_url': 'pic.twitter.com/bijCeHeX4C', 'expanded_url': 'https://twitter.com/dog_rates/status/675166823650848770/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675166815044173826, 'id_str': '675166815044173826', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CV6spB7XAAIpMyP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6spB7XAAIpMyP.jpg', 'url': 'https://t.co/bijCeHeX4C', 'display_url': 'pic.twitter.com/bijCeHeX4C', 'expanded_url': 'https://twitter.com/dog_rates/status/675166823650848770/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 800, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1387, 'favorite_count': 3178, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1870:675153376133427200
{'created_at': 'Fri Dec 11 03:21:23 +0000 2015', 'id': 675153376133427200, 'id_str': '675153376133427200', 'full_text': "What kind of person sends in a picture without a dog in it? 1/10 just because that's a nice table https://t.co/RDXCfk8hK0", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675153368143237120, 'id_str': '675153368143237120', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CV6gaUUWEAAnETq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6gaUUWEAAnETq.jpg', 'url': 'https://t.co/RDXCfk8hK0', 'display_url': 'pic.twitter.com/RDXCfk8hK0', 'expanded_url': 'https://twitter.com/dog_rates/status/675153376133427200/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 375, 'resize': 'fit'}, 'large': {'w': 500, 'h': 375, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 375, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675153368143237120, 'id_str': '675153368143237120', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CV6gaUUWEAAnETq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6gaUUWEAAnETq.jpg', 'url': 'https://t.co/RDXCfk8hK0', 'display_url': 'pic.twitter.com/RDXCfk8hK0', 'expanded_url': 'https://twitter.com/dog_rates/status/675153376133427200/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 375, 'resize': 'fit'}, 'large': {'w': 500, 'h': 375, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 375, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2266, 'favorite_count': 5604, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1871:675149409102012420
{'created_at': 'Fri Dec 11 03:05:37 +0000 2015', 'id': 675149409102012420, 'id_str': '675149409102012420', 'full_text': 'holy shit 12/10 https://t.co/p6O8X93bTQ', 'truncated': False, 'display_text_range': [0, 39], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675149402210701313, 'id_str': '675149402210701313', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CV6czeEWEAEdChp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6czeEWEAEdChp.jpg', 'url': 'https://t.co/p6O8X93bTQ', 'display_url': 'pic.twitter.com/p6O8X93bTQ', 'expanded_url': 'https://twitter.com/dog_rates/status/675149409102012420/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 513, 'h': 485, 'resize': 'fit'}, 'large': {'w': 513, 'h': 485, 'resize': 'fit'}, 'medium': {'w': 513, 'h': 485, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675149402210701313, 'id_str': '675149402210701313', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CV6czeEWEAEdChp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6czeEWEAEdChp.jpg', 'url': 'https://t.co/p6O8X93bTQ', 'display_url': 'pic.twitter.com/p6O8X93bTQ', 'expanded_url': 'https://twitter.com/dog_rates/status/675149409102012420/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 513, 'h': 485, 'resize': 'fit'}, 'large': {'w': 513, 'h': 485, 'resize': 'fit'}, 'medium': {'w': 513, 'h': 485, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1501, 'favorite_count': 3355, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1872:675147105808306176
{'created_at': 'Fri Dec 11 02:56:28 +0000 2015', 'id': 675147105808306176, 'id_str': '675147105808306176', 'full_text': "When you're presenting a group project and the 4th guy tells the teacher that he did all the work. 10/10 https://t.co/f50mbB4UWS", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675147100796121089, 'id_str': '675147100796121089', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CV6atgoWcAEsdv6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6atgoWcAEsdv6.jpg', 'url': 'https://t.co/f50mbB4UWS', 'display_url': 'pic.twitter.com/f50mbB4UWS', 'expanded_url': 'https://twitter.com/dog_rates/status/675147105808306176/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 637, 'h': 602, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 637, 'h': 602, 'resize': 'fit'}, 'medium': {'w': 637, 'h': 602, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675147100796121089, 'id_str': '675147100796121089', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CV6atgoWcAEsdv6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6atgoWcAEsdv6.jpg', 'url': 'https://t.co/f50mbB4UWS', 'display_url': 'pic.twitter.com/f50mbB4UWS', 'expanded_url': 'https://twitter.com/dog_rates/status/675147105808306176/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 637, 'h': 602, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 637, 'h': 602, 'resize': 'fit'}, 'medium': {'w': 637, 'h': 602, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 200, 'favorite_count': 842, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1873:675146535592706048
{'created_at': 'Fri Dec 11 02:54:12 +0000 2015', 'id': 675146535592706048, 'id_str': '675146535592706048', 'full_text': "This is Coops. He's yelling at the carpet. Not very productive Coops. 7/10 https://t.co/Uz52oYnHzF", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675146530370822144, 'id_str': '675146530370822144', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CV6aMToXIAA7kH4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6aMToXIAA7kH4.jpg', 'url': 'https://t.co/Uz52oYnHzF', 'display_url': 'pic.twitter.com/Uz52oYnHzF', 'expanded_url': 'https://twitter.com/dog_rates/status/675146535592706048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675146530370822144, 'id_str': '675146530370822144', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CV6aMToXIAA7kH4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6aMToXIAA7kH4.jpg', 'url': 'https://t.co/Uz52oYnHzF', 'display_url': 'pic.twitter.com/Uz52oYnHzF', 'expanded_url': 'https://twitter.com/dog_rates/status/675146535592706048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 257, 'favorite_count': 1055, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1874:675145476954566656
{'created_at': 'Fri Dec 11 02:49:59 +0000 2015', 'id': 675145476954566656, 'id_str': '675145476954566656', 'full_text': 'What an honor. 3 dogs here. Blond one is clearly a gymnast. Other two just confused. Very nifty pups. 9/10 for all https://t.co/YDgstgIDGs', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675145464153550848, 'id_str': '675145464153550848', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CV6ZOPqWsAA20Uj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6ZOPqWsAA20Uj.jpg', 'url': 'https://t.co/YDgstgIDGs', 'display_url': 'pic.twitter.com/YDgstgIDGs', 'expanded_url': 'https://twitter.com/dog_rates/status/675145476954566656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675145464153550848, 'id_str': '675145464153550848', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CV6ZOPqWsAA20Uj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6ZOPqWsAA20Uj.jpg', 'url': 'https://t.co/YDgstgIDGs', 'display_url': 'pic.twitter.com/YDgstgIDGs', 'expanded_url': 'https://twitter.com/dog_rates/status/675145476954566656/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 783, 'favorite_count': 1918, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1875:675135153782571009
{'created_at': 'Fri Dec 11 02:08:58 +0000 2015', 'id': 675135153782571009, 'id_str': '675135153782571009', 'full_text': 'This is Steven. He got locked outside. Damn it Steven. 5/10 nice grill tho https://t.co/zf7Sxxjfp3', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675135144945131520, 'id_str': '675135144945131520', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CV6P1lnWIAAUQHk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6P1lnWIAAUQHk.jpg', 'url': 'https://t.co/zf7Sxxjfp3', 'display_url': 'pic.twitter.com/zf7Sxxjfp3', 'expanded_url': 'https://twitter.com/dog_rates/status/675135153782571009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675135144945131520, 'id_str': '675135144945131520', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CV6P1lnWIAAUQHk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV6P1lnWIAAUQHk.jpg', 'url': 'https://t.co/zf7Sxxjfp3', 'display_url': 'pic.twitter.com/zf7Sxxjfp3', 'expanded_url': 'https://twitter.com/dog_rates/status/675135153782571009/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 413, 'favorite_count': 1165, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1876:675113801096802304
{'created_at': 'Fri Dec 11 00:44:07 +0000 2015', 'id': 675113801096802304, 'id_str': '675113801096802304', 'full_text': "Meet Zuzu. He just graduated college. Astute pupper. Needs 2 leashes to contain him. Wasn't ready for the pic. 10/10 https://t.co/2H5SKmk0k7", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675113795468066816, 'id_str': '675113795468066816', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV58a4nXAAApywo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV58a4nXAAApywo.jpg', 'url': 'https://t.co/2H5SKmk0k7', 'display_url': 'pic.twitter.com/2H5SKmk0k7', 'expanded_url': 'https://twitter.com/dog_rates/status/675113801096802304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675113795468066816, 'id_str': '675113795468066816', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV58a4nXAAApywo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV58a4nXAAApywo.jpg', 'url': 'https://t.co/2H5SKmk0k7', 'display_url': 'pic.twitter.com/2H5SKmk0k7', 'expanded_url': 'https://twitter.com/dog_rates/status/675113801096802304/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 689, 'favorite_count': 1739, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1877:675111688094527488
{'created_at': 'Fri Dec 11 00:35:44 +0000 2015', 'id': 675111688094527488, 'id_str': '675111688094527488', 'full_text': 'Say hello to Oliver. He thought what was inside the pillow should be outside the pillow. Blurry since birth. 8/10 https://t.co/lFU9W31Fg9', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675111682683875329, 'id_str': '675111682683875329', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV56f54WsAEv4kJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV56f54WsAEv4kJ.jpg', 'url': 'https://t.co/lFU9W31Fg9', 'display_url': 'pic.twitter.com/lFU9W31Fg9', 'expanded_url': 'https://twitter.com/dog_rates/status/675111688094527488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675111682683875329, 'id_str': '675111682683875329', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV56f54WsAEv4kJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV56f54WsAEv4kJ.jpg', 'url': 'https://t.co/lFU9W31Fg9', 'display_url': 'pic.twitter.com/lFU9W31Fg9', 'expanded_url': 'https://twitter.com/dog_rates/status/675111688094527488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 214, 'favorite_count': 867, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1878:675109292475830276
{'created_at': 'Fri Dec 11 00:26:12 +0000 2015', 'id': 675109292475830276, 'id_str': '675109292475830276', 'full_text': "C'mon guys. We've been over this. We only rate dogs. This is a cow. Please only submit dogs. Thank you...... 9/10 https://t.co/WjcELNEqN2", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675109283521036288, 'id_str': '675109283521036288', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV54UQTXAAAGf-j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV54UQTXAAAGf-j.jpg', 'url': 'https://t.co/WjcELNEqN2', 'display_url': 'pic.twitter.com/WjcELNEqN2', 'expanded_url': 'https://twitter.com/dog_rates/status/675109292475830276/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 620, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 620, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 620, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675109283521036288, 'id_str': '675109283521036288', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV54UQTXAAAGf-j.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV54UQTXAAAGf-j.jpg', 'url': 'https://t.co/WjcELNEqN2', 'display_url': 'pic.twitter.com/WjcELNEqN2', 'expanded_url': 'https://twitter.com/dog_rates/status/675109292475830276/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 620, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 620, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 620, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1000, 'favorite_count': 2522, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1879:675047298674663426
{'created_at': 'Thu Dec 10 20:19:52 +0000 2015', 'id': 675047298674663426, 'id_str': '675047298674663426', 'full_text': 'This is a fluffy albino Bacardi Columbia mix. Excellent at the tweets. 11/10 would hug gently https://t.co/diboDRUuEI', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675047295654756356, 'id_str': '675047295654756356', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CV4_8FgXAAQOj4S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4_8FgXAAQOj4S.jpg', 'url': 'https://t.co/diboDRUuEI', 'display_url': 'pic.twitter.com/diboDRUuEI', 'expanded_url': 'https://twitter.com/dog_rates/status/675047298674663426/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 256, 'h': 256, 'resize': 'fit'}, 'medium': {'w': 256, 'h': 256, 'resize': 'fit'}, 'large': {'w': 256, 'h': 256, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675047295654756356, 'id_str': '675047295654756356', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CV4_8FgXAAQOj4S.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4_8FgXAAQOj4S.jpg', 'url': 'https://t.co/diboDRUuEI', 'display_url': 'pic.twitter.com/diboDRUuEI', 'expanded_url': 'https://twitter.com/dog_rates/status/675047298674663426/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 256, 'h': 256, 'resize': 'fit'}, 'medium': {'w': 256, 'h': 256, 'resize': 'fit'}, 'large': {'w': 256, 'h': 256, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 275, 'favorite_count': 929, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1880:675015141583413248
{'created_at': 'Thu Dec 10 18:12:05 +0000 2015', 'id': 675015141583413248, 'id_str': '675015141583413248', 'full_text': "Meet Moe. He's a golden Fetty Woof. Doesn't respect the authorities. Might own a motorhome? 10/10 revolutionary pup https://t.co/JAncIdNp8G", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675015108200919041, 'id_str': '675015108200919041', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CV4iqh5WcAEV1E6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4iqh5WcAEV1E6.jpg', 'url': 'https://t.co/JAncIdNp8G', 'display_url': 'pic.twitter.com/JAncIdNp8G', 'expanded_url': 'https://twitter.com/dog_rates/status/675015141583413248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675015108200919041, 'id_str': '675015108200919041', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CV4iqh5WcAEV1E6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4iqh5WcAEV1E6.jpg', 'url': 'https://t.co/JAncIdNp8G', 'display_url': 'pic.twitter.com/JAncIdNp8G', 'expanded_url': 'https://twitter.com/dog_rates/status/675015141583413248/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1048, 'favorite_count': 2425, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1881:675006312288268288
{'created_at': 'Thu Dec 10 17:37:00 +0000 2015', 'id': 675006312288268288, 'id_str': '675006312288268288', 'full_text': 'Say hello to Mollie. This pic was taken after she bet all her toys on Ronda Rousey. 10/10 hang in there pupper https://t.co/QMmAqA9VqO', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675006303748665346, 'id_str': '675006303748665346', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CV4aqCwWsAIi3OP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4aqCwWsAIi3OP.jpg', 'url': 'https://t.co/QMmAqA9VqO', 'display_url': 'pic.twitter.com/QMmAqA9VqO', 'expanded_url': 'https://twitter.com/dog_rates/status/675006312288268288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675006303748665346, 'id_str': '675006303748665346', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CV4aqCwWsAIi3OP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4aqCwWsAIi3OP.jpg', 'url': 'https://t.co/QMmAqA9VqO', 'display_url': 'pic.twitter.com/QMmAqA9VqO', 'expanded_url': 'https://twitter.com/dog_rates/status/675006312288268288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 800, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 201, 'favorite_count': 876, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1882:675003128568291329
{'created_at': 'Thu Dec 10 17:24:21 +0000 2015', 'id': 675003128568291329, 'id_str': '675003128568291329', 'full_text': "Meet Laela. She's adorable. Magnificent eyes. But I don't see a seat belt. Insubordinate.. and churlish. Still 12/10 https://t.co/pCGDgLkLo6", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 675003114139852800, 'id_str': '675003114139852800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV4XwYiWoAAHQIF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4XwYiWoAAHQIF.jpg', 'url': 'https://t.co/pCGDgLkLo6', 'display_url': 'pic.twitter.com/pCGDgLkLo6', 'expanded_url': 'https://twitter.com/dog_rates/status/675003128568291329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 476, 'h': 637, 'resize': 'fit'}, 'medium': {'w': 476, 'h': 637, 'resize': 'fit'}, 'small': {'w': 476, 'h': 637, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 675003114139852800, 'id_str': '675003114139852800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV4XwYiWoAAHQIF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4XwYiWoAAHQIF.jpg', 'url': 'https://t.co/pCGDgLkLo6', 'display_url': 'pic.twitter.com/pCGDgLkLo6', 'expanded_url': 'https://twitter.com/dog_rates/status/675003128568291329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 476, 'h': 637, 'resize': 'fit'}, 'medium': {'w': 476, 'h': 637, 'resize': 'fit'}, 'small': {'w': 476, 'h': 637, 'resize': 'fit'}}}, {'id': 675003114244714496, 'id_str': '675003114244714496', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV4XwY7WsAAQU3L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4XwY7WsAAQU3L.jpg', 'url': 'https://t.co/pCGDgLkLo6', 'display_url': 'pic.twitter.com/pCGDgLkLo6', 'expanded_url': 'https://twitter.com/dog_rates/status/675003128568291329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 406, 'favorite_count': 1394, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1883:674999807681908736
{'created_at': 'Thu Dec 10 17:11:09 +0000 2015', 'id': 674999807681908736, 'id_str': '674999807681908736', 'full_text': 'Ok last one of these. I may try to make some myself. Anyway here ya go. 13/10 https://t.co/i9CDd1oEu8', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674999800484368385, 'id_str': '674999800484368385', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CV4UvgNUkAEEnZd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4UvgNUkAEEnZd.jpg', 'url': 'https://t.co/i9CDd1oEu8', 'display_url': 'pic.twitter.com/i9CDd1oEu8', 'expanded_url': 'https://twitter.com/dog_rates/status/674999807681908736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 469, 'h': 720, 'resize': 'fit'}, 'small': {'w': 443, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 469, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674999800484368385, 'id_str': '674999800484368385', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CV4UvgNUkAEEnZd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV4UvgNUkAEEnZd.jpg', 'url': 'https://t.co/i9CDd1oEu8', 'display_url': 'pic.twitter.com/i9CDd1oEu8', 'expanded_url': 'https://twitter.com/dog_rates/status/674999807681908736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 469, 'h': 720, 'resize': 'fit'}, 'small': {'w': 443, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 469, 'h': 720, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 674793399141146624, 'in_reply_to_status_id_str': '674793399141146624', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 957, 'favorite_count': 1996, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1884:674805413498527744
{'created_at': 'Thu Dec 10 04:18:42 +0000 2015', 'id': 674805413498527744, 'id_str': '674805413498527744', 'full_text': "When your entire life is crumbling before you and you're trying really hard to hold your shit together.\n10/10 https://t.co/vqFkgYPCW8", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674805331965399040, 'id_str': '674805331965399040', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/674805331965399040/pu/img/-7bw8niVrgIkLKOW.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/674805331965399040/pu/img/-7bw8niVrgIkLKOW.jpg', 'url': 'https://t.co/vqFkgYPCW8', 'display_url': 'pic.twitter.com/vqFkgYPCW8', 'expanded_url': 'https://twitter.com/dog_rates/status/674805413498527744/video/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674805331965399040, 'id_str': '674805331965399040', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/ext_tw_video_thumb/674805331965399040/pu/img/-7bw8niVrgIkLKOW.jpg', 'media_url_https': 'https://pbs.twimg.com/ext_tw_video_thumb/674805331965399040/pu/img/-7bw8niVrgIkLKOW.jpg', 'url': 'https://t.co/vqFkgYPCW8', 'display_url': 'pic.twitter.com/vqFkgYPCW8', 'expanded_url': 'https://twitter.com/dog_rates/status/674805413498527744/video/1', 'type': 'video', 'sizes': {'small': {'w': 480, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 480, 'resize': 'fit'}, 'large': {'w': 480, 'h': 480, 'resize': 'fit'}}, 'video_info': {'aspect_ratio': [1, 1], 'duration_millis': 15072, 'variants': [{'bitrate': 832000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/674805331965399040/pu/vid/480x480/M1a8_6sw5RzV9Ziv.mp4'}, {'bitrate': 320000, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/ext_tw_video/674805331965399040/pu/vid/240x240/yXftdF10gYwxah9q.mp4'}, {'content_type': 'application/x-mpegURL', 'url': 'https://video.twimg.com/ext_tw_video/674805331965399040/pu/pl/nDPBL11hPDMknxkT.m3u8'}]}, 'additional_media_info': {'monetizable': False}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 318, 'favorite_count': 764, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1885:674800520222154752
{'created_at': 'Thu Dec 10 03:59:15 +0000 2015', 'id': 674800520222154752, 'id_str': '674800520222154752', 'full_text': "This is Tedders. He broke his leg saving babies from the Pompeii eruption. 11/10 where's his Purple Heart? @POTUS https://t.co/cMI2AcLm4B", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'POTUS', 'name': 'President Biden', 'id': 1349149096909668363, 'id_str': '1349149096909668363', 'indices': [107, 113]}], 'urls': [], 'media': [{'id': 674800515520331776, 'id_str': '674800515520331776', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV1ffl3XAAAiFyr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1ffl3XAAAiFyr.jpg', 'url': 'https://t.co/cMI2AcLm4B', 'display_url': 'pic.twitter.com/cMI2AcLm4B', 'expanded_url': 'https://twitter.com/dog_rates/status/674800520222154752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674800515520331776, 'id_str': '674800515520331776', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CV1ffl3XAAAiFyr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1ffl3XAAAiFyr.jpg', 'url': 'https://t.co/cMI2AcLm4B', 'display_url': 'pic.twitter.com/cMI2AcLm4B', 'expanded_url': 'https://twitter.com/dog_rates/status/674800520222154752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 749, 'favorite_count': 2705, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1886:674793399141146624
{'created_at': 'Thu Dec 10 03:30:58 +0000 2015', 'id': 674793399141146624, 'id_str': '674793399141146624', 'full_text': 'I have found another. 13/10 https://t.co/HwroPYv8pY', 'truncated': False, 'display_text_range': [0, 51], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674793390643482624, 'id_str': '674793390643482624', 'indices': [28, 51], 'media_url': 'http://pbs.twimg.com/media/CV1ZA3oWEAA1HW_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1ZA3oWEAA1HW_.jpg', 'url': 'https://t.co/HwroPYv8pY', 'display_url': 'pic.twitter.com/HwroPYv8pY', 'expanded_url': 'https://twitter.com/dog_rates/status/674793399141146624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 600, 'h': 432, 'resize': 'fit'}, 'large': {'w': 600, 'h': 432, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 432, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674793390643482624, 'id_str': '674793390643482624', 'indices': [28, 51], 'media_url': 'http://pbs.twimg.com/media/CV1ZA3oWEAA1HW_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1ZA3oWEAA1HW_.jpg', 'url': 'https://t.co/HwroPYv8pY', 'display_url': 'pic.twitter.com/HwroPYv8pY', 'expanded_url': 'https://twitter.com/dog_rates/status/674793399141146624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 600, 'h': 432, 'resize': 'fit'}, 'large': {'w': 600, 'h': 432, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 432, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 671729906628341761, 'in_reply_to_status_id_str': '671729906628341761', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 954, 'favorite_count': 2224, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1887:674790488185167872
{'created_at': 'Thu Dec 10 03:19:24 +0000 2015', 'id': 674790488185167872, 'id_str': '674790488185167872', 'full_text': 'ER... MER... GERD 13/10 https://t.co/L1puJISV1a', 'truncated': False, 'display_text_range': [0, 47], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674790484284436480, 'id_str': '674790484284436480', 'indices': [24, 47], 'media_url': 'http://pbs.twimg.com/media/CV1WXsmWcAAgQ56.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1WXsmWcAAgQ56.jpg', 'url': 'https://t.co/L1puJISV1a', 'display_url': 'pic.twitter.com/L1puJISV1a', 'expanded_url': 'https://twitter.com/dog_rates/status/674790488185167872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 631, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 631, 'resize': 'fit'}, 'large': {'w': 640, 'h': 631, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674790484284436480, 'id_str': '674790484284436480', 'indices': [24, 47], 'media_url': 'http://pbs.twimg.com/media/CV1WXsmWcAAgQ56.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1WXsmWcAAgQ56.jpg', 'url': 'https://t.co/L1puJISV1a', 'display_url': 'pic.twitter.com/L1puJISV1a', 'expanded_url': 'https://twitter.com/dog_rates/status/674790488185167872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 631, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 631, 'resize': 'fit'}, 'large': {'w': 640, 'h': 631, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 219, 'favorite_count': 986, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'nl'}
1888:674788554665512960
{'created_at': 'Thu Dec 10 03:11:43 +0000 2015', 'id': 674788554665512960, 'id_str': '674788554665512960', 'full_text': "Say hello to Maggie. She's a Western Septic Downy. Pretends to be Mexican. Great hardwood flooring. 9/10 https://t.co/P3ElQ2wsjb", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674788547291914240, 'id_str': '674788547291914240', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CV1Um8vWIAAmhQn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1Um8vWIAAmhQn.jpg', 'url': 'https://t.co/P3ElQ2wsjb', 'display_url': 'pic.twitter.com/P3ElQ2wsjb', 'expanded_url': 'https://twitter.com/dog_rates/status/674788554665512960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674788547291914240, 'id_str': '674788547291914240', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CV1Um8vWIAAmhQn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1Um8vWIAAmhQn.jpg', 'url': 'https://t.co/P3ElQ2wsjb', 'display_url': 'pic.twitter.com/P3ElQ2wsjb', 'expanded_url': 'https://twitter.com/dog_rates/status/674788554665512960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 181, 'favorite_count': 719, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1889:674781762103414784
{'created_at': 'Thu Dec 10 02:44:43 +0000 2015', 'id': 674781762103414784, 'id_str': '674781762103414784', 'full_text': 'Bedazzled pup here. Fashionable af. Super yellow. Looks hella fluffy. Webbed paws for efficient fetching. 8/10 https://t.co/ot8yMUGodj', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674781757573591040, 'id_str': '674781757573591040', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CV1ObvEWcAA7c6i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1ObvEWcAA7c6i.jpg', 'url': 'https://t.co/ot8yMUGodj', 'display_url': 'pic.twitter.com/ot8yMUGodj', 'expanded_url': 'https://twitter.com/dog_rates/status/674781762103414784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 825, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 825, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674781757573591040, 'id_str': '674781757573591040', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CV1ObvEWcAA7c6i.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1ObvEWcAA7c6i.jpg', 'url': 'https://t.co/ot8yMUGodj', 'display_url': 'pic.twitter.com/ot8yMUGodj', 'expanded_url': 'https://twitter.com/dog_rates/status/674781762103414784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 548, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 825, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 825, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1050, 'favorite_count': 1807, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1890:674774481756377088
{'created_at': 'Thu Dec 10 02:15:47 +0000 2015', 'id': 674774481756377088, 'id_str': '674774481756377088', 'full_text': "This is Superpup. His head isn't proportional to his body. Has yet to serve any justice. 11/10 maybe one day pupper https://t.co/gxIFgg8ktm", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674774472939970560, 'id_str': '674774472939970560', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CV1HztsWoAAuZwo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1HztsWoAAuZwo.jpg', 'url': 'https://t.co/gxIFgg8ktm', 'display_url': 'pic.twitter.com/gxIFgg8ktm', 'expanded_url': 'https://twitter.com/dog_rates/status/674774481756377088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674774472939970560, 'id_str': '674774472939970560', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CV1HztsWoAAuZwo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1HztsWoAAuZwo.jpg', 'url': 'https://t.co/gxIFgg8ktm', 'display_url': 'pic.twitter.com/gxIFgg8ktm', 'expanded_url': 'https://twitter.com/dog_rates/status/674774481756377088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 411, 'favorite_count': 990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1891:674767892831932416
{'created_at': 'Thu Dec 10 01:49:36 +0000 2015', 'id': 674767892831932416, 'id_str': '674767892831932416', 'full_text': "This pup was carefully tossed to make it look like she's riding that horse. I have no words this is fabulous. 12/10 https://t.co/Bob33W4sfD", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674767886842511361, 'id_str': '674767886842511361', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CV1B0WkWwAEBKVx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1B0WkWwAEBKVx.jpg', 'url': 'https://t.co/Bob33W4sfD', 'display_url': 'pic.twitter.com/Bob33W4sfD', 'expanded_url': 'https://twitter.com/dog_rates/status/674767892831932416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674767886842511361, 'id_str': '674767886842511361', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CV1B0WkWwAEBKVx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV1B0WkWwAEBKVx.jpg', 'url': 'https://t.co/Bob33W4sfD', 'display_url': 'pic.twitter.com/Bob33W4sfD', 'expanded_url': 'https://twitter.com/dog_rates/status/674767892831932416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 692, 'favorite_count': 1631, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1892:674764817387900928
{'created_at': 'Thu Dec 10 01:37:23 +0000 2015', 'id': 674764817387900928, 'id_str': '674764817387900928', 'full_text': "These two pups are masters of camouflage. Very dedicated to the craft. Both must've spent decades practicing. 10/10s https://t.co/RBiQ8hPqwr", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674764810110820352, 'id_str': '674764810110820352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV0_BQ2W4AAYBzH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0_BQ2W4AAYBzH.jpg', 'url': 'https://t.co/RBiQ8hPqwr', 'display_url': 'pic.twitter.com/RBiQ8hPqwr', 'expanded_url': 'https://twitter.com/dog_rates/status/674764817387900928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 565, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 901, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 901, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674764810110820352, 'id_str': '674764810110820352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV0_BQ2W4AAYBzH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0_BQ2W4AAYBzH.jpg', 'url': 'https://t.co/RBiQ8hPqwr', 'display_url': 'pic.twitter.com/RBiQ8hPqwr', 'expanded_url': 'https://twitter.com/dog_rates/status/674764817387900928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 565, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 901, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 901, 'resize': 'fit'}}}, {'id': 674764810614087682, 'id_str': '674764810614087682', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CV0_BSuWIAIvE9k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0_BSuWIAIvE9k.jpg', 'url': 'https://t.co/RBiQ8hPqwr', 'display_url': 'pic.twitter.com/RBiQ8hPqwr', 'expanded_url': 'https://twitter.com/dog_rates/status/674764817387900928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 200, 'favorite_count': 700, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1893:674754018082705410
{'created_at': 'Thu Dec 10 00:54:28 +0000 2015', 'id': 674754018082705410, 'id_str': '674754018082705410', 'full_text': 'Just received another perfect photo of dogs and the sunset. 12/10 https://t.co/9YmNcxA2Cc', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674754014320402432, 'id_str': '674754014320402432', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CV01M3ZWIAAV7rv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV01M3ZWIAAV7rv.jpg', 'url': 'https://t.co/9YmNcxA2Cc', 'display_url': 'pic.twitter.com/9YmNcxA2Cc', 'expanded_url': 'https://twitter.com/dog_rates/status/674754018082705410/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 678, 'resize': 'fit'}, 'small': {'w': 680, 'h': 450, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674754014320402432, 'id_str': '674754014320402432', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CV01M3ZWIAAV7rv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV01M3ZWIAAV7rv.jpg', 'url': 'https://t.co/9YmNcxA2Cc', 'display_url': 'pic.twitter.com/9YmNcxA2Cc', 'expanded_url': 'https://twitter.com/dog_rates/status/674754018082705410/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 678, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 678, 'resize': 'fit'}, 'small': {'w': 680, 'h': 450, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 674752233200820224, 'in_reply_to_status_id_str': '674752233200820224', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 384, 'favorite_count': 1229, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1894:674752233200820224
{'created_at': 'Thu Dec 10 00:47:23 +0000 2015', 'id': 674752233200820224, 'id_str': '674752233200820224', 'full_text': 'Everyone please just appreciate how perfect these two photos are. 12/10 for both https://t.co/rLf7asnHxO', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674752226452094976, 'id_str': '674752226452094976', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV0zkzEUwAAMNN4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0zkzEUwAAMNN4.jpg', 'url': 'https://t.co/rLf7asnHxO', 'display_url': 'pic.twitter.com/rLf7asnHxO', 'expanded_url': 'https://twitter.com/dog_rates/status/674752233200820224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674752226452094976, 'id_str': '674752226452094976', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV0zkzEUwAAMNN4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0zkzEUwAAMNN4.jpg', 'url': 'https://t.co/rLf7asnHxO', 'display_url': 'pic.twitter.com/rLf7asnHxO', 'expanded_url': 'https://twitter.com/dog_rates/status/674752233200820224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}, {'id': 674752226452103168, 'id_str': '674752226452103168', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CV0zkzEU4AAzLc5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0zkzEU4AAzLc5.jpg', 'url': 'https://t.co/rLf7asnHxO', 'display_url': 'pic.twitter.com/rLf7asnHxO', 'expanded_url': 'https://twitter.com/dog_rates/status/674752233200820224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 401, 'favorite_count': 1312, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1895:674743008475090944
{'created_at': 'Thu Dec 10 00:10:43 +0000 2015', 'id': 674743008475090944, 'id_str': '674743008475090944', 'full_text': "This is Sophie. She just saw a spider. 10/10 don't just stand there Sophie https://t.co/VagYftZccT", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674743003064438784, 'id_str': '674743003064438784', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CV0rL7RWEAAbhqm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0rL7RWEAAbhqm.jpg', 'url': 'https://t.co/VagYftZccT', 'display_url': 'pic.twitter.com/VagYftZccT', 'expanded_url': 'https://twitter.com/dog_rates/status/674743008475090944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674743003064438784, 'id_str': '674743003064438784', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CV0rL7RWEAAbhqm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0rL7RWEAAbhqm.jpg', 'url': 'https://t.co/VagYftZccT', 'display_url': 'pic.twitter.com/VagYftZccT', 'expanded_url': 'https://twitter.com/dog_rates/status/674743008475090944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 467, 'favorite_count': 1260, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1896:674742531037511680
{'created_at': 'Thu Dec 10 00:08:50 +0000 2015', 'id': 674742531037511680, 'id_str': '674742531037511680', 'full_text': 'Some clarification is required. The dog is singing Cher and that is more than worthy of an 11/10. Thank you', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 674739953134403584, 'in_reply_to_status_id_str': '674739953134403584', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 45, 'favorite_count': 430, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1897:674739953134403584
{'created_at': 'Wed Dec 09 23:58:35 +0000 2015', 'id': 674739953134403584, 'id_str': '674739953134403584', 'full_text': '"🎶 DO YOU BELIEVE IN LIFE AFTER LOVE 🎶"\n11/10 https://t.co/URNs5zFskc', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674739948218671104, 'id_str': '674739948218671104', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CV0oaHFW4AA9Coi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0oaHFW4AA9Coi.jpg', 'url': 'https://t.co/URNs5zFskc', 'display_url': 'pic.twitter.com/URNs5zFskc', 'expanded_url': 'https://twitter.com/dog_rates/status/674739953134403584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 903, 'resize': 'fit'}, 'small': {'w': 680, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 903, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674739948218671104, 'id_str': '674739948218671104', 'indices': [46, 69], 'media_url': 'http://pbs.twimg.com/media/CV0oaHFW4AA9Coi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0oaHFW4AA9Coi.jpg', 'url': 'https://t.co/URNs5zFskc', 'display_url': 'pic.twitter.com/URNs5zFskc', 'expanded_url': 'https://twitter.com/dog_rates/status/674739953134403584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 903, 'resize': 'fit'}, 'small': {'w': 680, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 903, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 327, 'favorite_count': 968, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1898:674737130913071104
{'created_at': 'Wed Dec 09 23:47:22 +0000 2015', 'id': 674737130913071104, 'id_str': '674737130913071104', 'full_text': 'Meet Rufio. He is unaware of the pink legless pupper wrapped around him. Might want to get that checked 10/10 & 4/10 https://t.co/KNfLnYPmYh', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674737125598752768, 'id_str': '674737125598752768', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CV0l10AU8AAfg-a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0l10AU8AAfg-a.jpg', 'url': 'https://t.co/KNfLnYPmYh', 'display_url': 'pic.twitter.com/KNfLnYPmYh', 'expanded_url': 'https://twitter.com/dog_rates/status/674737130913071104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674737125598752768, 'id_str': '674737125598752768', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CV0l10AU8AAfg-a.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CV0l10AU8AAfg-a.jpg', 'url': 'https://t.co/KNfLnYPmYh', 'display_url': 'pic.twitter.com/KNfLnYPmYh', 'expanded_url': 'https://twitter.com/dog_rates/status/674737130913071104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 80, 'favorite_count': 580, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1899:674690135443775488
{'created_at': 'Wed Dec 09 20:40:38 +0000 2015', 'id': 674690135443775488, 'id_str': '674690135443775488', 'full_text': "Meet Patrick. He's an exotic pup. Jumps great distances for a dog. Always gets injured when I toss him a ball. 3/10 https://t.co/Unz1uNrOzo", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674690120767918080, 'id_str': '674690120767918080', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVz7FxXWUAAlTRP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVz7FxXWUAAlTRP.jpg', 'url': 'https://t.co/Unz1uNrOzo', 'display_url': 'pic.twitter.com/Unz1uNrOzo', 'expanded_url': 'https://twitter.com/dog_rates/status/674690135443775488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674690120767918080, 'id_str': '674690120767918080', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVz7FxXWUAAlTRP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVz7FxXWUAAlTRP.jpg', 'url': 'https://t.co/Unz1uNrOzo', 'display_url': 'pic.twitter.com/Unz1uNrOzo', 'expanded_url': 'https://twitter.com/dog_rates/status/674690135443775488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 412, 'favorite_count': 1027, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1900:674670581682434048
{'created_at': 'Wed Dec 09 19:22:56 +0000 2015', 'id': 674670581682434048, 'id_str': '674670581682434048', 'full_text': "Meet Jeb & Bush. Jeb is somehow stuck in that fence and Bush won't stop whispering sweet nothings in his ear. 9/10s https://t.co/NRNExUy9Hm", 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674670575701348352, 'id_str': '674670575701348352', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CVzpUGUWUAAo7Vn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzpUGUWUAAo7Vn.jpg', 'url': 'https://t.co/NRNExUy9Hm', 'display_url': 'pic.twitter.com/NRNExUy9Hm', 'expanded_url': 'https://twitter.com/dog_rates/status/674670581682434048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674670575701348352, 'id_str': '674670575701348352', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CVzpUGUWUAAo7Vn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzpUGUWUAAo7Vn.jpg', 'url': 'https://t.co/NRNExUy9Hm', 'display_url': 'pic.twitter.com/NRNExUy9Hm', 'expanded_url': 'https://twitter.com/dog_rates/status/674670581682434048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 568, 'favorite_count': 1449, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1901:674664755118911488
{'created_at': 'Wed Dec 09 18:59:46 +0000 2015', 'id': 674664755118911488, 'id_str': '674664755118911488', 'full_text': "This is Rodman. He's getting destroyed by the surfs. Valiant effort though. 10/10 better than most puppers probably https://t.co/S8wCLemrNb", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674664748949090304, 'id_str': '674664748949090304', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVzkA7-WsAAcXz6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzkA7-WsAAcXz6.jpg', 'url': 'https://t.co/S8wCLemrNb', 'display_url': 'pic.twitter.com/S8wCLemrNb', 'expanded_url': 'https://twitter.com/dog_rates/status/674664755118911488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 468, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 864, 'h': 594, 'resize': 'fit'}, 'large': {'w': 864, 'h': 594, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674664748949090304, 'id_str': '674664748949090304', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVzkA7-WsAAcXz6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzkA7-WsAAcXz6.jpg', 'url': 'https://t.co/S8wCLemrNb', 'display_url': 'pic.twitter.com/S8wCLemrNb', 'expanded_url': 'https://twitter.com/dog_rates/status/674664755118911488/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 468, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 864, 'h': 594, 'resize': 'fit'}, 'large': {'w': 864, 'h': 594, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 205, 'favorite_count': 812, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1902:674646392044941312
{'created_at': 'Wed Dec 09 17:46:48 +0000 2015', 'id': 674646392044941312, 'id_str': '674646392044941312', 'full_text': 'Two gorgeous dogs here. Little waddling dog is a rebel. Refuses to look at camera. Must be a preteen. 5/10 & 8/10 https://t.co/YPfw7oahbD', 'truncated': False, 'display_text_range': [0, 141], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674646386542043136, 'id_str': '674646386542043136', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CVzTUGrW4AAirJH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzTUGrW4AAirJH.jpg', 'url': 'https://t.co/YPfw7oahbD', 'display_url': 'pic.twitter.com/YPfw7oahbD', 'expanded_url': 'https://twitter.com/dog_rates/status/674646392044941312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674646386542043136, 'id_str': '674646386542043136', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CVzTUGrW4AAirJH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzTUGrW4AAirJH.jpg', 'url': 'https://t.co/YPfw7oahbD', 'display_url': 'pic.twitter.com/YPfw7oahbD', 'expanded_url': 'https://twitter.com/dog_rates/status/674646392044941312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 430, 'favorite_count': 1281, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1903:674644256330530816
{'created_at': 'Wed Dec 09 17:38:19 +0000 2015', 'id': 674644256330530816, 'id_str': '674644256330530816', 'full_text': 'When you see sophomores in high school driving. 11/10 https://t.co/m6aC8d1Kzp', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674644247564394496, 'id_str': '674644247564394496', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVzRXmXWIAA0Fkr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzRXmXWIAA0Fkr.jpg', 'url': 'https://t.co/m6aC8d1Kzp', 'display_url': 'pic.twitter.com/m6aC8d1Kzp', 'expanded_url': 'https://twitter.com/dog_rates/status/674644256330530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674644247564394496, 'id_str': '674644247564394496', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVzRXmXWIAA0Fkr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzRXmXWIAA0Fkr.jpg', 'url': 'https://t.co/m6aC8d1Kzp', 'display_url': 'pic.twitter.com/m6aC8d1Kzp', 'expanded_url': 'https://twitter.com/dog_rates/status/674644256330530816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 242, 'favorite_count': 929, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1904:674638615994089473
{'created_at': 'Wed Dec 09 17:15:54 +0000 2015', 'id': 674638615994089473, 'id_str': '674638615994089473', 'full_text': "This pupper is fed up with being tickled. 12/10 I'm currently working on an elaborate heist to steal this dog https://t.co/F33n1hy3LL", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674638611350859777, 'id_str': '674638611350859777', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CVzMPh1UsAELQ_p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzMPh1UsAELQ_p.jpg', 'url': 'https://t.co/F33n1hy3LL', 'display_url': 'pic.twitter.com/F33n1hy3LL', 'expanded_url': 'https://twitter.com/dog_rates/status/674638615994089473/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674638611350859777, 'id_str': '674638611350859777', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CVzMPh1UsAELQ_p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzMPh1UsAELQ_p.jpg', 'url': 'https://t.co/F33n1hy3LL', 'display_url': 'pic.twitter.com/F33n1hy3LL', 'expanded_url': 'https://twitter.com/dog_rates/status/674638615994089473/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 512, 'favorite_count': 1518, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1905:674632714662858753
{'created_at': 'Wed Dec 09 16:52:27 +0000 2015', 'id': 674632714662858753, 'id_str': '674632714662858753', 'full_text': 'Rare submerged pup here. Holds breath for a long time. Frowning because that spoon ignores him. 5/10 would still pet https://t.co/EJzzNHE8bE', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674632705875705856, 'id_str': '674632705875705856', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVzG3yOVAAAqi9I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzG3yOVAAAqi9I.jpg', 'url': 'https://t.co/EJzzNHE8bE', 'display_url': 'pic.twitter.com/EJzzNHE8bE', 'expanded_url': 'https://twitter.com/dog_rates/status/674632714662858753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674632705875705856, 'id_str': '674632705875705856', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVzG3yOVAAAqi9I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVzG3yOVAAAqi9I.jpg', 'url': 'https://t.co/EJzzNHE8bE', 'display_url': 'pic.twitter.com/EJzzNHE8bE', 'expanded_url': 'https://twitter.com/dog_rates/status/674632714662858753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 503, 'favorite_count': 1346, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1906:674606911342424069
{'created_at': 'Wed Dec 09 15:09:55 +0000 2015', 'id': 674606911342424069, 'id_str': '674606911342424069', 'full_text': "The 13/10 also takes into account this impeccable yard. Louis is great but the future dad in me can't ignore that luscious green grass", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 674468880899788800, 'in_reply_to_status_id_str': '674468880899788800', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 86, 'favorite_count': 840, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1907:674468880899788800
{'created_at': 'Wed Dec 09 06:01:26 +0000 2015', 'id': 674468880899788800, 'id_str': '674468880899788800', 'full_text': "This is Louis. He thinks he's flying. 13/10 this is a legendary pup https://t.co/6d9WziPXmx", 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674468873001938944, 'id_str': '674468873001938944', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CVwx3dNWsAAdo4G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwx3dNWsAAdo4G.jpg', 'url': 'https://t.co/6d9WziPXmx', 'display_url': 'pic.twitter.com/6d9WziPXmx', 'expanded_url': 'https://twitter.com/dog_rates/status/674468880899788800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674468873001938944, 'id_str': '674468873001938944', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CVwx3dNWsAAdo4G.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwx3dNWsAAdo4G.jpg', 'url': 'https://t.co/6d9WziPXmx', 'display_url': 'pic.twitter.com/6d9WziPXmx', 'expanded_url': 'https://twitter.com/dog_rates/status/674468880899788800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 674468873014542336, 'id_str': '674468873014542336', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CVwx3dQXAAA0ksL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwx3dQXAAA0ksL.jpg', 'url': 'https://t.co/6d9WziPXmx', 'display_url': 'pic.twitter.com/6d9WziPXmx', 'expanded_url': 'https://twitter.com/dog_rates/status/674468880899788800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1784, 'favorite_count': 5567, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1908:674447403907457024
{'created_at': 'Wed Dec 09 04:36:06 +0000 2015', 'id': 674447403907457024, 'id_str': '674447403907457024', 'full_text': 'This pupper just wants a belly rub. This pupper has nothing to do w the tree being sideways now. 10/10 good pupper https://t.co/AyJ7Ohk71f', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674447395825049600, 'id_str': '674447395825049600', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVweVUfW4AACPwI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVweVUfW4AACPwI.jpg', 'url': 'https://t.co/AyJ7Ohk71f', 'display_url': 'pic.twitter.com/AyJ7Ohk71f', 'expanded_url': 'https://twitter.com/dog_rates/status/674447403907457024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674447395825049600, 'id_str': '674447395825049600', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVweVUfW4AACPwI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVweVUfW4AACPwI.jpg', 'url': 'https://t.co/AyJ7Ohk71f', 'display_url': 'pic.twitter.com/AyJ7Ohk71f', 'expanded_url': 'https://twitter.com/dog_rates/status/674447403907457024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 315, 'favorite_count': 957, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1909:674436901579923456
{'created_at': 'Wed Dec 09 03:54:22 +0000 2015', 'id': 674436901579923456, 'id_str': '674436901579923456', 'full_text': "Meet Bailey. She plays with her food. Very childish. Doesn't even need a battle helmet smh. Still cute though. 9/10 https://t.co/CLEOjxhTEx", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674436896903315456, 'id_str': '674436896903315456', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVwUyM9WwAAGDjv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwUyM9WwAAGDjv.jpg', 'url': 'https://t.co/CLEOjxhTEx', 'display_url': 'pic.twitter.com/CLEOjxhTEx', 'expanded_url': 'https://twitter.com/dog_rates/status/674436901579923456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 716, 'h': 960, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 716, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674436896903315456, 'id_str': '674436896903315456', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVwUyM9WwAAGDjv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwUyM9WwAAGDjv.jpg', 'url': 'https://t.co/CLEOjxhTEx', 'display_url': 'pic.twitter.com/CLEOjxhTEx', 'expanded_url': 'https://twitter.com/dog_rates/status/674436901579923456/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 716, 'h': 960, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'large': {'w': 716, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 344, 'favorite_count': 987, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1910:674422304705744896
{'created_at': 'Wed Dec 09 02:56:22 +0000 2015', 'id': 674422304705744896, 'id_str': '674422304705744896', 'full_text': "This is Ava. She doesn't understand flowers. 12/10 would caress firmly https://t.co/BxTJAFSIgk", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674422297940357120, 'id_str': '674422297940357120', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVwHgblWcAACWOD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwHgblWcAACWOD.jpg', 'url': 'https://t.co/BxTJAFSIgk', 'display_url': 'pic.twitter.com/BxTJAFSIgk', 'expanded_url': 'https://twitter.com/dog_rates/status/674422304705744896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674422297940357120, 'id_str': '674422297940357120', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVwHgblWcAACWOD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwHgblWcAACWOD.jpg', 'url': 'https://t.co/BxTJAFSIgk', 'display_url': 'pic.twitter.com/BxTJAFSIgk', 'expanded_url': 'https://twitter.com/dog_rates/status/674422304705744896/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 466, 'favorite_count': 1285, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1911:674416750885273600
{'created_at': 'Wed Dec 09 02:34:18 +0000 2015', 'id': 674416750885273600, 'id_str': '674416750885273600', 'full_text': "This is Jonah. He's a Stinted Fisher Price. Enjoys chewing on his miniature RipStik. 10/10 very upbeat fellow https://t.co/7qjXy1uUYY", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674416741997535237, 'id_str': '674416741997535237', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CVwCdCFW4AUHY4D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwCdCFW4AUHY4D.jpg', 'url': 'https://t.co/7qjXy1uUYY', 'display_url': 'pic.twitter.com/7qjXy1uUYY', 'expanded_url': 'https://twitter.com/dog_rates/status/674416750885273600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674416741997535237, 'id_str': '674416741997535237', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CVwCdCFW4AUHY4D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVwCdCFW4AUHY4D.jpg', 'url': 'https://t.co/7qjXy1uUYY', 'display_url': 'pic.twitter.com/7qjXy1uUYY', 'expanded_url': 'https://twitter.com/dog_rates/status/674416750885273600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 117, 'favorite_count': 611, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1912:674410619106390016
{'created_at': 'Wed Dec 09 02:09:56 +0000 2015', 'id': 674410619106390016, 'id_str': '674410619106390016', 'full_text': 'This is Lenny. He wants to be a sprinkler. 10/10 you got this Lenny https://t.co/CZ0YaB40Hn', 'truncated': False, 'display_text_range': [0, 91], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674410613875937281, 'id_str': '674410613875937281', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CVv84VDUEAEm3dW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVv84VDUEAEm3dW.jpg', 'url': 'https://t.co/CZ0YaB40Hn', 'display_url': 'pic.twitter.com/CZ0YaB40Hn', 'expanded_url': 'https://twitter.com/dog_rates/status/674410619106390016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 620, 'resize': 'fit'}, 'large': {'w': 640, 'h': 620, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 620, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674410613875937281, 'id_str': '674410613875937281', 'indices': [68, 91], 'media_url': 'http://pbs.twimg.com/media/CVv84VDUEAEm3dW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVv84VDUEAEm3dW.jpg', 'url': 'https://t.co/CZ0YaB40Hn', 'display_url': 'pic.twitter.com/CZ0YaB40Hn', 'expanded_url': 'https://twitter.com/dog_rates/status/674410619106390016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 620, 'resize': 'fit'}, 'large': {'w': 640, 'h': 620, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 620, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 402, 'favorite_count': 1071, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1913:674394782723014656
{'created_at': 'Wed Dec 09 01:07:00 +0000 2015', 'id': 674394782723014656, 'id_str': '674394782723014656', 'full_text': "This is Gary. He's a hide and seek champion. Second only to Kony. 8/10 Gary has a gift https://t.co/cAlB4XCcsi", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674394776565891077, 'id_str': '674394776565891077', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CVvueeeWwAUcQLR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVvueeeWwAUcQLR.jpg', 'url': 'https://t.co/cAlB4XCcsi', 'display_url': 'pic.twitter.com/cAlB4XCcsi', 'expanded_url': 'https://twitter.com/dog_rates/status/674394782723014656/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 829, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 829, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 551, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674394776565891077, 'id_str': '674394776565891077', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CVvueeeWwAUcQLR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVvueeeWwAUcQLR.jpg', 'url': 'https://t.co/cAlB4XCcsi', 'display_url': 'pic.twitter.com/cAlB4XCcsi', 'expanded_url': 'https://twitter.com/dog_rates/status/674394782723014656/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 829, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 829, 'h': 1023, 'resize': 'fit'}, 'small': {'w': 551, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 489, 'favorite_count': 1335, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1914:674372068062928900
{'created_at': 'Tue Dec 08 23:36:44 +0000 2015', 'id': 674372068062928900, 'id_str': '674372068062928900', 'full_text': "Meet Chesney. On the outside he stays calm & collected. On the inside he's having a complete mental breakdown. 10/10 https://t.co/G4m0TFY9uc", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674372059363983360, 'id_str': '674372059363983360', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVvZ0KTWwAAdXKV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVvZ0KTWwAAdXKV.jpg', 'url': 'https://t.co/G4m0TFY9uc', 'display_url': 'pic.twitter.com/G4m0TFY9uc', 'expanded_url': 'https://twitter.com/dog_rates/status/674372068062928900/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674372059363983360, 'id_str': '674372059363983360', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVvZ0KTWwAAdXKV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVvZ0KTWwAAdXKV.jpg', 'url': 'https://t.co/G4m0TFY9uc', 'display_url': 'pic.twitter.com/G4m0TFY9uc', 'expanded_url': 'https://twitter.com/dog_rates/status/674372068062928900/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 280, 'favorite_count': 767, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1915:674330906434379776
{'created_at': 'Tue Dec 08 20:53:11 +0000 2015', 'id': 674330906434379776, 'id_str': '674330906434379776', 'full_text': '13/10\n@ABC7', 'truncated': False, 'display_text_range': [0, 11], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'ABC7', 'name': 'ABC7 Eyewitness News', 'id': 16374678, 'id_str': '16374678', 'indices': [6, 11]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 665814696700723200, 'in_reply_to_status_id_str': '665814696700723200', 'in_reply_to_user_id': 16374678, 'in_reply_to_user_id_str': '16374678', 'in_reply_to_screen_name': 'ABC7', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 66, 'favorite_count': 506, 'favorited': False, 'retweeted': False, 'lang': 'und'}
1916:674318007229923329
{'created_at': 'Tue Dec 08 20:01:55 +0000 2015', 'id': 674318007229923329, 'id_str': '674318007229923329', 'full_text': "This is Lennon. He's in quite the predicament. 8/10 hang in there pupper https://t.co/7mf8XXPAZv", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674318003345997825, 'id_str': '674318003345997825', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CVuopr8WwAExw_T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuopr8WwAExw_T.jpg', 'url': 'https://t.co/7mf8XXPAZv', 'display_url': 'pic.twitter.com/7mf8XXPAZv', 'expanded_url': 'https://twitter.com/dog_rates/status/674318007229923329/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 929, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 929, 'resize': 'fit'}, 'small': {'w': 549, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674318003345997825, 'id_str': '674318003345997825', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CVuopr8WwAExw_T.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuopr8WwAExw_T.jpg', 'url': 'https://t.co/7mf8XXPAZv', 'display_url': 'pic.twitter.com/7mf8XXPAZv', 'expanded_url': 'https://twitter.com/dog_rates/status/674318007229923329/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 929, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 929, 'resize': 'fit'}, 'small': {'w': 549, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 450, 'favorite_count': 1254, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1917:674307341513269249
{'created_at': 'Tue Dec 08 19:19:32 +0000 2015', 'id': 674307341513269249, 'id_str': '674307341513269249', 'full_text': 'This is life-changing. 12/10 https://t.co/SroTpI6psB', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/SroTpI6psB', 'expanded_url': 'https://vine.co/v/i7nWzrenw5h', 'display_url': 'vine.co/v/i7nWzrenw5h', 'indices': [29, 52]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6046, 'favorite_count': 10158, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1918:674291837063053312
{'created_at': 'Tue Dec 08 18:17:56 +0000 2015', 'id': 674291837063053312, 'id_str': '674291837063053312', 'full_text': 'This is Kenny. He just wants to be included in the happenings. 11/10 https://t.co/2S6oye3XqK', 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674291829689331712, 'id_str': '674291829689331712', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'url': 'https://t.co/2S6oye3XqK', 'display_url': 'pic.twitter.com/2S6oye3XqK', 'expanded_url': 'https://twitter.com/dog_rates/status/674291837063053312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674291829689331712, 'id_str': '674291829689331712', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVuQ2LeUsAAIe3s.jpg', 'url': 'https://t.co/2S6oye3XqK', 'display_url': 'pic.twitter.com/2S6oye3XqK', 'expanded_url': 'https://twitter.com/dog_rates/status/674291837063053312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5148, 'favorite_count': 13204, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1919:674271431610523648
{'created_at': 'Tue Dec 08 16:56:51 +0000 2015', 'id': 674271431610523648, 'id_str': '674271431610523648', 'full_text': '"AT DAWN, WE RIDE"\n10/10 for both dogs https://t.co/3aXX6wH6it', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674271425029652480, 'id_str': '674271425029652480', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CVt-SeMWwAAs9HH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt-SeMWwAAs9HH.jpg', 'url': 'https://t.co/3aXX6wH6it', 'display_url': 'pic.twitter.com/3aXX6wH6it', 'expanded_url': 'https://twitter.com/dog_rates/status/674271431610523648/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 476, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 432, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 476, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674271425029652480, 'id_str': '674271425029652480', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CVt-SeMWwAAs9HH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt-SeMWwAAs9HH.jpg', 'url': 'https://t.co/3aXX6wH6it', 'display_url': 'pic.twitter.com/3aXX6wH6it', 'expanded_url': 'https://twitter.com/dog_rates/status/674271431610523648/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 750, 'h': 476, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 432, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 476, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 645, 'favorite_count': 1394, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1920:674269164442398721
{'created_at': 'Tue Dec 08 16:47:50 +0000 2015', 'id': 674269164442398721, 'id_str': '674269164442398721', 'full_text': "This is Bob. He's a Juniper Fitzsimmons. His body is 2, but his face is 85. Always looks miserable. Nice stool. 8/10 https://t.co/vYe9RlVz2N", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674269159417585664, 'id_str': '674269159417585664', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVt8OmIWIAAbxvJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt8OmIWIAAbxvJ.jpg', 'url': 'https://t.co/vYe9RlVz2N', 'display_url': 'pic.twitter.com/vYe9RlVz2N', 'expanded_url': 'https://twitter.com/dog_rates/status/674269164442398721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674269159417585664, 'id_str': '674269159417585664', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVt8OmIWIAAbxvJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt8OmIWIAAbxvJ.jpg', 'url': 'https://t.co/vYe9RlVz2N', 'display_url': 'pic.twitter.com/vYe9RlVz2N', 'expanded_url': 'https://twitter.com/dog_rates/status/674269164442398721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 202, 'favorite_count': 824, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1921:674265582246694913
{'created_at': 'Tue Dec 08 16:33:36 +0000 2015', 'id': 674265582246694913, 'id_str': '674265582246694913', 'full_text': "This is Henry. He's a shit dog. Short pointy ears. Leaves trail of pee. Not fluffy. Doesn't come when called. 2/10 https://t.co/Pu9RhfHDEQ", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674265568518778880, 'id_str': '674265568518778880', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVt49k_WsAAtNYC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt49k_WsAAtNYC.jpg', 'url': 'https://t.co/Pu9RhfHDEQ', 'display_url': 'pic.twitter.com/Pu9RhfHDEQ', 'expanded_url': 'https://twitter.com/dog_rates/status/674265582246694913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674265568518778880, 'id_str': '674265568518778880', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVt49k_WsAAtNYC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt49k_WsAAtNYC.jpg', 'url': 'https://t.co/Pu9RhfHDEQ', 'display_url': 'pic.twitter.com/Pu9RhfHDEQ', 'expanded_url': 'https://twitter.com/dog_rates/status/674265582246694913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 734, 'favorite_count': 1463, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1922:674262580978937856
{'created_at': 'Tue Dec 08 16:21:41 +0000 2015', 'id': 674262580978937856, 'id_str': '674262580978937856', 'full_text': "This is Gus. He's super stoked about being an elephant. Couldn't be happier. 9/10 for elephant pupper https://t.co/gJS1qU0jP7", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674262576474234881, 'id_str': '674262576474234881', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CVt2PawWIAEUkqW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt2PawWIAEUkqW.jpg', 'url': 'https://t.co/gJS1qU0jP7', 'display_url': 'pic.twitter.com/gJS1qU0jP7', 'expanded_url': 'https://twitter.com/dog_rates/status/674262580978937856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674262576474234881, 'id_str': '674262576474234881', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CVt2PawWIAEUkqW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVt2PawWIAEUkqW.jpg', 'url': 'https://t.co/gJS1qU0jP7', 'display_url': 'pic.twitter.com/gJS1qU0jP7', 'expanded_url': 'https://twitter.com/dog_rates/status/674262580978937856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 386, 'favorite_count': 1180, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1923:674255168825880576
{'created_at': 'Tue Dec 08 15:52:13 +0000 2015', 'id': 674255168825880576, 'id_str': '674255168825880576', 'full_text': "Say hello to Bobbay. He's a marshmallow wizard. 10/10 https://t.co/r6LZN1o1Gx", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674255163272642560, 'id_str': '674255163272642560', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVtvf6bWwAAd1rT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVtvf6bWwAAd1rT.jpg', 'url': 'https://t.co/r6LZN1o1Gx', 'display_url': 'pic.twitter.com/r6LZN1o1Gx', 'expanded_url': 'https://twitter.com/dog_rates/status/674255168825880576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674255163272642560, 'id_str': '674255163272642560', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVtvf6bWwAAd1rT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVtvf6bWwAAd1rT.jpg', 'url': 'https://t.co/r6LZN1o1Gx', 'display_url': 'pic.twitter.com/r6LZN1o1Gx', 'expanded_url': 'https://twitter.com/dog_rates/status/674255168825880576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 466, 'favorite_count': 1307, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1924:674082852460433408
{'created_at': 'Tue Dec 08 04:27:30 +0000 2015', 'id': 674082852460433408, 'id_str': '674082852460433408', 'full_text': 'This is a Sagitariot Baklava mix. Loves her new hat. 11/10 radiant pup https://t.co/Bko5kFJYUU', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674082847171457024, 'id_str': '674082847171457024', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVrSxy7WsAAFD2F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVrSxy7WsAAFD2F.jpg', 'url': 'https://t.co/Bko5kFJYUU', 'display_url': 'pic.twitter.com/Bko5kFJYUU', 'expanded_url': 'https://twitter.com/dog_rates/status/674082852460433408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674082847171457024, 'id_str': '674082847171457024', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVrSxy7WsAAFD2F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVrSxy7WsAAFD2F.jpg', 'url': 'https://t.co/Bko5kFJYUU', 'display_url': 'pic.twitter.com/Bko5kFJYUU', 'expanded_url': 'https://twitter.com/dog_rates/status/674082852460433408/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 144, 'favorite_count': 682, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1925:674075285688614912
{'created_at': 'Tue Dec 08 03:57:26 +0000 2015', 'id': 674075285688614912, 'id_str': '674075285688614912', 'full_text': "Say hello to Mitch. He thinks that's a hat. Nobody has told him yet. 11/10 please no one tell him https://t.co/7jOPktauh4", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674075280806420480, 'id_str': '674075280806420480', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CVrL5YBWoAA_uPD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVrL5YBWoAA_uPD.jpg', 'url': 'https://t.co/7jOPktauh4', 'display_url': 'pic.twitter.com/7jOPktauh4', 'expanded_url': 'https://twitter.com/dog_rates/status/674075285688614912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 767, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 767, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674075280806420480, 'id_str': '674075280806420480', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CVrL5YBWoAA_uPD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVrL5YBWoAA_uPD.jpg', 'url': 'https://t.co/7jOPktauh4', 'display_url': 'pic.twitter.com/7jOPktauh4', 'expanded_url': 'https://twitter.com/dog_rates/status/674075285688614912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 767, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 767, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 246, 'favorite_count': 889, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1926:674063288070742018
{'created_at': 'Tue Dec 08 03:09:46 +0000 2015', 'id': 674063288070742018, 'id_str': '674063288070742018', 'full_text': 'This is Earl. Earl is lost. Someone help Earl. He has no tags. Just trying to get home. 5/10 hang in there Earl https://t.co/1ZbfqAVDg6', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674063277207457792, 'id_str': '674063277207457792', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVrA-rIWEAANxwQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVrA-rIWEAANxwQ.jpg', 'url': 'https://t.co/1ZbfqAVDg6', 'display_url': 'pic.twitter.com/1ZbfqAVDg6', 'expanded_url': 'https://twitter.com/dog_rates/status/674063288070742018/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 599, 'h': 368, 'resize': 'fit'}, 'small': {'w': 599, 'h': 368, 'resize': 'fit'}, 'large': {'w': 599, 'h': 368, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674063277207457792, 'id_str': '674063277207457792', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVrA-rIWEAANxwQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVrA-rIWEAANxwQ.jpg', 'url': 'https://t.co/1ZbfqAVDg6', 'display_url': 'pic.twitter.com/1ZbfqAVDg6', 'expanded_url': 'https://twitter.com/dog_rates/status/674063288070742018/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 599, 'h': 368, 'resize': 'fit'}, 'small': {'w': 599, 'h': 368, 'resize': 'fit'}, 'large': {'w': 599, 'h': 368, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1911, 'favorite_count': 5736, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1927:674053186244734976
{'created_at': 'Tue Dec 08 02:29:37 +0000 2015', 'id': 674053186244734976, 'id_str': '674053186244734976', 'full_text': "This is Stanley. Yes he is aware of the spoon's presence, he just doesn't know what he should do about it. 10/10 https://t.co/gQAMg5ypW5", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674053181157064704, 'id_str': '674053181157064704', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVq3zAaWwAA8vpk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVq3zAaWwAA8vpk.jpg', 'url': 'https://t.co/gQAMg5ypW5', 'display_url': 'pic.twitter.com/gQAMg5ypW5', 'expanded_url': 'https://twitter.com/dog_rates/status/674053186244734976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674053181157064704, 'id_str': '674053181157064704', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVq3zAaWwAA8vpk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVq3zAaWwAA8vpk.jpg', 'url': 'https://t.co/gQAMg5ypW5', 'display_url': 'pic.twitter.com/gQAMg5ypW5', 'expanded_url': 'https://twitter.com/dog_rates/status/674053186244734976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1131, 'favorite_count': 2954, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1928:674051556661161984
{'created_at': 'Tue Dec 08 02:23:09 +0000 2015', 'id': 674051556661161984, 'id_str': '674051556661161984', 'full_text': "This is Lucy. She knits. Specializes in toboggans. 10/10 I'd buy a toboggan from Lucy https://t.co/YE2XDHy4Yk", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674051551040770048, 'id_str': '674051551040770048', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CVq2UHwWEAAduMw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVq2UHwWEAAduMw.jpg', 'url': 'https://t.co/YE2XDHy4Yk', 'display_url': 'pic.twitter.com/YE2XDHy4Yk', 'expanded_url': 'https://twitter.com/dog_rates/status/674051556661161984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674051551040770048, 'id_str': '674051551040770048', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CVq2UHwWEAAduMw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVq2UHwWEAAduMw.jpg', 'url': 'https://t.co/YE2XDHy4Yk', 'display_url': 'pic.twitter.com/YE2XDHy4Yk', 'expanded_url': 'https://twitter.com/dog_rates/status/674051556661161984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 432, 'favorite_count': 1294, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1929:674045139690631169
{'created_at': 'Tue Dec 08 01:57:39 +0000 2015', 'id': 674045139690631169, 'id_str': '674045139690631169', 'full_text': "Herd of wild dogs here. Not sure what they're trying to do. No real goals in life. 3/10 find your purpose puppers https://t.co/t5ih0VrK02", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674045131608236033, 'id_str': '674045131608236033', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVqwedgXIAEAT6A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqwedgXIAEAT6A.jpg', 'url': 'https://t.co/t5ih0VrK02', 'display_url': 'pic.twitter.com/t5ih0VrK02', 'expanded_url': 'https://twitter.com/dog_rates/status/674045139690631169/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674045131608236033, 'id_str': '674045131608236033', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVqwedgXIAEAT6A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqwedgXIAEAT6A.jpg', 'url': 'https://t.co/t5ih0VrK02', 'display_url': 'pic.twitter.com/t5ih0VrK02', 'expanded_url': 'https://twitter.com/dog_rates/status/674045139690631169/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 566, 'favorite_count': 1268, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1930:674042553264685056
{'created_at': 'Tue Dec 08 01:47:22 +0000 2015', 'id': 674042553264685056, 'id_str': '674042553264685056', 'full_text': "Yea I can't handle the cuteness anymore. Curls for days. 12/10 for all https://t.co/sAI6gCGZYX", 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674042547585605633, 'id_str': '674042547585605633', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVquIDRW4AEJrPk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVquIDRW4AEJrPk.jpg', 'url': 'https://t.co/sAI6gCGZYX', 'display_url': 'pic.twitter.com/sAI6gCGZYX', 'expanded_url': 'https://twitter.com/dog_rates/status/674042553264685056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674042547585605633, 'id_str': '674042547585605633', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVquIDRW4AEJrPk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVquIDRW4AEJrPk.jpg', 'url': 'https://t.co/sAI6gCGZYX', 'display_url': 'pic.twitter.com/sAI6gCGZYX', 'expanded_url': 'https://twitter.com/dog_rates/status/674042553264685056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 111, 'favorite_count': 636, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1931:674038233588723717
{'created_at': 'Tue Dec 08 01:30:12 +0000 2015', 'id': 674038233588723717, 'id_str': '674038233588723717', 'full_text': "This is Kaiya. She's an aspiring shoe model. 12/10 follow your dreams pupper https://t.co/nX8FiGRHvk", 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674038229604044801, 'id_str': '674038229604044801', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CVqqMtiVEAEye_L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqqMtiVEAEye_L.jpg', 'url': 'https://t.co/nX8FiGRHvk', 'display_url': 'pic.twitter.com/nX8FiGRHvk', 'expanded_url': 'https://twitter.com/dog_rates/status/674038233588723717/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 576, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 384, 'resize': 'fit'}, 'large': {'w': 576, 'h': 384, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674038229604044801, 'id_str': '674038229604044801', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CVqqMtiVEAEye_L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqqMtiVEAEye_L.jpg', 'url': 'https://t.co/nX8FiGRHvk', 'display_url': 'pic.twitter.com/nX8FiGRHvk', 'expanded_url': 'https://twitter.com/dog_rates/status/674038233588723717/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 576, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 384, 'resize': 'fit'}, 'large': {'w': 576, 'h': 384, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 369, 'favorite_count': 980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1932:674036086168010753
{'created_at': 'Tue Dec 08 01:21:40 +0000 2015', 'id': 674036086168010753, 'id_str': '674036086168010753', 'full_text': 'Meet Daisy. She has no eyes & her face has been blurry since birth. Quite the trooper tho. Still havin a blast. 9/10 https://t.co/jcNdw43BIP', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674036081864609793, 'id_str': '674036081864609793', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVqoPslWEAEk7EC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqoPslWEAEk7EC.jpg', 'url': 'https://t.co/jcNdw43BIP', 'display_url': 'pic.twitter.com/jcNdw43BIP', 'expanded_url': 'https://twitter.com/dog_rates/status/674036086168010753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 482, 'h': 680, 'resize': 'fit'}, 'large': {'w': 726, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 726, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674036081864609793, 'id_str': '674036081864609793', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVqoPslWEAEk7EC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqoPslWEAEk7EC.jpg', 'url': 'https://t.co/jcNdw43BIP', 'display_url': 'pic.twitter.com/jcNdw43BIP', 'expanded_url': 'https://twitter.com/dog_rates/status/674036086168010753/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 482, 'h': 680, 'resize': 'fit'}, 'large': {'w': 726, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 726, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 181, 'favorite_count': 761, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1933:674024893172875264
{'created_at': 'Tue Dec 08 00:37:11 +0000 2015', 'id': 674024893172875264, 'id_str': '674024893172875264', 'full_text': "When you realize it doesn't matter how hard you study. You're still going to fail. 10/10 https://t.co/qzYXbyv0SJ", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674024888533966848, 'id_str': '674024888533966848', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVqeEKLW4AA1wXH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqeEKLW4AA1wXH.jpg', 'url': 'https://t.co/qzYXbyv0SJ', 'display_url': 'pic.twitter.com/qzYXbyv0SJ', 'expanded_url': 'https://twitter.com/dog_rates/status/674024893172875264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674024888533966848, 'id_str': '674024888533966848', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CVqeEKLW4AA1wXH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqeEKLW4AA1wXH.jpg', 'url': 'https://t.co/qzYXbyv0SJ', 'display_url': 'pic.twitter.com/qzYXbyv0SJ', 'expanded_url': 'https://twitter.com/dog_rates/status/674024893172875264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1087, 'favorite_count': 1586, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1934:674019345211760640
{'created_at': 'Tue Dec 08 00:15:09 +0000 2015', 'id': 674019345211760640, 'id_str': '674019345211760640', 'full_text': "This is Acro. You briefly see her out of the corner of your eye. You look and she's not there. 10/10 mysterious pup https://t.co/fqiEsTduEs", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674019340715446272, 'id_str': '674019340715446272', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVqZBO8WUAAd931.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqZBO8WUAAd931.jpg', 'url': 'https://t.co/fqiEsTduEs', 'display_url': 'pic.twitter.com/fqiEsTduEs', 'expanded_url': 'https://twitter.com/dog_rates/status/674019345211760640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 430, 'h': 322, 'resize': 'fit'}, 'small': {'w': 430, 'h': 322, 'resize': 'fit'}, 'large': {'w': 430, 'h': 322, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674019340715446272, 'id_str': '674019340715446272', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVqZBO8WUAAd931.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqZBO8WUAAd931.jpg', 'url': 'https://t.co/fqiEsTduEs', 'display_url': 'pic.twitter.com/fqiEsTduEs', 'expanded_url': 'https://twitter.com/dog_rates/status/674019345211760640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 430, 'h': 322, 'resize': 'fit'}, 'small': {'w': 430, 'h': 322, 'resize': 'fit'}, 'large': {'w': 430, 'h': 322, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 265, 'favorite_count': 1016, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1935:674014384960745472
{'created_at': 'Mon Dec 07 23:55:26 +0000 2015', 'id': 674014384960745472, 'id_str': '674014384960745472', 'full_text': 'Say hello to Aiden. His eyes are magical. Loves his little Guy Fieri friend. Sneaky tongue slip. 11/10 would caress https://t.co/Ac37LOe3xD', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674014376857174021, 'id_str': '674014376857174021', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVqUgTIUAAUA8Jr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqUgTIUAAUA8Jr.jpg', 'url': 'https://t.co/Ac37LOe3xD', 'display_url': 'pic.twitter.com/Ac37LOe3xD', 'expanded_url': 'https://twitter.com/dog_rates/status/674014384960745472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674014376857174021, 'id_str': '674014376857174021', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVqUgTIUAAUA8Jr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqUgTIUAAUA8Jr.jpg', 'url': 'https://t.co/Ac37LOe3xD', 'display_url': 'pic.twitter.com/Ac37LOe3xD', 'expanded_url': 'https://twitter.com/dog_rates/status/674014384960745472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 560, 'favorite_count': 1389, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1936:674008982932058114
{'created_at': 'Mon Dec 07 23:33:58 +0000 2015', 'id': 674008982932058114, 'id_str': '674008982932058114', 'full_text': "This pup is sad bc he didn't get to be the toy car. Also he has shitty money management skills. 10/10 still cute tho https://t.co/PiSXXZjDSJ", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 674008948689657856, 'id_str': '674008948689657856', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVqPkVoU4AAkXA7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqPkVoU4AAkXA7.jpg', 'url': 'https://t.co/PiSXXZjDSJ', 'display_url': 'pic.twitter.com/PiSXXZjDSJ', 'expanded_url': 'https://twitter.com/dog_rates/status/674008982932058114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 674008948689657856, 'id_str': '674008948689657856', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVqPkVoU4AAkXA7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVqPkVoU4AAkXA7.jpg', 'url': 'https://t.co/PiSXXZjDSJ', 'display_url': 'pic.twitter.com/PiSXXZjDSJ', 'expanded_url': 'https://twitter.com/dog_rates/status/674008982932058114/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 300, 'favorite_count': 1082, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1937:673956914389192708
{'created_at': 'Mon Dec 07 20:07:04 +0000 2015', 'id': 673956914389192708, 'id_str': '673956914389192708', 'full_text': 'This is one esteemed pupper. Just graduated college. 10/10 what a champ https://t.co/nyReCVRiyd', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673956906873036801, 'id_str': '673956906873036801', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVpgPGwWoAEV7gG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVpgPGwWoAEV7gG.jpg', 'url': 'https://t.co/nyReCVRiyd', 'display_url': 'pic.twitter.com/nyReCVRiyd', 'expanded_url': 'https://twitter.com/dog_rates/status/673956914389192708/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673956906873036801, 'id_str': '673956906873036801', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVpgPGwWoAEV7gG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVpgPGwWoAEV7gG.jpg', 'url': 'https://t.co/nyReCVRiyd', 'display_url': 'pic.twitter.com/nyReCVRiyd', 'expanded_url': 'https://twitter.com/dog_rates/status/673956914389192708/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 838, 'favorite_count': 1752, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1938:673919437611909120
{'created_at': 'Mon Dec 07 17:38:09 +0000 2015', 'id': 673919437611909120, 'id_str': '673919437611909120', 'full_text': 'This is Obie. He is on guard watching for evildoers from the comfort of his pumpkin. Very brave pupper. 11/10 https://t.co/cdwPTsGEAb', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673919430984908800, 'id_str': '673919430984908800', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CVo-JuMWwAAet6F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVo-JuMWwAAet6F.jpg', 'url': 'https://t.co/cdwPTsGEAb', 'display_url': 'pic.twitter.com/cdwPTsGEAb', 'expanded_url': 'https://twitter.com/dog_rates/status/673919437611909120/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 851, 'resize': 'fit'}, 'large': {'w': 640, 'h': 851, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673919430984908800, 'id_str': '673919430984908800', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CVo-JuMWwAAet6F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVo-JuMWwAAet6F.jpg', 'url': 'https://t.co/cdwPTsGEAb', 'display_url': 'pic.twitter.com/cdwPTsGEAb', 'expanded_url': 'https://twitter.com/dog_rates/status/673919437611909120/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 851, 'resize': 'fit'}, 'large': {'w': 640, 'h': 851, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 327, 'favorite_count': 1057, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1939:673906403526995968
{'created_at': 'Mon Dec 07 16:46:21 +0000 2015', 'id': 673906403526995968, 'id_str': '673906403526995968', 'full_text': "Guys I'm getting real tired of this. We only rate dogs. Please don't send in other things like this Bulbasaur. 3/10 https://t.co/t5rQHl6W8M", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673906390507868160, 'id_str': '673906390507868160', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVoySqoWUAAWb7N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVoySqoWUAAWb7N.jpg', 'url': 'https://t.co/t5rQHl6W8M', 'display_url': 'pic.twitter.com/t5rQHl6W8M', 'expanded_url': 'https://twitter.com/dog_rates/status/673906403526995968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673906390507868160, 'id_str': '673906390507868160', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVoySqoWUAAWb7N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVoySqoWUAAWb7N.jpg', 'url': 'https://t.co/t5rQHl6W8M', 'display_url': 'pic.twitter.com/t5rQHl6W8M', 'expanded_url': 'https://twitter.com/dog_rates/status/673906403526995968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1438, 'favorite_count': 2850, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1940:673887867907739649
{'created_at': 'Mon Dec 07 15:32:42 +0000 2015', 'id': 673887867907739649, 'id_str': '673887867907739649', 'full_text': "When you're having a great time sleeping and your mom comes in and turns on the lights. 10/10 https://t.co/6qYd6BNSPd", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673887841718394880, 'id_str': '673887841718394880', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVoha_AUYAAoMXI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVoha_AUYAAoMXI.jpg', 'url': 'https://t.co/6qYd6BNSPd', 'display_url': 'pic.twitter.com/6qYd6BNSPd', 'expanded_url': 'https://twitter.com/dog_rates/status/673887867907739649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673887841718394880, 'id_str': '673887841718394880', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVoha_AUYAAoMXI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVoha_AUYAAoMXI.jpg', 'url': 'https://t.co/6qYd6BNSPd', 'display_url': 'pic.twitter.com/6qYd6BNSPd', 'expanded_url': 'https://twitter.com/dog_rates/status/673887867907739649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 673887841751982080, 'id_str': '673887841751982080', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVoha_IU4AAZ7vi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVoha_IU4AAZ7vi.jpg', 'url': 'https://t.co/6qYd6BNSPd', 'display_url': 'pic.twitter.com/6qYd6BNSPd', 'expanded_url': 'https://twitter.com/dog_rates/status/673887867907739649/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 743, 'h': 1023, 'resize': 'fit'}, 'medium': {'w': 743, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 221, 'favorite_count': 844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1941:673716320723169284
{'created_at': 'Mon Dec 07 04:11:02 +0000 2015', 'id': 673716320723169284, 'id_str': '673716320723169284', 'full_text': "The millennials have spoken and we've decided to immediately demote to a 1/10. Thank you", 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 673715861853720576, 'in_reply_to_status_id_str': '673715861853720576', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 670, 'favorite_count': 2788, 'favorited': False, 'retweeted': False, 'lang': 'en'}
1942:673715861853720576
{'created_at': 'Mon Dec 07 04:09:13 +0000 2015', 'id': 673715861853720576, 'id_str': '673715861853720576', 'full_text': 'This is a heavily opinionated dog. Loves walls. Nobody knows how the hair works. Always ready for a kiss. 4/10 https://t.co/dFiaKZ9cDl', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673715845458173952, 'id_str': '673715845458173952', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVmE_fAWIAAlDhU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVmE_fAWIAAlDhU.jpg', 'url': 'https://t.co/dFiaKZ9cDl', 'display_url': 'pic.twitter.com/dFiaKZ9cDl', 'expanded_url': 'https://twitter.com/dog_rates/status/673715861853720576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 538, 'h': 680, 'resize': 'fit'}, 'large': {'w': 635, 'h': 803, 'resize': 'fit'}, 'medium': {'w': 635, 'h': 803, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673715845458173952, 'id_str': '673715845458173952', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVmE_fAWIAAlDhU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVmE_fAWIAAlDhU.jpg', 'url': 'https://t.co/dFiaKZ9cDl', 'display_url': 'pic.twitter.com/dFiaKZ9cDl', 'expanded_url': 'https://twitter.com/dog_rates/status/673715861853720576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 538, 'h': 680, 'resize': 'fit'}, 'large': {'w': 635, 'h': 803, 'resize': 'fit'}, 'medium': {'w': 635, 'h': 803, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1815, 'favorite_count': 3172, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1943:673711475735838725
{'created_at': 'Mon Dec 07 03:51:47 +0000 2015', 'id': 673711475735838725, 'id_str': '673711475735838725', 'full_text': '🎶 HELLO FROM THE OTHER SIIIIIIIIDE 🎶 10/10 https://t.co/MTOOksRzvH', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673711450012180480, 'id_str': '673711450012180480', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CVmA_osW4AArAU1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVmA_osW4AArAU1.jpg', 'url': 'https://t.co/MTOOksRzvH', 'display_url': 'pic.twitter.com/MTOOksRzvH', 'expanded_url': 'https://twitter.com/dog_rates/status/673711475735838725/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673711450012180480, 'id_str': '673711450012180480', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CVmA_osW4AArAU1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVmA_osW4AArAU1.jpg', 'url': 'https://t.co/MTOOksRzvH', 'display_url': 'pic.twitter.com/MTOOksRzvH', 'expanded_url': 'https://twitter.com/dog_rates/status/673711475735838725/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 265, 'favorite_count': 941, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1944:673709992831262724
{'created_at': 'Mon Dec 07 03:45:53 +0000 2015', 'id': 673709992831262724, 'id_str': '673709992831262724', 'full_text': "I know a lot of you are studying for finals. Good luck! Here's this. It should help somehow. 12/10 https://t.co/s2ktuPQd79", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673709986195890176, 'id_str': '673709986195890176', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CVl_qbjW4AA8Mam.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl_qbjW4AA8Mam.jpg', 'url': 'https://t.co/s2ktuPQd79', 'display_url': 'pic.twitter.com/s2ktuPQd79', 'expanded_url': 'https://twitter.com/dog_rates/status/673709992831262724/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673709986195890176, 'id_str': '673709986195890176', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CVl_qbjW4AA8Mam.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl_qbjW4AA8Mam.jpg', 'url': 'https://t.co/s2ktuPQd79', 'display_url': 'pic.twitter.com/s2ktuPQd79', 'expanded_url': 'https://twitter.com/dog_rates/status/673709992831262724/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 236, 'favorite_count': 754, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1945:673708611235921920
{'created_at': 'Mon Dec 07 03:40:24 +0000 2015', 'id': 673708611235921920, 'id_str': '673708611235921920', 'full_text': "This is Riley. She's just an adorable football fan. 12/10 I'd watch the sports with her https://t.co/kLV8zUCfc8", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673708601312178176, 'id_str': '673708601312178176', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CVl-Z0dWcAAs7wr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl-Z0dWcAAs7wr.jpg', 'url': 'https://t.co/kLV8zUCfc8', 'display_url': 'pic.twitter.com/kLV8zUCfc8', 'expanded_url': 'https://twitter.com/dog_rates/status/673708611235921920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 854, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 854, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 567, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673708601312178176, 'id_str': '673708601312178176', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CVl-Z0dWcAAs7wr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl-Z0dWcAAs7wr.jpg', 'url': 'https://t.co/kLV8zUCfc8', 'display_url': 'pic.twitter.com/kLV8zUCfc8', 'expanded_url': 'https://twitter.com/dog_rates/status/673708611235921920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 854, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 854, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 567, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 256, 'favorite_count': 954, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1946:673707060090052608
{'created_at': 'Mon Dec 07 03:34:14 +0000 2015', 'id': 673707060090052608, 'id_str': '673707060090052608', 'full_text': "This is Raymond. He's absolutely terrified of floating tennis ball. 10/10 it'll be ok pupper https://t.co/QyH1CaY3SM", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673707042180341760, 'id_str': '673707042180341760', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CVl8_EPWoAAcuSC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl8_EPWoAAcuSC.jpg', 'url': 'https://t.co/QyH1CaY3SM', 'display_url': 'pic.twitter.com/QyH1CaY3SM', 'expanded_url': 'https://twitter.com/dog_rates/status/673707060090052608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673707042180341760, 'id_str': '673707042180341760', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CVl8_EPWoAAcuSC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl8_EPWoAAcuSC.jpg', 'url': 'https://t.co/QyH1CaY3SM', 'display_url': 'pic.twitter.com/QyH1CaY3SM', 'expanded_url': 'https://twitter.com/dog_rates/status/673707060090052608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}, {'id': 673707042461360128, 'id_str': '673707042461360128', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CVl8_FSWoAAXFL2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl8_FSWoAAXFL2.jpg', 'url': 'https://t.co/QyH1CaY3SM', 'display_url': 'pic.twitter.com/QyH1CaY3SM', 'expanded_url': 'https://twitter.com/dog_rates/status/673707060090052608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 242, 'h': 242, 'resize': 'fit'}, 'small': {'w': 242, 'h': 242, 'resize': 'fit'}, 'medium': {'w': 242, 'h': 242, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 346, 'favorite_count': 990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1947:673705679337693185
{'created_at': 'Mon Dec 07 03:28:45 +0000 2015', 'id': 673705679337693185, 'id_str': '673705679337693185', 'full_text': "This is Dot. He found out you only pretended to throw the ball that one time. You don't fuck with Dot. 8/10 https://t.co/Ymg4fwKlZd", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673705663651016704, 'id_str': '673705663651016704', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CVl7u00WcAAufzR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl7u00WcAAufzR.jpg', 'url': 'https://t.co/Ymg4fwKlZd', 'display_url': 'pic.twitter.com/Ymg4fwKlZd', 'expanded_url': 'https://twitter.com/dog_rates/status/673705679337693185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673705663651016704, 'id_str': '673705663651016704', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CVl7u00WcAAufzR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl7u00WcAAufzR.jpg', 'url': 'https://t.co/Ymg4fwKlZd', 'display_url': 'pic.twitter.com/Ymg4fwKlZd', 'expanded_url': 'https://twitter.com/dog_rates/status/673705679337693185/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 359, 'favorite_count': 1125, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1948:673700254269775872
{'created_at': 'Mon Dec 07 03:07:12 +0000 2015', 'id': 673700254269775872, 'id_str': '673700254269775872', 'full_text': 'Large blue dog here. Cool shades. Flipping us off w both hands. Obviously a preteen. 3/10 for rude blue preteen pup https://t.co/mcPd5AFfhA', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673700228504137728, 'id_str': '673700228504137728', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVl2ydUWsAA1jD6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl2ydUWsAA1jD6.jpg', 'url': 'https://t.co/mcPd5AFfhA', 'display_url': 'pic.twitter.com/mcPd5AFfhA', 'expanded_url': 'https://twitter.com/dog_rates/status/673700254269775872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673700228504137728, 'id_str': '673700228504137728', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVl2ydUWsAA1jD6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl2ydUWsAA1jD6.jpg', 'url': 'https://t.co/mcPd5AFfhA', 'display_url': 'pic.twitter.com/mcPd5AFfhA', 'expanded_url': 'https://twitter.com/dog_rates/status/673700254269775872/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 501, 'favorite_count': 1282, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1949:673697980713705472
{'created_at': 'Mon Dec 07 02:58:09 +0000 2015', 'id': 673697980713705472, 'id_str': '673697980713705472', 'full_text': "This is Pickles. She's a tiny pointy pupper. Average walker. Very skeptical of wet leaf. 8/10 https://t.co/lepRCaGcgw", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673697971540762624, 'id_str': '673697971540762624', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVl0vFeWoAAMTfg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl0vFeWoAAMTfg.jpg', 'url': 'https://t.co/lepRCaGcgw', 'display_url': 'pic.twitter.com/lepRCaGcgw', 'expanded_url': 'https://twitter.com/dog_rates/status/673697980713705472/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 384, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 542, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 542, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673697971540762624, 'id_str': '673697971540762624', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVl0vFeWoAAMTfg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl0vFeWoAAMTfg.jpg', 'url': 'https://t.co/lepRCaGcgw', 'display_url': 'pic.twitter.com/lepRCaGcgw', 'expanded_url': 'https://twitter.com/dog_rates/status/673697980713705472/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 384, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 542, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 542, 'resize': 'fit'}}}, {'id': 673697971586863108, 'id_str': '673697971586863108', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVl0vFpWEAQl_J5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVl0vFpWEAQl_J5.jpg', 'url': 'https://t.co/lepRCaGcgw', 'display_url': 'pic.twitter.com/lepRCaGcgw', 'expanded_url': 'https://twitter.com/dog_rates/status/673697980713705472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 539, 'resize': 'fit'}, 'small': {'w': 680, 'h': 382, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 539, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1697, 'favorite_count': 3518, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1950:673689733134946305
{'created_at': 'Mon Dec 07 02:25:23 +0000 2015', 'id': 673689733134946305, 'id_str': '673689733134946305', 'full_text': "When you're having a blast and remember tomorrow's Monday. 11/10 https://t.co/YPsJasNVGe", 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673689698171228160, 'id_str': '673689698171228160', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CVltNgxWEAA5sCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVltNgxWEAA5sCJ.jpg', 'url': 'https://t.co/YPsJasNVGe', 'display_url': 'pic.twitter.com/YPsJasNVGe', 'expanded_url': 'https://twitter.com/dog_rates/status/673689733134946305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673689698171228160, 'id_str': '673689698171228160', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CVltNgxWEAA5sCJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVltNgxWEAA5sCJ.jpg', 'url': 'https://t.co/YPsJasNVGe', 'display_url': 'pic.twitter.com/YPsJasNVGe', 'expanded_url': 'https://twitter.com/dog_rates/status/673689733134946305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 673689698041208832, 'id_str': '673689698041208832', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CVltNgSWIAAfMKC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVltNgSWIAAfMKC.jpg', 'url': 'https://t.co/YPsJasNVGe', 'display_url': 'pic.twitter.com/YPsJasNVGe', 'expanded_url': 'https://twitter.com/dog_rates/status/673689733134946305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 570, 'favorite_count': 1546, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1951:673688752737402881
{'created_at': 'Mon Dec 07 02:21:29 +0000 2015', 'id': 673688752737402881, 'id_str': '673688752737402881', 'full_text': "Meet Larry. He doesn't know how to shoe. 9/10 damn it Larry https://t.co/jMki5GOV3y", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673688739344949248, 'id_str': '673688739344949248', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CVlsVs3WIAAja6m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlsVs3WIAAja6m.jpg', 'url': 'https://t.co/jMki5GOV3y', 'display_url': 'pic.twitter.com/jMki5GOV3y', 'expanded_url': 'https://twitter.com/dog_rates/status/673688752737402881/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1022, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 679, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1022, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673688739344949248, 'id_str': '673688739344949248', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CVlsVs3WIAAja6m.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlsVs3WIAAja6m.jpg', 'url': 'https://t.co/jMki5GOV3y', 'display_url': 'pic.twitter.com/jMki5GOV3y', 'expanded_url': 'https://twitter.com/dog_rates/status/673688752737402881/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1022, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 679, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1022, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 440, 'favorite_count': 1126, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1952:673686845050527744
{'created_at': 'Mon Dec 07 02:13:55 +0000 2015', 'id': 673686845050527744, 'id_str': '673686845050527744', 'full_text': "This is George. He's upset that the 4th of July isn't everyday. 11/10 https://t.co/wImU0jdx3E", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673686768529645568, 'id_str': '673686768529645568', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CVlqi_AXIAASlcD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlqi_AXIAASlcD.jpg', 'url': 'https://t.co/wImU0jdx3E', 'display_url': 'pic.twitter.com/wImU0jdx3E', 'expanded_url': 'https://twitter.com/dog_rates/status/673686845050527744/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673686768529645568, 'id_str': '673686768529645568', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CVlqi_AXIAASlcD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlqi_AXIAASlcD.jpg', 'url': 'https://t.co/wImU0jdx3E', 'display_url': 'pic.twitter.com/wImU0jdx3E', 'expanded_url': 'https://twitter.com/dog_rates/status/673686845050527744/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 377, 'favorite_count': 1277, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1953:673680198160809984
{'created_at': 'Mon Dec 07 01:47:30 +0000 2015', 'id': 673680198160809984, 'id_str': '673680198160809984', 'full_text': 'This is Shnuggles. I would kill for Shnuggles. 13/10 https://t.co/GwvpQiQ7oQ', 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673680162584698880, 'id_str': '673680162584698880', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CVlkid8WoAAqDlB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlkid8WoAAqDlB.jpg', 'url': 'https://t.co/GwvpQiQ7oQ', 'display_url': 'pic.twitter.com/GwvpQiQ7oQ', 'expanded_url': 'https://twitter.com/dog_rates/status/673680198160809984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673680162584698880, 'id_str': '673680162584698880', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CVlkid8WoAAqDlB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlkid8WoAAqDlB.jpg', 'url': 'https://t.co/GwvpQiQ7oQ', 'display_url': 'pic.twitter.com/GwvpQiQ7oQ', 'expanded_url': 'https://twitter.com/dog_rates/status/673680198160809984/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 418, 'favorite_count': 1230, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1954:673662677122719744
{'created_at': 'Mon Dec 07 00:37:52 +0000 2015', 'id': 673662677122719744, 'id_str': '673662677122719744', 'full_text': 'This is Kendall. 12/10 would cuddle the hell out of https://t.co/fJulMurnfj', 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673662511204319236, 'id_str': '673662511204319236', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CVlUfBbUwAQyfcD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlUfBbUwAQyfcD.jpg', 'url': 'https://t.co/fJulMurnfj', 'display_url': 'pic.twitter.com/fJulMurnfj', 'expanded_url': 'https://twitter.com/dog_rates/status/673662677122719744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 924, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 924, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 614, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673662511204319236, 'id_str': '673662511204319236', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CVlUfBbUwAQyfcD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlUfBbUwAQyfcD.jpg', 'url': 'https://t.co/fJulMurnfj', 'display_url': 'pic.twitter.com/fJulMurnfj', 'expanded_url': 'https://twitter.com/dog_rates/status/673662677122719744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 924, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 924, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 614, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 328, 'favorite_count': 1131, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1955:673656262056419329
{'created_at': 'Mon Dec 07 00:12:23 +0000 2015', 'id': 673656262056419329, 'id_str': '673656262056419329', 'full_text': "This is Albert AKA King Banana Peel. He's a kind ruler of the kitchen. Very jubilant pupper. 10/10 overall great dog https://t.co/PN8hxgZ9We", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673656255106441220, 'id_str': '673656255106441220', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVlOy3pW4AQ9H1K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlOy3pW4AQ9H1K.jpg', 'url': 'https://t.co/PN8hxgZ9We', 'display_url': 'pic.twitter.com/PN8hxgZ9We', 'expanded_url': 'https://twitter.com/dog_rates/status/673656262056419329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673656255106441220, 'id_str': '673656255106441220', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVlOy3pW4AQ9H1K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVlOy3pW4AQ9H1K.jpg', 'url': 'https://t.co/PN8hxgZ9We', 'display_url': 'pic.twitter.com/PN8hxgZ9We', 'expanded_url': 'https://twitter.com/dog_rates/status/673656262056419329/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 199, 'favorite_count': 650, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1956:673636718965334016
{'created_at': 'Sun Dec 06 22:54:44 +0000 2015', 'id': 673636718965334016, 'id_str': '673636718965334016', 'full_text': 'This is a Lofted Aphrodisiac Terrier named Kip. Big fan of bed n breakfasts. Fits perfectly. 10/10 would pet firmly https://t.co/gKlLpNzIl3', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673636700506181632, 'id_str': '673636700506181632', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVk9ApFWUAA-S1s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVk9ApFWUAA-S1s.jpg', 'url': 'https://t.co/gKlLpNzIl3', 'display_url': 'pic.twitter.com/gKlLpNzIl3', 'expanded_url': 'https://twitter.com/dog_rates/status/673636718965334016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 686, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 686, 'resize': 'fit'}, 'small': {'w': 680, 'h': 456, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673636700506181632, 'id_str': '673636700506181632', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVk9ApFWUAA-S1s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVk9ApFWUAA-S1s.jpg', 'url': 'https://t.co/gKlLpNzIl3', 'display_url': 'pic.twitter.com/gKlLpNzIl3', 'expanded_url': 'https://twitter.com/dog_rates/status/673636718965334016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 686, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 686, 'resize': 'fit'}, 'small': {'w': 680, 'h': 456, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 308, 'favorite_count': 995, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1957:673612854080196609
{'created_at': 'Sun Dec 06 21:19:54 +0000 2015', 'id': 673612854080196609, 'id_str': '673612854080196609', 'full_text': "This is Jeffri. He's a speckled ice pupper. Very lazy. Enjoys the occasional swim. Rather majestic really. 7/10 https://t.co/0iyItbtkr8", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673612849076310016, 'id_str': '673612849076310016', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVknUTlVEAARjU5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVknUTlVEAARjU5.jpg', 'url': 'https://t.co/0iyItbtkr8', 'display_url': 'pic.twitter.com/0iyItbtkr8', 'expanded_url': 'https://twitter.com/dog_rates/status/673612854080196609/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 638, 'resize': 'fit'}, 'large': {'w': 960, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673612849076310016, 'id_str': '673612849076310016', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVknUTlVEAARjU5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVknUTlVEAARjU5.jpg', 'url': 'https://t.co/0iyItbtkr8', 'display_url': 'pic.twitter.com/0iyItbtkr8', 'expanded_url': 'https://twitter.com/dog_rates/status/673612854080196609/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 452, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 638, 'resize': 'fit'}, 'large': {'w': 960, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 632, 'favorite_count': 1426, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1958:673583129559498752
{'created_at': 'Sun Dec 06 19:21:47 +0000 2015', 'id': 673583129559498752, 'id_str': '673583129559498752', 'full_text': 'This is Sandy. She loves her spot by the tree. Contemplating her true purpose in the universe. Wears socks. 11/10 https://t.co/JpoEvgbDug', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673583110961934336, 'id_str': '673583110961934336', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVkMRUeWsAA9bMh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVkMRUeWsAA9bMh.jpg', 'url': 'https://t.co/JpoEvgbDug', 'display_url': 'pic.twitter.com/JpoEvgbDug', 'expanded_url': 'https://twitter.com/dog_rates/status/673583129559498752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673583110961934336, 'id_str': '673583110961934336', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVkMRUeWsAA9bMh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVkMRUeWsAA9bMh.jpg', 'url': 'https://t.co/JpoEvgbDug', 'display_url': 'pic.twitter.com/JpoEvgbDug', 'expanded_url': 'https://twitter.com/dog_rates/status/673583129559498752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 314, 'favorite_count': 1068, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1959:673580926094458881
{'created_at': 'Sun Dec 06 19:13:01 +0000 2015', 'id': 673580926094458881, 'id_str': '673580926094458881', 'full_text': 'When you ask your professor about extra credit on the last day of class. 8/10 https://t.co/H6rqZyE4NP', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673580917777178625, 'id_str': '673580917777178625', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CVkKRqOXIAEX83-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVkKRqOXIAEX83-.jpg', 'url': 'https://t.co/H6rqZyE4NP', 'display_url': 'pic.twitter.com/H6rqZyE4NP', 'expanded_url': 'https://twitter.com/dog_rates/status/673580926094458881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673580917777178625, 'id_str': '673580917777178625', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CVkKRqOXIAEX83-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVkKRqOXIAEX83-.jpg', 'url': 'https://t.co/H6rqZyE4NP', 'display_url': 'pic.twitter.com/H6rqZyE4NP', 'expanded_url': 'https://twitter.com/dog_rates/status/673580926094458881/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 239, 'favorite_count': 738, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1960:673576835670777856
{'created_at': 'Sun Dec 06 18:56:46 +0000 2015', 'id': 673576835670777856, 'id_str': '673576835670777856', 'full_text': 'Sun burnt dog here. Quite large. Wants to promote peace. Looks unemployed. Ears for days. 7/10 would pet profusely https://t.co/WlKiN3ll0w', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673576829651841024, 'id_str': '673576829651841024', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVkGjsxU8AA5OYX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVkGjsxU8AA5OYX.jpg', 'url': 'https://t.co/WlKiN3ll0w', 'display_url': 'pic.twitter.com/WlKiN3ll0w', 'expanded_url': 'https://twitter.com/dog_rates/status/673576835670777856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673576829651841024, 'id_str': '673576829651841024', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVkGjsxU8AA5OYX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVkGjsxU8AA5OYX.jpg', 'url': 'https://t.co/WlKiN3ll0w', 'display_url': 'pic.twitter.com/WlKiN3ll0w', 'expanded_url': 'https://twitter.com/dog_rates/status/673576835670777856/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 488, 'favorite_count': 1236, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1961:673363615379013632
{'created_at': 'Sun Dec 06 04:49:31 +0000 2015', 'id': 673363615379013632, 'id_str': '673363615379013632', 'full_text': "This little pupper can't wait for Christmas. He's pretending to be a present. S'cute. 11/10 twenty more days 🎁🎄🐶 https://t.co/m8r9rbcgX4", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673363609787985921, 'id_str': '673363609787985921', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVhEoq4WcAE8pBm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVhEoq4WcAE8pBm.jpg', 'url': 'https://t.co/m8r9rbcgX4', 'display_url': 'pic.twitter.com/m8r9rbcgX4', 'expanded_url': 'https://twitter.com/dog_rates/status/673363615379013632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673363609787985921, 'id_str': '673363609787985921', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVhEoq4WcAE8pBm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVhEoq4WcAE8pBm.jpg', 'url': 'https://t.co/m8r9rbcgX4', 'display_url': 'pic.twitter.com/m8r9rbcgX4', 'expanded_url': 'https://twitter.com/dog_rates/status/673363615379013632/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 267, 'favorite_count': 932, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1962:673359818736984064
{'created_at': 'Sun Dec 06 04:34:25 +0000 2015', 'id': 673359818736984064, 'id_str': '673359818736984064', 'full_text': 'This is Steve. He was just relaxing in hot tub when he was intruded upon. 8/10 poor little pup https://t.co/EPq0MRAraJ', 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673359812403531776, 'id_str': '673359812403531776', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CVhBLohWEAAXtYl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVhBLohWEAAXtYl.jpg', 'url': 'https://t.co/EPq0MRAraJ', 'display_url': 'pic.twitter.com/EPq0MRAraJ', 'expanded_url': 'https://twitter.com/dog_rates/status/673359818736984064/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 700, 'h': 700, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 700, 'h': 700, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673359812403531776, 'id_str': '673359812403531776', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CVhBLohWEAAXtYl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVhBLohWEAAXtYl.jpg', 'url': 'https://t.co/EPq0MRAraJ', 'display_url': 'pic.twitter.com/EPq0MRAraJ', 'expanded_url': 'https://twitter.com/dog_rates/status/673359818736984064/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 700, 'h': 700, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 700, 'h': 700, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 594, 'favorite_count': 1288, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1963:673355879178194945
{'created_at': 'Sun Dec 06 04:18:46 +0000 2015', 'id': 673355879178194945, 'id_str': '673355879178194945', 'full_text': "This is Koda. She's a boss. Helps shift gears. Can even drive herself. Still no seat belt (reckless af). 11/10 https://t.co/0zUxlrhZrQ", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673355872538599424, 'id_str': '673355872538599424', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVg9mTYWIAAu7J6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg9mTYWIAAu7J6.jpg', 'url': 'https://t.co/0zUxlrhZrQ', 'display_url': 'pic.twitter.com/0zUxlrhZrQ', 'expanded_url': 'https://twitter.com/dog_rates/status/673355879178194945/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673355872538599424, 'id_str': '673355872538599424', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVg9mTYWIAAu7J6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg9mTYWIAAu7J6.jpg', 'url': 'https://t.co/0zUxlrhZrQ', 'display_url': 'pic.twitter.com/0zUxlrhZrQ', 'expanded_url': 'https://twitter.com/dog_rates/status/673355879178194945/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 673355872572166144, 'id_str': '673355872572166144', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVg9mTgWUAAPmbI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg9mTgWUAAPmbI.jpg', 'url': 'https://t.co/0zUxlrhZrQ', 'display_url': 'pic.twitter.com/0zUxlrhZrQ', 'expanded_url': 'https://twitter.com/dog_rates/status/673355879178194945/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 370, 'h': 492, 'resize': 'fit'}, 'small': {'w': 370, 'h': 492, 'resize': 'fit'}, 'medium': {'w': 370, 'h': 492, 'resize': 'fit'}}}, {'id': 673355872559591429, 'id_str': '673355872559591429', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVg9mTdWcAU5efR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg9mTdWcAU5efR.jpg', 'url': 'https://t.co/0zUxlrhZrQ', 'display_url': 'pic.twitter.com/0zUxlrhZrQ', 'expanded_url': 'https://twitter.com/dog_rates/status/673355879178194945/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 494, 'favorite_count': 1345, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1964:673352124999274496
{'created_at': 'Sun Dec 06 04:03:51 +0000 2015', 'id': 673352124999274496, 'id_str': '673352124999274496', 'full_text': '*lets out a tiny screech and then goes into complete cardiac arrest* 12/10 https://t.co/az5PLGzVNJ', 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673352119580237824, 'id_str': '673352119580237824', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CVg6L2hWIAAYuEb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg6L2hWIAAYuEb.jpg', 'url': 'https://t.co/az5PLGzVNJ', 'display_url': 'pic.twitter.com/az5PLGzVNJ', 'expanded_url': 'https://twitter.com/dog_rates/status/673352124999274496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673352119580237824, 'id_str': '673352119580237824', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CVg6L2hWIAAYuEb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg6L2hWIAAYuEb.jpg', 'url': 'https://t.co/az5PLGzVNJ', 'display_url': 'pic.twitter.com/az5PLGzVNJ', 'expanded_url': 'https://twitter.com/dog_rates/status/673352124999274496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 475, 'favorite_count': 1496, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1965:673350198937153538
{'created_at': 'Sun Dec 06 03:56:12 +0000 2015', 'id': 673350198937153538, 'id_str': '673350198937153538', 'full_text': "This is Bella. She's a Genghis Flopped Canuck. Stuck in trash can. 9/10 not to happy about it https://t.co/RMv9EAv57u", 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673350191790034944, 'id_str': '673350191790034944', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVg4bo8WEAANEEE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg4bo8WEAANEEE.jpg', 'url': 'https://t.co/RMv9EAv57u', 'display_url': 'pic.twitter.com/RMv9EAv57u', 'expanded_url': 'https://twitter.com/dog_rates/status/673350198937153538/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673350191790034944, 'id_str': '673350191790034944', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVg4bo8WEAANEEE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg4bo8WEAANEEE.jpg', 'url': 'https://t.co/RMv9EAv57u', 'display_url': 'pic.twitter.com/RMv9EAv57u', 'expanded_url': 'https://twitter.com/dog_rates/status/673350198937153538/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 185, 'favorite_count': 686, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1966:673345638550134785
{'created_at': 'Sun Dec 06 03:38:05 +0000 2015', 'id': 673345638550134785, 'id_str': '673345638550134785', 'full_text': "This is Gerald. He's a fluffy lil yellow pup. Always looks like his favorite team just lost on a hail mary. 7/10 https://t.co/GpSkpN8kXS", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673345633844072448, 'id_str': '673345633844072448', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVg0SVRWEAAsBrS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg0SVRWEAAsBrS.jpg', 'url': 'https://t.co/GpSkpN8kXS', 'display_url': 'pic.twitter.com/GpSkpN8kXS', 'expanded_url': 'https://twitter.com/dog_rates/status/673345638550134785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 448, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 448, 'resize': 'fit'}, 'small': {'w': 640, 'h': 448, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673345633844072448, 'id_str': '673345633844072448', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVg0SVRWEAAsBrS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVg0SVRWEAAsBrS.jpg', 'url': 'https://t.co/GpSkpN8kXS', 'display_url': 'pic.twitter.com/GpSkpN8kXS', 'expanded_url': 'https://twitter.com/dog_rates/status/673345638550134785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 448, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 448, 'resize': 'fit'}, 'small': {'w': 640, 'h': 448, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1104, 'favorite_count': 2234, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1967:673343217010679808
{'created_at': 'Sun Dec 06 03:28:27 +0000 2015', 'id': 673343217010679808, 'id_str': '673343217010679808', 'full_text': "IT'S SO SMALL ERMERGERF 11/10 https://t.co/dNUbKOSiWW", 'truncated': False, 'display_text_range': [0, 53], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673343210815545344, 'id_str': '673343210815545344', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/media/CVgyFSyU4AA9p1e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgyFSyU4AA9p1e.jpg', 'url': 'https://t.co/dNUbKOSiWW', 'display_url': 'pic.twitter.com/dNUbKOSiWW', 'expanded_url': 'https://twitter.com/dog_rates/status/673343217010679808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673343210815545344, 'id_str': '673343210815545344', 'indices': [30, 53], 'media_url': 'http://pbs.twimg.com/media/CVgyFSyU4AA9p1e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgyFSyU4AA9p1e.jpg', 'url': 'https://t.co/dNUbKOSiWW', 'display_url': 'pic.twitter.com/dNUbKOSiWW', 'expanded_url': 'https://twitter.com/dog_rates/status/673343217010679808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 235, 'favorite_count': 861, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1968:673342308415348736
{'created_at': 'Sun Dec 06 03:24:51 +0000 2015', 'id': 673342308415348736, 'id_str': '673342308415348736', 'full_text': "This is Django. He's a skilled assassin pupper. 10/10 https://t.co/w0YTuiRd1a", 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673342302996340736, 'id_str': '673342302996340736', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVgxQc5XIAAYL0W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgxQc5XIAAYL0W.jpg', 'url': 'https://t.co/w0YTuiRd1a', 'display_url': 'pic.twitter.com/w0YTuiRd1a', 'expanded_url': 'https://twitter.com/dog_rates/status/673342308415348736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673342302996340736, 'id_str': '673342302996340736', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVgxQc5XIAAYL0W.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgxQc5XIAAYL0W.jpg', 'url': 'https://t.co/w0YTuiRd1a', 'display_url': 'pic.twitter.com/w0YTuiRd1a', 'expanded_url': 'https://twitter.com/dog_rates/status/673342308415348736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 492, 'favorite_count': 1139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1969:673320132811366400
{'created_at': 'Sun Dec 06 01:56:44 +0000 2015', 'id': 673320132811366400, 'id_str': '673320132811366400', 'full_text': "This is Frankie. He's wearing blush. 11/10 really accents the cheek bones https://t.co/iJABMhVidf", 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673320125483892736, 'id_str': '673320125483892736', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673320125483892736, 'id_str': '673320125483892736', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjOWwAAa1PP.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 673320125462929409, 'id_str': '673320125462929409', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjJW4AEwxFg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjJW4AEwxFg.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}, {'id': 673320125479653376, 'id_str': '673320125479653376', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFjNWEAAxmbq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFjNWEAAxmbq.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 673320125676847104, 'id_str': '673320125676847104', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CVgdFj8XAAAwki9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgdFj8XAAAwki9.jpg', 'url': 'https://t.co/iJABMhVidf', 'display_url': 'pic.twitter.com/iJABMhVidf', 'expanded_url': 'https://twitter.com/dog_rates/status/673320132811366400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6895, 'favorite_count': 11986, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1970:673317986296586240
{'created_at': 'Sun Dec 06 01:48:12 +0000 2015', 'id': 673317986296586240, 'id_str': '673317986296586240', 'full_text': 'Take a moment and appreciate how these two dogs fell asleep. Simply magnificent. 10/10 for both https://t.co/juX48bWpng', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673317979384254464, 'id_str': '673317979384254464', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CVgbIoYVEAA9xMv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgbIoYVEAA9xMv.jpg', 'url': 'https://t.co/juX48bWpng', 'display_url': 'pic.twitter.com/juX48bWpng', 'expanded_url': 'https://twitter.com/dog_rates/status/673317986296586240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673317979384254464, 'id_str': '673317979384254464', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CVgbIoYVEAA9xMv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgbIoYVEAA9xMv.jpg', 'url': 'https://t.co/juX48bWpng', 'display_url': 'pic.twitter.com/juX48bWpng', 'expanded_url': 'https://twitter.com/dog_rates/status/673317986296586240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 720, 'resize': 'fit'}, 'large': {'w': 720, 'h': 720, 'resize': 'fit'}}}, {'id': 673317979396792321, 'id_str': '673317979396792321', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CVgbIobUYAEaeI3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgbIobUYAEaeI3.jpg', 'url': 'https://t.co/juX48bWpng', 'display_url': 'pic.twitter.com/juX48bWpng', 'expanded_url': 'https://twitter.com/dog_rates/status/673317986296586240/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 508, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 717, 'resize': 'fit'}, 'large': {'w': 960, 'h': 717, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 216, 'favorite_count': 782, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1971:673295268553605120
{'created_at': 'Sun Dec 06 00:17:55 +0000 2015', 'id': 673295268553605120, 'id_str': '673295268553605120', 'full_text': "Meet Eve. She's a raging alcoholic 8/10 (would b 11/10 but pupper alcoholism is a tragic issue that I can't condone) https://t.co/U36HYQIijg", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673295238912417794, 'id_str': '673295238912417794', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'url': 'https://t.co/U36HYQIijg', 'display_url': 'pic.twitter.com/U36HYQIijg', 'expanded_url': 'https://twitter.com/dog_rates/status/673295268553605120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673295238912417794, 'id_str': '673295238912417794', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVgGc9hWIAIe1bn.jpg', 'url': 'https://t.co/U36HYQIijg', 'display_url': 'pic.twitter.com/U36HYQIijg', 'expanded_url': 'https://twitter.com/dog_rates/status/673295268553605120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2752, 'favorite_count': 6736, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1972:673270968295534593
{'created_at': 'Sat Dec 05 22:41:22 +0000 2015', 'id': 673270968295534593, 'id_str': '673270968295534593', 'full_text': "This is Mac. His dad's probably a lawyer. 11/10 https://t.co/mjC0QpXGum", 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673270959684591616, 'id_str': '673270959684591616', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CVfwXuWWIAAqnoi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVfwXuWWIAAqnoi.jpg', 'url': 'https://t.co/mjC0QpXGum', 'display_url': 'pic.twitter.com/mjC0QpXGum', 'expanded_url': 'https://twitter.com/dog_rates/status/673270968295534593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673270959684591616, 'id_str': '673270959684591616', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CVfwXuWWIAAqnoi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVfwXuWWIAAqnoi.jpg', 'url': 'https://t.co/mjC0QpXGum', 'display_url': 'pic.twitter.com/mjC0QpXGum', 'expanded_url': 'https://twitter.com/dog_rates/status/673270968295534593/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 313, 'favorite_count': 960, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1973:673240798075449344
{'created_at': 'Sat Dec 05 20:41:29 +0000 2015', 'id': 673240798075449344, 'id_str': '673240798075449344', 'full_text': "Magical floating dog here. Very calm. Always hangs by the pond. Rather moist. Good listener. 6/10 personally I'd pet https://t.co/1euKoOvy49", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673240782124548096, 'id_str': '673240782124548096', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVfU7KLXAAAAgIa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVfU7KLXAAAAgIa.jpg', 'url': 'https://t.co/1euKoOvy49', 'display_url': 'pic.twitter.com/1euKoOvy49', 'expanded_url': 'https://twitter.com/dog_rates/status/673240798075449344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 765, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 765, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673240782124548096, 'id_str': '673240782124548096', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVfU7KLXAAAAgIa.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVfU7KLXAAAAgIa.jpg', 'url': 'https://t.co/1euKoOvy49', 'display_url': 'pic.twitter.com/1euKoOvy49', 'expanded_url': 'https://twitter.com/dog_rates/status/673240798075449344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 765, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 765, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 617, 'favorite_count': 1279, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1974:673213039743795200
{'created_at': 'Sat Dec 05 18:51:11 +0000 2015', 'id': 673213039743795200, 'id_str': '673213039743795200', 'full_text': 'This is Dexter. He just got some big news. 10/10 https://t.co/CbvCUE6PFI', 'truncated': False, 'display_text_range': [0, 72], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673213032630128640, 'id_str': '673213032630128640', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CVe7r7QVEAAc4Bg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVe7r7QVEAAc4Bg.jpg', 'url': 'https://t.co/CbvCUE6PFI', 'display_url': 'pic.twitter.com/CbvCUE6PFI', 'expanded_url': 'https://twitter.com/dog_rates/status/673213039743795200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 678, 'h': 967, 'resize': 'fit'}, 'small': {'w': 477, 'h': 680, 'resize': 'fit'}, 'large': {'w': 678, 'h': 967, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673213032630128640, 'id_str': '673213032630128640', 'indices': [49, 72], 'media_url': 'http://pbs.twimg.com/media/CVe7r7QVEAAc4Bg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVe7r7QVEAAc4Bg.jpg', 'url': 'https://t.co/CbvCUE6PFI', 'display_url': 'pic.twitter.com/CbvCUE6PFI', 'expanded_url': 'https://twitter.com/dog_rates/status/673213039743795200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 678, 'h': 967, 'resize': 'fit'}, 'small': {'w': 477, 'h': 680, 'resize': 'fit'}, 'large': {'w': 678, 'h': 967, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 724, 'favorite_count': 1979, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1975:673148804208660480
{'created_at': 'Sat Dec 05 14:35:56 +0000 2015', 'id': 673148804208660480, 'id_str': '673148804208660480', 'full_text': "This is Fletcher. He's had a ruff night. No more Fireball for Fletcher. 8/10 it'll be over soon pupper https://t.co/tA4WpkI2cw", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 673148794221932544, 'id_str': '673148794221932544', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CVeBQwiUsAAqhLw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVeBQwiUsAAqhLw.jpg', 'url': 'https://t.co/tA4WpkI2cw', 'display_url': 'pic.twitter.com/tA4WpkI2cw', 'expanded_url': 'https://twitter.com/dog_rates/status/673148804208660480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 673148794221932544, 'id_str': '673148794221932544', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CVeBQwiUsAAqhLw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVeBQwiUsAAqhLw.jpg', 'url': 'https://t.co/tA4WpkI2cw', 'display_url': 'pic.twitter.com/tA4WpkI2cw', 'expanded_url': 'https://twitter.com/dog_rates/status/673148804208660480/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 550, 'favorite_count': 1493, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1976:672997845381865473
{'created_at': 'Sat Dec 05 04:36:04 +0000 2015', 'id': 672997845381865473, 'id_str': '672997845381865473', 'full_text': "Say hello to Kenzie. She is a fluff ball. 12/10 you'd need to taser me for me to let go of her https://t.co/dph1UHNJrg", 'truncated': False, 'display_text_range': [0, 118], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672997838817796096, 'id_str': '672997838817796096', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CVb39_1XIAAMoIv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVb39_1XIAAMoIv.jpg', 'url': 'https://t.co/dph1UHNJrg', 'display_url': 'pic.twitter.com/dph1UHNJrg', 'expanded_url': 'https://twitter.com/dog_rates/status/672997845381865473/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672997838817796096, 'id_str': '672997838817796096', 'indices': [95, 118], 'media_url': 'http://pbs.twimg.com/media/CVb39_1XIAAMoIv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVb39_1XIAAMoIv.jpg', 'url': 'https://t.co/dph1UHNJrg', 'display_url': 'pic.twitter.com/dph1UHNJrg', 'expanded_url': 'https://twitter.com/dog_rates/status/672997845381865473/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 631, 'favorite_count': 1754, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1977:672995267319328768
{'created_at': 'Sat Dec 05 04:25:50 +0000 2015', 'id': 672995267319328768, 'id_str': '672995267319328768', 'full_text': 'This is Pumpkin. He can look in two different directions at once. Great with a screwdriver. 8/10 https://t.co/odpuqtz2Fq', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672995232229781504, 'id_str': '672995232229781504', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CVb1mRiWcAADBsE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVb1mRiWcAADBsE.jpg', 'url': 'https://t.co/odpuqtz2Fq', 'display_url': 'pic.twitter.com/odpuqtz2Fq', 'expanded_url': 'https://twitter.com/dog_rates/status/672995267319328768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 758, 'resize': 'fit'}, 'small': {'w': 680, 'h': 537, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 758, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672995232229781504, 'id_str': '672995232229781504', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CVb1mRiWcAADBsE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVb1mRiWcAADBsE.jpg', 'url': 'https://t.co/odpuqtz2Fq', 'display_url': 'pic.twitter.com/odpuqtz2Fq', 'expanded_url': 'https://twitter.com/dog_rates/status/672995267319328768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 758, 'resize': 'fit'}, 'small': {'w': 680, 'h': 537, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 758, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 253, 'favorite_count': 844, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1978:672988786805112832
{'created_at': 'Sat Dec 05 04:00:04 +0000 2015', 'id': 672988786805112832, 'id_str': '672988786805112832', 'full_text': "This is Schnozz. He's had a blurred tail since birth. Hasn't let that stop him. 10/10 inspirational pupper https://t.co/a3zYMcvbXG", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672988581774942208, 'id_str': '672988581774942208', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVbvjKqW4AA_CuD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbvjKqW4AA_CuD.jpg', 'url': 'https://t.co/a3zYMcvbXG', 'display_url': 'pic.twitter.com/a3zYMcvbXG', 'expanded_url': 'https://twitter.com/dog_rates/status/672988786805112832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672988581774942208, 'id_str': '672988581774942208', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVbvjKqW4AA_CuD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbvjKqW4AA_CuD.jpg', 'url': 'https://t.co/a3zYMcvbXG', 'display_url': 'pic.twitter.com/a3zYMcvbXG', 'expanded_url': 'https://twitter.com/dog_rates/status/672988786805112832/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 254, 'favorite_count': 878, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1979:672984142909456390
{'created_at': 'Sat Dec 05 03:41:37 +0000 2015', 'id': 672984142909456390, 'id_str': '672984142909456390', 'full_text': 'Very happy pup here. Always smiling. Loves his little leaf. Carries it everywhere with him. 9/10 https://t.co/81BCQAyvcs', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672984067529310208, 'id_str': '672984067529310208', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CVbrcZyVAAA5Wpq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbrcZyVAAA5Wpq.jpg', 'url': 'https://t.co/81BCQAyvcs', 'display_url': 'pic.twitter.com/81BCQAyvcs', 'expanded_url': 'https://twitter.com/dog_rates/status/672984142909456390/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 962, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 962, 'resize': 'fit'}, 'small': {'w': 680, 'h': 639, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672984067529310208, 'id_str': '672984067529310208', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CVbrcZyVAAA5Wpq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbrcZyVAAA5Wpq.jpg', 'url': 'https://t.co/81BCQAyvcs', 'display_url': 'pic.twitter.com/81BCQAyvcs', 'expanded_url': 'https://twitter.com/dog_rates/status/672984142909456390/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 962, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 962, 'resize': 'fit'}, 'small': {'w': 680, 'h': 639, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 471, 'favorite_count': 1120, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1980:672980819271634944
{'created_at': 'Sat Dec 05 03:28:25 +0000 2015', 'id': 672980819271634944, 'id_str': '672980819271634944', 'full_text': 'Extraordinary dog here. Looks large. Just a head. No body. Rather intrusive. 5/10 would still pet https://t.co/ufHWUFA9Pu', 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672980779580829696, 'id_str': '672980779580829696', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CVbodBOUsAAb7jZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbodBOUsAAb7jZ.jpg', 'url': 'https://t.co/ufHWUFA9Pu', 'display_url': 'pic.twitter.com/ufHWUFA9Pu', 'expanded_url': 'https://twitter.com/dog_rates/status/672980819271634944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672980779580829696, 'id_str': '672980779580829696', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CVbodBOUsAAb7jZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbodBOUsAAb7jZ.jpg', 'url': 'https://t.co/ufHWUFA9Pu', 'display_url': 'pic.twitter.com/ufHWUFA9Pu', 'expanded_url': 'https://twitter.com/dog_rates/status/672980819271634944/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 891, 'favorite_count': 1630, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1981:672975131468300288
{'created_at': 'Sat Dec 05 03:05:49 +0000 2015', 'id': 672975131468300288, 'id_str': '672975131468300288', 'full_text': 'This is Chuckles. He is one skeptical pupper. 10/10 stay woke Chuckles https://t.co/ZlcF0TIRW1', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672975080402628609, 'id_str': '672975080402628609', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVbjRSIWsAElw2s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbjRSIWsAElw2s.jpg', 'url': 'https://t.co/ZlcF0TIRW1', 'display_url': 'pic.twitter.com/ZlcF0TIRW1', 'expanded_url': 'https://twitter.com/dog_rates/status/672975131468300288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672975080402628609, 'id_str': '672975080402628609', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVbjRSIWsAElw2s.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbjRSIWsAElw2s.jpg', 'url': 'https://t.co/ZlcF0TIRW1', 'display_url': 'pic.twitter.com/ZlcF0TIRW1', 'expanded_url': 'https://twitter.com/dog_rates/status/672975131468300288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 783, 'favorite_count': 1498, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1982:672970152493887488
{'created_at': 'Sat Dec 05 02:46:02 +0000 2015', 'id': 672970152493887488, 'id_str': '672970152493887488', 'full_text': "This is Chet. He's having a hard time. Really struggling. 7/10 hang in there pupper https://t.co/eb4ta0xtnd", 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672970146609164289, 'id_str': '672970146609164289', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CVbeyGUU8AEq300.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbeyGUU8AEq300.jpg', 'url': 'https://t.co/eb4ta0xtnd', 'display_url': 'pic.twitter.com/eb4ta0xtnd', 'expanded_url': 'https://twitter.com/dog_rates/status/672970152493887488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 487, 'resize': 'fit'}, 'small': {'w': 480, 'h': 487, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 487, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672970146609164289, 'id_str': '672970146609164289', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CVbeyGUU8AEq300.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbeyGUU8AEq300.jpg', 'url': 'https://t.co/eb4ta0xtnd', 'display_url': 'pic.twitter.com/eb4ta0xtnd', 'expanded_url': 'https://twitter.com/dog_rates/status/672970152493887488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 487, 'resize': 'fit'}, 'small': {'w': 480, 'h': 487, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 487, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 305, 'favorite_count': 841, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1983:672968025906282496
{'created_at': 'Sat Dec 05 02:37:35 +0000 2015', 'id': 672968025906282496, 'id_str': '672968025906282496', 'full_text': "This is Gustaf. He's a purebred Chevy Equinox. Loves to shred. Gnarly lil pup. Great with the babes. 11/10 https://t.co/7CbO2eMAgJ", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672968020474638337, 'id_str': '672968020474638337', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVbc2V2WsAE3-kn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbc2V2WsAE3-kn.jpg', 'url': 'https://t.co/7CbO2eMAgJ', 'display_url': 'pic.twitter.com/7CbO2eMAgJ', 'expanded_url': 'https://twitter.com/dog_rates/status/672968025906282496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672968020474638337, 'id_str': '672968020474638337', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVbc2V2WsAE3-kn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbc2V2WsAE3-kn.jpg', 'url': 'https://t.co/7CbO2eMAgJ', 'display_url': 'pic.twitter.com/7CbO2eMAgJ', 'expanded_url': 'https://twitter.com/dog_rates/status/672968025906282496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 471, 'favorite_count': 1186, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1984:672964561327235073
{'created_at': 'Sat Dec 05 02:23:49 +0000 2015', 'id': 672964561327235073, 'id_str': '672964561327235073', 'full_text': "This is Terry. He's a Toasty Western Sriracha. Doubles as a table. Great for parties. 10/10 would highly recommend https://t.co/1ui7a1ZLTT", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672964555207757826, 'id_str': '672964555207757826', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVbZsouWUAIsxMc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbZsouWUAIsxMc.jpg', 'url': 'https://t.co/1ui7a1ZLTT', 'display_url': 'pic.twitter.com/1ui7a1ZLTT', 'expanded_url': 'https://twitter.com/dog_rates/status/672964561327235073/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 749, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672964555207757826, 'id_str': '672964555207757826', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVbZsouWUAIsxMc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVbZsouWUAIsxMc.jpg', 'url': 'https://t.co/1ui7a1ZLTT', 'display_url': 'pic.twitter.com/1ui7a1ZLTT', 'expanded_url': 'https://twitter.com/dog_rates/status/672964561327235073/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 749, 'h': 749, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 749, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 557, 'favorite_count': 1262, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1985:672902681409806336
{'created_at': 'Fri Dec 04 22:17:55 +0000 2015', 'id': 672902681409806336, 'id_str': '672902681409806336', 'full_text': "This is Jimison. He's stuck in a pot. Damn it Jimison. 9/10 https://t.co/KpLyca3o3E", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672902676334706688, 'id_str': '672902676334706688', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CVahaz9XAAA8uTy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVahaz9XAAA8uTy.jpg', 'url': 'https://t.co/KpLyca3o3E', 'display_url': 'pic.twitter.com/KpLyca3o3E', 'expanded_url': 'https://twitter.com/dog_rates/status/672902681409806336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672902676334706688, 'id_str': '672902676334706688', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CVahaz9XAAA8uTy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVahaz9XAAA8uTy.jpg', 'url': 'https://t.co/KpLyca3o3E', 'display_url': 'pic.twitter.com/KpLyca3o3E', 'expanded_url': 'https://twitter.com/dog_rates/status/672902681409806336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 425, 'favorite_count': 1233, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1986:672898206762672129
{'created_at': 'Fri Dec 04 22:00:08 +0000 2015', 'id': 672898206762672129, 'id_str': '672898206762672129', 'full_text': 'This is Cheryl AKA Queen Pupper of the Skies. Experienced fighter pilot. Much skill. True hero. 11/10 https://t.co/i4XJEWwdsp', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672898203147247616, 'id_str': '672898203147247616', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CVadWcCXIAAL4Sh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVadWcCXIAAL4Sh.jpg', 'url': 'https://t.co/i4XJEWwdsp', 'display_url': 'pic.twitter.com/i4XJEWwdsp', 'expanded_url': 'https://twitter.com/dog_rates/status/672898206762672129/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 375, 'resize': 'fit'}, 'large': {'w': 500, 'h': 375, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 375, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672898203147247616, 'id_str': '672898203147247616', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CVadWcCXIAAL4Sh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVadWcCXIAAL4Sh.jpg', 'url': 'https://t.co/i4XJEWwdsp', 'display_url': 'pic.twitter.com/i4XJEWwdsp', 'expanded_url': 'https://twitter.com/dog_rates/status/672898206762672129/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 500, 'h': 375, 'resize': 'fit'}, 'large': {'w': 500, 'h': 375, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 375, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285972, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 363, 'favorite_count': 791, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1987:672884426393653248
{'created_at': 'Fri Dec 04 21:05:23 +0000 2015', 'id': 672884426393653248, 'id_str': '672884426393653248', 'full_text': 'Marvelous dog here. Rad ears. Not very soft. Large tumor on nose. Has a pet rock. Good w kids. 6/10 overall neat pup https://t.co/g5YkRqP0dg', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672884420823527424, 'id_str': '672884420823527424', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVaQ0M4UsAAki3t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVaQ0M4UsAAki3t.jpg', 'url': 'https://t.co/g5YkRqP0dg', 'display_url': 'pic.twitter.com/g5YkRqP0dg', 'expanded_url': 'https://twitter.com/dog_rates/status/672884426393653248/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 710, 'h': 536, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 710, 'h': 536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 513, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672884420823527424, 'id_str': '672884420823527424', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVaQ0M4UsAAki3t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVaQ0M4UsAAki3t.jpg', 'url': 'https://t.co/g5YkRqP0dg', 'display_url': 'pic.twitter.com/g5YkRqP0dg', 'expanded_url': 'https://twitter.com/dog_rates/status/672884426393653248/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 710, 'h': 536, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 710, 'h': 536, 'resize': 'fit'}, 'small': {'w': 680, 'h': 513, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 731, 'favorite_count': 1370, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1988:672877615439593473
{'created_at': 'Fri Dec 04 20:38:19 +0000 2015', 'id': 672877615439593473, 'id_str': '672877615439593473', 'full_text': "This is Oscar. He's getting bombarded with the snacks. Not sure he's happy about it. 8/10 for Oscar https://t.co/dJHI7uC2y3", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672877613036273665, 'id_str': '672877613036273665', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CVaKn75XAAEU09u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVaKn75XAAEU09u.jpg', 'url': 'https://t.co/dJHI7uC2y3', 'display_url': 'pic.twitter.com/dJHI7uC2y3', 'expanded_url': 'https://twitter.com/dog_rates/status/672877615439593473/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 642, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 642, 'resize': 'fit'}, 'small': {'w': 640, 'h': 642, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672877613036273665, 'id_str': '672877613036273665', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CVaKn75XAAEU09u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVaKn75XAAEU09u.jpg', 'url': 'https://t.co/dJHI7uC2y3', 'display_url': 'pic.twitter.com/dJHI7uC2y3', 'expanded_url': 'https://twitter.com/dog_rates/status/672877615439593473/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 642, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 642, 'resize': 'fit'}, 'small': {'w': 640, 'h': 642, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 302, 'favorite_count': 909, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1989:672834301050937345
{'created_at': 'Fri Dec 04 17:46:12 +0000 2015', 'id': 672834301050937345, 'id_str': '672834301050937345', 'full_text': "This is Ed. He's not mad, just disappointed. 10/10 https://t.co/BIljU0zhLN", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672834296361582592, 'id_str': '672834296361582592', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CVZjOktVAAAtigw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVZjOktVAAAtigw.jpg', 'url': 'https://t.co/BIljU0zhLN', 'display_url': 'pic.twitter.com/BIljU0zhLN', 'expanded_url': 'https://twitter.com/dog_rates/status/672834301050937345/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672834296361582592, 'id_str': '672834296361582592', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CVZjOktVAAAtigw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVZjOktVAAAtigw.jpg', 'url': 'https://t.co/BIljU0zhLN', 'display_url': 'pic.twitter.com/BIljU0zhLN', 'expanded_url': 'https://twitter.com/dog_rates/status/672834301050937345/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 504, 'favorite_count': 1158, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1990:672828477930868736
{'created_at': 'Fri Dec 04 17:23:04 +0000 2015', 'id': 672828477930868736, 'id_str': '672828477930868736', 'full_text': "This is Jerry. He's a Timbuk Slytherin. Eats his pizza from the side first. Crushed that cup with his bare paws 9/10 https://t.co/fvxHL6cRRs", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672828474801942529, 'id_str': '672828474801942529', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVZd7ttWcAEs2wP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVZd7ttWcAEs2wP.jpg', 'url': 'https://t.co/fvxHL6cRRs', 'display_url': 'pic.twitter.com/fvxHL6cRRs', 'expanded_url': 'https://twitter.com/dog_rates/status/672828477930868736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672828474801942529, 'id_str': '672828474801942529', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVZd7ttWcAEs2wP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVZd7ttWcAEs2wP.jpg', 'url': 'https://t.co/fvxHL6cRRs', 'display_url': 'pic.twitter.com/fvxHL6cRRs', 'expanded_url': 'https://twitter.com/dog_rates/status/672828477930868736/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 419, 'favorite_count': 1110, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1991:672640509974827008
{'created_at': 'Fri Dec 04 04:56:09 +0000 2015', 'id': 672640509974827008, 'id_str': '672640509974827008', 'full_text': 'This is Leonidas. He just got rekt by a snowball. 9/10 doggy down https://t.co/uNrmYDUa9M', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672640493281411072, 'id_str': '672640493281411072', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CVWy9v-VAAALSoE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWy9v-VAAALSoE.jpg', 'url': 'https://t.co/uNrmYDUa9M', 'display_url': 'pic.twitter.com/uNrmYDUa9M', 'expanded_url': 'https://twitter.com/dog_rates/status/672640509974827008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 674, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 611, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672640493281411072, 'id_str': '672640493281411072', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CVWy9v-VAAALSoE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWy9v-VAAALSoE.jpg', 'url': 'https://t.co/uNrmYDUa9M', 'display_url': 'pic.twitter.com/uNrmYDUa9M', 'expanded_url': 'https://twitter.com/dog_rates/status/672640509974827008/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 674, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 611, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 272, 'favorite_count': 874, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1992:672622327801233409
{'created_at': 'Fri Dec 04 03:43:54 +0000 2015', 'id': 672622327801233409, 'id_str': '672622327801233409', 'full_text': "This lil pupper is sad because we haven't found Kony yet. RT to spread awareness. 12/10 would pet firmly https://t.co/Cv7dRdcMvQ", 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672622321664811010, 'id_str': '672622321664811010', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CVWicBbUYAIomjC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWicBbUYAIomjC.jpg', 'url': 'https://t.co/Cv7dRdcMvQ', 'display_url': 'pic.twitter.com/Cv7dRdcMvQ', 'expanded_url': 'https://twitter.com/dog_rates/status/672622327801233409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672622321664811010, 'id_str': '672622321664811010', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CVWicBbUYAIomjC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWicBbUYAIomjC.jpg', 'url': 'https://t.co/Cv7dRdcMvQ', 'display_url': 'pic.twitter.com/Cv7dRdcMvQ', 'expanded_url': 'https://twitter.com/dog_rates/status/672622327801233409/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 423, 'favorite_count': 1151, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1993:672614745925664768
{'created_at': 'Fri Dec 04 03:13:46 +0000 2015', 'id': 672614745925664768, 'id_str': '672614745925664768', 'full_text': "This is Norman. Doesn't bark much. Very docile pup. Up to date on current events. Overall nifty pupper. 6/10 https://t.co/ntxsR98f3U", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672614739944595456, 'id_str': '672614739944595456', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CVWbitUW4AAzclx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWbitUW4AAzclx.jpg', 'url': 'https://t.co/ntxsR98f3U', 'display_url': 'pic.twitter.com/ntxsR98f3U', 'expanded_url': 'https://twitter.com/dog_rates/status/672614745925664768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672614739944595456, 'id_str': '672614739944595456', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CVWbitUW4AAzclx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWbitUW4AAzclx.jpg', 'url': 'https://t.co/ntxsR98f3U', 'display_url': 'pic.twitter.com/ntxsR98f3U', 'expanded_url': 'https://twitter.com/dog_rates/status/672614745925664768/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 512, 'favorite_count': 1091, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1994:672609152938721280
{'created_at': 'Fri Dec 04 02:51:33 +0000 2015', 'id': 672609152938721280, 'id_str': '672609152938721280', 'full_text': 'This is Caryl. Likes to get in the microwave. 9/10 damn it Caryl https://t.co/YAVwvNaois', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672609147054067713, 'id_str': '672609147054067713', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CVWWdKLWEAEnSk7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWWdKLWEAEnSk7.jpg', 'url': 'https://t.co/YAVwvNaois', 'display_url': 'pic.twitter.com/YAVwvNaois', 'expanded_url': 'https://twitter.com/dog_rates/status/672609152938721280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672609147054067713, 'id_str': '672609147054067713', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CVWWdKLWEAEnSk7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWWdKLWEAEnSk7.jpg', 'url': 'https://t.co/YAVwvNaois', 'display_url': 'pic.twitter.com/YAVwvNaois', 'expanded_url': 'https://twitter.com/dog_rates/status/672609152938721280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 338, 'favorite_count': 971, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1995:672604026190569472
{'created_at': 'Fri Dec 04 02:31:10 +0000 2015', 'id': 672604026190569472, 'id_str': '672604026190569472', 'full_text': 'This is a baby Rand Paul. Curls for days. 11/10 would cuddle the hell out of https://t.co/xHXNaPAYRe', 'truncated': False, 'display_text_range': [0, 100], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672604021119655936, 'id_str': '672604021119655936', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CVWRyylWIAAMltv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWRyylWIAAMltv.jpg', 'url': 'https://t.co/xHXNaPAYRe', 'display_url': 'pic.twitter.com/xHXNaPAYRe', 'expanded_url': 'https://twitter.com/dog_rates/status/672604026190569472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 778, 'h': 947, 'resize': 'fit'}, 'large': {'w': 778, 'h': 947, 'resize': 'fit'}, 'small': {'w': 559, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672604021119655936, 'id_str': '672604021119655936', 'indices': [77, 100], 'media_url': 'http://pbs.twimg.com/media/CVWRyylWIAAMltv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWRyylWIAAMltv.jpg', 'url': 'https://t.co/xHXNaPAYRe', 'display_url': 'pic.twitter.com/xHXNaPAYRe', 'expanded_url': 'https://twitter.com/dog_rates/status/672604026190569472/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 778, 'h': 947, 'resize': 'fit'}, 'large': {'w': 778, 'h': 947, 'resize': 'fit'}, 'small': {'w': 559, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 337, 'favorite_count': 973, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1996:672594978741354496
{'created_at': 'Fri Dec 04 01:55:13 +0000 2015', 'id': 672594978741354496, 'id_str': '672594978741354496', 'full_text': "Meet Scott. Just trying to catch his train to work. Doesn't need everybody staring. 9/10 ignore the haters pupper https://t.co/jyXbZ35MYz", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672594973443928066, 'id_str': '672594973443928066', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVWJkJXWsAInlZl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWJkJXWsAInlZl.jpg', 'url': 'https://t.co/jyXbZ35MYz', 'display_url': 'pic.twitter.com/jyXbZ35MYz', 'expanded_url': 'https://twitter.com/dog_rates/status/672594978741354496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672594973443928066, 'id_str': '672594973443928066', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVWJkJXWsAInlZl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWJkJXWsAInlZl.jpg', 'url': 'https://t.co/jyXbZ35MYz', 'display_url': 'pic.twitter.com/jyXbZ35MYz', 'expanded_url': 'https://twitter.com/dog_rates/status/672594978741354496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 531, 'favorite_count': 1181, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1997:672591762242805761
{'created_at': 'Fri Dec 04 01:42:26 +0000 2015', 'id': 672591762242805761, 'id_str': '672591762242805761', 'full_text': 'This is Taz. He boxes leaves. 10/10 https://t.co/bWQ0iIcP0w', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672591753367715843, 'id_str': '672591753367715843', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CVWGotpXAAMRfGq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWGotpXAAMRfGq.jpg', 'url': 'https://t.co/bWQ0iIcP0w', 'display_url': 'pic.twitter.com/bWQ0iIcP0w', 'expanded_url': 'https://twitter.com/dog_rates/status/672591762242805761/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672591753367715843, 'id_str': '672591753367715843', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CVWGotpXAAMRfGq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWGotpXAAMRfGq.jpg', 'url': 'https://t.co/bWQ0iIcP0w', 'display_url': 'pic.twitter.com/bWQ0iIcP0w', 'expanded_url': 'https://twitter.com/dog_rates/status/672591762242805761/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 286, 'favorite_count': 846, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1998:672591271085670400
{'created_at': 'Fri Dec 04 01:40:29 +0000 2015', 'id': 672591271085670400, 'id_str': '672591271085670400', 'full_text': 'Lots of pups here. All are Judea Hazelnuts. Exceptionally portable. 8/10 for all https://t.co/Pa8EmpDCuI', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672591264425070592, 'id_str': '672591264425070592', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CVWGMQMWUAA7aOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWGMQMWUAA7aOM.jpg', 'url': 'https://t.co/Pa8EmpDCuI', 'display_url': 'pic.twitter.com/Pa8EmpDCuI', 'expanded_url': 'https://twitter.com/dog_rates/status/672591271085670400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672591264425070592, 'id_str': '672591264425070592', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CVWGMQMWUAA7aOM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVWGMQMWUAA7aOM.jpg', 'url': 'https://t.co/Pa8EmpDCuI', 'display_url': 'pic.twitter.com/Pa8EmpDCuI', 'expanded_url': 'https://twitter.com/dog_rates/status/672591271085670400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 157, 'favorite_count': 641, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
1999:672538107540070400
{'created_at': 'Thu Dec 03 22:09:14 +0000 2015', 'id': 672538107540070400, 'id_str': '672538107540070400', 'full_text': "Meet Darby. He's a Fiscal Tutankhamen Waxbeard. Really likes steak. 7/10 https://t.co/rSndxTL0Ap", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672538101307318273, 'id_str': '672538101307318273', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CVVV1wJWoAEcOyk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVVV1wJWoAEcOyk.jpg', 'url': 'https://t.co/rSndxTL0Ap', 'display_url': 'pic.twitter.com/rSndxTL0Ap', 'expanded_url': 'https://twitter.com/dog_rates/status/672538107540070400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672538101307318273, 'id_str': '672538101307318273', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CVVV1wJWoAEcOyk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVVV1wJWoAEcOyk.jpg', 'url': 'https://t.co/rSndxTL0Ap', 'display_url': 'pic.twitter.com/rSndxTL0Ap', 'expanded_url': 'https://twitter.com/dog_rates/status/672538107540070400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 318, 'favorite_count': 902, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2000:672523490734551040
{'created_at': 'Thu Dec 03 21:11:09 +0000 2015', 'id': 672523490734551040, 'id_str': '672523490734551040', 'full_text': "When she says she'll be ready in a minute but you've been waiting in the car for almost an hour. 10/10 https://t.co/EH0N3dFKUi", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672523487219728384, 'id_str': '672523487219728384', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CVVIjGbWwAAxkN0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVVIjGbWwAAxkN0.jpg', 'url': 'https://t.co/EH0N3dFKUi', 'display_url': 'pic.twitter.com/EH0N3dFKUi', 'expanded_url': 'https://twitter.com/dog_rates/status/672523490734551040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672523487219728384, 'id_str': '672523487219728384', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CVVIjGbWwAAxkN0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVVIjGbWwAAxkN0.jpg', 'url': 'https://t.co/EH0N3dFKUi', 'display_url': 'pic.twitter.com/EH0N3dFKUi', 'expanded_url': 'https://twitter.com/dog_rates/status/672523490734551040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 146, 'favorite_count': 552, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2001:672488522314567680
{'created_at': 'Thu Dec 03 18:52:12 +0000 2015', 'id': 672488522314567680, 'id_str': '672488522314567680', 'full_text': 'This is Jackie. She was all ready to go out, but her friends just cancelled on her. 10/10 hang in there Jackie https://t.co/rVfi6CCidK', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672488519928037376, 'id_str': '672488519928037376', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVUovvHWwAAD-nu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUovvHWwAAD-nu.jpg', 'url': 'https://t.co/rVfi6CCidK', 'display_url': 'pic.twitter.com/rVfi6CCidK', 'expanded_url': 'https://twitter.com/dog_rates/status/672488522314567680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 304, 'h': 411, 'resize': 'fit'}, 'small': {'w': 304, 'h': 411, 'resize': 'fit'}, 'medium': {'w': 304, 'h': 411, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672488519928037376, 'id_str': '672488519928037376', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CVUovvHWwAAD-nu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUovvHWwAAD-nu.jpg', 'url': 'https://t.co/rVfi6CCidK', 'display_url': 'pic.twitter.com/rVfi6CCidK', 'expanded_url': 'https://twitter.com/dog_rates/status/672488522314567680/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 304, 'h': 411, 'resize': 'fit'}, 'small': {'w': 304, 'h': 411, 'resize': 'fit'}, 'medium': {'w': 304, 'h': 411, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 373, 'favorite_count': 990, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2002:672482722825261057
{'created_at': 'Thu Dec 03 18:29:09 +0000 2015', 'id': 672482722825261057, 'id_str': '672482722825261057', 'full_text': 'This is light saber pup. Ready to fight off evil with light saber. 10/10 true hero https://t.co/LPPa3btIIt', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672482714948395009, 'id_str': '672482714948395009', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CVUjd14W4AE8tvO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUjd14W4AE8tvO.jpg', 'url': 'https://t.co/LPPa3btIIt', 'display_url': 'pic.twitter.com/LPPa3btIIt', 'expanded_url': 'https://twitter.com/dog_rates/status/672482722825261057/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1008, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1008, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672482714948395009, 'id_str': '672482714948395009', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CVUjd14W4AE8tvO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUjd14W4AE8tvO.jpg', 'url': 'https://t.co/LPPa3btIIt', 'display_url': 'pic.twitter.com/LPPa3btIIt', 'expanded_url': 'https://twitter.com/dog_rates/status/672482722825261057/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 669, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1008, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1008, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 519, 'favorite_count': 992, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2003:672481316919734272
{'created_at': 'Thu Dec 03 18:23:34 +0000 2015', 'id': 672481316919734272, 'id_str': '672481316919734272', 'full_text': 'Say hello to Jazz. She should be on the cover of Vogue. 12/10 gorgeous pupper https://t.co/mVCMemhXAP', 'truncated': False, 'display_text_range': [0, 101], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672481314411569153, 'id_str': '672481314411569153', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CVUiMUeW4AEQgkU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUiMUeW4AEQgkU.jpg', 'url': 'https://t.co/mVCMemhXAP', 'display_url': 'pic.twitter.com/mVCMemhXAP', 'expanded_url': 'https://twitter.com/dog_rates/status/672481316919734272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 659, 'resize': 'fit'}, 'small': {'w': 577, 'h': 659, 'resize': 'fit'}, 'large': {'w': 577, 'h': 659, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672481314411569153, 'id_str': '672481314411569153', 'indices': [78, 101], 'media_url': 'http://pbs.twimg.com/media/CVUiMUeW4AEQgkU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUiMUeW4AEQgkU.jpg', 'url': 'https://t.co/mVCMemhXAP', 'display_url': 'pic.twitter.com/mVCMemhXAP', 'expanded_url': 'https://twitter.com/dog_rates/status/672481316919734272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 659, 'resize': 'fit'}, 'small': {'w': 577, 'h': 659, 'resize': 'fit'}, 'large': {'w': 577, 'h': 659, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 110, 'favorite_count': 640, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2004:672475084225949696
{'created_at': 'Thu Dec 03 17:58:48 +0000 2015', 'id': 672475084225949696, 'id_str': '672475084225949696', 'full_text': "This is Buddy. He's photogenic af. Loves to sexily exit pond. Very striped. Comes with shield. 8/10 would pet well https://t.co/mYhQvAdV4f", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672475077217288193, 'id_str': '672475077217288193', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVUchRHXAAE4rtp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUchRHXAAE4rtp.jpg', 'url': 'https://t.co/mYhQvAdV4f', 'display_url': 'pic.twitter.com/mYhQvAdV4f', 'expanded_url': 'https://twitter.com/dog_rates/status/672475084225949696/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672475077217288193, 'id_str': '672475077217288193', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVUchRHXAAE4rtp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUchRHXAAE4rtp.jpg', 'url': 'https://t.co/mYhQvAdV4f', 'display_url': 'pic.twitter.com/mYhQvAdV4f', 'expanded_url': 'https://twitter.com/dog_rates/status/672475084225949696/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 608, 'favorite_count': 1299, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2005:672466075045466113
{'created_at': 'Thu Dec 03 17:23:00 +0000 2015', 'id': 672466075045466113, 'id_str': '672466075045466113', 'full_text': "This is Franq and Pablo. They're working hard getting ready for Christmas. 12/10 for both. Amazing pups https://t.co/8lKFBOQ2J5", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672466070121390080, 'id_str': '672466070121390080', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVUUU_EWoAAxABV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUUU_EWoAAxABV.jpg', 'url': 'https://t.co/8lKFBOQ2J5', 'display_url': 'pic.twitter.com/8lKFBOQ2J5', 'expanded_url': 'https://twitter.com/dog_rates/status/672466075045466113/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 633, 'h': 480, 'resize': 'fit'}, 'large': {'w': 633, 'h': 480, 'resize': 'fit'}, 'small': {'w': 633, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672466070121390080, 'id_str': '672466070121390080', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVUUU_EWoAAxABV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVUUU_EWoAAxABV.jpg', 'url': 'https://t.co/8lKFBOQ2J5', 'display_url': 'pic.twitter.com/8lKFBOQ2J5', 'expanded_url': 'https://twitter.com/dog_rates/status/672466075045466113/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 633, 'h': 480, 'resize': 'fit'}, 'large': {'w': 633, 'h': 480, 'resize': 'fit'}, 'small': {'w': 633, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 448, 'favorite_count': 1191, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2006:672272411274932228
{'created_at': 'Thu Dec 03 04:33:27 +0000 2015', 'id': 672272411274932228, 'id_str': '672272411274932228', 'full_text': 'This is Pippin. He is terrified of his new little yellow giraffe. 11/10 https://t.co/ZICNl6tIr5', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672272396733300737, 'id_str': '672272396733300737', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVRkLteWwAEY0JT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRkLteWwAEY0JT.jpg', 'url': 'https://t.co/ZICNl6tIr5', 'display_url': 'pic.twitter.com/ZICNl6tIr5', 'expanded_url': 'https://twitter.com/dog_rates/status/672272411274932228/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672272396733300737, 'id_str': '672272396733300737', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVRkLteWwAEY0JT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRkLteWwAEY0JT.jpg', 'url': 'https://t.co/ZICNl6tIr5', 'display_url': 'pic.twitter.com/ZICNl6tIr5', 'expanded_url': 'https://twitter.com/dog_rates/status/672272411274932228/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 672272396913627136, 'id_str': '672272396913627136', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVRkLuJWUAAhhYp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRkLuJWUAAhhYp.jpg', 'url': 'https://t.co/ZICNl6tIr5', 'display_url': 'pic.twitter.com/ZICNl6tIr5', 'expanded_url': 'https://twitter.com/dog_rates/status/672272411274932228/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2938, 'favorite_count': 5728, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2007:672267570918129665
{'created_at': 'Thu Dec 03 04:14:13 +0000 2015', 'id': 672267570918129665, 'id_str': '672267570918129665', 'full_text': 'When you accidentally open up the front facing camera. 10/10 https://t.co/jDXxZARQIZ', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672267563901014016, 'id_str': '672267563901014016', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CVRfyZxWUAAFIQR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRfyZxWUAAFIQR.jpg', 'url': 'https://t.co/jDXxZARQIZ', 'display_url': 'pic.twitter.com/jDXxZARQIZ', 'expanded_url': 'https://twitter.com/dog_rates/status/672267570918129665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672267563901014016, 'id_str': '672267563901014016', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CVRfyZxWUAAFIQR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRfyZxWUAAFIQR.jpg', 'url': 'https://t.co/jDXxZARQIZ', 'display_url': 'pic.twitter.com/jDXxZARQIZ', 'expanded_url': 'https://twitter.com/dog_rates/status/672267570918129665/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 538, 'favorite_count': 1318, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2008:672264251789176834
{'created_at': 'Thu Dec 03 04:01:02 +0000 2015', 'id': 672264251789176834, 'id_str': '672264251789176834', 'full_text': 'This is Kreg. He has the eyes of a tyrannical dictator. Will not rest until household is his. 10/10 https://t.co/TUeuaOmunV', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672264243945844736, 'id_str': '672264243945844736', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CVRcxJ-WsAAXOhO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRcxJ-WsAAXOhO.jpg', 'url': 'https://t.co/TUeuaOmunV', 'display_url': 'pic.twitter.com/TUeuaOmunV', 'expanded_url': 'https://twitter.com/dog_rates/status/672264251789176834/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672264243945844736, 'id_str': '672264243945844736', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CVRcxJ-WsAAXOhO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRcxJ-WsAAXOhO.jpg', 'url': 'https://t.co/TUeuaOmunV', 'display_url': 'pic.twitter.com/TUeuaOmunV', 'expanded_url': 'https://twitter.com/dog_rates/status/672264251789176834/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 287, 'favorite_count': 1012, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2009:672256522047614977
{'created_at': 'Thu Dec 03 03:30:19 +0000 2015', 'id': 672256522047614977, 'id_str': '672256522047614977', 'full_text': 'Mighty rare dogs here. Long smooth necks. Great knees. Travel in squads. 1 out of every 14 is massive. 8/10 for all https://t.co/PoMKKnKpRd', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672256514942439426, 'id_str': '672256514942439426', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVRVvRMWEAIBKOP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRVvRMWEAIBKOP.jpg', 'url': 'https://t.co/PoMKKnKpRd', 'display_url': 'pic.twitter.com/PoMKKnKpRd', 'expanded_url': 'https://twitter.com/dog_rates/status/672256522047614977/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 423, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 466, 'resize': 'fit'}, 'large': {'w': 750, 'h': 466, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672256514942439426, 'id_str': '672256514942439426', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVRVvRMWEAIBKOP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRVvRMWEAIBKOP.jpg', 'url': 'https://t.co/PoMKKnKpRd', 'display_url': 'pic.twitter.com/PoMKKnKpRd', 'expanded_url': 'https://twitter.com/dog_rates/status/672256522047614977/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 423, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 466, 'resize': 'fit'}, 'large': {'w': 750, 'h': 466, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1329, 'favorite_count': 2513, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2010:672254177670729728
{'created_at': 'Thu Dec 03 03:21:00 +0000 2015', 'id': 672254177670729728, 'id_str': '672254177670729728', 'full_text': "This is Rolf. He's having the time of his life. 11/10 good pupper https://t.co/OO6MqEbqG3", 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672254170599157760, 'id_str': '672254170599157760', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CVRTmz1WcAA4uMF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRTmz1WcAA4uMF.jpg', 'url': 'https://t.co/OO6MqEbqG3', 'display_url': 'pic.twitter.com/OO6MqEbqG3', 'expanded_url': 'https://twitter.com/dog_rates/status/672254177670729728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672254170599157760, 'id_str': '672254170599157760', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CVRTmz1WcAA4uMF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRTmz1WcAA4uMF.jpg', 'url': 'https://t.co/OO6MqEbqG3', 'display_url': 'pic.twitter.com/OO6MqEbqG3', 'expanded_url': 'https://twitter.com/dog_rates/status/672254177670729728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 652, 'favorite_count': 1277, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2011:672248013293752320
{'created_at': 'Thu Dec 03 02:56:30 +0000 2015', 'id': 672248013293752320, 'id_str': '672248013293752320', 'full_text': '10/10 for dog. 7/10 for cat. 12/10 for human. Much skill. Would pet all https://t.co/uhx5gfpx5k', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672248008571006977, 'id_str': '672248008571006977', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVROAIfWsAECA5t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVROAIfWsAECA5t.jpg', 'url': 'https://t.co/uhx5gfpx5k', 'display_url': 'pic.twitter.com/uhx5gfpx5k', 'expanded_url': 'https://twitter.com/dog_rates/status/672248013293752320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672248008571006977, 'id_str': '672248008571006977', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CVROAIfWsAECA5t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVROAIfWsAECA5t.jpg', 'url': 'https://t.co/uhx5gfpx5k', 'display_url': 'pic.twitter.com/uhx5gfpx5k', 'expanded_url': 'https://twitter.com/dog_rates/status/672248013293752320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 524, 'favorite_count': 1531, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2012:672245253877968896
{'created_at': 'Thu Dec 03 02:45:32 +0000 2015', 'id': 672245253877968896, 'id_str': '672245253877968896', 'full_text': "Meet Snickers. He's adorable. Also comes in t-shirt mode. 12/10 I would aggressively caress Snickers https://t.co/aCRKDaFmVr", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672245248555409408, 'id_str': '672245248555409408', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CVRLfeoW4AA_ldZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRLfeoW4AA_ldZ.jpg', 'url': 'https://t.co/aCRKDaFmVr', 'display_url': 'pic.twitter.com/aCRKDaFmVr', 'expanded_url': 'https://twitter.com/dog_rates/status/672245253877968896/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672245248555409408, 'id_str': '672245248555409408', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CVRLfeoW4AA_ldZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRLfeoW4AA_ldZ.jpg', 'url': 'https://t.co/aCRKDaFmVr', 'display_url': 'pic.twitter.com/aCRKDaFmVr', 'expanded_url': 'https://twitter.com/dog_rates/status/672245253877968896/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 132, 'favorite_count': 607, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2013:672239279297454080
{'created_at': 'Thu Dec 03 02:21:48 +0000 2015', 'id': 672239279297454080, 'id_str': '672239279297454080', 'full_text': "This is Ridley. He doesn't know how to couch. 7/10 https://t.co/UHJE0UgMf7", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672239273467359232, 'id_str': '672239273467359232', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CVRGDrsWsAAUWSF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRGDrsWsAAUWSF.jpg', 'url': 'https://t.co/UHJE0UgMf7', 'display_url': 'pic.twitter.com/UHJE0UgMf7', 'expanded_url': 'https://twitter.com/dog_rates/status/672239279297454080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672239273467359232, 'id_str': '672239273467359232', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CVRGDrsWsAAUWSF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVRGDrsWsAAUWSF.jpg', 'url': 'https://t.co/UHJE0UgMf7', 'display_url': 'pic.twitter.com/UHJE0UgMf7', 'expanded_url': 'https://twitter.com/dog_rates/status/672239279297454080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 276, 'favorite_count': 806, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2014:672231046314901505
{'created_at': 'Thu Dec 03 01:49:05 +0000 2015', 'id': 672231046314901505, 'id_str': '672231046314901505', 'full_text': "Exotic underwater dog here. Very shy. Wont return tennis balls I toss him. Never been petted. 5/10 I bet he's soft https://t.co/WH7Nzc5IBA", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672231040996515840, 'id_str': '672231040996515840', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVQ-kfWWoAAXV15.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQ-kfWWoAAXV15.jpg', 'url': 'https://t.co/WH7Nzc5IBA', 'display_url': 'pic.twitter.com/WH7Nzc5IBA', 'expanded_url': 'https://twitter.com/dog_rates/status/672231046314901505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 620, 'h': 387, 'resize': 'fit'}, 'large': {'w': 620, 'h': 387, 'resize': 'fit'}, 'medium': {'w': 620, 'h': 387, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672231040996515840, 'id_str': '672231040996515840', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVQ-kfWWoAAXV15.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQ-kfWWoAAXV15.jpg', 'url': 'https://t.co/WH7Nzc5IBA', 'display_url': 'pic.twitter.com/WH7Nzc5IBA', 'expanded_url': 'https://twitter.com/dog_rates/status/672231046314901505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 620, 'h': 387, 'resize': 'fit'}, 'large': {'w': 620, 'h': 387, 'resize': 'fit'}, 'medium': {'w': 620, 'h': 387, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 876, 'favorite_count': 1624, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2015:672222792075620352
{'created_at': 'Thu Dec 03 01:16:17 +0000 2015', 'id': 672222792075620352, 'id_str': '672222792075620352', 'full_text': "This is Cal. He's a Swedish Geriatric Cheddar. Upset because the pope is laughing at his eyebrows. 9/10 https://t.co/EW4MsOrF5O", 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672222787172442114, 'id_str': '672222787172442114', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVQ3EDdWIAINyhM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQ3EDdWIAINyhM.jpg', 'url': 'https://t.co/EW4MsOrF5O', 'display_url': 'pic.twitter.com/EW4MsOrF5O', 'expanded_url': 'https://twitter.com/dog_rates/status/672222792075620352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672222787172442114, 'id_str': '672222787172442114', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVQ3EDdWIAINyhM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQ3EDdWIAINyhM.jpg', 'url': 'https://t.co/EW4MsOrF5O', 'display_url': 'pic.twitter.com/EW4MsOrF5O', 'expanded_url': 'https://twitter.com/dog_rates/status/672222792075620352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 176, 'favorite_count': 703, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2016:672205392827572224
{'created_at': 'Thu Dec 03 00:07:09 +0000 2015', 'id': 672205392827572224, 'id_str': '672205392827572224', 'full_text': "This is Opal. He's a Royal John Coctostan. Ready for transport. Basically indestructible. 9/10 good pupper https://t.co/yRBQF9OS7D", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672205386439524352, 'id_str': '672205386439524352', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVQnPMrVAAAzShR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQnPMrVAAAzShR.jpg', 'url': 'https://t.co/yRBQF9OS7D', 'display_url': 'pic.twitter.com/yRBQF9OS7D', 'expanded_url': 'https://twitter.com/dog_rates/status/672205392827572224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672205386439524352, 'id_str': '672205386439524352', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVQnPMrVAAAzShR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQnPMrVAAAzShR.jpg', 'url': 'https://t.co/yRBQF9OS7D', 'display_url': 'pic.twitter.com/yRBQF9OS7D', 'expanded_url': 'https://twitter.com/dog_rates/status/672205392827572224/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1010, 'favorite_count': 1992, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2017:672169685991993344
{'created_at': 'Wed Dec 02 21:45:16 +0000 2015', 'id': 672169685991993344, 'id_str': '672169685991993344', 'full_text': 'This is Bradley. That is his sandwich. He carries it everywhere. 10/10 https://t.co/AjBkGTyCeO', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672169665750155265, 'id_str': '672169665750155265', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVQGv-vUwAEUjCj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQGv-vUwAEUjCj.jpg', 'url': 'https://t.co/AjBkGTyCeO', 'display_url': 'pic.twitter.com/AjBkGTyCeO', 'expanded_url': 'https://twitter.com/dog_rates/status/672169685991993344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672169665750155265, 'id_str': '672169665750155265', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVQGv-vUwAEUjCj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVQGv-vUwAEUjCj.jpg', 'url': 'https://t.co/AjBkGTyCeO', 'display_url': 'pic.twitter.com/AjBkGTyCeO', 'expanded_url': 'https://twitter.com/dog_rates/status/672169685991993344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 320, 'favorite_count': 908, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2018:672160042234327040
{'created_at': 'Wed Dec 02 21:06:56 +0000 2015', 'id': 672160042234327040, 'id_str': '672160042234327040', 'full_text': "This is Bubba. He's a Titted Peebles Aorta. Evolutionary masterpiece. Comfortable with his body. 8/10 great pupper https://t.co/aNkkl5nH3W", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672160035556823040, 'id_str': '672160035556823040', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVP9_beUEAAwURR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVP9_beUEAAwURR.jpg', 'url': 'https://t.co/aNkkl5nH3W', 'display_url': 'pic.twitter.com/aNkkl5nH3W', 'expanded_url': 'https://twitter.com/dog_rates/status/672160042234327040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 236, 'h': 236, 'resize': 'fit'}, 'medium': {'w': 236, 'h': 236, 'resize': 'fit'}, 'small': {'w': 236, 'h': 236, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672160035556823040, 'id_str': '672160035556823040', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVP9_beUEAAwURR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVP9_beUEAAwURR.jpg', 'url': 'https://t.co/aNkkl5nH3W', 'display_url': 'pic.twitter.com/aNkkl5nH3W', 'expanded_url': 'https://twitter.com/dog_rates/status/672160042234327040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 236, 'h': 236, 'resize': 'fit'}, 'medium': {'w': 236, 'h': 236, 'resize': 'fit'}, 'small': {'w': 236, 'h': 236, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 304, 'favorite_count': 765, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2019:672139350159835138
{'created_at': 'Wed Dec 02 19:44:43 +0000 2015', 'id': 672139350159835138, 'id_str': '672139350159835138', 'full_text': 'This pup has a heart on its ass and that is downright legendary. 12/10 https://t.co/0OI927mmNJ', 'truncated': False, 'display_text_range': [0, 94], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672139344921149441, 'id_str': '672139344921149441', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVPrLE2WwAELCxD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVPrLE2WwAELCxD.jpg', 'url': 'https://t.co/0OI927mmNJ', 'display_url': 'pic.twitter.com/0OI927mmNJ', 'expanded_url': 'https://twitter.com/dog_rates/status/672139350159835138/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 618, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 682, 'resize': 'fit'}, 'large': {'w': 750, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672139344921149441, 'id_str': '672139344921149441', 'indices': [71, 94], 'media_url': 'http://pbs.twimg.com/media/CVPrLE2WwAELCxD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVPrLE2WwAELCxD.jpg', 'url': 'https://t.co/0OI927mmNJ', 'display_url': 'pic.twitter.com/0OI927mmNJ', 'expanded_url': 'https://twitter.com/dog_rates/status/672139350159835138/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 618, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 682, 'resize': 'fit'}, 'large': {'w': 750, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 597, 'favorite_count': 1547, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2020:672125275208069120
{'created_at': 'Wed Dec 02 18:48:47 +0000 2015', 'id': 672125275208069120, 'id_str': '672125275208069120', 'full_text': 'This is just impressive I have nothing else to say. 11/10 https://t.co/LquQZiZjJP', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672125270745333761, 'id_str': '672125270745333761', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CVPeX2dWwAEwyaR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVPeX2dWwAEwyaR.jpg', 'url': 'https://t.co/LquQZiZjJP', 'display_url': 'pic.twitter.com/LquQZiZjJP', 'expanded_url': 'https://twitter.com/dog_rates/status/672125275208069120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 767, 'resize': 'fit'}, 'small': {'w': 512, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 767, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672125270745333761, 'id_str': '672125270745333761', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CVPeX2dWwAEwyaR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVPeX2dWwAEwyaR.jpg', 'url': 'https://t.co/LquQZiZjJP', 'display_url': 'pic.twitter.com/LquQZiZjJP', 'expanded_url': 'https://twitter.com/dog_rates/status/672125275208069120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 767, 'resize': 'fit'}, 'small': {'w': 512, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 767, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 993, 'favorite_count': 2120, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2021:672095186491711488
{'created_at': 'Wed Dec 02 16:49:14 +0000 2015', 'id': 672095186491711488, 'id_str': '672095186491711488', 'full_text': "This is Tuco. That's the toast that killed his father. 9/10 https://t.co/ujnWy26RMe", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672095178996523008, 'id_str': '672095178996523008', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CVPDAR9XIAAm8QB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVPDAR9XIAAm8QB.jpg', 'url': 'https://t.co/ujnWy26RMe', 'display_url': 'pic.twitter.com/ujnWy26RMe', 'expanded_url': 'https://twitter.com/dog_rates/status/672095186491711488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672095178996523008, 'id_str': '672095178996523008', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CVPDAR9XIAAm8QB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVPDAR9XIAAm8QB.jpg', 'url': 'https://t.co/ujnWy26RMe', 'display_url': 'pic.twitter.com/ujnWy26RMe', 'expanded_url': 'https://twitter.com/dog_rates/status/672095186491711488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 328, 'favorite_count': 878, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2022:672082170312290304
{'created_at': 'Wed Dec 02 15:57:30 +0000 2015', 'id': 672082170312290304, 'id_str': '672082170312290304', 'full_text': 'This is Patch. He wants to be a Christmas tree. 11/10 https://t.co/WTJtf9O8Jg', 'truncated': False, 'display_text_range': [0, 77], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672082162695471104, 'id_str': '672082162695471104', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVO3KodXAAAj1de.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVO3KodXAAAj1de.jpg', 'url': 'https://t.co/WTJtf9O8Jg', 'display_url': 'pic.twitter.com/WTJtf9O8Jg', 'expanded_url': 'https://twitter.com/dog_rates/status/672082170312290304/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672082162695471104, 'id_str': '672082162695471104', 'indices': [54, 77], 'media_url': 'http://pbs.twimg.com/media/CVO3KodXAAAj1de.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVO3KodXAAAj1de.jpg', 'url': 'https://t.co/WTJtf9O8Jg', 'display_url': 'pic.twitter.com/WTJtf9O8Jg', 'expanded_url': 'https://twitter.com/dog_rates/status/672082170312290304/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 319, 'favorite_count': 839, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2023:672068090318987265
{'created_at': 'Wed Dec 02 15:01:33 +0000 2015', 'id': 672068090318987265, 'id_str': '672068090318987265', 'full_text': "Say hello to Gizmo. He's upset because he's not sure if he's really big or the shopping cart is really small. 7/10 https://t.co/XkMtCGhr4a", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 672068080575483905, 'id_str': '672068080575483905', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVOqW8eUkAESTHj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVOqW8eUkAESTHj.jpg', 'url': 'https://t.co/XkMtCGhr4a', 'display_url': 'pic.twitter.com/XkMtCGhr4a', 'expanded_url': 'https://twitter.com/dog_rates/status/672068090318987265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 672068080575483905, 'id_str': '672068080575483905', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVOqW8eUkAESTHj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVOqW8eUkAESTHj.jpg', 'url': 'https://t.co/XkMtCGhr4a', 'display_url': 'pic.twitter.com/XkMtCGhr4a', 'expanded_url': 'https://twitter.com/dog_rates/status/672068090318987265/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 441, 'favorite_count': 1141, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2024:671896809300709376
{'created_at': 'Wed Dec 02 03:40:57 +0000 2015', 'id': 671896809300709376, 'id_str': '671896809300709376', 'full_text': 'This is Lola. She fell asleep on a piece of pizza. 10/10 frighteningly relatable https://t.co/eqmkr2gmPH', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671896801591607296, 'id_str': '671896801591607296', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'url': 'https://t.co/eqmkr2gmPH', 'display_url': 'pic.twitter.com/eqmkr2gmPH', 'expanded_url': 'https://twitter.com/dog_rates/status/671896809300709376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671896801591607296, 'id_str': '671896801591607296', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMOlMiWwAA4Yxl.jpg', 'url': 'https://t.co/eqmkr2gmPH', 'display_url': 'pic.twitter.com/eqmkr2gmPH', 'expanded_url': 'https://twitter.com/dog_rates/status/671896809300709376/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3678, 'favorite_count': 7625, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2025:671891728106971137
{'created_at': 'Wed Dec 02 03:20:45 +0000 2015', 'id': 671891728106971137, 'id_str': '671891728106971137', 'full_text': "This is Mojo. Apparently he's too cute for a seat belt. Hella careless. I'd still pet him tho. 11/10 buckle up pup https://t.co/dzZYx2NByW", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671891721769385984, 'id_str': '671891721769385984', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVMJ9guXAAAhAiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMJ9guXAAAhAiK.jpg', 'url': 'https://t.co/dzZYx2NByW', 'display_url': 'pic.twitter.com/dzZYx2NByW', 'expanded_url': 'https://twitter.com/dog_rates/status/671891728106971137/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671891721769385984, 'id_str': '671891721769385984', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVMJ9guXAAAhAiK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMJ9guXAAAhAiK.jpg', 'url': 'https://t.co/dzZYx2NByW', 'display_url': 'pic.twitter.com/dzZYx2NByW', 'expanded_url': 'https://twitter.com/dog_rates/status/671891728106971137/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 483, 'favorite_count': 1176, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2026:671882082306625538
{'created_at': 'Wed Dec 02 02:42:26 +0000 2015', 'id': 671882082306625538, 'id_str': '671882082306625538', 'full_text': "This is Batdog. He's sleeping now but when he wakes up he'll fight crime and such. Great tongue. 11/10 for Batdog https://t.co/Clg16EVy9O", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671882074857558016, 'id_str': '671882074857558016', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVMBL_LWUAAsvrL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMBL_LWUAAsvrL.jpg', 'url': 'https://t.co/Clg16EVy9O', 'display_url': 'pic.twitter.com/Clg16EVy9O', 'expanded_url': 'https://twitter.com/dog_rates/status/671882082306625538/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 800, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671882074857558016, 'id_str': '671882074857558016', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVMBL_LWUAAsvrL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVMBL_LWUAAsvrL.jpg', 'url': 'https://t.co/Clg16EVy9O', 'display_url': 'pic.twitter.com/Clg16EVy9O', 'expanded_url': 'https://twitter.com/dog_rates/status/671882082306625538/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 800, 'h': 800, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 800, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1214, 'favorite_count': 3116, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2027:671879137494245376
{'created_at': 'Wed Dec 02 02:30:43 +0000 2015', 'id': 671879137494245376, 'id_str': '671879137494245376', 'full_text': "This is Brad. He's a chubby lil pup. Doesn't really need the food he's trying to reach. 5/10 you've had enough Brad https://t.co/vPXKSaNsbE", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671879130959486977, 'id_str': '671879130959486977', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVL-goTWoAEUfhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVL-goTWoAEUfhy.jpg', 'url': 'https://t.co/vPXKSaNsbE', 'display_url': 'pic.twitter.com/vPXKSaNsbE', 'expanded_url': 'https://twitter.com/dog_rates/status/671879137494245376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671879130959486977, 'id_str': '671879130959486977', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVL-goTWoAEUfhy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVL-goTWoAEUfhy.jpg', 'url': 'https://t.co/vPXKSaNsbE', 'display_url': 'pic.twitter.com/vPXKSaNsbE', 'expanded_url': 'https://twitter.com/dog_rates/status/671879137494245376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 575, 'favorite_count': 1247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2028:671874878652489728
{'created_at': 'Wed Dec 02 02:13:48 +0000 2015', 'id': 671874878652489728, 'id_str': '671874878652489728', 'full_text': 'This is Mia. She was specifically told not get on top of the hutch or play in the fridge. 10/10 what a rebel https://t.co/3J7wkwW4FG', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671874870762934272, 'id_str': '671874870762934272', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CVL6op1WEAAUFE7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVL6op1WEAAUFE7.jpg', 'url': 'https://t.co/3J7wkwW4FG', 'display_url': 'pic.twitter.com/3J7wkwW4FG', 'expanded_url': 'https://twitter.com/dog_rates/status/671874878652489728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671874870762934272, 'id_str': '671874870762934272', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CVL6op1WEAAUFE7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVL6op1WEAAUFE7.jpg', 'url': 'https://t.co/3J7wkwW4FG', 'display_url': 'pic.twitter.com/3J7wkwW4FG', 'expanded_url': 'https://twitter.com/dog_rates/status/671874878652489728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 671874870775521281, 'id_str': '671874870775521281', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CVL6op4WIAEu3s0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVL6op4WIAEu3s0.jpg', 'url': 'https://t.co/3J7wkwW4FG', 'display_url': 'pic.twitter.com/3J7wkwW4FG', 'expanded_url': 'https://twitter.com/dog_rates/status/671874878652489728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 479, 'favorite_count': 1108, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2029:671866342182637568
{'created_at': 'Wed Dec 02 01:39:53 +0000 2015', 'id': 671866342182637568, 'id_str': '671866342182637568', 'full_text': "Meet Dylan. He can use a fork but clearly can't put on a sweatshirt correctly. Looks like a disgruntled teen. 10/10 https://t.co/FWJQ1zQLiI", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671866334851014656, 'id_str': '671866334851014656', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVLy3zFWoAA93qJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVLy3zFWoAA93qJ.jpg', 'url': 'https://t.co/FWJQ1zQLiI', 'display_url': 'pic.twitter.com/FWJQ1zQLiI', 'expanded_url': 'https://twitter.com/dog_rates/status/671866342182637568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671866334851014656, 'id_str': '671866334851014656', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVLy3zFWoAA93qJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVLy3zFWoAA93qJ.jpg', 'url': 'https://t.co/FWJQ1zQLiI', 'display_url': 'pic.twitter.com/FWJQ1zQLiI', 'expanded_url': 'https://twitter.com/dog_rates/status/671866342182637568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 420, 'favorite_count': 999, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2030:671855973984772097
{'created_at': 'Wed Dec 02 00:58:41 +0000 2015', 'id': 671855973984772097, 'id_str': '671855973984772097', 'full_text': 'Remarkable dog here. Walks on back legs really well. Looks extra soft. 8/10 would cuddle with https://t.co/gpWLdbposg', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671855970818121728, 'id_str': '671855970818121728', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVLpciDW4AAleh-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVLpciDW4AAleh-.jpg', 'url': 'https://t.co/gpWLdbposg', 'display_url': 'pic.twitter.com/gpWLdbposg', 'expanded_url': 'https://twitter.com/dog_rates/status/671855973984772097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 400, 'h': 296, 'resize': 'fit'}, 'small': {'w': 400, 'h': 296, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 296, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671855970818121728, 'id_str': '671855970818121728', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CVLpciDW4AAleh-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVLpciDW4AAleh-.jpg', 'url': 'https://t.co/gpWLdbposg', 'display_url': 'pic.twitter.com/gpWLdbposg', 'expanded_url': 'https://twitter.com/dog_rates/status/671855973984772097/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 400, 'h': 296, 'resize': 'fit'}, 'small': {'w': 400, 'h': 296, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 296, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 374, 'favorite_count': 794, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2031:671789708968640512
{'created_at': 'Tue Dec 01 20:35:22 +0000 2015', 'id': 671789708968640512, 'id_str': '671789708968640512', 'full_text': "This is space pup. He's very confused. Tries to moonwalk at one point. Super spiffy uniform. 13/10 I love space pup https://t.co/SfPQ2KeLdq", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671789647081644032, 'id_str': '671789647081644032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CVKtH-4WIAAmiQ5.png', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CVKtH-4WIAAmiQ5.png', 'url': 'https://t.co/SfPQ2KeLdq', 'display_url': 'pic.twitter.com/SfPQ2KeLdq', 'expanded_url': 'https://twitter.com/dog_rates/status/671789708968640512/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 400, 'h': 224, 'resize': 'fit'}, 'large': {'w': 400, 'h': 224, 'resize': 'fit'}, 'small': {'w': 400, 'h': 224, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}}}]}, 'extended_entities': {'media': [{'id': 671789647081644032, 'id_str': '671789647081644032', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/tweet_video_thumb/CVKtH-4WIAAmiQ5.png', 'media_url_https': 'https://pbs.twimg.com/tweet_video_thumb/CVKtH-4WIAAmiQ5.png', 'url': 'https://t.co/SfPQ2KeLdq', 'display_url': 'pic.twitter.com/SfPQ2KeLdq', 'expanded_url': 'https://twitter.com/dog_rates/status/671789708968640512/photo/1', 'type': 'animated_gif', 'sizes': {'medium': {'w': 400, 'h': 224, 'resize': 'fit'}, 'large': {'w': 400, 'h': 224, 'resize': 'fit'}, 'small': {'w': 400, 'h': 224, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}}, 'video_info': {'aspect_ratio': [25, 14], 'variants': [{'bitrate': 0, 'content_type': 'video/mp4', 'url': 'https://video.twimg.com/tweet_video/CVKtH-4WIAAmiQ5.mp4'}]}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3004, 'favorite_count': 6332, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2032:671768281401958400
{'created_at': 'Tue Dec 01 19:10:13 +0000 2015', 'id': 671768281401958400, 'id_str': '671768281401958400', 'full_text': "When you try to recreate the scene from Lady & The Tramp but then remember you don't have a significant other. 10/10 https://t.co/TASnD8Q08S", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671768277677441024, 'id_str': '671768277677441024', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVKZsHpXAAA05Z5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKZsHpXAAA05Z5.jpg', 'url': 'https://t.co/TASnD8Q08S', 'display_url': 'pic.twitter.com/TASnD8Q08S', 'expanded_url': 'https://twitter.com/dog_rates/status/671768281401958400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 627, 'h': 636, 'resize': 'fit'}, 'large': {'w': 627, 'h': 636, 'resize': 'fit'}, 'medium': {'w': 627, 'h': 636, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671768277677441024, 'id_str': '671768277677441024', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVKZsHpXAAA05Z5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKZsHpXAAA05Z5.jpg', 'url': 'https://t.co/TASnD8Q08S', 'display_url': 'pic.twitter.com/TASnD8Q08S', 'expanded_url': 'https://twitter.com/dog_rates/status/671768281401958400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 627, 'h': 636, 'resize': 'fit'}, 'large': {'w': 627, 'h': 636, 'resize': 'fit'}, 'medium': {'w': 627, 'h': 636, 'resize': 'fit'}}}, {'id': 671768277694201856, 'id_str': '671768277694201856', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVKZsHtWwAA6gPj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKZsHtWwAA6gPj.jpg', 'url': 'https://t.co/TASnD8Q08S', 'display_url': 'pic.twitter.com/TASnD8Q08S', 'expanded_url': 'https://twitter.com/dog_rates/status/671768281401958400/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 625, 'h': 628, 'resize': 'fit'}, 'large': {'w': 625, 'h': 628, 'resize': 'fit'}, 'small': {'w': 625, 'h': 628, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 435, 'favorite_count': 1050, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2033:671763349865160704
{'created_at': 'Tue Dec 01 18:50:38 +0000 2015', 'id': 671763349865160704, 'id_str': '671763349865160704', 'full_text': "Say hello to Mark. He's a good dog. Always ready to go for a walk. Excellent posture. 9/10 keep it up Mark https://t.co/m9NleZ1i80", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671763342642569216, 'id_str': '671763342642569216', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVKVM3NW4AAdi1e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKVM3NW4AAdi1e.jpg', 'url': 'https://t.co/m9NleZ1i80', 'display_url': 'pic.twitter.com/m9NleZ1i80', 'expanded_url': 'https://twitter.com/dog_rates/status/671763349865160704/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671763342642569216, 'id_str': '671763342642569216', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVKVM3NW4AAdi1e.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKVM3NW4AAdi1e.jpg', 'url': 'https://t.co/m9NleZ1i80', 'display_url': 'pic.twitter.com/m9NleZ1i80', 'expanded_url': 'https://twitter.com/dog_rates/status/671763349865160704/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 776, 'favorite_count': 1496, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2034:671744970634719232
{'created_at': 'Tue Dec 01 17:37:36 +0000 2015', 'id': 671744970634719232, 'id_str': '671744970634719232', 'full_text': 'Very fit horned dog here. Looks powerful. Not phased by wind. Great beard. Big enough to ride? 6/10 would cuddle https://t.co/wwwYO9C9kl', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671744965807087616, 'id_str': '671744965807087616', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVKEfMKWoAAR-Ud.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKEfMKWoAAR-Ud.jpg', 'url': 'https://t.co/wwwYO9C9kl', 'display_url': 'pic.twitter.com/wwwYO9C9kl', 'expanded_url': 'https://twitter.com/dog_rates/status/671744970634719232/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671744965807087616, 'id_str': '671744965807087616', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVKEfMKWoAAR-Ud.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKEfMKWoAAR-Ud.jpg', 'url': 'https://t.co/wwwYO9C9kl', 'display_url': 'pic.twitter.com/wwwYO9C9kl', 'expanded_url': 'https://twitter.com/dog_rates/status/671744970634719232/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 667, 'favorite_count': 1211, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2035:671743150407421952
{'created_at': 'Tue Dec 01 17:30:22 +0000 2015', 'id': 671743150407421952, 'id_str': '671743150407421952', 'full_text': 'This is a Tuscaloosa Alcatraz named Jacob (Yacōb). Loves to sit in swing. Stellar tongue. 11/10 look at his feet https://t.co/2IslQ8ZSc7', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671743143755259904, 'id_str': '671743143755259904', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVKC1IfWIAAsQks.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKC1IfWIAAsQks.jpg', 'url': 'https://t.co/2IslQ8ZSc7', 'display_url': 'pic.twitter.com/2IslQ8ZSc7', 'expanded_url': 'https://twitter.com/dog_rates/status/671743150407421952/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 860, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 456, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 860, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671743143755259904, 'id_str': '671743143755259904', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVKC1IfWIAAsQks.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVKC1IfWIAAsQks.jpg', 'url': 'https://t.co/2IslQ8ZSc7', 'display_url': 'pic.twitter.com/2IslQ8ZSc7', 'expanded_url': 'https://twitter.com/dog_rates/status/671743150407421952/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 860, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 456, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 860, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 202, 'favorite_count': 675, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2036:671735591348891648
{'created_at': 'Tue Dec 01 17:00:19 +0000 2015', 'id': 671735591348891648, 'id_str': '671735591348891648', 'full_text': "This is Oscar. He's ready for Christmas. 11/10 https://t.co/TON0Irzgwr", 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671735585762054145, 'id_str': '671735585762054145', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CVJ79MxWEAEIWVi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ79MxWEAEIWVi.jpg', 'url': 'https://t.co/TON0Irzgwr', 'display_url': 'pic.twitter.com/TON0Irzgwr', 'expanded_url': 'https://twitter.com/dog_rates/status/671735591348891648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671735585762054145, 'id_str': '671735585762054145', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CVJ79MxWEAEIWVi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ79MxWEAEIWVi.jpg', 'url': 'https://t.co/TON0Irzgwr', 'display_url': 'pic.twitter.com/TON0Irzgwr', 'expanded_url': 'https://twitter.com/dog_rates/status/671735591348891648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 800, 'h': 533, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 800, 'h': 533, 'resize': 'fit'}}}, {'id': 671735585770496001, 'id_str': '671735585770496001', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CVJ79MzW4AEpTom.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ79MzW4AEpTom.jpg', 'url': 'https://t.co/TON0Irzgwr', 'display_url': 'pic.twitter.com/TON0Irzgwr', 'expanded_url': 'https://twitter.com/dog_rates/status/671735591348891648/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 487, 'h': 274, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 487, 'h': 274, 'resize': 'fit'}, 'small': {'w': 487, 'h': 274, 'resize': 'fit'}}}, {'id': 671735585774661632, 'id_str': '671735585774661632', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CVJ79M0WcAAyHmG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ79M0WcAAyHmG.jpg', 'url': 'https://t.co/TON0Irzgwr', 'display_url': 'pic.twitter.com/TON0Irzgwr', 'expanded_url': 'https://twitter.com/dog_rates/status/671735591348891648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 181, 'h': 181, 'resize': 'fit'}, 'large': {'w': 181, 'h': 181, 'resize': 'fit'}, 'medium': {'w': 181, 'h': 181, 'resize': 'fit'}}}, {'id': 671735585984413696, 'id_str': '671735585984413696', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CVJ79NmXAAAmUqw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ79NmXAAAmUqw.jpg', 'url': 'https://t.co/TON0Irzgwr', 'display_url': 'pic.twitter.com/TON0Irzgwr', 'expanded_url': 'https://twitter.com/dog_rates/status/671735591348891648/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 56, 'h': 56, 'resize': 'fit'}, 'large': {'w': 56, 'h': 56, 'resize': 'fit'}, 'thumb': {'w': 56, 'h': 56, 'resize': 'crop'}, 'small': {'w': 56, 'h': 56, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 657, 'favorite_count': 1287, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2037:671729906628341761
{'created_at': 'Tue Dec 01 16:37:44 +0000 2015', 'id': 671729906628341761, 'id_str': '671729906628341761', 'full_text': "I'm just going to leave this one here as well. 13/10 https://t.co/DaD5SyajWt", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671729900588417024, 'id_str': '671729900588417024', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CVJ2yR2UwAAdCzU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ2yR2UwAAdCzU.jpg', 'url': 'https://t.co/DaD5SyajWt', 'display_url': 'pic.twitter.com/DaD5SyajWt', 'expanded_url': 'https://twitter.com/dog_rates/status/671729906628341761/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671729900588417024, 'id_str': '671729900588417024', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CVJ2yR2UwAAdCzU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVJ2yR2UwAAdCzU.jpg', 'url': 'https://t.co/DaD5SyajWt', 'display_url': 'pic.twitter.com/DaD5SyajWt', 'expanded_url': 'https://twitter.com/dog_rates/status/671729906628341761/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 671561002136281088, 'in_reply_to_status_id_str': '671561002136281088', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3807, 'favorite_count': 7497, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2038:671561002136281088
{'created_at': 'Tue Dec 01 05:26:34 +0000 2015', 'id': 671561002136281088, 'id_str': '671561002136281088', 'full_text': "This is the best thing I've ever seen so spread it like wildfire & maybe we'll find the genius who created it. 13/10 https://t.co/q6RsuOVYwU", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671561000215298048, 'id_str': '671561000215298048', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVHdK-7WwAAsuyc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHdK-7WwAAsuyc.jpg', 'url': 'https://t.co/q6RsuOVYwU', 'display_url': 'pic.twitter.com/q6RsuOVYwU', 'expanded_url': 'https://twitter.com/dog_rates/status/671561002136281088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 390, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 390, 'resize': 'fit'}, 'large': {'w': 500, 'h': 390, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671561000215298048, 'id_str': '671561000215298048', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CVHdK-7WwAAsuyc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHdK-7WwAAsuyc.jpg', 'url': 'https://t.co/q6RsuOVYwU', 'display_url': 'pic.twitter.com/q6RsuOVYwU', 'expanded_url': 'https://twitter.com/dog_rates/status/671561002136281088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 390, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 390, 'resize': 'fit'}, 'large': {'w': 500, 'h': 390, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 6325, 'favorite_count': 11399, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2039:671550332464455680
{'created_at': 'Tue Dec 01 04:44:10 +0000 2015', 'id': 671550332464455680, 'id_str': '671550332464455680', 'full_text': 'After 22 minutes of careful deliberation this dog is being demoted to a 1/10. The longer you look at him the more terrifying he becomes', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 671544874165002241, 'in_reply_to_status_id_str': '671544874165002241', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 183, 'favorite_count': 811, 'favorited': False, 'retweeted': False, 'lang': 'en'}
2040:671547767500775424
{'created_at': 'Tue Dec 01 04:33:59 +0000 2015', 'id': 671547767500775424, 'id_str': '671547767500775424', 'full_text': 'This is Marley. She chews shoes then feels extremely guilty about it and refuses to look at them. 10/10 https://t.co/f99MV0htAV', 'truncated': False, 'display_text_range': [0, 127], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671547764132704256, 'id_str': '671547764132704256', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVHRIirWcAAh2Nv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHRIirWcAAh2Nv.jpg', 'url': 'https://t.co/f99MV0htAV', 'display_url': 'pic.twitter.com/f99MV0htAV', 'expanded_url': 'https://twitter.com/dog_rates/status/671547767500775424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671547764132704256, 'id_str': '671547764132704256', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVHRIirWcAAh2Nv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHRIirWcAAh2Nv.jpg', 'url': 'https://t.co/f99MV0htAV', 'display_url': 'pic.twitter.com/f99MV0htAV', 'expanded_url': 'https://twitter.com/dog_rates/status/671547767500775424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 671547764128485376, 'id_str': '671547764128485376', 'indices': [104, 127], 'media_url': 'http://pbs.twimg.com/media/CVHRIiqWEAAj98K.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHRIiqWEAAj98K.jpg', 'url': 'https://t.co/f99MV0htAV', 'display_url': 'pic.twitter.com/f99MV0htAV', 'expanded_url': 'https://twitter.com/dog_rates/status/671547767500775424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 499, 'favorite_count': 1206, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2041:671544874165002241
{'created_at': 'Tue Dec 01 04:22:29 +0000 2015', 'id': 671544874165002241, 'id_str': '671544874165002241', 'full_text': 'Interesting dog here. Very large. Purple. Manifests rainbows. Perfect teeth. No ears. Surprisingly knowledgable 6/10 https://t.co/QVaEMsB9tS', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671544869609857024, 'id_str': '671544869609857024', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVHOgDvU4AAfrXD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHOgDvU4AAfrXD.jpg', 'url': 'https://t.co/QVaEMsB9tS', 'display_url': 'pic.twitter.com/QVaEMsB9tS', 'expanded_url': 'https://twitter.com/dog_rates/status/671544874165002241/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 269, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 269, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 269, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671544869609857024, 'id_str': '671544869609857024', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVHOgDvU4AAfrXD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHOgDvU4AAfrXD.jpg', 'url': 'https://t.co/QVaEMsB9tS', 'display_url': 'pic.twitter.com/QVaEMsB9tS', 'expanded_url': 'https://twitter.com/dog_rates/status/671544874165002241/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 480, 'h': 269, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 269, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 269, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 889, 'favorite_count': 1730, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2042:671542985629241344
{'created_at': 'Tue Dec 01 04:14:59 +0000 2015', 'id': 671542985629241344, 'id_str': '671542985629241344', 'full_text': 'This is JD (stands for "just dog"). He\'s like Airbud but with trading card games instead of sports. 10/10 much skill https://t.co/zzueJV9jCF', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671542980751310848, 'id_str': '671542980751310848', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVHMyHMWwAALYXs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHMyHMWwAALYXs.jpg', 'url': 'https://t.co/zzueJV9jCF', 'display_url': 'pic.twitter.com/zzueJV9jCF', 'expanded_url': 'https://twitter.com/dog_rates/status/671542985629241344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671542980751310848, 'id_str': '671542980751310848', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVHMyHMWwAALYXs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHMyHMWwAALYXs.jpg', 'url': 'https://t.co/zzueJV9jCF', 'display_url': 'pic.twitter.com/zzueJV9jCF', 'expanded_url': 'https://twitter.com/dog_rates/status/671542985629241344/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 487, 'favorite_count': 966, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2043:671538301157904385
{'created_at': 'Tue Dec 01 03:56:22 +0000 2015', 'id': 671538301157904385, 'id_str': '671538301157904385', 'full_text': "This is Baxter. He's very calm. Hasn't eaten in weeks tho. Not good at fetch. Never blinks. 8/10 would still pet https://t.co/fUuiyu2QTD", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671538298070937601, 'id_str': '671538298070937601', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVHIhi2WsAEgdKk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHIhi2WsAEgdKk.jpg', 'url': 'https://t.co/fUuiyu2QTD', 'display_url': 'pic.twitter.com/fUuiyu2QTD', 'expanded_url': 'https://twitter.com/dog_rates/status/671538301157904385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671538298070937601, 'id_str': '671538298070937601', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVHIhi2WsAEgdKk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHIhi2WsAEgdKk.jpg', 'url': 'https://t.co/fUuiyu2QTD', 'display_url': 'pic.twitter.com/fUuiyu2QTD', 'expanded_url': 'https://twitter.com/dog_rates/status/671538301157904385/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286046, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 336, 'favorite_count': 836, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2044:671536543010570240
{'created_at': 'Tue Dec 01 03:49:23 +0000 2015', 'id': 671536543010570240, 'id_str': '671536543010570240', 'full_text': "This is Reginald. He's pondering what life would be like without so much damn skin. 9/10 it'll be ok buddy https://t.co/1U5Ro5FA4c", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671536536102551553, 'id_str': '671536536102551553', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVHG6_AWwAEJf_u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHG6_AWwAEJf_u.jpg', 'url': 'https://t.co/1U5Ro5FA4c', 'display_url': 'pic.twitter.com/1U5Ro5FA4c', 'expanded_url': 'https://twitter.com/dog_rates/status/671536543010570240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671536536102551553, 'id_str': '671536536102551553', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVHG6_AWwAEJf_u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHG6_AWwAEJf_u.jpg', 'url': 'https://t.co/1U5Ro5FA4c', 'display_url': 'pic.twitter.com/1U5Ro5FA4c', 'expanded_url': 'https://twitter.com/dog_rates/status/671536543010570240/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 344, 'favorite_count': 1037, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2045:671533943490011136
{'created_at': 'Tue Dec 01 03:39:03 +0000 2015', 'id': 671533943490011136, 'id_str': '671533943490011136', 'full_text': 'Super rare dog here. Spiffy mohawk. Sharp mouth. Shits eggs. Cool chariot wheel in background. 6/10 v confident pup https://t.co/pcx8jm1J1K', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671533937597022209, 'id_str': '671533937597022209', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVHEju0XAAEUZRY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHEju0XAAEUZRY.jpg', 'url': 'https://t.co/pcx8jm1J1K', 'display_url': 'pic.twitter.com/pcx8jm1J1K', 'expanded_url': 'https://twitter.com/dog_rates/status/671533943490011136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671533937597022209, 'id_str': '671533937597022209', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVHEju0XAAEUZRY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVHEju0XAAEUZRY.jpg', 'url': 'https://t.co/pcx8jm1J1K', 'display_url': 'pic.twitter.com/pcx8jm1J1K', 'expanded_url': 'https://twitter.com/dog_rates/status/671533943490011136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 497, 'favorite_count': 898, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2046:671528761649688577
{'created_at': 'Tue Dec 01 03:18:27 +0000 2015', 'id': 671528761649688577, 'id_str': '671528761649688577', 'full_text': "Meet Jax. He's in the middle of a serious conversation and is trying unbelievably hard not to laugh. 10/10 https://t.co/HwiLcDPaCi", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671528756297736192, 'id_str': '671528756297736192', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVG_2I-WIAASKSS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVG_2I-WIAASKSS.jpg', 'url': 'https://t.co/HwiLcDPaCi', 'display_url': 'pic.twitter.com/HwiLcDPaCi', 'expanded_url': 'https://twitter.com/dog_rates/status/671528761649688577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671528756297736192, 'id_str': '671528756297736192', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVG_2I-WIAASKSS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVG_2I-WIAASKSS.jpg', 'url': 'https://t.co/HwiLcDPaCi', 'display_url': 'pic.twitter.com/HwiLcDPaCi', 'expanded_url': 'https://twitter.com/dog_rates/status/671528761649688577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 217, 'favorite_count': 739, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2047:671520732782923777
{'created_at': 'Tue Dec 01 02:46:33 +0000 2015', 'id': 671520732782923777, 'id_str': '671520732782923777', 'full_text': "Meet Alejandro. He's an extremely seductive pup. 10/10 https://t.co/C7dPcCUNpF", 'truncated': False, 'display_text_range': [0, 78], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671520730169872384, 'id_str': '671520730169872384', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CVG4i9UWEAAUH3U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVG4i9UWEAAUH3U.jpg', 'url': 'https://t.co/C7dPcCUNpF', 'display_url': 'pic.twitter.com/C7dPcCUNpF', 'expanded_url': 'https://twitter.com/dog_rates/status/671520732782923777/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 500, 'h': 651, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 651, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 651, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671520730169872384, 'id_str': '671520730169872384', 'indices': [55, 78], 'media_url': 'http://pbs.twimg.com/media/CVG4i9UWEAAUH3U.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVG4i9UWEAAUH3U.jpg', 'url': 'https://t.co/C7dPcCUNpF', 'display_url': 'pic.twitter.com/C7dPcCUNpF', 'expanded_url': 'https://twitter.com/dog_rates/status/671520732782923777/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 500, 'h': 651, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 651, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 651, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 454, 'favorite_count': 1223, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2048:671518598289059840
{'created_at': 'Tue Dec 01 02:38:04 +0000 2015', 'id': 671518598289059840, 'id_str': '671518598289059840', 'full_text': "This is Scruffers. He's being violated on multiple levels and is not happy about it. 9/10 hang in there Scruffers https://t.co/nLQoltwEZ7", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671518582749028352, 'id_str': '671518582749028352', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVG2l9jUYAAwg-w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVG2l9jUYAAwg-w.jpg', 'url': 'https://t.co/nLQoltwEZ7', 'display_url': 'pic.twitter.com/nLQoltwEZ7', 'expanded_url': 'https://twitter.com/dog_rates/status/671518598289059840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671518582749028352, 'id_str': '671518582749028352', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVG2l9jUYAAwg-w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVG2l9jUYAAwg-w.jpg', 'url': 'https://t.co/nLQoltwEZ7', 'display_url': 'pic.twitter.com/nLQoltwEZ7', 'expanded_url': 'https://twitter.com/dog_rates/status/671518598289059840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 253, 'favorite_count': 831, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2049:671511350426865664
{'created_at': 'Tue Dec 01 02:09:16 +0000 2015', 'id': 671511350426865664, 'id_str': '671511350426865664', 'full_text': "Say hello to Hammond. He's just a wee lil pup. Jumps around a shit ton. 8/10 overall very good dog https://t.co/OgDF2ES3Q9", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671511342621319168, 'id_str': '671511342621319168', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CVGwAh-W4AAIHJz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGwAh-W4AAIHJz.jpg', 'url': 'https://t.co/OgDF2ES3Q9', 'display_url': 'pic.twitter.com/OgDF2ES3Q9', 'expanded_url': 'https://twitter.com/dog_rates/status/671511350426865664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671511342621319168, 'id_str': '671511342621319168', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CVGwAh-W4AAIHJz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGwAh-W4AAIHJz.jpg', 'url': 'https://t.co/OgDF2ES3Q9', 'display_url': 'pic.twitter.com/OgDF2ES3Q9', 'expanded_url': 'https://twitter.com/dog_rates/status/671511350426865664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 606, 'favorite_count': 1429, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2050:671504605491109889
{'created_at': 'Tue Dec 01 01:42:28 +0000 2015', 'id': 671504605491109889, 'id_str': '671504605491109889', 'full_text': "This is Charlie. He was just informed that dogs can't be Jedi. 11/10 https://t.co/mGW5c50mPA", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671504601988898816, 'id_str': '671504601988898816', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVGp4LKWoAAoD03.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGp4LKWoAAoD03.jpg', 'url': 'https://t.co/mGW5c50mPA', 'display_url': 'pic.twitter.com/mGW5c50mPA', 'expanded_url': 'https://twitter.com/dog_rates/status/671504605491109889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671504601988898816, 'id_str': '671504601988898816', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVGp4LKWoAAoD03.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGp4LKWoAAoD03.jpg', 'url': 'https://t.co/mGW5c50mPA', 'display_url': 'pic.twitter.com/mGW5c50mPA', 'expanded_url': 'https://twitter.com/dog_rates/status/671504605491109889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 671504601993060353, 'id_str': '671504601993060353', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CVGp4LLWIAE7d2u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGp4LLWIAE7d2u.jpg', 'url': 'https://t.co/mGW5c50mPA', 'display_url': 'pic.twitter.com/mGW5c50mPA', 'expanded_url': 'https://twitter.com/dog_rates/status/671504605491109889/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3130, 'favorite_count': 6247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2051:671497587707535361
{'created_at': 'Tue Dec 01 01:14:35 +0000 2015', 'id': 671497587707535361, 'id_str': '671497587707535361', 'full_text': 'This is Pip. He is a ship captain. Many years of experience sailing the treacherous open sea. 11/10 https://t.co/EY1uZJUGYJ', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671497582414307329, 'id_str': '671497582414307329', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CVGjflNWoAEwgrQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGjflNWoAEwgrQ.jpg', 'url': 'https://t.co/EY1uZJUGYJ', 'display_url': 'pic.twitter.com/EY1uZJUGYJ', 'expanded_url': 'https://twitter.com/dog_rates/status/671497587707535361/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 743, 'h': 990, 'resize': 'fit'}, 'large': {'w': 743, 'h': 990, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671497582414307329, 'id_str': '671497582414307329', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CVGjflNWoAEwgrQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGjflNWoAEwgrQ.jpg', 'url': 'https://t.co/EY1uZJUGYJ', 'display_url': 'pic.twitter.com/EY1uZJUGYJ', 'expanded_url': 'https://twitter.com/dog_rates/status/671497587707535361/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 743, 'h': 990, 'resize': 'fit'}, 'large': {'w': 743, 'h': 990, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 391, 'favorite_count': 828, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2052:671488513339211776
{'created_at': 'Tue Dec 01 00:38:31 +0000 2015', 'id': 671488513339211776, 'id_str': '671488513339211776', 'full_text': "This is Julius. He's a cool dog. Carries seashell everywhere. Rad segmented legs. Currently attacking castle. 8/10 https://t.co/CwUK5AIgeD", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671488510226997248, 'id_str': '671488510226997248', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVGbPgrWIAAQ1fB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGbPgrWIAAQ1fB.jpg', 'url': 'https://t.co/CwUK5AIgeD', 'display_url': 'pic.twitter.com/CwUK5AIgeD', 'expanded_url': 'https://twitter.com/dog_rates/status/671488513339211776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671488510226997248, 'id_str': '671488510226997248', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVGbPgrWIAAQ1fB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGbPgrWIAAQ1fB.jpg', 'url': 'https://t.co/CwUK5AIgeD', 'display_url': 'pic.twitter.com/CwUK5AIgeD', 'expanded_url': 'https://twitter.com/dog_rates/status/671488513339211776/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 415, 'favorite_count': 886, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2053:671486386088865792
{'created_at': 'Tue Dec 01 00:30:04 +0000 2015', 'id': 671486386088865792, 'id_str': '671486386088865792', 'full_text': 'This is Malcolm. He just saw a spider. 10/10 https://t.co/ympkwF65Dx', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671486378568364032, 'id_str': '671486378568364032', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVGZTboUsAATohd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGZTboUsAATohd.jpg', 'url': 'https://t.co/ympkwF65Dx', 'display_url': 'pic.twitter.com/ympkwF65Dx', 'expanded_url': 'https://twitter.com/dog_rates/status/671486386088865792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671486378568364032, 'id_str': '671486378568364032', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVGZTboUsAATohd.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGZTboUsAATohd.jpg', 'url': 'https://t.co/ympkwF65Dx', 'display_url': 'pic.twitter.com/ympkwF65Dx', 'expanded_url': 'https://twitter.com/dog_rates/status/671486386088865792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 173, 'favorite_count': 512, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2054:671485057807351808
{'created_at': 'Tue Dec 01 00:24:48 +0000 2015', 'id': 671485057807351808, 'id_str': '671485057807351808', 'full_text': 'Meet Penelope. She is a white Macadamias Duodenum. Very excited about wall. Lives on Frosted Flakes. 11/10 good pup https://t.co/CqcRagJlyS', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671485051893383168, 'id_str': '671485051893383168', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVGYGNYXAAAQ9m-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGYGNYXAAAQ9m-.jpg', 'url': 'https://t.co/CqcRagJlyS', 'display_url': 'pic.twitter.com/CqcRagJlyS', 'expanded_url': 'https://twitter.com/dog_rates/status/671485057807351808/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671485051893383168, 'id_str': '671485051893383168', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CVGYGNYXAAAQ9m-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVGYGNYXAAAQ9m-.jpg', 'url': 'https://t.co/CqcRagJlyS', 'display_url': 'pic.twitter.com/CqcRagJlyS', 'expanded_url': 'https://twitter.com/dog_rates/status/671485057807351808/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 196, 'favorite_count': 679, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2055:671390180817915904
{'created_at': 'Mon Nov 30 18:07:47 +0000 2015', 'id': 671390180817915904, 'id_str': '671390180817915904', 'full_text': 'Striped dog here. Having fun playing on back. Sturdy paws. Looks like an organized Dalmatian. 7/10 would still pet https://t.co/U1mSS3Ykez', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671390174987751424, 'id_str': '671390174987751424', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVFBzpXVEAAHIOv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVFBzpXVEAAHIOv.jpg', 'url': 'https://t.co/U1mSS3Ykez', 'display_url': 'pic.twitter.com/U1mSS3Ykez', 'expanded_url': 'https://twitter.com/dog_rates/status/671390180817915904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 360, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 360, 'resize': 'fit'}, 'small': {'w': 480, 'h': 360, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671390174987751424, 'id_str': '671390174987751424', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CVFBzpXVEAAHIOv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVFBzpXVEAAHIOv.jpg', 'url': 'https://t.co/U1mSS3Ykez', 'display_url': 'pic.twitter.com/U1mSS3Ykez', 'expanded_url': 'https://twitter.com/dog_rates/status/671390180817915904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 480, 'h': 360, 'resize': 'fit'}, 'medium': {'w': 480, 'h': 360, 'resize': 'fit'}, 'small': {'w': 480, 'h': 360, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 654, 'favorite_count': 1281, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2056:671362598324076544
{'created_at': 'Mon Nov 30 16:18:11 +0000 2015', 'id': 671362598324076544, 'id_str': '671362598324076544', 'full_text': "This is Tanner. He accidentally dropped all his hard-earned Kohl's cash in the tub. 11/10 https://t.co/onC3uMpFF2", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671362591072124929, 'id_str': '671362591072124929', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CVEouDRXAAEe8mt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEouDRXAAEe8mt.jpg', 'url': 'https://t.co/onC3uMpFF2', 'display_url': 'pic.twitter.com/onC3uMpFF2', 'expanded_url': 'https://twitter.com/dog_rates/status/671362598324076544/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671362591072124929, 'id_str': '671362591072124929', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CVEouDRXAAEe8mt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEouDRXAAEe8mt.jpg', 'url': 'https://t.co/onC3uMpFF2', 'display_url': 'pic.twitter.com/onC3uMpFF2', 'expanded_url': 'https://twitter.com/dog_rates/status/671362598324076544/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 258, 'favorite_count': 980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2057:671357843010908160
{'created_at': 'Mon Nov 30 15:59:17 +0000 2015', 'id': 671357843010908160, 'id_str': '671357843010908160', 'full_text': 'Tfw she says hello from the other side. 9/10 https://t.co/lS1TIDagIb', 'truncated': False, 'display_text_range': [0, 68], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671357838413996033, 'id_str': '671357838413996033', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVEkZaPXIAEw5vr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEkZaPXIAEw5vr.jpg', 'url': 'https://t.co/lS1TIDagIb', 'display_url': 'pic.twitter.com/lS1TIDagIb', 'expanded_url': 'https://twitter.com/dog_rates/status/671357843010908160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671357838413996033, 'id_str': '671357838413996033', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVEkZaPXIAEw5vr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEkZaPXIAEw5vr.jpg', 'url': 'https://t.co/lS1TIDagIb', 'display_url': 'pic.twitter.com/lS1TIDagIb', 'expanded_url': 'https://twitter.com/dog_rates/status/671357843010908160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}, {'id': 671357838413996032, 'id_str': '671357838413996032', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVEkZaPXIAAWQrW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEkZaPXIAAWQrW.jpg', 'url': 'https://t.co/lS1TIDagIb', 'display_url': 'pic.twitter.com/lS1TIDagIb', 'expanded_url': 'https://twitter.com/dog_rates/status/671357843010908160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 512, 'h': 680, 'resize': 'fit'}, 'large': {'w': 525, 'h': 697, 'resize': 'fit'}, 'medium': {'w': 525, 'h': 697, 'resize': 'fit'}}}, {'id': 671357838443327488, 'id_str': '671357838443327488', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVEkZaWWsAA1SSO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEkZaWWsAA1SSO.jpg', 'url': 'https://t.co/lS1TIDagIb', 'display_url': 'pic.twitter.com/lS1TIDagIb', 'expanded_url': 'https://twitter.com/dog_rates/status/671357843010908160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 447, 'h': 401, 'resize': 'fit'}, 'small': {'w': 447, 'h': 401, 'resize': 'fit'}, 'medium': {'w': 447, 'h': 401, 'resize': 'fit'}}}, {'id': 671357838602715140, 'id_str': '671357838602715140', 'indices': [45, 68], 'media_url': 'http://pbs.twimg.com/media/CVEkZa8WwAQLT6J.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEkZa8WwAQLT6J.jpg', 'url': 'https://t.co/lS1TIDagIb', 'display_url': 'pic.twitter.com/lS1TIDagIb', 'expanded_url': 'https://twitter.com/dog_rates/status/671357843010908160/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 218, 'h': 204, 'resize': 'fit'}, 'large': {'w': 218, 'h': 204, 'resize': 'fit'}, 'small': {'w': 218, 'h': 204, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 133, 'favorite_count': 351, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2058:671355857343524864
{'created_at': 'Mon Nov 30 15:51:24 +0000 2015', 'id': 671355857343524864, 'id_str': '671355857343524864', 'full_text': "This is Lou. He's a Petrarch Sunni Pinto. Well-behaved pup. Little legs just hang there. 10/10 would pet firmly https://t.co/FoCULrC3rD", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671355851936940033, 'id_str': '671355851936940033', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVEilyCUwAETbJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEilyCUwAETbJ-.jpg', 'url': 'https://t.co/FoCULrC3rD', 'display_url': 'pic.twitter.com/FoCULrC3rD', 'expanded_url': 'https://twitter.com/dog_rates/status/671355857343524864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671355851936940033, 'id_str': '671355851936940033', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVEilyCUwAETbJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEilyCUwAETbJ-.jpg', 'url': 'https://t.co/FoCULrC3rD', 'display_url': 'pic.twitter.com/FoCULrC3rD', 'expanded_url': 'https://twitter.com/dog_rates/status/671355857343524864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 105, 'favorite_count': 421, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2059:671347597085433856
{'created_at': 'Mon Nov 30 15:18:34 +0000 2015', 'id': 671347597085433856, 'id_str': '671347597085433856', 'full_text': 'This is Lola. She was not fully prepared for the water slide. 9/10 https://t.co/svlkUlg3NH', 'truncated': False, 'display_text_range': [0, 90], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671347593046306816, 'id_str': '671347593046306816', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CVEbFDRWsAAkN_7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEbFDRWsAAkN_7.jpg', 'url': 'https://t.co/svlkUlg3NH', 'display_url': 'pic.twitter.com/svlkUlg3NH', 'expanded_url': 'https://twitter.com/dog_rates/status/671347597085433856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 576, 'h': 505, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 505, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 505, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671347593046306816, 'id_str': '671347593046306816', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CVEbFDRWsAAkN_7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEbFDRWsAAkN_7.jpg', 'url': 'https://t.co/svlkUlg3NH', 'display_url': 'pic.twitter.com/svlkUlg3NH', 'expanded_url': 'https://twitter.com/dog_rates/status/671347597085433856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 576, 'h': 505, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 505, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 505, 'resize': 'fit'}}}, {'id': 671347593042071552, 'id_str': '671347593042071552', 'indices': [67, 90], 'media_url': 'http://pbs.twimg.com/media/CVEbFDQWEAAuK_P.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVEbFDQWEAAuK_P.jpg', 'url': 'https://t.co/svlkUlg3NH', 'display_url': 'pic.twitter.com/svlkUlg3NH', 'expanded_url': 'https://twitter.com/dog_rates/status/671347597085433856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 371, 'favorite_count': 835, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2060:671186162933985280
{'created_at': 'Mon Nov 30 04:37:05 +0000 2015', 'id': 671186162933985280, 'id_str': '671186162933985280', 'full_text': "This is Sparky. That's his pancake now. He will raise it as his own. 10/10 https://t.co/96tMaWyoWt", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671186159360315393, 'id_str': '671186159360315393', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CVCIQX7UkAEzqh_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVCIQX7UkAEzqh_.jpg', 'url': 'https://t.co/96tMaWyoWt', 'display_url': 'pic.twitter.com/96tMaWyoWt', 'expanded_url': 'https://twitter.com/dog_rates/status/671186162933985280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 426, 'h': 791, 'resize': 'fit'}, 'small': {'w': 366, 'h': 680, 'resize': 'fit'}, 'large': {'w': 426, 'h': 791, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671186159360315393, 'id_str': '671186159360315393', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CVCIQX7UkAEzqh_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVCIQX7UkAEzqh_.jpg', 'url': 'https://t.co/96tMaWyoWt', 'display_url': 'pic.twitter.com/96tMaWyoWt', 'expanded_url': 'https://twitter.com/dog_rates/status/671186162933985280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 426, 'h': 791, 'resize': 'fit'}, 'small': {'w': 366, 'h': 680, 'resize': 'fit'}, 'large': {'w': 426, 'h': 791, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 176, 'favorite_count': 642, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2061:671182547775299584
{'created_at': 'Mon Nov 30 04:22:44 +0000 2015', 'id': 671182547775299584, 'id_str': '671182547775299584', 'full_text': 'This pup holds the secrets of the universe in his left eye. 12/10 https://t.co/F7xwE0wmnu', 'truncated': False, 'display_text_range': [0, 89], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671182540435300353, 'id_str': '671182540435300353', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CVCE9uYXIAEtSzR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVCE9uYXIAEtSzR.jpg', 'url': 'https://t.co/F7xwE0wmnu', 'display_url': 'pic.twitter.com/F7xwE0wmnu', 'expanded_url': 'https://twitter.com/dog_rates/status/671182547775299584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671182540435300353, 'id_str': '671182540435300353', 'indices': [66, 89], 'media_url': 'http://pbs.twimg.com/media/CVCE9uYXIAEtSzR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVCE9uYXIAEtSzR.jpg', 'url': 'https://t.co/F7xwE0wmnu', 'display_url': 'pic.twitter.com/F7xwE0wmnu', 'expanded_url': 'https://twitter.com/dog_rates/status/671182547775299584/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 284, 'favorite_count': 980, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2062:671166507850801152
{'created_at': 'Mon Nov 30 03:18:59 +0000 2015', 'id': 671166507850801152, 'id_str': '671166507850801152', 'full_text': "This is Herm. It's his first day of potty training. He's doing great. You got this Herm. 10/10 stellar pup https://t.co/gFl60yFJ0w", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671166423830388736, 'id_str': '671166423830388736', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVB2TnWUYAA2pAU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVB2TnWUYAA2pAU.jpg', 'url': 'https://t.co/gFl60yFJ0w', 'display_url': 'pic.twitter.com/gFl60yFJ0w', 'expanded_url': 'https://twitter.com/dog_rates/status/671166507850801152/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671166423830388736, 'id_str': '671166423830388736', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CVB2TnWUYAA2pAU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVB2TnWUYAA2pAU.jpg', 'url': 'https://t.co/gFl60yFJ0w', 'display_url': 'pic.twitter.com/gFl60yFJ0w', 'expanded_url': 'https://twitter.com/dog_rates/status/671166507850801152/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 302, 'favorite_count': 783, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2063:671163268581498880
{'created_at': 'Mon Nov 30 03:06:07 +0000 2015', 'id': 671163268581498880, 'id_str': '671163268581498880', 'full_text': 'Pack of horned dogs here. Very team-oriented bunch. All have weird laughs. Bond between them strong. 8/10 for all https://t.co/U7DQQdZ0mX', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671163258263482369, 'id_str': '671163258263482369', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVBzbWsWsAEyNMA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBzbWsWsAEyNMA.jpg', 'url': 'https://t.co/U7DQQdZ0mX', 'display_url': 'pic.twitter.com/U7DQQdZ0mX', 'expanded_url': 'https://twitter.com/dog_rates/status/671163268581498880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671163258263482369, 'id_str': '671163258263482369', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVBzbWsWsAEyNMA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBzbWsWsAEyNMA.jpg', 'url': 'https://t.co/U7DQQdZ0mX', 'display_url': 'pic.twitter.com/U7DQQdZ0mX', 'expanded_url': 'https://twitter.com/dog_rates/status/671163268581498880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 968, 'favorite_count': 1461, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2064:671159727754231808
{'created_at': 'Mon Nov 30 02:52:03 +0000 2015', 'id': 671159727754231808, 'id_str': '671159727754231808', 'full_text': 'This is Anthony. He just finished up his masters at Harvard. Unprofessional tattoos. Always looks perturbed. 5/10 https://t.co/iHLo9rGay1', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671159722603626496, 'id_str': '671159722603626496', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVBwNjVWwAAlUFQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBwNjVWwAAlUFQ.jpg', 'url': 'https://t.co/iHLo9rGay1', 'display_url': 'pic.twitter.com/iHLo9rGay1', 'expanded_url': 'https://twitter.com/dog_rates/status/671159727754231808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671159722603626496, 'id_str': '671159722603626496', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CVBwNjVWwAAlUFQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBwNjVWwAAlUFQ.jpg', 'url': 'https://t.co/iHLo9rGay1', 'display_url': 'pic.twitter.com/iHLo9rGay1', 'expanded_url': 'https://twitter.com/dog_rates/status/671159727754231808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 69, 'favorite_count': 313, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2065:671154572044468225
{'created_at': 'Mon Nov 30 02:31:34 +0000 2015', 'id': 671154572044468225, 'id_str': '671154572044468225', 'full_text': "Meet Holly. She's trying to teach small human-like pup about blocks but he's not paying attention smh. 11/10 & 8/10 https://t.co/RcksaUrGNu", 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671154565501296640, 'id_str': '671154565501296640', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CVBrhXoWIAAox_C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBrhXoWIAAox_C.jpg', 'url': 'https://t.co/RcksaUrGNu', 'display_url': 'pic.twitter.com/RcksaUrGNu', 'expanded_url': 'https://twitter.com/dog_rates/status/671154572044468225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 858, 'resize': 'fit'}, 'small': {'w': 680, 'h': 570, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 858, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671154565501296640, 'id_str': '671154565501296640', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CVBrhXoWIAAox_C.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBrhXoWIAAox_C.jpg', 'url': 'https://t.co/RcksaUrGNu', 'display_url': 'pic.twitter.com/RcksaUrGNu', 'expanded_url': 'https://twitter.com/dog_rates/status/671154572044468225/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 858, 'resize': 'fit'}, 'small': {'w': 680, 'h': 570, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 858, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 186, 'favorite_count': 625, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2066:671151324042559489
{'created_at': 'Mon Nov 30 02:18:39 +0000 2015', 'id': 671151324042559489, 'id_str': '671151324042559489', 'full_text': '*struggling to breathe properly* 12/10 https://t.co/NKHx0pcOii', 'truncated': False, 'display_text_range': [0, 62], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671151316803170304, 'id_str': '671151316803170304', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CVBokRSWsAADuXx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBokRSWsAADuXx.jpg', 'url': 'https://t.co/NKHx0pcOii', 'display_url': 'pic.twitter.com/NKHx0pcOii', 'expanded_url': 'https://twitter.com/dog_rates/status/671151324042559489/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671151316803170304, 'id_str': '671151316803170304', 'indices': [39, 62], 'media_url': 'http://pbs.twimg.com/media/CVBokRSWsAADuXx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBokRSWsAADuXx.jpg', 'url': 'https://t.co/NKHx0pcOii', 'display_url': 'pic.twitter.com/NKHx0pcOii', 'expanded_url': 'https://twitter.com/dog_rates/status/671151324042559489/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 128, 'favorite_count': 588, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2067:671147085991960577
{'created_at': 'Mon Nov 30 02:01:49 +0000 2015', 'id': 671147085991960577, 'id_str': '671147085991960577', 'full_text': "This is a Helvetica Listerine named Rufus. This time Rufus will be ready for the UPS guy. He'll never expect it 9/10 https://t.co/34OhVhMkVr", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671147082493919232, 'id_str': '671147082493919232', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBktzQXAAAPpUA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBktzQXAAAPpUA.jpg', 'url': 'https://t.co/34OhVhMkVr', 'display_url': 'pic.twitter.com/34OhVhMkVr', 'expanded_url': 'https://twitter.com/dog_rates/status/671147085991960577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 479, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 908, 'resize': 'fit'}, 'large': {'w': 640, 'h': 908, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671147082493919232, 'id_str': '671147082493919232', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBktzQXAAAPpUA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBktzQXAAAPpUA.jpg', 'url': 'https://t.co/34OhVhMkVr', 'display_url': 'pic.twitter.com/34OhVhMkVr', 'expanded_url': 'https://twitter.com/dog_rates/status/671147085991960577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 479, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 908, 'resize': 'fit'}, 'large': {'w': 640, 'h': 908, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 192, 'favorite_count': 586, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2068:671141549288370177
{'created_at': 'Mon Nov 30 01:39:49 +0000 2015', 'id': 671141549288370177, 'id_str': '671141549288370177', 'full_text': 'Neat pup here. Enjoys lettuce. Long af ears. Short lil legs. Hops surprisingly high for dog. 9/10 still very petable https://t.co/HYR611wiA4', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671141542443241472, 'id_str': '671141542443241472', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBfrU9WUAApDeV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBfrU9WUAApDeV.jpg', 'url': 'https://t.co/HYR611wiA4', 'display_url': 'pic.twitter.com/HYR611wiA4', 'expanded_url': 'https://twitter.com/dog_rates/status/671141549288370177/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671141542443241472, 'id_str': '671141542443241472', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBfrU9WUAApDeV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBfrU9WUAApDeV.jpg', 'url': 'https://t.co/HYR611wiA4', 'display_url': 'pic.twitter.com/HYR611wiA4', 'expanded_url': 'https://twitter.com/dog_rates/status/671141549288370177/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 572, 'favorite_count': 1024, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2069:671138694582165504
{'created_at': 'Mon Nov 30 01:28:28 +0000 2015', 'id': 671138694582165504, 'id_str': '671138694582165504', 'full_text': 'Me running from commitment. 10/10 https://t.co/ycVJyFFkES', 'truncated': False, 'display_text_range': [0, 57], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671138692078174208, 'id_str': '671138692078174208', 'indices': [34, 57], 'media_url': 'http://pbs.twimg.com/media/CVBdFahXAAAIe5Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBdFahXAAAIe5Y.jpg', 'url': 'https://t.co/ycVJyFFkES', 'display_url': 'pic.twitter.com/ycVJyFFkES', 'expanded_url': 'https://twitter.com/dog_rates/status/671138694582165504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671138692078174208, 'id_str': '671138692078174208', 'indices': [34, 57], 'media_url': 'http://pbs.twimg.com/media/CVBdFahXAAAIe5Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBdFahXAAAIe5Y.jpg', 'url': 'https://t.co/ycVJyFFkES', 'display_url': 'pic.twitter.com/ycVJyFFkES', 'expanded_url': 'https://twitter.com/dog_rates/status/671138694582165504/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 344, 'favorite_count': 823, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2070:671134062904504320
{'created_at': 'Mon Nov 30 01:10:04 +0000 2015', 'id': 671134062904504320, 'id_str': '671134062904504320', 'full_text': "Say hello to Clarence. He's a western Alkaline Pita. Very proud of himself for dismembering his stuffed dog pal 8/10 https://t.co/BHxr9O7wJY", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671134054696296448, 'id_str': '671134054696296448', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBY3e7XIAAAE4Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBY3e7XIAAAE4Y.jpg', 'url': 'https://t.co/BHxr9O7wJY', 'display_url': 'pic.twitter.com/BHxr9O7wJY', 'expanded_url': 'https://twitter.com/dog_rates/status/671134062904504320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671134054696296448, 'id_str': '671134054696296448', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBY3e7XIAAAE4Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBY3e7XIAAAE4Y.jpg', 'url': 'https://t.co/BHxr9O7wJY', 'display_url': 'pic.twitter.com/BHxr9O7wJY', 'expanded_url': 'https://twitter.com/dog_rates/status/671134062904504320/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 163, 'favorite_count': 655, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2071:671122204919246848
{'created_at': 'Mon Nov 30 00:22:57 +0000 2015', 'id': 671122204919246848, 'id_str': '671122204919246848', 'full_text': "Two miniature golden retrievers here. Webbed paws. Don't walk very efficiently. Can't catch a tennis ball. 4/10s https://t.co/WzVLdSHJU7", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671122197432418304, 'id_str': '671122197432418304', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVBOFTLWwAAzlNi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBOFTLWwAAzlNi.jpg', 'url': 'https://t.co/WzVLdSHJU7', 'display_url': 'pic.twitter.com/WzVLdSHJU7', 'expanded_url': 'https://twitter.com/dog_rates/status/671122204919246848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671122197432418304, 'id_str': '671122197432418304', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CVBOFTLWwAAzlNi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBOFTLWwAAzlNi.jpg', 'url': 'https://t.co/WzVLdSHJU7', 'display_url': 'pic.twitter.com/WzVLdSHJU7', 'expanded_url': 'https://twitter.com/dog_rates/status/671122204919246848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2189, 'favorite_count': 3088, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2072:671115716440031232
{'created_at': 'Sun Nov 29 23:57:10 +0000 2015', 'id': 671115716440031232, 'id_str': '671115716440031232', 'full_text': "Meet Phred. He isn't steering, looking at the road, or wearing a seatbelt. Phred is a rolling tornado of danger 6/10 https://t.co/mZD7Bo7HfV", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671115703798267904, 'id_str': '671115703798267904', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBILUgVAAA1ZUr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBILUgVAAA1ZUr.jpg', 'url': 'https://t.co/mZD7Bo7HfV', 'display_url': 'pic.twitter.com/mZD7Bo7HfV', 'expanded_url': 'https://twitter.com/dog_rates/status/671115716440031232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671115703798267904, 'id_str': '671115703798267904', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CVBILUgVAAA1ZUr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBILUgVAAA1ZUr.jpg', 'url': 'https://t.co/mZD7Bo7HfV', 'display_url': 'pic.twitter.com/mZD7Bo7HfV', 'expanded_url': 'https://twitter.com/dog_rates/status/671115716440031232/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 674, 'favorite_count': 1216, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2073:671109016219725825
{'created_at': 'Sun Nov 29 23:30:32 +0000 2015', 'id': 671109016219725825, 'id_str': '671109016219725825', 'full_text': "This is Toby. He asked for chocolate cake for his birthday but was given vanilla instead. 8/10 it'll be ok Toby https://t.co/sYi2G0he4H", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 671109008019742721, 'id_str': '671109008019742721', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVBCFkyU4AE2Wcr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBCFkyU4AE2Wcr.jpg', 'url': 'https://t.co/sYi2G0he4H', 'display_url': 'pic.twitter.com/sYi2G0he4H', 'expanded_url': 'https://twitter.com/dog_rates/status/671109016219725825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 768, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 671109008019742721, 'id_str': '671109008019742721', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CVBCFkyU4AE2Wcr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CVBCFkyU4AE2Wcr.jpg', 'url': 'https://t.co/sYi2G0he4H', 'display_url': 'pic.twitter.com/sYi2G0he4H', 'expanded_url': 'https://twitter.com/dog_rates/status/671109016219725825/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 576, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 768, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 378, 'favorite_count': 1005, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2074:670995969505435648
{'created_at': 'Sun Nov 29 16:01:20 +0000 2015', 'id': 670995969505435648, 'id_str': '670995969505435648', 'full_text': "Yea I can't handle this job anymore your dogs are too adorable. 12/10 https://t.co/N9W5L7BLTm", 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670995956771483648, 'id_str': '670995956771483648', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CU_bRIEWcAAUVC7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU_bRIEWcAAUVC7.jpg', 'url': 'https://t.co/N9W5L7BLTm', 'display_url': 'pic.twitter.com/N9W5L7BLTm', 'expanded_url': 'https://twitter.com/dog_rates/status/670995969505435648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670995956771483648, 'id_str': '670995956771483648', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CU_bRIEWcAAUVC7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU_bRIEWcAAUVC7.jpg', 'url': 'https://t.co/N9W5L7BLTm', 'display_url': 'pic.twitter.com/N9W5L7BLTm', 'expanded_url': 'https://twitter.com/dog_rates/status/670995969505435648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 670995956763095040, 'id_str': '670995956763095040', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CU_bRICWcAA0pHA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU_bRICWcAA0pHA.jpg', 'url': 'https://t.co/N9W5L7BLTm', 'display_url': 'pic.twitter.com/N9W5L7BLTm', 'expanded_url': 'https://twitter.com/dog_rates/status/670995969505435648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 670995956750524422, 'id_str': '670995956750524422', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CU_bRH_WoAYlAJ5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU_bRH_WoAYlAJ5.jpg', 'url': 'https://t.co/N9W5L7BLTm', 'display_url': 'pic.twitter.com/N9W5L7BLTm', 'expanded_url': 'https://twitter.com/dog_rates/status/670995969505435648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 244, 'favorite_count': 970, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2075:670842764863651840
{'created_at': 'Sun Nov 29 05:52:33 +0000 2015', 'id': 670842764863651840, 'id_str': '670842764863651840', 'full_text': 'After so many requests... here you go.\n\nGood dogg. 420/10 https://t.co/yfAAo1gdeY', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670842759008411648, 'id_str': '670842759008411648', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CU9P717W4AAOlKx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9P717W4AAOlKx.jpg', 'url': 'https://t.co/yfAAo1gdeY', 'display_url': 'pic.twitter.com/yfAAo1gdeY', 'expanded_url': 'https://twitter.com/dog_rates/status/670842764863651840/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 470, 'h': 338, 'resize': 'fit'}, 'medium': {'w': 470, 'h': 338, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 470, 'h': 338, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670842759008411648, 'id_str': '670842759008411648', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CU9P717W4AAOlKx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9P717W4AAOlKx.jpg', 'url': 'https://t.co/yfAAo1gdeY', 'display_url': 'pic.twitter.com/yfAAo1gdeY', 'expanded_url': 'https://twitter.com/dog_rates/status/670842764863651840/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 470, 'h': 338, 'resize': 'fit'}, 'medium': {'w': 470, 'h': 338, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 470, 'h': 338, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 7580, 'favorite_count': 22089, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2076:670840546554966016
{'created_at': 'Sun Nov 29 05:43:44 +0000 2015', 'id': 670840546554966016, 'id_str': '670840546554966016', 'full_text': "Meet Colby. He's that one cool friend that gets you into every party. Great hat. Sneaky tongue slip. 10/10 good pup https://t.co/jBnz3MjTzX", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670840540850749440, 'id_str': '670840540850749440', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU9N6upXAAAbtQe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9N6upXAAAbtQe.jpg', 'url': 'https://t.co/jBnz3MjTzX', 'display_url': 'pic.twitter.com/jBnz3MjTzX', 'expanded_url': 'https://twitter.com/dog_rates/status/670840546554966016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670840540850749440, 'id_str': '670840540850749440', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU9N6upXAAAbtQe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9N6upXAAAbtQe.jpg', 'url': 'https://t.co/jBnz3MjTzX', 'display_url': 'pic.twitter.com/jBnz3MjTzX', 'expanded_url': 'https://twitter.com/dog_rates/status/670840546554966016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 166, 'favorite_count': 524, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2077:670838202509447168
{'created_at': 'Sun Nov 29 05:34:25 +0000 2015', 'id': 670838202509447168, 'id_str': '670838202509447168', 'full_text': "Pink dogs here. Unreasonably long necks. Left guy has only 1 leg. Quite nimble. Don't bark tho 4/10s would still pet https://t.co/QY5uvMmmQk", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670838194066300928, 'id_str': '670838194066300928', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU9LyIMWIAA6OOu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9LyIMWIAA6OOu.jpg', 'url': 'https://t.co/QY5uvMmmQk', 'display_url': 'pic.twitter.com/QY5uvMmmQk', 'expanded_url': 'https://twitter.com/dog_rates/status/670838202509447168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670838194066300928, 'id_str': '670838194066300928', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU9LyIMWIAA6OOu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9LyIMWIAA6OOu.jpg', 'url': 'https://t.co/QY5uvMmmQk', 'display_url': 'pic.twitter.com/QY5uvMmmQk', 'expanded_url': 'https://twitter.com/dog_rates/status/670838202509447168/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 599, 'favorite_count': 985, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2078:670833812859932673
{'created_at': 'Sun Nov 29 05:16:59 +0000 2015', 'id': 670833812859932673, 'id_str': '670833812859932673', 'full_text': 'This is Jett. He is unimpressed by flower. 7/10 https://t.co/459qWNnV3F', 'truncated': False, 'display_text_range': [0, 71], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670833807587680256, 'id_str': '670833807587680256', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CU9HyzSWIAAVcte.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9HyzSWIAAVcte.jpg', 'url': 'https://t.co/459qWNnV3F', 'display_url': 'pic.twitter.com/459qWNnV3F', 'expanded_url': 'https://twitter.com/dog_rates/status/670833812859932673/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670833807587680256, 'id_str': '670833807587680256', 'indices': [48, 71], 'media_url': 'http://pbs.twimg.com/media/CU9HyzSWIAAVcte.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9HyzSWIAAVcte.jpg', 'url': 'https://t.co/459qWNnV3F', 'display_url': 'pic.twitter.com/459qWNnV3F', 'expanded_url': 'https://twitter.com/dog_rates/status/670833812859932673/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 109, 'favorite_count': 382, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2079:670832455012716544
{'created_at': 'Sun Nov 29 05:11:35 +0000 2015', 'id': 670832455012716544, 'id_str': '670832455012716544', 'full_text': 'This is Amy. She is Queen Starburst. 10/10 unexplainably juicy https://t.co/Hj2HtxpcSx', 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670832450482769920, 'id_str': '670832450482769920', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CU9GjzrUkAAWPh4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9GjzrUkAAWPh4.jpg', 'url': 'https://t.co/Hj2HtxpcSx', 'display_url': 'pic.twitter.com/Hj2HtxpcSx', 'expanded_url': 'https://twitter.com/dog_rates/status/670832455012716544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670832450482769920, 'id_str': '670832450482769920', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CU9GjzrUkAAWPh4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9GjzrUkAAWPh4.jpg', 'url': 'https://t.co/Hj2HtxpcSx', 'display_url': 'pic.twitter.com/Hj2HtxpcSx', 'expanded_url': 'https://twitter.com/dog_rates/status/670832455012716544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 184, 'favorite_count': 647, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2080:670826280409919488
{'created_at': 'Sun Nov 29 04:47:03 +0000 2015', 'id': 670826280409919488, 'id_str': '670826280409919488', 'full_text': "Scary dog here. Too many legs. Extra tail. Not soft, let alone fluffy. Won't bark. Moves sideways. Has weapon. 2/10 https://t.co/XOPXCSXiUT", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670826275943133184, 'id_str': '670826275943133184', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU9A8ZuWsAAt_S1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9A8ZuWsAAt_S1.jpg', 'url': 'https://t.co/XOPXCSXiUT', 'display_url': 'pic.twitter.com/XOPXCSXiUT', 'expanded_url': 'https://twitter.com/dog_rates/status/670826280409919488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 583, 'h': 389, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 389, 'resize': 'fit'}, 'small': {'w': 583, 'h': 389, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670826275943133184, 'id_str': '670826275943133184', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU9A8ZuWsAAt_S1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU9A8ZuWsAAt_S1.jpg', 'url': 'https://t.co/XOPXCSXiUT', 'display_url': 'pic.twitter.com/XOPXCSXiUT', 'expanded_url': 'https://twitter.com/dog_rates/status/670826280409919488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 583, 'h': 389, 'resize': 'fit'}, 'medium': {'w': 583, 'h': 389, 'resize': 'fit'}, 'small': {'w': 583, 'h': 389, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286046, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 3515, 'favorite_count': 4869, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2081:670823764196741120
{'created_at': 'Sun Nov 29 04:37:03 +0000 2015', 'id': 670823764196741120, 'id_str': '670823764196741120', 'full_text': "This is Remington. He's a man dime. 12/10 https://t.co/m3ufSDwHHJ", 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670823755950768128, 'id_str': '670823755950768128', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CU8-puBWwAAR8Xl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8-puBWwAAR8Xl.jpg', 'url': 'https://t.co/m3ufSDwHHJ', 'display_url': 'pic.twitter.com/m3ufSDwHHJ', 'expanded_url': 'https://twitter.com/dog_rates/status/670823764196741120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670823755950768128, 'id_str': '670823755950768128', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CU8-puBWwAAR8Xl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8-puBWwAAR8Xl.jpg', 'url': 'https://t.co/m3ufSDwHHJ', 'display_url': 'pic.twitter.com/m3ufSDwHHJ', 'expanded_url': 'https://twitter.com/dog_rates/status/670823764196741120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 162, 'favorite_count': 677, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2082:670822709593571328
{'created_at': 'Sun Nov 29 04:32:51 +0000 2015', 'id': 670822709593571328, 'id_str': '670822709593571328', 'full_text': "Can't do better than this lol. 10/10 for the owner https://t.co/yrqGyMZhW6", 'truncated': False, 'display_text_range': [0, 74], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670822703281086466, 'id_str': '670822703281086466', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CU89schWIAIHQmA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU89schWIAIHQmA.jpg', 'url': 'https://t.co/yrqGyMZhW6', 'display_url': 'pic.twitter.com/yrqGyMZhW6', 'expanded_url': 'https://twitter.com/dog_rates/status/670822709593571328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670822703281086466, 'id_str': '670822703281086466', 'indices': [51, 74], 'media_url': 'http://pbs.twimg.com/media/CU89schWIAIHQmA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU89schWIAIHQmA.jpg', 'url': 'https://t.co/yrqGyMZhW6', 'display_url': 'pic.twitter.com/yrqGyMZhW6', 'expanded_url': 'https://twitter.com/dog_rates/status/670822709593571328/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 83, 'favorite_count': 545, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2083:670815497391357952
{'created_at': 'Sun Nov 29 04:04:12 +0000 2015', 'id': 670815497391357952, 'id_str': '670815497391357952', 'full_text': 'This is Sage. He likes to burn shit. 10/10 https://t.co/nLYruSMRe6', 'truncated': False, 'display_text_range': [0, 66], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670815487044018177, 'id_str': '670815487044018177', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CU83IZ8W4AEIh4y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU83IZ8W4AEIh4y.jpg', 'url': 'https://t.co/nLYruSMRe6', 'display_url': 'pic.twitter.com/nLYruSMRe6', 'expanded_url': 'https://twitter.com/dog_rates/status/670815497391357952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670815487044018177, 'id_str': '670815487044018177', 'indices': [43, 66], 'media_url': 'http://pbs.twimg.com/media/CU83IZ8W4AEIh4y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU83IZ8W4AEIh4y.jpg', 'url': 'https://t.co/nLYruSMRe6', 'display_url': 'pic.twitter.com/nLYruSMRe6', 'expanded_url': 'https://twitter.com/dog_rates/status/670815497391357952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1322, 'favorite_count': 2789, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2084:670811965569282048
{'created_at': 'Sun Nov 29 03:50:10 +0000 2015', 'id': 670811965569282048, 'id_str': '670811965569282048', 'full_text': 'Meet Maggie. She enjoys her stick in the yard. Very content. Much tranquility. 10/10 keep it up pup https://t.co/eYP9i9gfYn', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670811956362612740, 'id_str': '670811956362612740', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CU8z65IUEAQBc4q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8z65IUEAQBc4q.jpg', 'url': 'https://t.co/eYP9i9gfYn', 'display_url': 'pic.twitter.com/eYP9i9gfYn', 'expanded_url': 'https://twitter.com/dog_rates/status/670811965569282048/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670811956362612740, 'id_str': '670811956362612740', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CU8z65IUEAQBc4q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8z65IUEAQBc4q.jpg', 'url': 'https://t.co/eYP9i9gfYn', 'display_url': 'pic.twitter.com/eYP9i9gfYn', 'expanded_url': 'https://twitter.com/dog_rates/status/670811965569282048/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 231, 'favorite_count': 984, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2085:670807719151067136
{'created_at': 'Sun Nov 29 03:33:17 +0000 2015', 'id': 670807719151067136, 'id_str': '670807719151067136', 'full_text': 'Say hello to Andy. He can balance on one foot, obliterate u in checkers, & transform into a rug. 11/10 much talents https://t.co/idzH8JH06g', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670807623365763074, 'id_str': '670807623365763074', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CU8v-rdXIAId12Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8v-rdXIAId12Z.jpg', 'url': 'https://t.co/idzH8JH06g', 'display_url': 'pic.twitter.com/idzH8JH06g', 'expanded_url': 'https://twitter.com/dog_rates/status/670807719151067136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 646, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 429, 'h': 680, 'resize': 'fit'}, 'large': {'w': 646, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670807623365763074, 'id_str': '670807623365763074', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CU8v-rdXIAId12Z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8v-rdXIAId12Z.jpg', 'url': 'https://t.co/idzH8JH06g', 'display_url': 'pic.twitter.com/idzH8JH06g', 'expanded_url': 'https://twitter.com/dog_rates/status/670807719151067136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 646, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 429, 'h': 680, 'resize': 'fit'}, 'large': {'w': 646, 'h': 1024, 'resize': 'fit'}}}, {'id': 670807623554461697, 'id_str': '670807623554461697', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CU8v-sKWcAENYKl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8v-sKWcAENYKl.jpg', 'url': 'https://t.co/idzH8JH06g', 'display_url': 'pic.twitter.com/idzH8JH06g', 'expanded_url': 'https://twitter.com/dog_rates/status/670807719151067136/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 776, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 776, 'resize': 'fit'}, 'small': {'w': 680, 'h': 515, 'resize': 'fit'}}}, {'id': 670807623869050880, 'id_str': '670807623869050880', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CU8v-tVWsAAD1Pk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8v-tVWsAAD1Pk.jpg', 'url': 'https://t.co/idzH8JH06g', 'display_url': 'pic.twitter.com/idzH8JH06g', 'expanded_url': 'https://twitter.com/dog_rates/status/670807719151067136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1000, 'h': 667, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}, 'large': {'w': 1000, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 428, 'favorite_count': 1051, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2086:670804601705242624
{'created_at': 'Sun Nov 29 03:20:54 +0000 2015', 'id': 670804601705242624, 'id_str': '670804601705242624', 'full_text': "Meet Mason. He's a total frat boy. Pretends to be Hawaiian. Head is unbelievably round. 10/10 would pet so damn well https://t.co/DM3ZP3AA7b", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670804590565150720, 'id_str': '670804590565150720', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU8tOJZWUAAlNoF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8tOJZWUAAlNoF.jpg', 'url': 'https://t.co/DM3ZP3AA7b', 'display_url': 'pic.twitter.com/DM3ZP3AA7b', 'expanded_url': 'https://twitter.com/dog_rates/status/670804601705242624/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670804590565150720, 'id_str': '670804590565150720', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU8tOJZWUAAlNoF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8tOJZWUAAlNoF.jpg', 'url': 'https://t.co/DM3ZP3AA7b', 'display_url': 'pic.twitter.com/DM3ZP3AA7b', 'expanded_url': 'https://twitter.com/dog_rates/status/670804601705242624/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 821, 'favorite_count': 1742, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2087:670803562457407488
{'created_at': 'Sun Nov 29 03:16:46 +0000 2015', 'id': 670803562457407488, 'id_str': '670803562457407488', 'full_text': "I would do radical things in the name of Dog God. I'd believe every word in that book. 10/10 https://t.co/9ZuGAmLZDR", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670803557449408512, 'id_str': '670803557449408512', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CU8sSAvXIAAB1Py.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8sSAvXIAAB1Py.jpg', 'url': 'https://t.co/9ZuGAmLZDR', 'display_url': 'pic.twitter.com/9ZuGAmLZDR', 'expanded_url': 'https://twitter.com/dog_rates/status/670803562457407488/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 399, 'h': 306, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 399, 'h': 306, 'resize': 'fit'}, 'large': {'w': 399, 'h': 306, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670803557449408512, 'id_str': '670803557449408512', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CU8sSAvXIAAB1Py.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8sSAvXIAAB1Py.jpg', 'url': 'https://t.co/9ZuGAmLZDR', 'display_url': 'pic.twitter.com/9ZuGAmLZDR', 'expanded_url': 'https://twitter.com/dog_rates/status/670803562457407488/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 399, 'h': 306, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 399, 'h': 306, 'resize': 'fit'}, 'large': {'w': 399, 'h': 306, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 78, 'favorite_count': 304, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2088:670797304698376195
{'created_at': 'Sun Nov 29 02:51:54 +0000 2015', 'id': 670797304698376195, 'id_str': '670797304698376195', 'full_text': "This is Trigger. He was minding his own business on stair when he overheard someone say they don't like bacon. 11/10 https://t.co/yqohZK4CL0", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670797295626027008, 'id_str': '670797295626027008', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU8mlhoVAAAteS5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8mlhoVAAAteS5.jpg', 'url': 'https://t.co/yqohZK4CL0', 'display_url': 'pic.twitter.com/yqohZK4CL0', 'expanded_url': 'https://twitter.com/dog_rates/status/670797304698376195/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670797295626027008, 'id_str': '670797295626027008', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU8mlhoVAAAteS5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8mlhoVAAAteS5.jpg', 'url': 'https://t.co/yqohZK4CL0', 'display_url': 'pic.twitter.com/yqohZK4CL0', 'expanded_url': 'https://twitter.com/dog_rates/status/670797304698376195/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 203, 'favorite_count': 661, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2089:670792680469889025
{'created_at': 'Sun Nov 29 02:33:32 +0000 2015', 'id': 670792680469889025, 'id_str': '670792680469889025', 'full_text': "This is Antony. He's a Sheraton Tetrahedron. Skips awkwardly. Doesn't look when he crosses the road (reckless). 7/10 https://t.co/gTy4WMXu8l", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670792674568482817, 'id_str': '670792674568482817', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU8iYi2WsAEaqQ0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8iYi2WsAEaqQ0.jpg', 'url': 'https://t.co/gTy4WMXu8l', 'display_url': 'pic.twitter.com/gTy4WMXu8l', 'expanded_url': 'https://twitter.com/dog_rates/status/670792680469889025/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670792674568482817, 'id_str': '670792674568482817', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU8iYi2WsAEaqQ0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8iYi2WsAEaqQ0.jpg', 'url': 'https://t.co/gTy4WMXu8l', 'display_url': 'pic.twitter.com/gTy4WMXu8l', 'expanded_url': 'https://twitter.com/dog_rates/status/670792680469889025/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 600, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 600, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285973, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 238, 'favorite_count': 734, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2090:670789397210615808
{'created_at': 'Sun Nov 29 02:20:29 +0000 2015', 'id': 670789397210615808, 'id_str': '670789397210615808', 'full_text': 'Two obedient dogs here. Left one has extra leg sticking out of its back. They each get 9/10. Would pet both at once https://t.co/RGcNPsmAfY', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670789388759113729, 'id_str': '670789388759113729', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU8fZSQWoAEVp6O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8fZSQWoAEVp6O.jpg', 'url': 'https://t.co/RGcNPsmAfY', 'display_url': 'pic.twitter.com/RGcNPsmAfY', 'expanded_url': 'https://twitter.com/dog_rates/status/670789397210615808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 749, 'h': 741, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 741, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670789388759113729, 'id_str': '670789388759113729', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU8fZSQWoAEVp6O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8fZSQWoAEVp6O.jpg', 'url': 'https://t.co/RGcNPsmAfY', 'display_url': 'pic.twitter.com/RGcNPsmAfY', 'expanded_url': 'https://twitter.com/dog_rates/status/670789397210615808/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 673, 'resize': 'fit'}, 'large': {'w': 749, 'h': 741, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 741, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 210, 'favorite_count': 585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2091:670786190031921152
{'created_at': 'Sun Nov 29 02:07:44 +0000 2015', 'id': 670786190031921152, 'id_str': '670786190031921152', 'full_text': "This is Creg. You offered him a ride to work but you're late and you just missed his exit. 8/10 https://t.co/3r7wznfuoa", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670786183778160640, 'id_str': '670786183778160640', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CU8ceuxWUAALMEo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8ceuxWUAALMEo.jpg', 'url': 'https://t.co/3r7wznfuoa', 'display_url': 'pic.twitter.com/3r7wznfuoa', 'expanded_url': 'https://twitter.com/dog_rates/status/670786190031921152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670786183778160640, 'id_str': '670786183778160640', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CU8ceuxWUAALMEo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8ceuxWUAALMEo.jpg', 'url': 'https://t.co/3r7wznfuoa', 'display_url': 'pic.twitter.com/3r7wznfuoa', 'expanded_url': 'https://twitter.com/dog_rates/status/670786190031921152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 171, 'favorite_count': 530, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2092:670783437142401025
{'created_at': 'Sun Nov 29 01:56:48 +0000 2015', 'id': 670783437142401025, 'id_str': '670783437142401025', 'full_text': "Flamboyant pup here. Probably poisonous. Won't eat kibble. Doesn't bark. Slow af. Petting doesn't look fun. 1/10 https://t.co/jxukeh2BeO", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670783426409201664, 'id_str': '670783426409201664', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CU8Z-OxXAAA-sd2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8Z-OxXAAA-sd2.jpg', 'url': 'https://t.co/jxukeh2BeO', 'display_url': 'pic.twitter.com/jxukeh2BeO', 'expanded_url': 'https://twitter.com/dog_rates/status/670783437142401025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 374, 'resize': 'fit'}, 'large': {'w': 978, 'h': 538, 'resize': 'fit'}, 'medium': {'w': 978, 'h': 538, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670783426409201664, 'id_str': '670783426409201664', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CU8Z-OxXAAA-sd2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8Z-OxXAAA-sd2.jpg', 'url': 'https://t.co/jxukeh2BeO', 'display_url': 'pic.twitter.com/jxukeh2BeO', 'expanded_url': 'https://twitter.com/dog_rates/status/670783437142401025/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 374, 'resize': 'fit'}, 'large': {'w': 978, 'h': 538, 'resize': 'fit'}, 'medium': {'w': 978, 'h': 538, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 331, 'favorite_count': 726, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2093:670782429121134593
{'created_at': 'Sun Nov 29 01:52:48 +0000 2015', 'id': 670782429121134593, 'id_str': '670782429121134593', 'full_text': "This dude slaps your girl's ass what do you do?\n5/10 https://t.co/6dioUL6gcP", 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670782421437169664, 'id_str': '670782421437169664', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CU8ZDu9WwAADg3N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8ZDu9WwAADg3N.jpg', 'url': 'https://t.co/6dioUL6gcP', 'display_url': 'pic.twitter.com/6dioUL6gcP', 'expanded_url': 'https://twitter.com/dog_rates/status/670782429121134593/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670782421437169664, 'id_str': '670782421437169664', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CU8ZDu9WwAADg3N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8ZDu9WwAADg3N.jpg', 'url': 'https://t.co/6dioUL6gcP', 'display_url': 'pic.twitter.com/6dioUL6gcP', 'expanded_url': 'https://twitter.com/dog_rates/status/670782429121134593/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 661, 'favorite_count': 1350, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2094:670780561024270336
{'created_at': 'Sun Nov 29 01:45:22 +0000 2015', 'id': 670780561024270336, 'id_str': '670780561024270336', 'full_text': "This is Traviss. He has no ears. Two rare dogs in background. I bet they all get along nicely. 7/10s I'd pet all https://t.co/Viu56hVhhP", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670780550844694528, 'id_str': '670780550844694528', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CU8XW2dWwAA-Lmc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8XW2dWwAA-Lmc.jpg', 'url': 'https://t.co/Viu56hVhhP', 'display_url': 'pic.twitter.com/Viu56hVhhP', 'expanded_url': 'https://twitter.com/dog_rates/status/670780561024270336/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1023, 'h': 760, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 505, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 760, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670780550844694528, 'id_str': '670780550844694528', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CU8XW2dWwAA-Lmc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8XW2dWwAA-Lmc.jpg', 'url': 'https://t.co/Viu56hVhhP', 'display_url': 'pic.twitter.com/Viu56hVhhP', 'expanded_url': 'https://twitter.com/dog_rates/status/670780561024270336/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 1023, 'h': 760, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 505, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 760, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 249, 'favorite_count': 702, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2095:670778058496974848
{'created_at': 'Sun Nov 29 01:35:26 +0000 2015', 'id': 670778058496974848, 'id_str': '670778058496974848', 'full_text': '"To bone or not to bone?"\n10/10 https://t.co/4g5kFdxp6g', 'truncated': False, 'display_text_range': [0, 55], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670778054197706752, 'id_str': '670778054197706752', 'indices': [32, 55], 'media_url': 'http://pbs.twimg.com/media/CU8VFhuVAAAQW8B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8VFhuVAAAQW8B.jpg', 'url': 'https://t.co/4g5kFdxp6g', 'display_url': 'pic.twitter.com/4g5kFdxp6g', 'expanded_url': 'https://twitter.com/dog_rates/status/670778058496974848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670778054197706752, 'id_str': '670778054197706752', 'indices': [32, 55], 'media_url': 'http://pbs.twimg.com/media/CU8VFhuVAAAQW8B.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8VFhuVAAAQW8B.jpg', 'url': 'https://t.co/4g5kFdxp6g', 'display_url': 'pic.twitter.com/4g5kFdxp6g', 'expanded_url': 'https://twitter.com/dog_rates/status/670778058496974848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 62, 'favorite_count': 298, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2096:670764103623966721
{'created_at': 'Sun Nov 29 00:39:59 +0000 2015', 'id': 670764103623966721, 'id_str': '670764103623966721', 'full_text': "Meet Vincent. He's a wild Adderall Cayenne. Shipped for free. Always fresh. Never frozen. 10/10 great purchase https://t.co/ZfS7chSsi7", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670764092043436032, 'id_str': '670764092043436032', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CU8IY0pWIAA2AJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8IY0pWIAA2AJ-.jpg', 'url': 'https://t.co/ZfS7chSsi7', 'display_url': 'pic.twitter.com/ZfS7chSsi7', 'expanded_url': 'https://twitter.com/dog_rates/status/670764103623966721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670764092043436032, 'id_str': '670764092043436032', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CU8IY0pWIAA2AJ-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8IY0pWIAA2AJ-.jpg', 'url': 'https://t.co/ZfS7chSsi7', 'display_url': 'pic.twitter.com/ZfS7chSsi7', 'expanded_url': 'https://twitter.com/dog_rates/status/670764103623966721/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 371, 'favorite_count': 958, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2097:670755717859713024
{'created_at': 'Sun Nov 29 00:06:39 +0000 2015', 'id': 670755717859713024, 'id_str': '670755717859713024', 'full_text': "Say hello to Gin & Tonic. They're having a staring contest. Very very intense. 9/10 for both https://t.co/F6bI9dF16E", 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670755701111697408, 'id_str': '670755701111697408', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CU8AwZ_UsAA-Lbu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8AwZ_UsAA-Lbu.jpg', 'url': 'https://t.co/F6bI9dF16E', 'display_url': 'pic.twitter.com/F6bI9dF16E', 'expanded_url': 'https://twitter.com/dog_rates/status/670755717859713024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670755701111697408, 'id_str': '670755701111697408', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CU8AwZ_UsAA-Lbu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU8AwZ_UsAA-Lbu.jpg', 'url': 'https://t.co/F6bI9dF16E', 'display_url': 'pic.twitter.com/F6bI9dF16E', 'expanded_url': 'https://twitter.com/dog_rates/status/670755717859713024/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 89, 'favorite_count': 393, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2098:670733412878163972
{'created_at': 'Sat Nov 28 22:38:01 +0000 2015', 'id': 670733412878163972, 'id_str': '670733412878163972', 'full_text': "This is Jerry. He's a great listener. Low maintenance. Hard to get leash on tho. 8/10 still good dog https://t.co/NsDIt8Z80Z", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670733403982053376, 'id_str': '670733403982053376', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CU7seitWwAArlVy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7seitWwAArlVy.jpg', 'url': 'https://t.co/NsDIt8Z80Z', 'display_url': 'pic.twitter.com/NsDIt8Z80Z', 'expanded_url': 'https://twitter.com/dog_rates/status/670733412878163972/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670733403982053376, 'id_str': '670733403982053376', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CU7seitWwAArlVy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7seitWwAArlVy.jpg', 'url': 'https://t.co/NsDIt8Z80Z', 'display_url': 'pic.twitter.com/NsDIt8Z80Z', 'expanded_url': 'https://twitter.com/dog_rates/status/670733412878163972/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 446, 'favorite_count': 851, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2099:670727704916926465
{'created_at': 'Sat Nov 28 22:15:21 +0000 2015', 'id': 670727704916926465, 'id_str': '670727704916926465', 'full_text': "This is Jeffrie. He's a handheld pup. Excellent ears. Super fluffy. 10/10 overall topnotch canine https://t.co/SWnrQAFOtt", 'truncated': False, 'display_text_range': [0, 121], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670727697677606912, 'id_str': '670727697677606912', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CU7nSZEW4AA6r5u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7nSZEW4AA6r5u.jpg', 'url': 'https://t.co/SWnrQAFOtt', 'display_url': 'pic.twitter.com/SWnrQAFOtt', 'expanded_url': 'https://twitter.com/dog_rates/status/670727704916926465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670727697677606912, 'id_str': '670727697677606912', 'indices': [98, 121], 'media_url': 'http://pbs.twimg.com/media/CU7nSZEW4AA6r5u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7nSZEW4AA6r5u.jpg', 'url': 'https://t.co/SWnrQAFOtt', 'display_url': 'pic.twitter.com/SWnrQAFOtt', 'expanded_url': 'https://twitter.com/dog_rates/status/670727704916926465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 314, 'favorite_count': 737, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2100:670717338665226240
{'created_at': 'Sat Nov 28 21:34:09 +0000 2015', 'id': 670717338665226240, 'id_str': '670717338665226240', 'full_text': '*screams for a little bit and then crumples to the floor shaking* 12/10 https://t.co/W2MCt9pTed', 'truncated': False, 'display_text_range': [0, 95], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670717326967205888, 'id_str': '670717326967205888', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CU7d2vKUcAAFZyI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7d2vKUcAAFZyI.jpg', 'url': 'https://t.co/W2MCt9pTed', 'display_url': 'pic.twitter.com/W2MCt9pTed', 'expanded_url': 'https://twitter.com/dog_rates/status/670717338665226240/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670717326967205888, 'id_str': '670717326967205888', 'indices': [72, 95], 'media_url': 'http://pbs.twimg.com/media/CU7d2vKUcAAFZyI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7d2vKUcAAFZyI.jpg', 'url': 'https://t.co/W2MCt9pTed', 'display_url': 'pic.twitter.com/W2MCt9pTed', 'expanded_url': 'https://twitter.com/dog_rates/status/670717338665226240/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 766, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 509, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 418, 'favorite_count': 1053, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2101:670704688707301377
{'created_at': 'Sat Nov 28 20:43:53 +0000 2015', 'id': 670704688707301377, 'id_str': '670704688707301377', 'full_text': "Meet Danny. He's too good to look at the road when he's driving. Absolute menace. 6/10 completely irresponsible https://t.co/I1lMUy1FqH", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670704684945031168, 'id_str': '670704684945031168', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CU7SW39WwAAL8Rw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7SW39WwAAL8Rw.jpg', 'url': 'https://t.co/I1lMUy1FqH', 'display_url': 'pic.twitter.com/I1lMUy1FqH', 'expanded_url': 'https://twitter.com/dog_rates/status/670704688707301377/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 539, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 539, 'h': 680, 'resize': 'fit'}, 'small': {'w': 539, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670704684945031168, 'id_str': '670704684945031168', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CU7SW39WwAAL8Rw.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7SW39WwAAL8Rw.jpg', 'url': 'https://t.co/I1lMUy1FqH', 'display_url': 'pic.twitter.com/I1lMUy1FqH', 'expanded_url': 'https://twitter.com/dog_rates/status/670704688707301377/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 539, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 539, 'h': 680, 'resize': 'fit'}, 'small': {'w': 539, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 319, 'favorite_count': 687, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2102:670691627984359425
{'created_at': 'Sat Nov 28 19:51:59 +0000 2015', 'id': 670691627984359425, 'id_str': '670691627984359425', 'full_text': 'This is Ester. He has a cocaine problem. This is an intervention Ester. We all care about you. 8/10 https://t.co/eCVj2xT59V', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670691622141583360, 'id_str': '670691622141583360', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CU7GehOUYAA9nn-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7GehOUYAA9nn-.jpg', 'url': 'https://t.co/eCVj2xT59V', 'display_url': 'pic.twitter.com/eCVj2xT59V', 'expanded_url': 'https://twitter.com/dog_rates/status/670691627984359425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 452, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 680, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 680, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670691622141583360, 'id_str': '670691622141583360', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CU7GehOUYAA9nn-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU7GehOUYAA9nn-.jpg', 'url': 'https://t.co/eCVj2xT59V', 'display_url': 'pic.twitter.com/eCVj2xT59V', 'expanded_url': 'https://twitter.com/dog_rates/status/670691627984359425/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 452, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 680, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 680, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 209, 'favorite_count': 521, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2103:670679630144274432
{'created_at': 'Sat Nov 28 19:04:19 +0000 2015', 'id': 670679630144274432, 'id_str': '670679630144274432', 'full_text': "This is Pluto. He's holding little waddling dog hostage. Little waddling dog very desperate at this point sos. 8/10 https://t.co/HMcD9SLOAN", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670679606182055936, 'id_str': '670679606182055936', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU67jGSUkAAk_1Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU67jGSUkAAk_1Y.jpg', 'url': 'https://t.co/HMcD9SLOAN', 'display_url': 'pic.twitter.com/HMcD9SLOAN', 'expanded_url': 'https://twitter.com/dog_rates/status/670679630144274432/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 668, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 499, 'h': 668, 'resize': 'fit'}, 'large': {'w': 499, 'h': 668, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670679606182055936, 'id_str': '670679606182055936', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU67jGSUkAAk_1Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU67jGSUkAAk_1Y.jpg', 'url': 'https://t.co/HMcD9SLOAN', 'display_url': 'pic.twitter.com/HMcD9SLOAN', 'expanded_url': 'https://twitter.com/dog_rates/status/670679630144274432/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 668, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 499, 'h': 668, 'resize': 'fit'}, 'large': {'w': 499, 'h': 668, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285574, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 243, 'favorite_count': 666, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2104:670676092097810432
{'created_at': 'Sat Nov 28 18:50:15 +0000 2015', 'id': 670676092097810432, 'id_str': '670676092097810432', 'full_text': "This is Bloo. He's a Westminster Cîroc. Doesn't think Bart deserves legs. Nice flowers. 8/10 https://t.co/IAc1QCczMc", 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670676086536171520, 'id_str': '670676086536171520', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CU64WOlWcAA37TV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU64WOlWcAA37TV.jpg', 'url': 'https://t.co/IAc1QCczMc', 'display_url': 'pic.twitter.com/IAc1QCczMc', 'expanded_url': 'https://twitter.com/dog_rates/status/670676092097810432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 684, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 684, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670676086536171520, 'id_str': '670676086536171520', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CU64WOlWcAA37TV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU64WOlWcAA37TV.jpg', 'url': 'https://t.co/IAc1QCczMc', 'display_url': 'pic.twitter.com/IAc1QCczMc', 'expanded_url': 'https://twitter.com/dog_rates/status/670676092097810432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 684, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 684, 'resize': 'fit'}, 'small': {'w': 680, 'h': 454, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285973, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 35, 'favorite_count': 215, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2105:670668383499735048
{'created_at': 'Sat Nov 28 18:19:37 +0000 2015', 'id': 670668383499735048, 'id_str': '670668383499735048', 'full_text': "This is Phineas. He's a magical dog. Only appears through the hole of a donut. 10/10 mysterious pup https://t.co/NECxEHN5YU", 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670668378638561280, 'id_str': '670668378638561280', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CU6xVkbWsAAeHeU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU6xVkbWsAAeHeU.jpg', 'url': 'https://t.co/NECxEHN5YU', 'display_url': 'pic.twitter.com/NECxEHN5YU', 'expanded_url': 'https://twitter.com/dog_rates/status/670668383499735048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 626, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 626, 'resize': 'fit'}, 'small': {'w': 640, 'h': 626, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670668378638561280, 'id_str': '670668378638561280', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CU6xVkbWsAAeHeU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU6xVkbWsAAeHeU.jpg', 'url': 'https://t.co/NECxEHN5YU', 'display_url': 'pic.twitter.com/NECxEHN5YU', 'expanded_url': 'https://twitter.com/dog_rates/status/670668383499735048/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 626, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 626, 'resize': 'fit'}, 'small': {'w': 640, 'h': 626, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 4325, 'favorite_count': 9470, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2106:670474236058800128
{'created_at': 'Sat Nov 28 05:28:09 +0000 2015', 'id': 670474236058800128, 'id_str': '670474236058800128', 'full_text': 'Honor to rate this dog. Great teeth. Nice horns. Unbelievable posture. Fun to pet. Big enough to ride. 10/10 rad dog https://t.co/7JMAHdJ6A4', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670474230501363712, 'id_str': '670474230501363712', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU4AwqQWUAAEgE2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU4AwqQWUAAEgE2.jpg', 'url': 'https://t.co/7JMAHdJ6A4', 'display_url': 'pic.twitter.com/7JMAHdJ6A4', 'expanded_url': 'https://twitter.com/dog_rates/status/670474236058800128/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 558, 'h': 604, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 558, 'h': 604, 'resize': 'fit'}, 'small': {'w': 558, 'h': 604, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670474230501363712, 'id_str': '670474230501363712', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU4AwqQWUAAEgE2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU4AwqQWUAAEgE2.jpg', 'url': 'https://t.co/7JMAHdJ6A4', 'display_url': 'pic.twitter.com/7JMAHdJ6A4', 'expanded_url': 'https://twitter.com/dog_rates/status/670474236058800128/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 558, 'h': 604, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 558, 'h': 604, 'resize': 'fit'}, 'small': {'w': 558, 'h': 604, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 634, 'favorite_count': 1341, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2107:670468609693655041
{'created_at': 'Sat Nov 28 05:05:47 +0000 2015', 'id': 670468609693655041, 'id_str': '670468609693655041', 'full_text': "This is Edd. He's a Czechoslovakian Googolplex Merlot. Ready for Christmas. Take that Starbucks. Very poised. 10/10 https://t.co/dupWSIpSrG", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670468602584256512, 'id_str': '670468602584256512', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU37pEoWUAAitje.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU37pEoWUAAitje.jpg', 'url': 'https://t.co/dupWSIpSrG', 'display_url': 'pic.twitter.com/dupWSIpSrG', 'expanded_url': 'https://twitter.com/dog_rates/status/670468609693655041/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670468602584256512, 'id_str': '670468602584256512', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU37pEoWUAAitje.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU37pEoWUAAitje.jpg', 'url': 'https://t.co/dupWSIpSrG', 'display_url': 'pic.twitter.com/dupWSIpSrG', 'expanded_url': 'https://twitter.com/dog_rates/status/670468609693655041/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285973, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 77, 'favorite_count': 317, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2108:670465786746662913
{'created_at': 'Sat Nov 28 04:54:34 +0000 2015', 'id': 670465786746662913, 'id_str': '670465786746662913', 'full_text': 'Silly dog here. Wearing bunny ears. Nice long tail. Unique paws. Not crazy soft but will do. Extremely agile. 7/10 https://t.co/2BnCLtJMxD', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670465782590083072, 'id_str': '670465782590083072', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CU35E7VWEAAKYBy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU35E7VWEAAKYBy.jpg', 'url': 'https://t.co/2BnCLtJMxD', 'display_url': 'pic.twitter.com/2BnCLtJMxD', 'expanded_url': 'https://twitter.com/dog_rates/status/670465786746662913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670465782590083072, 'id_str': '670465782590083072', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CU35E7VWEAAKYBy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU35E7VWEAAKYBy.jpg', 'url': 'https://t.co/2BnCLtJMxD', 'display_url': 'pic.twitter.com/2BnCLtJMxD', 'expanded_url': 'https://twitter.com/dog_rates/status/670465786746662913/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286047, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 467, 'favorite_count': 855, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2109:670452855871037440
{'created_at': 'Sat Nov 28 04:03:11 +0000 2015', 'id': 670452855871037440, 'id_str': '670452855871037440', 'full_text': "This dog can't see its haters. 11/10 https://t.co/35BcGFdEAK", 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670452848174436352, 'id_str': '670452848174436352', 'indices': [37, 60], 'media_url': 'http://pbs.twimg.com/media/CU3tUC4WEAAoZby.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3tUC4WEAAoZby.jpg', 'url': 'https://t.co/35BcGFdEAK', 'display_url': 'pic.twitter.com/35BcGFdEAK', 'expanded_url': 'https://twitter.com/dog_rates/status/670452855871037440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 362, 'h': 406, 'resize': 'fit'}, 'large': {'w': 362, 'h': 406, 'resize': 'fit'}, 'medium': {'w': 362, 'h': 406, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670452848174436352, 'id_str': '670452848174436352', 'indices': [37, 60], 'media_url': 'http://pbs.twimg.com/media/CU3tUC4WEAAoZby.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3tUC4WEAAoZby.jpg', 'url': 'https://t.co/35BcGFdEAK', 'display_url': 'pic.twitter.com/35BcGFdEAK', 'expanded_url': 'https://twitter.com/dog_rates/status/670452855871037440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 362, 'h': 406, 'resize': 'fit'}, 'large': {'w': 362, 'h': 406, 'resize': 'fit'}, 'medium': {'w': 362, 'h': 406, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 174, 'favorite_count': 489, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2110:670449342516494336
{'created_at': 'Sat Nov 28 03:49:14 +0000 2015', 'id': 670449342516494336, 'id_str': '670449342516494336', 'full_text': 'Vibrant dog here. Fabulous tail. Only 2 legs tho. Has wings but can barely fly (lame). Rather elusive. 5/10 okay pup https://t.co/cixC0M3P1e', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670449329098895360, 'id_str': '670449329098895360', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU3qHNTWsAApGr0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3qHNTWsAApGr0.jpg', 'url': 'https://t.co/cixC0M3P1e', 'display_url': 'pic.twitter.com/cixC0M3P1e', 'expanded_url': 'https://twitter.com/dog_rates/status/670449342516494336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670449329098895360, 'id_str': '670449329098895360', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU3qHNTWsAApGr0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3qHNTWsAApGr0.jpg', 'url': 'https://t.co/cixC0M3P1e', 'display_url': 'pic.twitter.com/cixC0M3P1e', 'expanded_url': 'https://twitter.com/dog_rates/status/670449342516494336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 570, 'favorite_count': 1076, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2111:670444955656130560
{'created_at': 'Sat Nov 28 03:31:48 +0000 2015', 'id': 670444955656130560, 'id_str': '670444955656130560', 'full_text': 'This is Paull. He just stubbed his toe. 10/10 deep breaths Paull https://t.co/J5Mqn8VeYq', 'truncated': False, 'display_text_range': [0, 88], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670444949847023616, 'id_str': '670444949847023616', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'url': 'https://t.co/J5Mqn8VeYq', 'display_url': 'pic.twitter.com/J5Mqn8VeYq', 'expanded_url': 'https://twitter.com/dog_rates/status/670444955656130560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670444949847023616, 'id_str': '670444949847023616', 'indices': [65, 88], 'media_url': 'http://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3mITUWIAAfyQS.jpg', 'url': 'https://t.co/J5Mqn8VeYq', 'display_url': 'pic.twitter.com/J5Mqn8VeYq', 'expanded_url': 'https://twitter.com/dog_rates/status/670444955656130560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1746, 'favorite_count': 6063, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2112:670442337873600512
{'created_at': 'Sat Nov 28 03:21:24 +0000 2015', 'id': 670442337873600512, 'id_str': '670442337873600512', 'full_text': "Meet Koda. He's large. Looks very soft. Great bangs. Powerful owner. 11/10 would pet the hell out of https://t.co/mzPoS9wCqp", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670442333423452160, 'id_str': '670442333423452160', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CU3jwAYWwAAhdAv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3jwAYWwAAhdAv.jpg', 'url': 'https://t.co/mzPoS9wCqp', 'display_url': 'pic.twitter.com/mzPoS9wCqp', 'expanded_url': 'https://twitter.com/dog_rates/status/670442337873600512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 674, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670442333423452160, 'id_str': '670442333423452160', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CU3jwAYWwAAhdAv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3jwAYWwAAhdAv.jpg', 'url': 'https://t.co/mzPoS9wCqp', 'display_url': 'pic.twitter.com/mzPoS9wCqp', 'expanded_url': 'https://twitter.com/dog_rates/status/670442337873600512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 674, 'resize': 'fit'}, 'small': {'w': 680, 'h': 448, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 674, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 175, 'favorite_count': 581, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2113:670435821946826752
{'created_at': 'Sat Nov 28 02:55:30 +0000 2015', 'id': 670435821946826752, 'id_str': '670435821946826752', 'full_text': 'Two unbelievably athletic dogs here. Great form. Perfect execution. 10/10 for both https://t.co/sQuKwSKtDE', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670435812165701632, 'id_str': '670435812165701632', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CU3d0azWUAA38FD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3d0azWUAA38FD.jpg', 'url': 'https://t.co/sQuKwSKtDE', 'display_url': 'pic.twitter.com/sQuKwSKtDE', 'expanded_url': 'https://twitter.com/dog_rates/status/670435821946826752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 688, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 688, 'resize': 'fit'}, 'small': {'w': 680, 'h': 457, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670435812165701632, 'id_str': '670435812165701632', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CU3d0azWUAA38FD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3d0azWUAA38FD.jpg', 'url': 'https://t.co/sQuKwSKtDE', 'display_url': 'pic.twitter.com/sQuKwSKtDE', 'expanded_url': 'https://twitter.com/dog_rates/status/670435821946826752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 688, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 688, 'resize': 'fit'}, 'small': {'w': 680, 'h': 457, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 437, 'favorite_count': 940, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2114:670434127938719744
{'created_at': 'Sat Nov 28 02:48:46 +0000 2015', 'id': 670434127938719744, 'id_str': '670434127938719744', 'full_text': "Meet Hank and Sully. Hank is very proud of the pumpkin they found and Sully doesn't give a shit. 11/10 and 8/10 https://t.co/cwoP1ftbrj", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670434123207598082, 'id_str': '670434123207598082', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CU3cSG8W4AIAePH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3cSG8W4AIAePH.jpg', 'url': 'https://t.co/cwoP1ftbrj', 'display_url': 'pic.twitter.com/cwoP1ftbrj', 'expanded_url': 'https://twitter.com/dog_rates/status/670434127938719744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670434123207598082, 'id_str': '670434123207598082', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CU3cSG8W4AIAePH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3cSG8W4AIAePH.jpg', 'url': 'https://t.co/cwoP1ftbrj', 'display_url': 'pic.twitter.com/cwoP1ftbrj', 'expanded_url': 'https://twitter.com/dog_rates/status/670434127938719744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 562, 'favorite_count': 1256, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2115:670433248821026816
{'created_at': 'Sat Nov 28 02:45:17 +0000 2015', 'id': 670433248821026816, 'id_str': '670433248821026816', 'full_text': "This is Sam. He's trying to escape the inordinate monotony of conforming to everyday status quo. 10/10 https://t.co/PXnCdz8qzK", 'truncated': False, 'display_text_range': [0, 126], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670433242026217473, 'id_str': '670433242026217473', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CU3be0SWEAEqb7I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3be0SWEAEqb7I.jpg', 'url': 'https://t.co/PXnCdz8qzK', 'display_url': 'pic.twitter.com/PXnCdz8qzK', 'expanded_url': 'https://twitter.com/dog_rates/status/670433248821026816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670433242026217473, 'id_str': '670433242026217473', 'indices': [103, 126], 'media_url': 'http://pbs.twimg.com/media/CU3be0SWEAEqb7I.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3be0SWEAEqb7I.jpg', 'url': 'https://t.co/PXnCdz8qzK', 'display_url': 'pic.twitter.com/PXnCdz8qzK', 'expanded_url': 'https://twitter.com/dog_rates/status/670433248821026816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 100, 'favorite_count': 296, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2116:670428280563085312
{'created_at': 'Sat Nov 28 02:25:32 +0000 2015', 'id': 670428280563085312, 'id_str': '670428280563085312', 'full_text': "This is Willy. He's millennial af. 11/10 https://t.co/Fm1SvVLsad", 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670428264129761281, 'id_str': '670428264129761281', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CU3W9ELWEAEdUA0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3W9ELWEAEdUA0.jpg', 'url': 'https://t.co/Fm1SvVLsad', 'display_url': 'pic.twitter.com/Fm1SvVLsad', 'expanded_url': 'https://twitter.com/dog_rates/status/670428280563085312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670428264129761281, 'id_str': '670428264129761281', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CU3W9ELWEAEdUA0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3W9ELWEAEdUA0.jpg', 'url': 'https://t.co/Fm1SvVLsad', 'display_url': 'pic.twitter.com/Fm1SvVLsad', 'expanded_url': 'https://twitter.com/dog_rates/status/670428280563085312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 524, 'favorite_count': 1234, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2117:670427002554466305
{'created_at': 'Sat Nov 28 02:20:27 +0000 2015', 'id': 670427002554466305, 'id_str': '670427002554466305', 'full_text': 'This is a Deciduous Trimester mix named Spork. Only 1 ear works. No seat belt. Incredibly reckless. 9/10 still cute https://t.co/CtuJoLHiDo', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670426997538078720, 'id_str': '670426997538078720', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU3VzVwWwAAAsst.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3VzVwWwAAAsst.jpg', 'url': 'https://t.co/CtuJoLHiDo', 'display_url': 'pic.twitter.com/CtuJoLHiDo', 'expanded_url': 'https://twitter.com/dog_rates/status/670427002554466305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 765, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 765, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670426997538078720, 'id_str': '670426997538078720', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU3VzVwWwAAAsst.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3VzVwWwAAAsst.jpg', 'url': 'https://t.co/CtuJoLHiDo', 'display_url': 'pic.twitter.com/CtuJoLHiDo', 'expanded_url': 'https://twitter.com/dog_rates/status/670427002554466305/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 765, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 765, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 142, 'favorite_count': 465, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2118:670421925039075328
{'created_at': 'Sat Nov 28 02:00:17 +0000 2015', 'id': 670421925039075328, 'id_str': '670421925039075328', 'full_text': 'Meet Herb. 12/10 https://t.co/tLRyYvCci3', 'truncated': False, 'display_text_range': [0, 40], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670421917862649857, 'id_str': '670421917862649857', 'indices': [17, 40], 'media_url': 'http://pbs.twimg.com/media/CU3RLqfW4AE0pbA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3RLqfW4AE0pbA.jpg', 'url': 'https://t.co/tLRyYvCci3', 'display_url': 'pic.twitter.com/tLRyYvCci3', 'expanded_url': 'https://twitter.com/dog_rates/status/670421925039075328/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 604, 'h': 433, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 604, 'h': 433, 'resize': 'fit'}, 'large': {'w': 604, 'h': 433, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670421917862649857, 'id_str': '670421917862649857', 'indices': [17, 40], 'media_url': 'http://pbs.twimg.com/media/CU3RLqfW4AE0pbA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3RLqfW4AE0pbA.jpg', 'url': 'https://t.co/tLRyYvCci3', 'display_url': 'pic.twitter.com/tLRyYvCci3', 'expanded_url': 'https://twitter.com/dog_rates/status/670421925039075328/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 604, 'h': 433, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 604, 'h': 433, 'resize': 'fit'}, 'large': {'w': 604, 'h': 433, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 552, 'favorite_count': 1149, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2119:670420569653809152
{'created_at': 'Sat Nov 28 01:54:54 +0000 2015', 'id': 670420569653809152, 'id_str': '670420569653809152', 'full_text': 'This is Damon. The newest presidential candidate for 2016. 10/10 he gets my vote https://t.co/Z5nqlfjYJi', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670420563815436288, 'id_str': '670420563815436288', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CU3P82RWEAAIVrE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3P82RWEAAIVrE.jpg', 'url': 'https://t.co/Z5nqlfjYJi', 'display_url': 'pic.twitter.com/Z5nqlfjYJi', 'expanded_url': 'https://twitter.com/dog_rates/status/670420569653809152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}, 'large': {'w': 675, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670420563815436288, 'id_str': '670420563815436288', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CU3P82RWEAAIVrE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3P82RWEAAIVrE.jpg', 'url': 'https://t.co/Z5nqlfjYJi', 'display_url': 'pic.twitter.com/Z5nqlfjYJi', 'expanded_url': 'https://twitter.com/dog_rates/status/670420569653809152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 448, 'h': 680, 'resize': 'fit'}, 'large': {'w': 675, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 675, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 265, 'favorite_count': 540, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2120:670417414769758208
{'created_at': 'Sat Nov 28 01:42:22 +0000 2015', 'id': 670417414769758208, 'id_str': '670417414769758208', 'full_text': 'Sharp dog here. Introverted. Loves purple. Not fun to pet. Hurts to cuddle with. 6/10 still good dog tho https://t.co/Dfv2YaHPMn', 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670417404275609601, 'id_str': '670417404275609601', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CU3NE8EWUAEVdPD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3NE8EWUAEVdPD.jpg', 'url': 'https://t.co/Dfv2YaHPMn', 'display_url': 'pic.twitter.com/Dfv2YaHPMn', 'expanded_url': 'https://twitter.com/dog_rates/status/670417414769758208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670417404275609601, 'id_str': '670417404275609601', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CU3NE8EWUAEVdPD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3NE8EWUAEVdPD.jpg', 'url': 'https://t.co/Dfv2YaHPMn', 'display_url': 'pic.twitter.com/Dfv2YaHPMn', 'expanded_url': 'https://twitter.com/dog_rates/status/670417414769758208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 281, 'favorite_count': 501, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2121:670411370698022913
{'created_at': 'Sat Nov 28 01:18:21 +0000 2015', 'id': 670411370698022913, 'id_str': '670411370698022913', 'full_text': "Meet Scooter. He's ready for his first day of middle school. Remarkable tongue. 12/10 https://t.co/1DJfHmfBQN", 'truncated': False, 'display_text_range': [0, 109], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670411364918288384, 'id_str': '670411364918288384', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CU3HlZtW4AAezbt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3HlZtW4AAezbt.jpg', 'url': 'https://t.co/1DJfHmfBQN', 'display_url': 'pic.twitter.com/1DJfHmfBQN', 'expanded_url': 'https://twitter.com/dog_rates/status/670411370698022913/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 749, 'h': 743, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 743, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670411364918288384, 'id_str': '670411364918288384', 'indices': [86, 109], 'media_url': 'http://pbs.twimg.com/media/CU3HlZtW4AAezbt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3HlZtW4AAezbt.jpg', 'url': 'https://t.co/1DJfHmfBQN', 'display_url': 'pic.twitter.com/1DJfHmfBQN', 'expanded_url': 'https://twitter.com/dog_rates/status/670411370698022913/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 749, 'h': 743, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 743, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 772, 'favorite_count': 1797, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2122:670408998013820928
{'created_at': 'Sat Nov 28 01:08:55 +0000 2015', 'id': 670408998013820928, 'id_str': '670408998013820928', 'full_text': 'This is Peanut. He was the World Table Tennis Champion back in 2003. Now he just does it for recreation. 10/10 https://t.co/LXVEHo9JMY', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670408991625773056, 'id_str': '670408991625773056', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CU3FbQgVAAACdCQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3FbQgVAAACdCQ.jpg', 'url': 'https://t.co/LXVEHo9JMY', 'display_url': 'pic.twitter.com/LXVEHo9JMY', 'expanded_url': 'https://twitter.com/dog_rates/status/670408998013820928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}, 'large': {'w': 748, 'h': 851, 'resize': 'fit'}, 'medium': {'w': 748, 'h': 851, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670408991625773056, 'id_str': '670408991625773056', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CU3FbQgVAAACdCQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3FbQgVAAACdCQ.jpg', 'url': 'https://t.co/LXVEHo9JMY', 'display_url': 'pic.twitter.com/LXVEHo9JMY', 'expanded_url': 'https://twitter.com/dog_rates/status/670408998013820928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 598, 'h': 680, 'resize': 'fit'}, 'large': {'w': 748, 'h': 851, 'resize': 'fit'}, 'medium': {'w': 748, 'h': 851, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 188, 'favorite_count': 486, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2123:670403879788544000
{'created_at': 'Sat Nov 28 00:48:35 +0000 2015', 'id': 670403879788544000, 'id_str': '670403879788544000', 'full_text': 'This is Nigel. He accidentally popped his ball after dunking so hard the backboard shattered. 10/10 great great pup https://t.co/vSd1TWFK1I', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670403873723555840, 'id_str': '670403873723555840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU3AxW1WoAA3_35.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3AxW1WoAA3_35.jpg', 'url': 'https://t.co/vSd1TWFK1I', 'display_url': 'pic.twitter.com/vSd1TWFK1I', 'expanded_url': 'https://twitter.com/dog_rates/status/670403879788544000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 514, 'h': 768, 'resize': 'fit'}, 'small': {'w': 455, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 514, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670403873723555840, 'id_str': '670403873723555840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CU3AxW1WoAA3_35.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU3AxW1WoAA3_35.jpg', 'url': 'https://t.co/vSd1TWFK1I', 'display_url': 'pic.twitter.com/vSd1TWFK1I', 'expanded_url': 'https://twitter.com/dog_rates/status/670403879788544000/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 514, 'h': 768, 'resize': 'fit'}, 'small': {'w': 455, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 514, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 130, 'favorite_count': 378, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2124:670385711116361728
{'created_at': 'Fri Nov 27 23:36:23 +0000 2015', 'id': 670385711116361728, 'id_str': '670385711116361728', 'full_text': "Meet Larry. He's a Panoramic Benzoate. Can shoot lasers out of his eyes. Very neat. Stuck in that position tho. 8/10 https://t.co/MAZx8MPF0S", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670385704808108032, 'id_str': '670385704808108032', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU2wPyWWUAAb1MJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2wPyWWUAAb1MJ.jpg', 'url': 'https://t.co/MAZx8MPF0S', 'display_url': 'pic.twitter.com/MAZx8MPF0S', 'expanded_url': 'https://twitter.com/dog_rates/status/670385711116361728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670385704808108032, 'id_str': '670385704808108032', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU2wPyWWUAAb1MJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2wPyWWUAAb1MJ.jpg', 'url': 'https://t.co/MAZx8MPF0S', 'display_url': 'pic.twitter.com/MAZx8MPF0S', 'expanded_url': 'https://twitter.com/dog_rates/status/670385711116361728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1023, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 173, 'favorite_count': 494, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2125:670374371102445568
{'created_at': 'Fri Nov 27 22:51:19 +0000 2015', 'id': 670374371102445568, 'id_str': '670374371102445568', 'full_text': "Meet Daisy. She's rebellious. Full of teen angst. Thought her food should be evenly dispersed around the room. 12/10 https://t.co/8yzgYzP94K", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670374366199349253, 'id_str': '670374366199349253', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU2l7yvXAAUyYIJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2l7yvXAAUyYIJ.jpg', 'url': 'https://t.co/8yzgYzP94K', 'display_url': 'pic.twitter.com/8yzgYzP94K', 'expanded_url': 'https://twitter.com/dog_rates/status/670374371102445568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 451, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 478, 'resize': 'fit'}, 'large': {'w': 720, 'h': 478, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670374366199349253, 'id_str': '670374366199349253', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CU2l7yvXAAUyYIJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2l7yvXAAUyYIJ.jpg', 'url': 'https://t.co/8yzgYzP94K', 'display_url': 'pic.twitter.com/8yzgYzP94K', 'expanded_url': 'https://twitter.com/dog_rates/status/670374371102445568/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 451, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 478, 'resize': 'fit'}, 'large': {'w': 720, 'h': 478, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 238, 'favorite_count': 670, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2126:670361874861563904
{'created_at': 'Fri Nov 27 22:01:40 +0000 2015', 'id': 670361874861563904, 'id_str': '670361874861563904', 'full_text': "This is a Rich Mahogany Seltzer named Cherokee. Just got destroyed by a snowball. Isn't very happy about it. 9/10 https://t.co/98ZBi6o4dj", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670361863419506690, 'id_str': '670361863419506690', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CU2akCQWsAIbaOV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2akCQWsAIbaOV.jpg', 'url': 'https://t.co/98ZBi6o4dj', 'display_url': 'pic.twitter.com/98ZBi6o4dj', 'expanded_url': 'https://twitter.com/dog_rates/status/670361874861563904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670361863419506690, 'id_str': '670361863419506690', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CU2akCQWsAIbaOV.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2akCQWsAIbaOV.jpg', 'url': 'https://t.co/98ZBi6o4dj', 'display_url': 'pic.twitter.com/98ZBi6o4dj', 'expanded_url': 'https://twitter.com/dog_rates/status/670361874861563904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 55, 'favorite_count': 289, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2127:670338931251150849
{'created_at': 'Fri Nov 27 20:30:30 +0000 2015', 'id': 670338931251150849, 'id_str': '670338931251150849', 'full_text': "This is Butters. He's not ready for Thanksgiving to be over. 10/10 poor Butters https://t.co/iTc578yDmY", 'truncated': False, 'display_text_range': [0, 103], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670338915237167104, 'id_str': '670338915237167104', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CU2FsRnVAAA3TEg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2FsRnVAAA3TEg.jpg', 'url': 'https://t.co/iTc578yDmY', 'display_url': 'pic.twitter.com/iTc578yDmY', 'expanded_url': 'https://twitter.com/dog_rates/status/670338931251150849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670338915237167104, 'id_str': '670338915237167104', 'indices': [80, 103], 'media_url': 'http://pbs.twimg.com/media/CU2FsRnVAAA3TEg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU2FsRnVAAA3TEg.jpg', 'url': 'https://t.co/iTc578yDmY', 'display_url': 'pic.twitter.com/iTc578yDmY', 'expanded_url': 'https://twitter.com/dog_rates/status/670338931251150849/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 96, 'favorite_count': 374, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2128:670319130621435904
{'created_at': 'Fri Nov 27 19:11:49 +0000 2015', 'id': 670319130621435904, 'id_str': '670319130621435904', 'full_text': 'AT DAWN...\nWE RIDE\n\n11/10 https://t.co/QnfO7HEQGA', 'truncated': False, 'display_text_range': [0, 49], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670319122597543936, 'id_str': '670319122597543936', 'indices': [26, 49], 'media_url': 'http://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'url': 'https://t.co/QnfO7HEQGA', 'display_url': 'pic.twitter.com/QnfO7HEQGA', 'expanded_url': 'https://twitter.com/dog_rates/status/670319130621435904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'small': {'w': 680, 'h': 508, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670319122597543936, 'id_str': '670319122597543936', 'indices': [26, 49], 'media_url': 'http://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1zsMSUAAAS0qW.jpg', 'url': 'https://t.co/QnfO7HEQGA', 'display_url': 'pic.twitter.com/QnfO7HEQGA', 'expanded_url': 'https://twitter.com/dog_rates/status/670319130621435904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 765, 'resize': 'fit'}, 'small': {'w': 680, 'h': 508, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1067, 'favorite_count': 3471, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2129:670303360680108032
{'created_at': 'Fri Nov 27 18:09:09 +0000 2015', 'id': 670303360680108032, 'id_str': '670303360680108032', 'full_text': "This is a Speckled Cauliflower Yosemite named Hemry. He's terrified of intruder dog. Not one bit comfortable. 9/10 https://t.co/yV3Qgjh8iN", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670303349632204800, 'id_str': '670303349632204800', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CU1lWFaVAAAl0HG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1lWFaVAAAl0HG.jpg', 'url': 'https://t.co/yV3Qgjh8iN', 'display_url': 'pic.twitter.com/yV3Qgjh8iN', 'expanded_url': 'https://twitter.com/dog_rates/status/670303360680108032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670303349632204800, 'id_str': '670303349632204800', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CU1lWFaVAAAl0HG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1lWFaVAAAl0HG.jpg', 'url': 'https://t.co/yV3Qgjh8iN', 'display_url': 'pic.twitter.com/yV3Qgjh8iN', 'expanded_url': 'https://twitter.com/dog_rates/status/670303360680108032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 107, 'favorite_count': 383, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2130:670290420111441920
{'created_at': 'Fri Nov 27 17:17:44 +0000 2015', 'id': 670290420111441920, 'id_str': '670290420111441920', 'full_text': "This is Sandra. She's going skydiving. Nice adidas sandals. Stellar house plant. 11/10 https://t.co/orbkAq9kYF", 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670290335751237632, 'id_str': '670290335751237632', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CU1Zgk7UcAAjw2t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1Zgk7UcAAjw2t.jpg', 'url': 'https://t.co/orbkAq9kYF', 'display_url': 'pic.twitter.com/orbkAq9kYF', 'expanded_url': 'https://twitter.com/dog_rates/status/670290420111441920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 413, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 570, 'h': 938, 'resize': 'fit'}, 'large': {'w': 570, 'h': 938, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670290335751237632, 'id_str': '670290335751237632', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CU1Zgk7UcAAjw2t.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CU1Zgk7UcAAjw2t.jpg', 'url': 'https://t.co/orbkAq9kYF', 'display_url': 'pic.twitter.com/orbkAq9kYF', 'expanded_url': 'https://twitter.com/dog_rates/status/670290420111441920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 413, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 570, 'h': 938, 'resize': 'fit'}, 'large': {'w': 570, 'h': 938, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 250, 'favorite_count': 623, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2131:670093938074779648
{'created_at': 'Fri Nov 27 04:16:59 +0000 2015', 'id': 670093938074779648, 'id_str': '670093938074779648', 'full_text': "This is Wally. He's a Flaccid Mitochondria. Going on vacation. Bag definitely full of treats. Great hat. 9/10 https://t.co/vYs9IVzHY9", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670093932257259521, 'id_str': '670093932257259521', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUym4Y5WsAEiI9_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUym4Y5WsAEiI9_.jpg', 'url': 'https://t.co/vYs9IVzHY9', 'display_url': 'pic.twitter.com/vYs9IVzHY9', 'expanded_url': 'https://twitter.com/dog_rates/status/670093938074779648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670093932257259521, 'id_str': '670093932257259521', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUym4Y5WsAEiI9_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUym4Y5WsAEiI9_.jpg', 'url': 'https://t.co/vYs9IVzHY9', 'display_url': 'pic.twitter.com/vYs9IVzHY9', 'expanded_url': 'https://twitter.com/dog_rates/status/670093938074779648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 277, 'favorite_count': 911, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2132:670086499208155136
{'created_at': 'Fri Nov 27 03:47:25 +0000 2015', 'id': 670086499208155136, 'id_str': '670086499208155136', 'full_text': '"Hi yes this is dog. I can\'t help with that s- sir please... the manager isn\'t in right n- well that was rude"\n10/10 https://t.co/DuQXATW27f', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670086495571738624, 'id_str': '670086495571738624', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUygHhFXAAAwNXv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUygHhFXAAAwNXv.jpg', 'url': 'https://t.co/DuQXATW27f', 'display_url': 'pic.twitter.com/DuQXATW27f', 'expanded_url': 'https://twitter.com/dog_rates/status/670086499208155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 366, 'h': 680, 'resize': 'fit'}, 'large': {'w': 535, 'h': 995, 'resize': 'fit'}, 'medium': {'w': 535, 'h': 995, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670086495571738624, 'id_str': '670086495571738624', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUygHhFXAAAwNXv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUygHhFXAAAwNXv.jpg', 'url': 'https://t.co/DuQXATW27f', 'display_url': 'pic.twitter.com/DuQXATW27f', 'expanded_url': 'https://twitter.com/dog_rates/status/670086499208155136/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 366, 'h': 680, 'resize': 'fit'}, 'large': {'w': 535, 'h': 995, 'resize': 'fit'}, 'medium': {'w': 535, 'h': 995, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 218, 'favorite_count': 622, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2133:670079681849372674
{'created_at': 'Fri Nov 27 03:20:20 +0000 2015', 'id': 670079681849372674, 'id_str': '670079681849372674', 'full_text': "Meet Fabio. He's a wonderful pup. Can't stay away from the devil's lettuce but other than that he's a delight. 10/10 https://t.co/Qvj4JZGdQD", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670079676572950530, 'id_str': '670079676572950530', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUyZ6mVW4AI8YWZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyZ6mVW4AI8YWZ.jpg', 'url': 'https://t.co/Qvj4JZGdQD', 'display_url': 'pic.twitter.com/Qvj4JZGdQD', 'expanded_url': 'https://twitter.com/dog_rates/status/670079681849372674/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670079676572950530, 'id_str': '670079676572950530', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUyZ6mVW4AI8YWZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyZ6mVW4AI8YWZ.jpg', 'url': 'https://t.co/Qvj4JZGdQD', 'display_url': 'pic.twitter.com/Qvj4JZGdQD', 'expanded_url': 'https://twitter.com/dog_rates/status/670079681849372674/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 667, 'resize': 'fit'}, 'small': {'w': 500, 'h': 667, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 667, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1057, 'favorite_count': 1958, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2134:670073503555706880
{'created_at': 'Fri Nov 27 02:55:47 +0000 2015', 'id': 670073503555706880, 'id_str': '670073503555706880', 'full_text': 'Meet Winston. He wants to be a power drill. Very focused. 10/10 I believe in you Winston https://t.co/exGrzT9O88', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670073493971738624, 'id_str': '670073493971738624', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CUyUSuWXIAAZKYF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyUSuWXIAAZKYF.jpg', 'url': 'https://t.co/exGrzT9O88', 'display_url': 'pic.twitter.com/exGrzT9O88', 'expanded_url': 'https://twitter.com/dog_rates/status/670073503555706880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670073493971738624, 'id_str': '670073493971738624', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CUyUSuWXIAAZKYF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyUSuWXIAAZKYF.jpg', 'url': 'https://t.co/exGrzT9O88', 'display_url': 'pic.twitter.com/exGrzT9O88', 'expanded_url': 'https://twitter.com/dog_rates/status/670073503555706880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 681, 'favorite_count': 1386, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2135:670069087419133954
{'created_at': 'Fri Nov 27 02:38:14 +0000 2015', 'id': 670069087419133954, 'id_str': '670069087419133954', 'full_text': "This is Randall. He's from Chernobyl. Built playground himself. Has been stuck up there quite a while. 5/10 good dog https://t.co/pzrvc7wKGd", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670069080024588288, 'id_str': '670069080024588288', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUyQRzHWoAAhF1D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyQRzHWoAAhF1D.jpg', 'url': 'https://t.co/pzrvc7wKGd', 'display_url': 'pic.twitter.com/pzrvc7wKGd', 'expanded_url': 'https://twitter.com/dog_rates/status/670069087419133954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670069080024588288, 'id_str': '670069080024588288', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUyQRzHWoAAhF1D.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyQRzHWoAAhF1D.jpg', 'url': 'https://t.co/pzrvc7wKGd', 'display_url': 'pic.twitter.com/pzrvc7wKGd', 'expanded_url': 'https://twitter.com/dog_rates/status/670069087419133954/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 205, 'favorite_count': 554, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2136:670061506722140161
{'created_at': 'Fri Nov 27 02:08:07 +0000 2015', 'id': 670061506722140161, 'id_str': '670061506722140161', 'full_text': 'This is Liam. He has a particular set of skills. He will look for you, he will find you, and he will kill you. 11/10 https://t.co/uQMFKv1vjn', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670061499868684291, 'id_str': '670061499868684291', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUyJYk1WoAMPROb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyJYk1WoAMPROb.jpg', 'url': 'https://t.co/uQMFKv1vjn', 'display_url': 'pic.twitter.com/uQMFKv1vjn', 'expanded_url': 'https://twitter.com/dog_rates/status/670061506722140161/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 752, 'h': 725, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 656, 'resize': 'fit'}, 'medium': {'w': 752, 'h': 725, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670061499868684291, 'id_str': '670061499868684291', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUyJYk1WoAMPROb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyJYk1WoAMPROb.jpg', 'url': 'https://t.co/uQMFKv1vjn', 'display_url': 'pic.twitter.com/uQMFKv1vjn', 'expanded_url': 'https://twitter.com/dog_rates/status/670061506722140161/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 752, 'h': 725, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 656, 'resize': 'fit'}, 'medium': {'w': 752, 'h': 725, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 290, 'favorite_count': 669, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2137:670055038660800512
{'created_at': 'Fri Nov 27 01:42:24 +0000 2015', 'id': 670055038660800512, 'id_str': '670055038660800512', 'full_text': "This is Tommy. He's a cool dog. Hard not to step on. Won't let go of seashell. Not fast by any means. 3/10 https://t.co/0gY6XTOpn3", 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670055031027159040, 'id_str': '670055031027159040', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CUyDgChWUAAmNSI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyDgChWUAAmNSI.jpg', 'url': 'https://t.co/0gY6XTOpn3', 'display_url': 'pic.twitter.com/0gY6XTOpn3', 'expanded_url': 'https://twitter.com/dog_rates/status/670055038660800512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670055031027159040, 'id_str': '670055031027159040', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CUyDgChWUAAmNSI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUyDgChWUAAmNSI.jpg', 'url': 'https://t.co/0gY6XTOpn3', 'display_url': 'pic.twitter.com/0gY6XTOpn3', 'expanded_url': 'https://twitter.com/dog_rates/status/670055038660800512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 279, 'favorite_count': 592, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2138:670046952931721218
{'created_at': 'Fri Nov 27 01:10:17 +0000 2015', 'id': 670046952931721218, 'id_str': '670046952931721218', 'full_text': "This is Ben & Carson. It's impossible for them to tilt their heads in the same direction. Cheeky wink by Ben. 11/10s https://t.co/465sIBdvzU", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670046943482159109, 'id_str': '670046943482159109', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUx8JSEXIAU6zPp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUx8JSEXIAU6zPp.jpg', 'url': 'https://t.co/465sIBdvzU', 'display_url': 'pic.twitter.com/465sIBdvzU', 'expanded_url': 'https://twitter.com/dog_rates/status/670046952931721218/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670046943482159109, 'id_str': '670046943482159109', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUx8JSEXIAU6zPp.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUx8JSEXIAU6zPp.jpg', 'url': 'https://t.co/465sIBdvzU', 'display_url': 'pic.twitter.com/465sIBdvzU', 'expanded_url': 'https://twitter.com/dog_rates/status/670046952931721218/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 152, 'favorite_count': 575, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2139:670040295598354432
{'created_at': 'Fri Nov 27 00:43:49 +0000 2015', 'id': 670040295598354432, 'id_str': '670040295598354432', 'full_text': '😂😂😂 10/10 for the dog and the owner https://t.co/5iYF0Ci0EK', 'truncated': False, 'display_text_range': [0, 59], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670040288568610816, 'id_str': '670040288568610816', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CUx2F6lVEAAvFev.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUx2F6lVEAAvFev.jpg', 'url': 'https://t.co/5iYF0Ci0EK', 'display_url': 'pic.twitter.com/5iYF0Ci0EK', 'expanded_url': 'https://twitter.com/dog_rates/status/670040295598354432/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670040288568610816, 'id_str': '670040288568610816', 'indices': [36, 59], 'media_url': 'http://pbs.twimg.com/media/CUx2F6lVEAAvFev.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUx2F6lVEAAvFev.jpg', 'url': 'https://t.co/5iYF0Ci0EK', 'display_url': 'pic.twitter.com/5iYF0Ci0EK', 'expanded_url': 'https://twitter.com/dog_rates/status/670040295598354432/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 97, 'favorite_count': 659, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2140:670037189829525505
{'created_at': 'Fri Nov 27 00:31:29 +0000 2015', 'id': 670037189829525505, 'id_str': '670037189829525505', 'full_text': 'Awesome dog here. Not sure where it is tho. Spectacular camouflage. Enjoys leaves. Not very soft. 5/10 still petable https://t.co/rOTOteKx4q', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670037180094488576, 'id_str': '670037180094488576', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUxzQ-nWIAAgJUm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUxzQ-nWIAAgJUm.jpg', 'url': 'https://t.co/rOTOteKx4q', 'display_url': 'pic.twitter.com/rOTOteKx4q', 'expanded_url': 'https://twitter.com/dog_rates/status/670037189829525505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670037180094488576, 'id_str': '670037180094488576', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUxzQ-nWIAAgJUm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUxzQ-nWIAAgJUm.jpg', 'url': 'https://t.co/rOTOteKx4q', 'display_url': 'pic.twitter.com/rOTOteKx4q', 'expanded_url': 'https://twitter.com/dog_rates/status/670037189829525505/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 240, 'favorite_count': 527, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2141:670003130994700288
{'created_at': 'Thu Nov 26 22:16:09 +0000 2015', 'id': 670003130994700288, 'id_str': '670003130994700288', 'full_text': 'This is Raphael. He is a Baskerville Conquistador. Entertains at all the gatherings. 10/10 simply magnificent https://t.co/3NTykJmtHt', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 670003125244321792, 'id_str': '670003125244321792', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUxUSuaW4AAdQzv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUxUSuaW4AAdQzv.jpg', 'url': 'https://t.co/3NTykJmtHt', 'display_url': 'pic.twitter.com/3NTykJmtHt', 'expanded_url': 'https://twitter.com/dog_rates/status/670003130994700288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 421, 'resize': 'fit'}, 'large': {'w': 640, 'h': 421, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 421, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 670003125244321792, 'id_str': '670003125244321792', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUxUSuaW4AAdQzv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUxUSuaW4AAdQzv.jpg', 'url': 'https://t.co/3NTykJmtHt', 'display_url': 'pic.twitter.com/3NTykJmtHt', 'expanded_url': 'https://twitter.com/dog_rates/status/670003130994700288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 421, 'resize': 'fit'}, 'large': {'w': 640, 'h': 421, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 421, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 77, 'favorite_count': 296, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2142:669993076832759809
{'created_at': 'Thu Nov 26 21:36:12 +0000 2015', 'id': 669993076832759809, 'id_str': '669993076832759809', 'full_text': "This is Zoey. Her dreams of becoming a hippo ballerina don't look promising. 9/10 it'll be ok puppers https://t.co/kR1fqy4NKK", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669993066573393920, 'id_str': '669993066573393920', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CUxLJO8U8AAu6Zu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUxLJO8U8AAu6Zu.jpg', 'url': 'https://t.co/kR1fqy4NKK', 'display_url': 'pic.twitter.com/kR1fqy4NKK', 'expanded_url': 'https://twitter.com/dog_rates/status/669993076832759809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669993066573393920, 'id_str': '669993066573393920', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CUxLJO8U8AAu6Zu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUxLJO8U8AAu6Zu.jpg', 'url': 'https://t.co/kR1fqy4NKK', 'display_url': 'pic.twitter.com/kR1fqy4NKK', 'expanded_url': 'https://twitter.com/dog_rates/status/669993076832759809/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 70, 'favorite_count': 288, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2143:669972011175813120
{'created_at': 'Thu Nov 26 20:12:29 +0000 2015', 'id': 669972011175813120, 'id_str': '669972011175813120', 'full_text': 'Here we see really big dog cuddling smaller dog. Very touching. True friendship. 10/10s would pet both at once https://t.co/A6XnvxHiUQ', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669972004481536000, 'id_str': '669972004481536000', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUw3_QiUEAA8cT9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUw3_QiUEAA8cT9.jpg', 'url': 'https://t.co/A6XnvxHiUQ', 'display_url': 'pic.twitter.com/A6XnvxHiUQ', 'expanded_url': 'https://twitter.com/dog_rates/status/669972011175813120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669972004481536000, 'id_str': '669972004481536000', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUw3_QiUEAA8cT9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUw3_QiUEAA8cT9.jpg', 'url': 'https://t.co/A6XnvxHiUQ', 'display_url': 'pic.twitter.com/A6XnvxHiUQ', 'expanded_url': 'https://twitter.com/dog_rates/status/669972011175813120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286047, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 134, 'favorite_count': 396, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2144:669970042633789440
{'created_at': 'Thu Nov 26 20:04:40 +0000 2015', 'id': 669970042633789440, 'id_str': '669970042633789440', 'full_text': 'This is Julio. He was one of the original Ringling Bros. Exceptional balance. Very alert. Ready for anything. 10/10 https://t.co/aeURGO9Qs8', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669970030231232512, 'id_str': '669970030231232512', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUw2MV4XIAAHLO_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUw2MV4XIAAHLO_.jpg', 'url': 'https://t.co/aeURGO9Qs8', 'display_url': 'pic.twitter.com/aeURGO9Qs8', 'expanded_url': 'https://twitter.com/dog_rates/status/669970042633789440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 293, 'h': 846, 'resize': 'fit'}, 'large': {'w': 293, 'h': 846, 'resize': 'fit'}, 'small': {'w': 236, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669970030231232512, 'id_str': '669970030231232512', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUw2MV4XIAAHLO_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUw2MV4XIAAHLO_.jpg', 'url': 'https://t.co/aeURGO9Qs8', 'display_url': 'pic.twitter.com/aeURGO9Qs8', 'expanded_url': 'https://twitter.com/dog_rates/status/669970042633789440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 293, 'h': 846, 'resize': 'fit'}, 'large': {'w': 293, 'h': 846, 'resize': 'fit'}, 'small': {'w': 236, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 43, 'favorite_count': 272, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2145:669942763794931712
{'created_at': 'Thu Nov 26 18:16:16 +0000 2015', 'id': 669942763794931712, 'id_str': '669942763794931712', 'full_text': 'This is Andru. He made his very own lacrosse stick. Much dedication. Big dreams. Tongue slip. 11/10 go get em Andru https://t.co/1VJoY3OJ1F', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669942745918648320, 'id_str': '669942745918648320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUwdYL5UsAAP0XX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUwdYL5UsAAP0XX.jpg', 'url': 'https://t.co/1VJoY3OJ1F', 'display_url': 'pic.twitter.com/1VJoY3OJ1F', 'expanded_url': 'https://twitter.com/dog_rates/status/669942763794931712/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669942745918648320, 'id_str': '669942745918648320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUwdYL5UsAAP0XX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUwdYL5UsAAP0XX.jpg', 'url': 'https://t.co/1VJoY3OJ1F', 'display_url': 'pic.twitter.com/1VJoY3OJ1F', 'expanded_url': 'https://twitter.com/dog_rates/status/669942763794931712/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 935, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 622, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 935, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 133, 'favorite_count': 444, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2146:669926384437997569
{'created_at': 'Thu Nov 26 17:11:11 +0000 2015', 'id': 669926384437997569, 'id_str': '669926384437997569', 'full_text': "I've never seen a dog so genuinely happy about a tennis ball. 12/10 s'cute https://t.co/9RYY2NtHDw", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669926380793131010, 'id_str': '669926380793131010', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CUwOfnDWcAIXryP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUwOfnDWcAIXryP.jpg', 'url': 'https://t.co/9RYY2NtHDw', 'display_url': 'pic.twitter.com/9RYY2NtHDw', 'expanded_url': 'https://twitter.com/dog_rates/status/669926384437997569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 320, 'h': 320, 'resize': 'fit'}, 'large': {'w': 320, 'h': 320, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 320, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669926380793131010, 'id_str': '669926380793131010', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CUwOfnDWcAIXryP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUwOfnDWcAIXryP.jpg', 'url': 'https://t.co/9RYY2NtHDw', 'display_url': 'pic.twitter.com/9RYY2NtHDw', 'expanded_url': 'https://twitter.com/dog_rates/status/669926384437997569/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 320, 'h': 320, 'resize': 'fit'}, 'large': {'w': 320, 'h': 320, 'resize': 'fit'}, 'medium': {'w': 320, 'h': 320, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 81, 'favorite_count': 339, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2147:669923323644657664
{'created_at': 'Thu Nov 26 16:59:01 +0000 2015', 'id': 669923323644657664, 'id_str': '669923323644657664', 'full_text': "This is a spotted Lipitor Rumpelstiltskin named Alphred. He can't wait for the Turkey. 10/10 would pet really well https://t.co/6GUGO7azNX", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669923316447113216, 'id_str': '669923316447113216', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUwLtPeU8AAfAb2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUwLtPeU8AAfAb2.jpg', 'url': 'https://t.co/6GUGO7azNX', 'display_url': 'pic.twitter.com/6GUGO7azNX', 'expanded_url': 'https://twitter.com/dog_rates/status/669923323644657664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669923316447113216, 'id_str': '669923316447113216', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUwLtPeU8AAfAb2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUwLtPeU8AAfAb2.jpg', 'url': 'https://t.co/6GUGO7azNX', 'display_url': 'pic.twitter.com/6GUGO7azNX', 'expanded_url': 'https://twitter.com/dog_rates/status/669923323644657664/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 50, 'favorite_count': 202, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2148:669753178989142016
{'created_at': 'Thu Nov 26 05:42:55 +0000 2015', 'id': 669753178989142016, 'id_str': '669753178989142016', 'full_text': "Meet Chester. He just ate a lot and now he can't move. 10/10 that's going to be me in about 17 hours https://t.co/63jh1tYZa5", 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669753167702200320, 'id_str': '669753167702200320', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CUtw9SAVEAAtFUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUtw9SAVEAAtFUN.jpg', 'url': 'https://t.co/63jh1tYZa5', 'display_url': 'pic.twitter.com/63jh1tYZa5', 'expanded_url': 'https://twitter.com/dog_rates/status/669753178989142016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669753167702200320, 'id_str': '669753167702200320', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CUtw9SAVEAAtFUN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUtw9SAVEAAtFUN.jpg', 'url': 'https://t.co/63jh1tYZa5', 'display_url': 'pic.twitter.com/63jh1tYZa5', 'expanded_url': 'https://twitter.com/dog_rates/status/669753178989142016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 341, 'favorite_count': 709, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2149:669749430875258880
{'created_at': 'Thu Nov 26 05:28:02 +0000 2015', 'id': 669749430875258880, 'id_str': '669749430875258880', 'full_text': 'Say hello to Clarence. Clarence thought he saw a squirrel. He was just trying to help. 8/10 poor Clarence https://t.co/tbFaTUHLJB', 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669749424290164736, 'id_str': '669749424290164736', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CUttjYtWcAAdPgI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUttjYtWcAAdPgI.jpg', 'url': 'https://t.co/tbFaTUHLJB', 'display_url': 'pic.twitter.com/tbFaTUHLJB', 'expanded_url': 'https://twitter.com/dog_rates/status/669749430875258880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669749424290164736, 'id_str': '669749424290164736', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CUttjYtWcAAdPgI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUttjYtWcAAdPgI.jpg', 'url': 'https://t.co/tbFaTUHLJB', 'display_url': 'pic.twitter.com/tbFaTUHLJB', 'expanded_url': 'https://twitter.com/dog_rates/status/669749430875258880/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 55, 'favorite_count': 229, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2150:669684865554620416
{'created_at': 'Thu Nov 26 01:11:28 +0000 2015', 'id': 669684865554620416, 'id_str': '669684865554620416', 'full_text': 'After countless hours of research and hundreds of formula alterations we have concluded that Dug should be bumped to an 11/10', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 669354382627049472, 'in_reply_to_status_id_str': '669354382627049472', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 75, 'favorite_count': 448, 'favorited': False, 'retweeted': False, 'lang': 'en'}
2151:669683899023405056
{'created_at': 'Thu Nov 26 01:07:38 +0000 2015', 'id': 669683899023405056, 'id_str': '669683899023405056', 'full_text': 'This is Kloey. Her mother was a unicorn. 10/10 https://t.co/NvKJRYDosA', 'truncated': False, 'display_text_range': [0, 70], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669683887996555264, 'id_str': '669683887996555264', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CUsx8q_WUAA-m4k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUsx8q_WUAA-m4k.jpg', 'url': 'https://t.co/NvKJRYDosA', 'display_url': 'pic.twitter.com/NvKJRYDosA', 'expanded_url': 'https://twitter.com/dog_rates/status/669683899023405056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669683887996555264, 'id_str': '669683887996555264', 'indices': [47, 70], 'media_url': 'http://pbs.twimg.com/media/CUsx8q_WUAA-m4k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUsx8q_WUAA-m4k.jpg', 'url': 'https://t.co/NvKJRYDosA', 'display_url': 'pic.twitter.com/NvKJRYDosA', 'expanded_url': 'https://twitter.com/dog_rates/status/669683899023405056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 94, 'favorite_count': 339, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2152:669682095984410625
{'created_at': 'Thu Nov 26 01:00:28 +0000 2015', 'id': 669682095984410625, 'id_str': '669682095984410625', 'full_text': 'Meet Louie. He just pounded that bottle of wine. 9/10 goodnight Louie https://t.co/RAwZvMKRZB', 'truncated': False, 'display_text_range': [0, 93], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669682090091216896, 'id_str': '669682090091216896', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CUswUBRUAAAahAo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUswUBRUAAAahAo.jpg', 'url': 'https://t.co/RAwZvMKRZB', 'display_url': 'pic.twitter.com/RAwZvMKRZB', 'expanded_url': 'https://twitter.com/dog_rates/status/669682095984410625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 537, 'h': 289, 'resize': 'fit'}, 'medium': {'w': 537, 'h': 289, 'resize': 'fit'}, 'large': {'w': 537, 'h': 289, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669682090091216896, 'id_str': '669682090091216896', 'indices': [70, 93], 'media_url': 'http://pbs.twimg.com/media/CUswUBRUAAAahAo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUswUBRUAAAahAo.jpg', 'url': 'https://t.co/RAwZvMKRZB', 'display_url': 'pic.twitter.com/RAwZvMKRZB', 'expanded_url': 'https://twitter.com/dog_rates/status/669682095984410625/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 537, 'h': 289, 'resize': 'fit'}, 'medium': {'w': 537, 'h': 289, 'resize': 'fit'}, 'large': {'w': 537, 'h': 289, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 116, 'favorite_count': 312, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2153:669680153564442624
{'created_at': 'Thu Nov 26 00:52:45 +0000 2015', 'id': 669680153564442624, 'id_str': '669680153564442624', 'full_text': "This is Shawwn. He's a Turkish Gangrene Robitussin. Spectacular tongue. Cranks out push-ups. 8/10 #NoDaysOff #swole https://t.co/IQFZKNUlXx", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [{'text': 'NoDaysOff', 'indices': [98, 108]}, {'text': 'swole', 'indices': [109, 115]}], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669680140776046593, 'id_str': '669680140776046593', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUsuijgXAAE4pdi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUsuijgXAAE4pdi.jpg', 'url': 'https://t.co/IQFZKNUlXx', 'display_url': 'pic.twitter.com/IQFZKNUlXx', 'expanded_url': 'https://twitter.com/dog_rates/status/669680153564442624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669680140776046593, 'id_str': '669680140776046593', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUsuijgXAAE4pdi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUsuijgXAAE4pdi.jpg', 'url': 'https://t.co/IQFZKNUlXx', 'display_url': 'pic.twitter.com/IQFZKNUlXx', 'expanded_url': 'https://twitter.com/dog_rates/status/669680153564442624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 818, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 543, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 818, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 244, 'favorite_count': 588, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2154:669661792646373376
{'created_at': 'Wed Nov 25 23:39:47 +0000 2015', 'id': 669661792646373376, 'id_str': '669661792646373376', 'full_text': "This is a brave dog. Excellent free climber. Trying to get closer to God. Not very loyal though. Doesn't bark. 5/10 https://t.co/ODnILTr4QM", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669661788376580096, 'id_str': '669661788376580096', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUsd2TfWwAAmdjb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUsd2TfWwAAmdjb.jpg', 'url': 'https://t.co/ODnILTr4QM', 'display_url': 'pic.twitter.com/ODnILTr4QM', 'expanded_url': 'https://twitter.com/dog_rates/status/669661792646373376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669661788376580096, 'id_str': '669661788376580096', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUsd2TfWwAAmdjb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUsd2TfWwAAmdjb.jpg', 'url': 'https://t.co/ODnILTr4QM', 'display_url': 'pic.twitter.com/ODnILTr4QM', 'expanded_url': 'https://twitter.com/dog_rates/status/669661792646373376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 367, 'favorite_count': 715, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2155:669625907762618368
{'created_at': 'Wed Nov 25 21:17:12 +0000 2015', 'id': 669625907762618368, 'id_str': '669625907762618368', 'full_text': "This is Penny. She's having fun AND being safe. 12/10 very responsible pup https://t.co/eqeWw67oU7", 'truncated': False, 'display_text_range': [0, 98], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669625903928897537, 'id_str': '669625903928897537', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CUr9NjgU8AEpf5w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUr9NjgU8AEpf5w.jpg', 'url': 'https://t.co/eqeWw67oU7', 'display_url': 'pic.twitter.com/eqeWw67oU7', 'expanded_url': 'https://twitter.com/dog_rates/status/669625907762618368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 363, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 363, 'resize': 'fit'}, 'large': {'w': 500, 'h': 363, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669625903928897537, 'id_str': '669625903928897537', 'indices': [75, 98], 'media_url': 'http://pbs.twimg.com/media/CUr9NjgU8AEpf5w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUr9NjgU8AEpf5w.jpg', 'url': 'https://t.co/eqeWw67oU7', 'display_url': 'pic.twitter.com/eqeWw67oU7', 'expanded_url': 'https://twitter.com/dog_rates/status/669625907762618368/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 500, 'h': 363, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 363, 'resize': 'fit'}, 'large': {'w': 500, 'h': 363, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1572, 'favorite_count': 3128, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2156:669603084620980224
{'created_at': 'Wed Nov 25 19:46:30 +0000 2015', 'id': 669603084620980224, 'id_str': '669603084620980224', 'full_text': "Very human-like. Cute overbite smile *finger to earpiece* I'm being told that the dog is actually on the right\n10/10 https://t.co/MSIbWu4YYs", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669603078258221056, 'id_str': '669603078258221056', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUroc7QW4AATIff.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUroc7QW4AATIff.jpg', 'url': 'https://t.co/MSIbWu4YYs', 'display_url': 'pic.twitter.com/MSIbWu4YYs', 'expanded_url': 'https://twitter.com/dog_rates/status/669603084620980224/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 665, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 471, 'h': 680, 'resize': 'fit'}, 'large': {'w': 665, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669603078258221056, 'id_str': '669603078258221056', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUroc7QW4AATIff.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUroc7QW4AATIff.jpg', 'url': 'https://t.co/MSIbWu4YYs', 'display_url': 'pic.twitter.com/MSIbWu4YYs', 'expanded_url': 'https://twitter.com/dog_rates/status/669603084620980224/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 665, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 471, 'h': 680, 'resize': 'fit'}, 'large': {'w': 665, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 316, 'favorite_count': 846, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2157:669597912108789760
{'created_at': 'Wed Nov 25 19:25:57 +0000 2015', 'id': 669597912108789760, 'id_str': '669597912108789760', 'full_text': 'This is Skye. He is a Bretwaldian Altostratus. Not amused at all. Just saved small dog from avalanche. 10/10 hero af https://t.co/XmCvma01fF', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669597904508620800, 'id_str': '669597904508620800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUrjvxiVEAA94dH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrjvxiVEAA94dH.jpg', 'url': 'https://t.co/XmCvma01fF', 'display_url': 'pic.twitter.com/XmCvma01fF', 'expanded_url': 'https://twitter.com/dog_rates/status/669597912108789760/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 622, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 622, 'resize': 'fit'}, 'small': {'w': 640, 'h': 622, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669597904508620800, 'id_str': '669597904508620800', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUrjvxiVEAA94dH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrjvxiVEAA94dH.jpg', 'url': 'https://t.co/XmCvma01fF', 'display_url': 'pic.twitter.com/XmCvma01fF', 'expanded_url': 'https://twitter.com/dog_rates/status/669597912108789760/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 640, 'h': 622, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 622, 'resize': 'fit'}, 'small': {'w': 640, 'h': 622, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 133, 'favorite_count': 447, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2158:669583744538451968
{'created_at': 'Wed Nov 25 18:29:39 +0000 2015', 'id': 669583744538451968, 'id_str': '669583744538451968', 'full_text': 'Special dog here. Pretty big. Neck kinda long for dog. Cool spots. Must be a Dalmatian variant. 6/10 would still pet https://t.co/f8GXeDbFzu', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669583735898185728, 'id_str': '669583735898185728', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUrW3DWXIAAiRqk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrW3DWXIAAiRqk.jpg', 'url': 'https://t.co/f8GXeDbFzu', 'display_url': 'pic.twitter.com/f8GXeDbFzu', 'expanded_url': 'https://twitter.com/dog_rates/status/669583744538451968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669583735898185728, 'id_str': '669583735898185728', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUrW3DWXIAAiRqk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrW3DWXIAAiRqk.jpg', 'url': 'https://t.co/f8GXeDbFzu', 'display_url': 'pic.twitter.com/f8GXeDbFzu', 'expanded_url': 'https://twitter.com/dog_rates/status/669583744538451968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 804, 'favorite_count': 1323, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2159:669573570759163904
{'created_at': 'Wed Nov 25 17:49:14 +0000 2015', 'id': 669573570759163904, 'id_str': '669573570759163904', 'full_text': "This is Linda. She just looked up and saw you glancing at your neighboring classmate's test. 10/10 https://t.co/UpFFYhA1Id", 'truncated': False, 'display_text_range': [0, 122], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669573559438712832, 'id_str': '669573559438712832', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CUrNmtFWoAAnWCD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrNmtFWoAAnWCD.jpg', 'url': 'https://t.co/UpFFYhA1Id', 'display_url': 'pic.twitter.com/UpFFYhA1Id', 'expanded_url': 'https://twitter.com/dog_rates/status/669573570759163904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669573559438712832, 'id_str': '669573559438712832', 'indices': [99, 122], 'media_url': 'http://pbs.twimg.com/media/CUrNmtFWoAAnWCD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrNmtFWoAAnWCD.jpg', 'url': 'https://t.co/UpFFYhA1Id', 'display_url': 'pic.twitter.com/UpFFYhA1Id', 'expanded_url': 'https://twitter.com/dog_rates/status/669573570759163904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 120, 'favorite_count': 388, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2160:669571471778410496
{'created_at': 'Wed Nov 25 17:40:53 +0000 2015', 'id': 669571471778410496, 'id_str': '669571471778410496', 'full_text': "This is Keith. He's had 13 DUIs. 7/10 that's too many Keith https://t.co/fa7olwrF9Y", 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669571453801508864, 'id_str': '669571453801508864', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CUrLsI-UsAALfUL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrLsI-UsAALfUL.jpg', 'url': 'https://t.co/fa7olwrF9Y', 'display_url': 'pic.twitter.com/fa7olwrF9Y', 'expanded_url': 'https://twitter.com/dog_rates/status/669571471778410496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669571453801508864, 'id_str': '669571453801508864', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CUrLsI-UsAALfUL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrLsI-UsAALfUL.jpg', 'url': 'https://t.co/fa7olwrF9Y', 'display_url': 'pic.twitter.com/fa7olwrF9Y', 'expanded_url': 'https://twitter.com/dog_rates/status/669571471778410496/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 882, 'favorite_count': 1408, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2161:669567591774625800
{'created_at': 'Wed Nov 25 17:25:28 +0000 2015', 'id': 669567591774625800, 'id_str': '669567591774625800', 'full_text': "Meet Kollin. He's a Parakeetian Badminton from Denmark. Great artist. Taking break from research. Loves wicker 9/10 https://t.co/XPLB3eoXiX", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669567582983331840, 'id_str': '669567582983331840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUrIK1DWoAAhECq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrIK1DWoAAhECq.jpg', 'url': 'https://t.co/XPLB3eoXiX', 'display_url': 'pic.twitter.com/XPLB3eoXiX', 'expanded_url': 'https://twitter.com/dog_rates/status/669567591774625800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 759, 'h': 874, 'resize': 'fit'}, 'large': {'w': 759, 'h': 874, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669567582983331840, 'id_str': '669567582983331840', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUrIK1DWoAAhECq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrIK1DWoAAhECq.jpg', 'url': 'https://t.co/XPLB3eoXiX', 'display_url': 'pic.twitter.com/XPLB3eoXiX', 'expanded_url': 'https://twitter.com/dog_rates/status/669567591774625800/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 759, 'h': 874, 'resize': 'fit'}, 'large': {'w': 759, 'h': 874, 'resize': 'fit'}, 'small': {'w': 591, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 45, 'favorite_count': 202, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2162:669564461267722241
{'created_at': 'Wed Nov 25 17:13:02 +0000 2015', 'id': 669564461267722241, 'id_str': '669564461267722241', 'full_text': 'This is a Coriander Baton Rouge named Alfredo. Loves to cuddle with smaller well-dressed dog. 10/10 would hug lots https://t.co/eCRdwouKCl', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669564454636421120, 'id_str': '669564454636421120', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUrFUvDVAAA9H-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrFUvDVAAA9H-F.jpg', 'url': 'https://t.co/eCRdwouKCl', 'display_url': 'pic.twitter.com/eCRdwouKCl', 'expanded_url': 'https://twitter.com/dog_rates/status/669564461267722241/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669564454636421120, 'id_str': '669564454636421120', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUrFUvDVAAA9H-F.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUrFUvDVAAA9H-F.jpg', 'url': 'https://t.co/eCRdwouKCl', 'display_url': 'pic.twitter.com/eCRdwouKCl', 'expanded_url': 'https://twitter.com/dog_rates/status/669564461267722241/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 104, 'favorite_count': 337, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2163:669393256313184256
{'created_at': 'Wed Nov 25 05:52:43 +0000 2015', 'id': 669393256313184256, 'id_str': '669393256313184256', 'full_text': "Meet Ronduh. She's a Finnish Checkered Blitzkrieg. Ears look fake. Shoes on point. 10/10 would pet extra well https://t.co/juktj5qiaD", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669393246552920064, 'id_str': '669393246552920064', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUopnHPVEAAcL2o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUopnHPVEAAcL2o.jpg', 'url': 'https://t.co/juktj5qiaD', 'display_url': 'pic.twitter.com/juktj5qiaD', 'expanded_url': 'https://twitter.com/dog_rates/status/669393256313184256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669393246552920064, 'id_str': '669393246552920064', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUopnHPVEAAcL2o.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUopnHPVEAAcL2o.jpg', 'url': 'https://t.co/juktj5qiaD', 'display_url': 'pic.twitter.com/juktj5qiaD', 'expanded_url': 'https://twitter.com/dog_rates/status/669393256313184256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 62, 'favorite_count': 313, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2164:669375718304980992
{'created_at': 'Wed Nov 25 04:43:02 +0000 2015', 'id': 669375718304980992, 'id_str': '669375718304980992', 'full_text': "This is Billl. He's trying to be a ghost but he's not very good at it. 6/10 c'mon Billl https://t.co/ero0XfdGtY", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669375711120093184, 'id_str': '669375711120093184', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CUoZqaqWcAAA2MQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoZqaqWcAAA2MQ.jpg', 'url': 'https://t.co/ero0XfdGtY', 'display_url': 'pic.twitter.com/ero0XfdGtY', 'expanded_url': 'https://twitter.com/dog_rates/status/669375718304980992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669375711120093184, 'id_str': '669375711120093184', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CUoZqaqWcAAA2MQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoZqaqWcAAA2MQ.jpg', 'url': 'https://t.co/ero0XfdGtY', 'display_url': 'pic.twitter.com/ero0XfdGtY', 'expanded_url': 'https://twitter.com/dog_rates/status/669375718304980992/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 633, 'favorite_count': 1179, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2165:669371483794317312
{'created_at': 'Wed Nov 25 04:26:12 +0000 2015', 'id': 669371483794317312, 'id_str': '669371483794317312', 'full_text': "This is Oliviér. He's a Baptist Hindquarter. Also smooth af with the babes. 10/10 I'd totally get in a car with him https://t.co/fj4c170cxk", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669371476823306240, 'id_str': '669371476823306240', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUoVz8rU8AAfW-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoVz8rU8AAfW-c.jpg', 'url': 'https://t.co/fj4c170cxk', 'display_url': 'pic.twitter.com/fj4c170cxk', 'expanded_url': 'https://twitter.com/dog_rates/status/669371483794317312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669371476823306240, 'id_str': '669371476823306240', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUoVz8rU8AAfW-c.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoVz8rU8AAfW-c.jpg', 'url': 'https://t.co/fj4c170cxk', 'display_url': 'pic.twitter.com/fj4c170cxk', 'expanded_url': 'https://twitter.com/dog_rates/status/669371483794317312/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 148, 'favorite_count': 438, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2166:669367896104181761
{'created_at': 'Wed Nov 25 04:11:57 +0000 2015', 'id': 669367896104181761, 'id_str': '669367896104181761', 'full_text': "This is Chip. Chip's pretending to be choked. 10/10 lol classic Chip https://t.co/yoB0SM1AAP", 'truncated': False, 'display_text_range': [0, 92], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669367892388003840, 'id_str': '669367892388003840', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CUoSjTnWwAANNak.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoSjTnWwAANNak.jpg', 'url': 'https://t.co/yoB0SM1AAP', 'display_url': 'pic.twitter.com/yoB0SM1AAP', 'expanded_url': 'https://twitter.com/dog_rates/status/669367896104181761/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 661, 'resize': 'fit'}, 'small': {'w': 577, 'h': 661, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669367892388003840, 'id_str': '669367892388003840', 'indices': [69, 92], 'media_url': 'http://pbs.twimg.com/media/CUoSjTnWwAANNak.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoSjTnWwAANNak.jpg', 'url': 'https://t.co/yoB0SM1AAP', 'display_url': 'pic.twitter.com/yoB0SM1AAP', 'expanded_url': 'https://twitter.com/dog_rates/status/669367896104181761/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 661, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 661, 'resize': 'fit'}, 'small': {'w': 577, 'h': 661, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 130, 'favorite_count': 406, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2167:669363888236994561
{'created_at': 'Wed Nov 25 03:56:01 +0000 2015', 'id': 669363888236994561, 'id_str': '669363888236994561', 'full_text': 'Here we have a Gingivitis Pumpernickel named Zeus. Unmatched tennis ball capacity. 10/10 would highly recommend https://t.co/jPkd7hhX7m', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669363803461693440, 'id_str': '669363803461693440', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUoO1TLWsAA0Z3w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoO1TLWsAA0Z3w.jpg', 'url': 'https://t.co/jPkd7hhX7m', 'display_url': 'pic.twitter.com/jPkd7hhX7m', 'expanded_url': 'https://twitter.com/dog_rates/status/669363888236994561/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 596, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 897, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 897, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669363803461693440, 'id_str': '669363803461693440', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUoO1TLWsAA0Z3w.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoO1TLWsAA0Z3w.jpg', 'url': 'https://t.co/jPkd7hhX7m', 'display_url': 'pic.twitter.com/jPkd7hhX7m', 'expanded_url': 'https://twitter.com/dog_rates/status/669363888236994561/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 596, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 897, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 897, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 202, 'favorite_count': 558, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2168:669359674819481600
{'created_at': 'Wed Nov 25 03:39:17 +0000 2015', 'id': 669359674819481600, 'id_str': '669359674819481600', 'full_text': "Meet Saydee. She's a Rochester Ecclesiastical. Jumped off cliff and caught stick on way down. 11/10 1st round pick https://t.co/Eh2v0AyJbi", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669359659808129025, 'id_str': '669359659808129025', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUoLEG3XAAE65I0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoLEG3XAAE65I0.jpg', 'url': 'https://t.co/Eh2v0AyJbi', 'display_url': 'pic.twitter.com/Eh2v0AyJbi', 'expanded_url': 'https://twitter.com/dog_rates/status/669359674819481600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669359659808129025, 'id_str': '669359659808129025', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUoLEG3XAAE65I0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoLEG3XAAE65I0.jpg', 'url': 'https://t.co/Eh2v0AyJbi', 'display_url': 'pic.twitter.com/Eh2v0AyJbi', 'expanded_url': 'https://twitter.com/dog_rates/status/669359674819481600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 103, 'favorite_count': 332, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2169:669354382627049472
{'created_at': 'Wed Nov 25 03:18:15 +0000 2015', 'id': 669354382627049472, 'id_str': '669354382627049472', 'full_text': 'Meet Dug. Dug fucken loves peaches. 8/10 https://t.co/JtA1TG21Xx', 'truncated': False, 'display_text_range': [0, 64], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669354376083996672, 'id_str': '669354376083996672', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CUoGQjdXAAAkaz2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoGQjdXAAAkaz2.jpg', 'url': 'https://t.co/JtA1TG21Xx', 'display_url': 'pic.twitter.com/JtA1TG21Xx', 'expanded_url': 'https://twitter.com/dog_rates/status/669354382627049472/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 629, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 629, 'resize': 'fit'}, 'small': {'w': 640, 'h': 629, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669354376083996672, 'id_str': '669354376083996672', 'indices': [41, 64], 'media_url': 'http://pbs.twimg.com/media/CUoGQjdXAAAkaz2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoGQjdXAAAkaz2.jpg', 'url': 'https://t.co/JtA1TG21Xx', 'display_url': 'pic.twitter.com/JtA1TG21Xx', 'expanded_url': 'https://twitter.com/dog_rates/status/669354382627049472/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 629, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 629, 'resize': 'fit'}, 'small': {'w': 640, 'h': 629, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1095, 'favorite_count': 2394, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2170:669353438988365824
{'created_at': 'Wed Nov 25 03:14:30 +0000 2015', 'id': 669353438988365824, 'id_str': '669353438988365824', 'full_text': 'This is Tessa. She is also very pleased after finally meeting her biological father. 10/10 https://t.co/qDS1aCqppv', 'truncated': False, 'display_text_range': [0, 114], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669353426984296449, 'id_str': '669353426984296449', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CUoFZTyW4AE70iD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoFZTyW4AE70iD.jpg', 'url': 'https://t.co/qDS1aCqppv', 'display_url': 'pic.twitter.com/qDS1aCqppv', 'expanded_url': 'https://twitter.com/dog_rates/status/669353438988365824/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 417, 'h': 741, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 417, 'h': 741, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669353426984296449, 'id_str': '669353426984296449', 'indices': [91, 114], 'media_url': 'http://pbs.twimg.com/media/CUoFZTyW4AE70iD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoFZTyW4AE70iD.jpg', 'url': 'https://t.co/qDS1aCqppv', 'display_url': 'pic.twitter.com/qDS1aCqppv', 'expanded_url': 'https://twitter.com/dog_rates/status/669353438988365824/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 417, 'h': 741, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 417, 'h': 741, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 667806454573760512, 'in_reply_to_status_id_str': '667806454573760512', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 228, 'favorite_count': 566, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2171:669351434509529089
{'created_at': 'Wed Nov 25 03:06:32 +0000 2015', 'id': 669351434509529089, 'id_str': '669351434509529089', 'full_text': "This is Sully. He's a Leviticus Galapagos. Very powerful. Borderline unstoppable. Cool goggles. 10/10 https://t.co/zKNF77dxEA", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669351427895111680, 'id_str': '669351427895111680', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CUoDk8mWsAAMyBL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoDk8mWsAAMyBL.jpg', 'url': 'https://t.co/zKNF77dxEA', 'display_url': 'pic.twitter.com/zKNF77dxEA', 'expanded_url': 'https://twitter.com/dog_rates/status/669351434509529089/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 381, 'h': 624, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 381, 'h': 624, 'resize': 'fit'}, 'small': {'w': 381, 'h': 624, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669351427895111680, 'id_str': '669351427895111680', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CUoDk8mWsAAMyBL.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUoDk8mWsAAMyBL.jpg', 'url': 'https://t.co/zKNF77dxEA', 'display_url': 'pic.twitter.com/zKNF77dxEA', 'expanded_url': 'https://twitter.com/dog_rates/status/669351434509529089/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 381, 'h': 624, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 381, 'h': 624, 'resize': 'fit'}, 'small': {'w': 381, 'h': 624, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 157, 'favorite_count': 381, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2172:669328503091937280
{'created_at': 'Wed Nov 25 01:35:25 +0000 2015', 'id': 669328503091937280, 'id_str': '669328503091937280', 'full_text': 'This is Kirk. He just saw a bacon wrapped tennis ball and literally died. So sad. 12/10 RIP Kirk https://t.co/0twoigv5jP', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669328496653635584, 'id_str': '669328496653635584', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CUnuuLEWEAAlKjN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUnuuLEWEAAlKjN.jpg', 'url': 'https://t.co/0twoigv5jP', 'display_url': 'pic.twitter.com/0twoigv5jP', 'expanded_url': 'https://twitter.com/dog_rates/status/669328503091937280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 478, 'h': 499, 'resize': 'fit'}, 'small': {'w': 478, 'h': 499, 'resize': 'fit'}, 'medium': {'w': 478, 'h': 499, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669328496653635584, 'id_str': '669328496653635584', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CUnuuLEWEAAlKjN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUnuuLEWEAAlKjN.jpg', 'url': 'https://t.co/0twoigv5jP', 'display_url': 'pic.twitter.com/0twoigv5jP', 'expanded_url': 'https://twitter.com/dog_rates/status/669328503091937280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 478, 'h': 499, 'resize': 'fit'}, 'small': {'w': 478, 'h': 499, 'resize': 'fit'}, 'medium': {'w': 478, 'h': 499, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 367, 'favorite_count': 908, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2173:669327207240699904
{'created_at': 'Wed Nov 25 01:30:16 +0000 2015', 'id': 669327207240699904, 'id_str': '669327207240699904', 'full_text': 'Just got home from college. Dis my dog. She does all my homework. Big red turd in background. 13/10 no bias at all https://t.co/6WGFp9cuj6', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669327198734655488, 'id_str': '669327198734655488', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUntin8WIAADmLk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUntin8WIAADmLk.jpg', 'url': 'https://t.co/6WGFp9cuj6', 'display_url': 'pic.twitter.com/6WGFp9cuj6', 'expanded_url': 'https://twitter.com/dog_rates/status/669327207240699904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669327198734655488, 'id_str': '669327198734655488', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUntin8WIAADmLk.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUntin8WIAADmLk.jpg', 'url': 'https://t.co/6WGFp9cuj6', 'display_url': 'pic.twitter.com/6WGFp9cuj6', 'expanded_url': 'https://twitter.com/dog_rates/status/669327207240699904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 102, 'favorite_count': 497, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2174:669324657376567296
{'created_at': 'Wed Nov 25 01:20:08 +0000 2015', 'id': 669324657376567296, 'id_str': '669324657376567296', 'full_text': "Meet Ralf. He's a miniature Buick DiCaprio. Can float (whoa). Loves to beach. Snazzy green vest. 11/10 I'd hug Ralf https://t.co/R5Z6jBTdhc", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669324644248219648, 'id_str': '669324644248219648', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUnrN7vUcAAfGvN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUnrN7vUcAAfGvN.jpg', 'url': 'https://t.co/R5Z6jBTdhc', 'display_url': 'pic.twitter.com/R5Z6jBTdhc', 'expanded_url': 'https://twitter.com/dog_rates/status/669324657376567296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669324644248219648, 'id_str': '669324644248219648', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUnrN7vUcAAfGvN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUnrN7vUcAAfGvN.jpg', 'url': 'https://t.co/R5Z6jBTdhc', 'display_url': 'pic.twitter.com/R5Z6jBTdhc', 'expanded_url': 'https://twitter.com/dog_rates/status/669324657376567296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 182, 'favorite_count': 440, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2175:669216679721873412
{'created_at': 'Tue Nov 24 18:11:04 +0000 2015', 'id': 669216679721873412, 'id_str': '669216679721873412', 'full_text': "This is Clarq. He's a golden Quetzalcoatl. Clarq enjoys eating his own foot. Damn it Clarq. 8/10 would pet firmly https://t.co/d8ybynaRwZ", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669216674986479616, 'id_str': '669216674986479616', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUmJBS5WUAAKtrP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUmJBS5WUAAKtrP.jpg', 'url': 'https://t.co/d8ybynaRwZ', 'display_url': 'pic.twitter.com/d8ybynaRwZ', 'expanded_url': 'https://twitter.com/dog_rates/status/669216679721873412/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669216674986479616, 'id_str': '669216674986479616', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUmJBS5WUAAKtrP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUmJBS5WUAAKtrP.jpg', 'url': 'https://t.co/d8ybynaRwZ', 'display_url': 'pic.twitter.com/d8ybynaRwZ', 'expanded_url': 'https://twitter.com/dog_rates/status/669216679721873412/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 348, 'favorite_count': 1058, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2176:669214165781868544
{'created_at': 'Tue Nov 24 18:01:05 +0000 2015', 'id': 669214165781868544, 'id_str': '669214165781868544', 'full_text': 'This is Jaspers. He is a northeastern Gillette. Just got his license. Very excited. 10/10 they grow up so fast https://t.co/cieaOI0RuT', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669214160572411904, 'id_str': '669214160572411904', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUmGu7-UcAA0r3O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUmGu7-UcAA0r3O.jpg', 'url': 'https://t.co/cieaOI0RuT', 'display_url': 'pic.twitter.com/cieaOI0RuT', 'expanded_url': 'https://twitter.com/dog_rates/status/669214165781868544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 450, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 450, 'resize': 'fit'}, 'small': {'w': 600, 'h': 450, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669214160572411904, 'id_str': '669214160572411904', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUmGu7-UcAA0r3O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUmGu7-UcAA0r3O.jpg', 'url': 'https://t.co/cieaOI0RuT', 'display_url': 'pic.twitter.com/cieaOI0RuT', 'expanded_url': 'https://twitter.com/dog_rates/status/669214165781868544/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 450, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 450, 'resize': 'fit'}, 'small': {'w': 600, 'h': 450, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 135, 'favorite_count': 385, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2177:669203728096960512
{'created_at': 'Tue Nov 24 17:19:36 +0000 2015', 'id': 669203728096960512, 'id_str': '669203728096960512', 'full_text': 'This is Samsom. He is sexually confused. Really wants to be a triceratops. 9/10 just a great guy https://t.co/HPoce45SI3', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669203717908926469, 'id_str': '669203717908926469', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CUl9PGBVEAUV3Wz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUl9PGBVEAUV3Wz.jpg', 'url': 'https://t.co/HPoce45SI3', 'display_url': 'pic.twitter.com/HPoce45SI3', 'expanded_url': 'https://twitter.com/dog_rates/status/669203728096960512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669203717908926469, 'id_str': '669203717908926469', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CUl9PGBVEAUV3Wz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUl9PGBVEAUV3Wz.jpg', 'url': 'https://t.co/HPoce45SI3', 'display_url': 'pic.twitter.com/HPoce45SI3', 'expanded_url': 'https://twitter.com/dog_rates/status/669203728096960512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 408, 'favorite_count': 890, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2178:669037058363662336
{'created_at': 'Tue Nov 24 06:17:19 +0000 2015', 'id': 669037058363662336, 'id_str': '669037058363662336', 'full_text': 'Here we have Pancho and Peaches. Pancho is a Condoleezza Gryffindor, and Peaches is just an asshole. 10/10 & 7/10 https://t.co/Lh1BsJrWPp', 'truncated': False, 'display_text_range': [0, 141], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669037052726505472, 'id_str': '669037052726505472', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CUjlp51WcAA1vGA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjlp51WcAA1vGA.jpg', 'url': 'https://t.co/Lh1BsJrWPp', 'display_url': 'pic.twitter.com/Lh1BsJrWPp', 'expanded_url': 'https://twitter.com/dog_rates/status/669037058363662336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 477, 'h': 636, 'resize': 'fit'}, 'small': {'w': 477, 'h': 636, 'resize': 'fit'}, 'medium': {'w': 477, 'h': 636, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669037052726505472, 'id_str': '669037052726505472', 'indices': [118, 141], 'media_url': 'http://pbs.twimg.com/media/CUjlp51WcAA1vGA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjlp51WcAA1vGA.jpg', 'url': 'https://t.co/Lh1BsJrWPp', 'display_url': 'pic.twitter.com/Lh1BsJrWPp', 'expanded_url': 'https://twitter.com/dog_rates/status/669037058363662336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 477, 'h': 636, 'resize': 'fit'}, 'small': {'w': 477, 'h': 636, 'resize': 'fit'}, 'medium': {'w': 477, 'h': 636, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 265, 'favorite_count': 573, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2179:669015743032369152
{'created_at': 'Tue Nov 24 04:52:37 +0000 2015', 'id': 669015743032369152, 'id_str': '669015743032369152', 'full_text': "Super rare dog right here guys. Doesn't bark. Seems strong. Blue. Very family friendly pet. 10/10 overall good dog https://t.co/Jykq2iq3qN", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669015737663684612, 'id_str': '669015737663684612', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUjSRNCXAAQ6Y_8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjSRNCXAAQ6Y_8.jpg', 'url': 'https://t.co/Jykq2iq3qN', 'display_url': 'pic.twitter.com/Jykq2iq3qN', 'expanded_url': 'https://twitter.com/dog_rates/status/669015743032369152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 743, 'h': 1023, 'resize': 'fit'}, 'medium': {'w': 743, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669015737663684612, 'id_str': '669015737663684612', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUjSRNCXAAQ6Y_8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjSRNCXAAQ6Y_8.jpg', 'url': 'https://t.co/Jykq2iq3qN', 'display_url': 'pic.twitter.com/Jykq2iq3qN', 'expanded_url': 'https://twitter.com/dog_rates/status/669015743032369152/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 743, 'h': 1023, 'resize': 'fit'}, 'medium': {'w': 743, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 324, 'favorite_count': 650, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2180:669006782128353280
{'created_at': 'Tue Nov 24 04:17:01 +0000 2015', 'id': 669006782128353280, 'id_str': '669006782128353280', 'full_text': 'This is Tucker. He is 100% ready for the sports. 12/10 I would watch anything with him https://t.co/k0ddVUWTcu', 'truncated': False, 'display_text_range': [0, 110], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669006778303127553, 'id_str': '669006778303127553', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CUjKHs0WIAECWP3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjKHs0WIAECWP3.jpg', 'url': 'https://t.co/k0ddVUWTcu', 'display_url': 'pic.twitter.com/k0ddVUWTcu', 'expanded_url': 'https://twitter.com/dog_rates/status/669006782128353280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 840, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 558, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 840, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669006778303127553, 'id_str': '669006778303127553', 'indices': [87, 110], 'media_url': 'http://pbs.twimg.com/media/CUjKHs0WIAECWP3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjKHs0WIAECWP3.jpg', 'url': 'https://t.co/k0ddVUWTcu', 'display_url': 'pic.twitter.com/k0ddVUWTcu', 'expanded_url': 'https://twitter.com/dog_rates/status/669006782128353280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 840, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 558, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 840, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 209, 'favorite_count': 509, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2181:669000397445533696
{'created_at': 'Tue Nov 24 03:51:38 +0000 2015', 'id': 669000397445533696, 'id_str': '669000397445533696', 'full_text': "Meet Terrance. He's being yelled at because he stapled the wrong stuff together. 11/10 hang in there Terrance https://t.co/ixcuUYCbdD", 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 669000387991502850, 'id_str': '669000387991502850', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'url': 'https://t.co/ixcuUYCbdD', 'display_url': 'pic.twitter.com/ixcuUYCbdD', 'expanded_url': 'https://twitter.com/dog_rates/status/669000397445533696/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 756, 'h': 961, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 756, 'h': 961, 'resize': 'fit'}, 'small': {'w': 535, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 669000387991502850, 'id_str': '669000387991502850', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg', 'url': 'https://t.co/ixcuUYCbdD', 'display_url': 'pic.twitter.com/ixcuUYCbdD', 'expanded_url': 'https://twitter.com/dog_rates/status/669000397445533696/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 756, 'h': 961, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 756, 'h': 961, 'resize': 'fit'}, 'small': {'w': 535, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5527, 'favorite_count': 18703, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2182:668994913074286592
{'created_at': 'Tue Nov 24 03:29:51 +0000 2015', 'id': 668994913074286592, 'id_str': '668994913074286592', 'full_text': 'Two gorgeous pups here. Both have cute fake horns(adorable). Barn in the back looks on fire. 5/10 would pet rly well https://t.co/w5oYFXi0uh', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668994907227430913, 'id_str': '668994907227430913', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUi_UtnWIAEtfqz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi_UtnWIAEtfqz.jpg', 'url': 'https://t.co/w5oYFXi0uh', 'display_url': 'pic.twitter.com/w5oYFXi0uh', 'expanded_url': 'https://twitter.com/dog_rates/status/668994913074286592/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 664, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668994907227430913, 'id_str': '668994907227430913', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUi_UtnWIAEtfqz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi_UtnWIAEtfqz.jpg', 'url': 'https://t.co/w5oYFXi0uh', 'display_url': 'pic.twitter.com/w5oYFXi0uh', 'expanded_url': 'https://twitter.com/dog_rates/status/668994913074286592/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 664, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1000, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 1000, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 191, 'favorite_count': 391, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2183:668992363537309700
{'created_at': 'Tue Nov 24 03:19:43 +0000 2015', 'id': 668992363537309700, 'id_str': '668992363537309700', 'full_text': "This is Harrison. He braves the snow like a champ. Perched at all times. Hasn't blinked in months. 8/10 v nifty dog https://t.co/tiVuq6MNwl", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668992356952199169, 'id_str': '668992356952199169', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUi9ARGWUAEyWqo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi9ARGWUAEyWqo.jpg', 'url': 'https://t.co/tiVuq6MNwl', 'display_url': 'pic.twitter.com/tiVuq6MNwl', 'expanded_url': 'https://twitter.com/dog_rates/status/668992363537309700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 467, 'resize': 'fit'}, 'large': {'w': 728, 'h': 500, 'resize': 'fit'}, 'medium': {'w': 728, 'h': 500, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668992356952199169, 'id_str': '668992356952199169', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUi9ARGWUAEyWqo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi9ARGWUAEyWqo.jpg', 'url': 'https://t.co/tiVuq6MNwl', 'display_url': 'pic.twitter.com/tiVuq6MNwl', 'expanded_url': 'https://twitter.com/dog_rates/status/668992363537309700/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 467, 'resize': 'fit'}, 'large': {'w': 728, 'h': 500, 'resize': 'fit'}, 'medium': {'w': 728, 'h': 500, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 294, 'favorite_count': 659, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2184:668989615043424256
{'created_at': 'Tue Nov 24 03:08:48 +0000 2015', 'id': 668989615043424256, 'id_str': '668989615043424256', 'full_text': "This is Bernie. He's taking his Halloween costume very seriously. Wants to be baked. 3/10 not a good idea Bernie smh https://t.co/1zBp1moFlX", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668989611830435842, 'id_str': '668989611830435842', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUi6geuUYAIvE9n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi6geuUYAIvE9n.jpg', 'url': 'https://t.co/1zBp1moFlX', 'display_url': 'pic.twitter.com/1zBp1moFlX', 'expanded_url': 'https://twitter.com/dog_rates/status/668989615043424256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 625, 'h': 781, 'resize': 'fit'}, 'large': {'w': 625, 'h': 781, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668989611830435842, 'id_str': '668989611830435842', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUi6geuUYAIvE9n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi6geuUYAIvE9n.jpg', 'url': 'https://t.co/1zBp1moFlX', 'display_url': 'pic.twitter.com/1zBp1moFlX', 'expanded_url': 'https://twitter.com/dog_rates/status/668989615043424256/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 625, 'h': 781, 'resize': 'fit'}, 'large': {'w': 625, 'h': 781, 'resize': 'fit'}, 'small': {'w': 544, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 288, 'favorite_count': 596, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2185:668988183816871936
{'created_at': 'Tue Nov 24 03:03:06 +0000 2015', 'id': 668988183816871936, 'id_str': '668988183816871936', 'full_text': 'Honor to rate this dog. Lots of fur on him. Two massive tumors on back. Should get checked out. Very neat tho. 7/10 https://t.co/bMhs18elNF', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668988176392986624, 'id_str': '668988176392986624', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUi5M7TXIAAY0gj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi5M7TXIAAY0gj.jpg', 'url': 'https://t.co/bMhs18elNF', 'display_url': 'pic.twitter.com/bMhs18elNF', 'expanded_url': 'https://twitter.com/dog_rates/status/668988183816871936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 539, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 812, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 812, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668988176392986624, 'id_str': '668988176392986624', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUi5M7TXIAAY0gj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi5M7TXIAAY0gj.jpg', 'url': 'https://t.co/bMhs18elNF', 'display_url': 'pic.twitter.com/bMhs18elNF', 'expanded_url': 'https://twitter.com/dog_rates/status/668988183816871936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 539, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 812, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 812, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 391, 'favorite_count': 800, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2186:668986018524233728
{'created_at': 'Tue Nov 24 02:54:30 +0000 2015', 'id': 668986018524233728, 'id_str': '668986018524233728', 'full_text': "This is Ruby. She's a Bimmington Fettuccini. One ear works a lil better than other. Looks startled. Cool carpet 9/10 https://t.co/j0Wpa42KCH", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668986015319760896, 'id_str': '668986015319760896', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUi3PIrWoAAPvPT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi3PIrWoAAPvPT.jpg', 'url': 'https://t.co/j0Wpa42KCH', 'display_url': 'pic.twitter.com/j0Wpa42KCH', 'expanded_url': 'https://twitter.com/dog_rates/status/668986018524233728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668986015319760896, 'id_str': '668986015319760896', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUi3PIrWoAAPvPT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUi3PIrWoAAPvPT.jpg', 'url': 'https://t.co/j0Wpa42KCH', 'display_url': 'pic.twitter.com/j0Wpa42KCH', 'expanded_url': 'https://twitter.com/dog_rates/status/668986018524233728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 140, 'favorite_count': 479, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2187:668981893510119424
{'created_at': 'Tue Nov 24 02:38:07 +0000 2015', 'id': 668981893510119424, 'id_str': '668981893510119424', 'full_text': "Unique dog here. Oddly shaped tail. Long pink front legs. I don't think dogs breath underwater sos. 4/10 bad owner https://t.co/0EJXxE9UxW", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668981889504514048, 'id_str': '668981889504514048', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUize-0WEAAerAK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUize-0WEAAerAK.jpg', 'url': 'https://t.co/0EJXxE9UxW', 'display_url': 'pic.twitter.com/0EJXxE9UxW', 'expanded_url': 'https://twitter.com/dog_rates/status/668981893510119424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668981889504514048, 'id_str': '668981889504514048', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUize-0WEAAerAK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUize-0WEAAerAK.jpg', 'url': 'https://t.co/0EJXxE9UxW', 'display_url': 'pic.twitter.com/0EJXxE9UxW', 'expanded_url': 'https://twitter.com/dog_rates/status/668981893510119424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 259, 'favorite_count': 483, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2188:668979806671884288
{'created_at': 'Tue Nov 24 02:29:49 +0000 2015', 'id': 668979806671884288, 'id_str': '668979806671884288', 'full_text': "This is Chaz. He's an X Games half pipe superstar. 6 gold medals. Lost back legs saving a baby from a tornado 12/10 https://t.co/uxdOfblUB0", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668979801907175424, 'id_str': '668979801907175424', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUixld6WoAArDrJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUixld6WoAArDrJ.jpg', 'url': 'https://t.co/uxdOfblUB0', 'display_url': 'pic.twitter.com/uxdOfblUB0', 'expanded_url': 'https://twitter.com/dog_rates/status/668979806671884288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 750, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 750, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668979801907175424, 'id_str': '668979801907175424', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUixld6WoAArDrJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUixld6WoAArDrJ.jpg', 'url': 'https://t.co/uxdOfblUB0', 'display_url': 'pic.twitter.com/uxdOfblUB0', 'expanded_url': 'https://twitter.com/dog_rates/status/668979806671884288/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 749, 'h': 750, 'resize': 'fit'}, 'medium': {'w': 749, 'h': 750, 'resize': 'fit'}, 'small': {'w': 679, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 294, 'favorite_count': 705, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2189:668975677807423489
{'created_at': 'Tue Nov 24 02:13:25 +0000 2015', 'id': 668975677807423489, 'id_str': '668975677807423489', 'full_text': "This is Jeremy. He hasn't grown into his skin yet. Ears hit the floor. Probably trips on them sometimes. 11/10 https://t.co/LqAMlFVBoY", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668975674691067905, 'id_str': '668975674691067905', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUit1O1WoAEBHjj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUit1O1WoAEBHjj.jpg', 'url': 'https://t.co/LqAMlFVBoY', 'display_url': 'pic.twitter.com/LqAMlFVBoY', 'expanded_url': 'https://twitter.com/dog_rates/status/668975677807423489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 744, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 744, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668975674691067905, 'id_str': '668975674691067905', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUit1O1WoAEBHjj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUit1O1WoAEBHjj.jpg', 'url': 'https://t.co/LqAMlFVBoY', 'display_url': 'pic.twitter.com/LqAMlFVBoY', 'expanded_url': 'https://twitter.com/dog_rates/status/668975677807423489/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 744, 'resize': 'fit'}, 'small': {'w': 680, 'h': 675, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 744, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 497, 'favorite_count': 1158, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2190:668967877119254528
{'created_at': 'Tue Nov 24 01:42:25 +0000 2015', 'id': 668967877119254528, 'id_str': '668967877119254528', 'full_text': '12/10 good shit Bubka\n@wane15', 'truncated': False, 'display_text_range': [0, 29], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'wane15', 'name': 'WANE 15', 'id': 21435658, 'id_str': '21435658', 'indices': [22, 29]}], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 668920717132582914, 'in_reply_to_status_id_str': '668920717132582914', 'in_reply_to_user_id': 21435658, 'in_reply_to_user_id_str': '21435658', 'in_reply_to_screen_name': 'wane15', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 18, 'favorite_count': 127, 'favorited': False, 'retweeted': False, 'lang': 'tl'}
2191:668960084974809088
{'created_at': 'Tue Nov 24 01:11:27 +0000 2015', 'id': 668960084974809088, 'id_str': '668960084974809088', 'full_text': 'Meet Jaycob. He got scared of the vacuum. Hide & seek champ. Almost better than Kony. Solid shampoo selection. 10/10 https://t.co/952hUV6RiK', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668960082093297664, 'id_str': '668960082093297664', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUifpn4WUAAS5X3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUifpn4WUAAS5X3.jpg', 'url': 'https://t.co/952hUV6RiK', 'display_url': 'pic.twitter.com/952hUV6RiK', 'expanded_url': 'https://twitter.com/dog_rates/status/668960084974809088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668960082093297664, 'id_str': '668960082093297664', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUifpn4WUAAS5X3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUifpn4WUAAS5X3.jpg', 'url': 'https://t.co/952hUV6RiK', 'display_url': 'pic.twitter.com/952hUV6RiK', 'expanded_url': 'https://twitter.com/dog_rates/status/668960084974809088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285972, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 210, 'favorite_count': 620, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2192:668955713004314625
{'created_at': 'Tue Nov 24 00:54:05 +0000 2015', 'id': 668955713004314625, 'id_str': '668955713004314625', 'full_text': 'This is a Slovakian Helter Skelter Feta named Leroi. Likes to skip on roofs. Good traction. Much balance. 10/10 wow! https://t.co/Dmy2mY2Qj5', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668955705479593984, 'id_str': '668955705479593984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUibq3uVAAAup_O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUibq3uVAAAup_O.jpg', 'url': 'https://t.co/Dmy2mY2Qj5', 'display_url': 'pic.twitter.com/Dmy2mY2Qj5', 'expanded_url': 'https://twitter.com/dog_rates/status/668955713004314625/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 615, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 615, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 615, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668955705479593984, 'id_str': '668955705479593984', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUibq3uVAAAup_O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUibq3uVAAAup_O.jpg', 'url': 'https://t.co/Dmy2mY2Qj5', 'display_url': 'pic.twitter.com/Dmy2mY2Qj5', 'expanded_url': 'https://twitter.com/dog_rates/status/668955713004314625/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 615, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 615, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 615, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 63, 'favorite_count': 241, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2193:668932921458302977
{'created_at': 'Mon Nov 23 23:23:31 +0000 2015', 'id': 668932921458302977, 'id_str': '668932921458302977', 'full_text': 'This is Herald. He likes to swing. Subtle tongue slip. Owner good at b-ball. Creepy person on bench back there. 9/10 https://t.co/rcrKkL7eB6', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668932892672851968, 'id_str': '668932892672851968', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUiG6_ZXAAAPaw_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUiG6_ZXAAAPaw_.jpg', 'url': 'https://t.co/rcrKkL7eB6', 'display_url': 'pic.twitter.com/rcrKkL7eB6', 'expanded_url': 'https://twitter.com/dog_rates/status/668932921458302977/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1014, 'h': 899, 'resize': 'fit'}, 'large': {'w': 1014, 'h': 899, 'resize': 'fit'}, 'small': {'w': 680, 'h': 603, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668932892672851968, 'id_str': '668932892672851968', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUiG6_ZXAAAPaw_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUiG6_ZXAAAPaw_.jpg', 'url': 'https://t.co/rcrKkL7eB6', 'display_url': 'pic.twitter.com/rcrKkL7eB6', 'expanded_url': 'https://twitter.com/dog_rates/status/668932921458302977/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1014, 'h': 899, 'resize': 'fit'}, 'large': {'w': 1014, 'h': 899, 'resize': 'fit'}, 'small': {'w': 680, 'h': 603, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 50, 'favorite_count': 227, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2194:668902994700836864
{'created_at': 'Mon Nov 23 21:24:36 +0000 2015', 'id': 668902994700836864, 'id_str': '668902994700836864', 'full_text': "Meet Lambeau. He's a Whistling Haiku from the plains of southern Guatemala. 11/10 so. damn. majestic. https://t.co/UqCvpSgMJe", 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668902988186910720, 'id_str': '668902988186910720', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CUhruUgUAAAa8FQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUhruUgUAAAa8FQ.jpg', 'url': 'https://t.co/UqCvpSgMJe', 'display_url': 'pic.twitter.com/UqCvpSgMJe', 'expanded_url': 'https://twitter.com/dog_rates/status/668902994700836864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 595, 'resize': 'fit'}, 'small': {'w': 680, 'h': 396, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 595, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668902988186910720, 'id_str': '668902988186910720', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CUhruUgUAAAa8FQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUhruUgUAAAa8FQ.jpg', 'url': 'https://t.co/UqCvpSgMJe', 'display_url': 'pic.twitter.com/UqCvpSgMJe', 'expanded_url': 'https://twitter.com/dog_rates/status/668902994700836864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1023, 'h': 595, 'resize': 'fit'}, 'small': {'w': 680, 'h': 396, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 595, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 88, 'favorite_count': 276, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2195:668892474547511297
{'created_at': 'Mon Nov 23 20:42:48 +0000 2015', 'id': 668892474547511297, 'id_str': '668892474547511297', 'full_text': 'This is Ruffles. He is an Albanian Shoop Da Whoop. He just noticed the camera. Patriotic af. Classy hardwood. 11/10 https://t.co/HyDpTU5Jhj', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668892467224252416, 'id_str': '668892467224252416', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUhiJ63WEAAw2qm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUhiJ63WEAAw2qm.jpg', 'url': 'https://t.co/HyDpTU5Jhj', 'display_url': 'pic.twitter.com/HyDpTU5Jhj', 'expanded_url': 'https://twitter.com/dog_rates/status/668892474547511297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 503, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 555, 'resize': 'fit'}, 'large': {'w': 750, 'h': 555, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668892467224252416, 'id_str': '668892467224252416', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUhiJ63WEAAw2qm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUhiJ63WEAAw2qm.jpg', 'url': 'https://t.co/HyDpTU5Jhj', 'display_url': 'pic.twitter.com/HyDpTU5Jhj', 'expanded_url': 'https://twitter.com/dog_rates/status/668892474547511297/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 503, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 555, 'resize': 'fit'}, 'large': {'w': 750, 'h': 555, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 126, 'favorite_count': 354, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2196:668872652652679168
{'created_at': 'Mon Nov 23 19:24:02 +0000 2015', 'id': 668872652652679168, 'id_str': '668872652652679168', 'full_text': "This is Amélie. She is a confident white college girl. Extremely intimidating. Literally can't rn omg. 11/10 fab https://t.co/up0MHRxelf", 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668872643173613568, 'id_str': '668872643173613568', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CUhQIAhXAAA2j7u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUhQIAhXAAA2j7u.jpg', 'url': 'https://t.co/up0MHRxelf', 'display_url': 'pic.twitter.com/up0MHRxelf', 'expanded_url': 'https://twitter.com/dog_rates/status/668872652652679168/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 743, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 743, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668872643173613568, 'id_str': '668872643173613568', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CUhQIAhXAAA2j7u.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUhQIAhXAAA2j7u.jpg', 'url': 'https://t.co/up0MHRxelf', 'display_url': 'pic.twitter.com/up0MHRxelf', 'expanded_url': 'https://twitter.com/dog_rates/status/668872652652679168/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 743, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 494, 'h': 680, 'resize': 'fit'}, 'large': {'w': 743, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 268, 'favorite_count': 477, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2197:668852170888998912
{'created_at': 'Mon Nov 23 18:02:38 +0000 2015', 'id': 668852170888998912, 'id_str': '668852170888998912', 'full_text': 'Say hello to Bobb. Bobb is a Golden High Fescue & a proud father of 8. Bobb sleeps while the little pups play. 11/10 https://t.co/OmxouCZ8IY', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668852165096677376, 'id_str': '668852165096677376', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUg9gBvWoAAmx-2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUg9gBvWoAAmx-2.jpg', 'url': 'https://t.co/OmxouCZ8IY', 'display_url': 'pic.twitter.com/OmxouCZ8IY', 'expanded_url': 'https://twitter.com/dog_rates/status/668852170888998912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 575, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 575, 'resize': 'fit'}, 'small': {'w': 575, 'h': 575, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668852165096677376, 'id_str': '668852165096677376', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUg9gBvWoAAmx-2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUg9gBvWoAAmx-2.jpg', 'url': 'https://t.co/OmxouCZ8IY', 'display_url': 'pic.twitter.com/OmxouCZ8IY', 'expanded_url': 'https://twitter.com/dog_rates/status/668852170888998912/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 575, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 575, 'resize': 'fit'}, 'small': {'w': 575, 'h': 575, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 139, 'favorite_count': 409, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2198:668826086256599040
{'created_at': 'Mon Nov 23 16:18:59 +0000 2015', 'id': 668826086256599040, 'id_str': '668826086256599040', 'full_text': 'This is Banditt. He is a brown LaBeouf retriever. Loves cold weather. 4 smaller dogs are his sons (probably). 10/10 https://t.co/Ko7eCsFpnI', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668826075678572544, 'id_str': '668826075678572544', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUglxbFXAAA5O0d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUglxbFXAAA5O0d.jpg', 'url': 'https://t.co/Ko7eCsFpnI', 'display_url': 'pic.twitter.com/Ko7eCsFpnI', 'expanded_url': 'https://twitter.com/dog_rates/status/668826086256599040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668826075678572544, 'id_str': '668826075678572544', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUglxbFXAAA5O0d.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUglxbFXAAA5O0d.jpg', 'url': 'https://t.co/Ko7eCsFpnI', 'display_url': 'pic.twitter.com/Ko7eCsFpnI', 'expanded_url': 'https://twitter.com/dog_rates/status/668826086256599040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 112, 'favorite_count': 384, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2199:668815180734689280
{'created_at': 'Mon Nov 23 15:35:39 +0000 2015', 'id': 668815180734689280, 'id_str': '668815180734689280', 'full_text': 'This is a wild Toblerone from Papua New Guinea. Mouth always open. Addicted to hay. Acts blind. 7/10 handsome dog https://t.co/IGmVbz07tZ', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668815173491302400, 'id_str': '668815173491302400', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUgb21RXIAAlff7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUgb21RXIAAlff7.jpg', 'url': 'https://t.co/IGmVbz07tZ', 'display_url': 'pic.twitter.com/IGmVbz07tZ', 'expanded_url': 'https://twitter.com/dog_rates/status/668815180734689280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 677, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 677, 'resize': 'fit'}, 'large': {'w': 640, 'h': 677, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668815173491302400, 'id_str': '668815173491302400', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUgb21RXIAAlff7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUgb21RXIAAlff7.jpg', 'url': 'https://t.co/IGmVbz07tZ', 'display_url': 'pic.twitter.com/IGmVbz07tZ', 'expanded_url': 'https://twitter.com/dog_rates/status/668815180734689280/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 677, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 677, 'resize': 'fit'}, 'large': {'w': 640, 'h': 677, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 227, 'favorite_count': 494, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2200:668779399630725120
{'created_at': 'Mon Nov 23 13:13:28 +0000 2015', 'id': 668779399630725120, 'id_str': '668779399630725120', 'full_text': 'This is Kevon. He is not physically or mentally prepared to start his Monday. 10/10 totes relatable https://t.co/YVAJgWHzPW', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668779392961761281, 'id_str': '668779392961761281', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CUf7UIaWUAEuKFr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUf7UIaWUAEuKFr.jpg', 'url': 'https://t.co/YVAJgWHzPW', 'display_url': 'pic.twitter.com/YVAJgWHzPW', 'expanded_url': 'https://twitter.com/dog_rates/status/668779399630725120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 749, 'h': 713, 'resize': 'fit'}, 'small': {'w': 680, 'h': 647, 'resize': 'fit'}, 'large': {'w': 749, 'h': 713, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668779392961761281, 'id_str': '668779392961761281', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CUf7UIaWUAEuKFr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUf7UIaWUAEuKFr.jpg', 'url': 'https://t.co/YVAJgWHzPW', 'display_url': 'pic.twitter.com/YVAJgWHzPW', 'expanded_url': 'https://twitter.com/dog_rates/status/668779399630725120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 749, 'h': 713, 'resize': 'fit'}, 'small': {'w': 680, 'h': 647, 'resize': 'fit'}, 'large': {'w': 749, 'h': 713, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 325, 'favorite_count': 627, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2201:668655139528511488
{'created_at': 'Mon Nov 23 04:59:42 +0000 2015', 'id': 668655139528511488, 'id_str': '668655139528511488', 'full_text': 'Say hello to Winifred. He is a Papyrus Hydrangea mix. Can tie shoes. 11/10 inspiring pup https://t.co/mwnBN6ZkPt', 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668655136865181697, 'id_str': '668655136865181697', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CUeKTeYW4AEr_lx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUeKTeYW4AEr_lx.jpg', 'url': 'https://t.co/mwnBN6ZkPt', 'display_url': 'pic.twitter.com/mwnBN6ZkPt', 'expanded_url': 'https://twitter.com/dog_rates/status/668655139528511488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668655136865181697, 'id_str': '668655136865181697', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CUeKTeYW4AEr_lx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUeKTeYW4AEr_lx.jpg', 'url': 'https://t.co/mwnBN6ZkPt', 'display_url': 'pic.twitter.com/mwnBN6ZkPt', 'expanded_url': 'https://twitter.com/dog_rates/status/668655139528511488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 189, 'favorite_count': 474, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2202:668645506898350081
{'created_at': 'Mon Nov 23 04:21:26 +0000 2015', 'id': 668645506898350081, 'id_str': '668645506898350081', 'full_text': 'Incredibly rare dog here. Good at bipedalism. Rad blue spikes. Ready to dance. 11/10 https://t.co/70X1TIXn38', 'truncated': False, 'display_text_range': [0, 108], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668645502213357568, 'id_str': '668645502213357568', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CUeBiqgXAAARLbj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUeBiqgXAAARLbj.jpg', 'url': 'https://t.co/70X1TIXn38', 'display_url': 'pic.twitter.com/70X1TIXn38', 'expanded_url': 'https://twitter.com/dog_rates/status/668645506898350081/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 463, 'h': 930, 'resize': 'fit'}, 'large': {'w': 463, 'h': 930, 'resize': 'fit'}, 'small': {'w': 339, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668645502213357568, 'id_str': '668645502213357568', 'indices': [85, 108], 'media_url': 'http://pbs.twimg.com/media/CUeBiqgXAAARLbj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUeBiqgXAAARLbj.jpg', 'url': 'https://t.co/70X1TIXn38', 'display_url': 'pic.twitter.com/70X1TIXn38', 'expanded_url': 'https://twitter.com/dog_rates/status/668645506898350081/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 463, 'h': 930, 'resize': 'fit'}, 'large': {'w': 463, 'h': 930, 'resize': 'fit'}, 'small': {'w': 339, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 457, 'favorite_count': 774, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2203:668643542311546881
{'created_at': 'Mon Nov 23 04:13:37 +0000 2015', 'id': 668643542311546881, 'id_str': '668643542311546881', 'full_text': 'Fascinating dog here. Loves beach. Oddly long nose for dog. Massive ass paws. Hard to cuddle w. 3/10 would still pet https://t.co/IiSdmhkC5N', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668643538813472768, 'id_str': '668643538813472768', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUd_wYRWUAAZsKr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd_wYRWUAAZsKr.jpg', 'url': 'https://t.co/IiSdmhkC5N', 'display_url': 'pic.twitter.com/IiSdmhkC5N', 'expanded_url': 'https://twitter.com/dog_rates/status/668643542311546881/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 850, 'h': 923, 'resize': 'fit'}, 'large': {'w': 850, 'h': 923, 'resize': 'fit'}, 'small': {'w': 626, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668643538813472768, 'id_str': '668643538813472768', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUd_wYRWUAAZsKr.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd_wYRWUAAZsKr.jpg', 'url': 'https://t.co/IiSdmhkC5N', 'display_url': 'pic.twitter.com/IiSdmhkC5N', 'expanded_url': 'https://twitter.com/dog_rates/status/668643542311546881/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 850, 'h': 923, 'resize': 'fit'}, 'large': {'w': 850, 'h': 923, 'resize': 'fit'}, 'small': {'w': 626, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 447, 'favorite_count': 788, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2204:668641109086707712
{'created_at': 'Mon Nov 23 04:03:57 +0000 2015', 'id': 668641109086707712, 'id_str': '668641109086707712', 'full_text': 'Meet Hanz. He heard some thunder. 10/10 https://t.co/pKJK23j0QZ', 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668641105580281856, 'id_str': '668641105580281856', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CUd9ivxWUAAuXSQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd9ivxWUAAuXSQ.jpg', 'url': 'https://t.co/pKJK23j0QZ', 'display_url': 'pic.twitter.com/pKJK23j0QZ', 'expanded_url': 'https://twitter.com/dog_rates/status/668641109086707712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 515, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 991, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 991, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668641105580281856, 'id_str': '668641105580281856', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CUd9ivxWUAAuXSQ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd9ivxWUAAuXSQ.jpg', 'url': 'https://t.co/pKJK23j0QZ', 'display_url': 'pic.twitter.com/pKJK23j0QZ', 'expanded_url': 'https://twitter.com/dog_rates/status/668641109086707712/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 515, 'h': 680, 'resize': 'fit'}, 'large': {'w': 750, 'h': 991, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 991, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 466, 'favorite_count': 944, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2205:668636665813057536
{'created_at': 'Mon Nov 23 03:46:18 +0000 2015', 'id': 668636665813057536, 'id_str': '668636665813057536', 'full_text': 'This is an Irish Rigatoni terrier named Berta. Completely made of rope. No eyes. Quite large. Loves to dance. 10/10 https://t.co/EM5fDykrJg', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668636660645675008, 'id_str': '668636660645675008', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUd5gBGWwAA0IVA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd5gBGWwAA0IVA.jpg', 'url': 'https://t.co/EM5fDykrJg', 'display_url': 'pic.twitter.com/EM5fDykrJg', 'expanded_url': 'https://twitter.com/dog_rates/status/668636665813057536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 577, 'h': 577, 'resize': 'fit'}, 'large': {'w': 577, 'h': 577, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 577, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668636660645675008, 'id_str': '668636660645675008', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUd5gBGWwAA0IVA.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd5gBGWwAA0IVA.jpg', 'url': 'https://t.co/EM5fDykrJg', 'display_url': 'pic.twitter.com/EM5fDykrJg', 'expanded_url': 'https://twitter.com/dog_rates/status/668636665813057536/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 577, 'h': 577, 'resize': 'fit'}, 'large': {'w': 577, 'h': 577, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 577, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285972, 'friends_count': 21, 'listed_count': 7436, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 435, 'favorite_count': 919, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2206:668633411083464705
{'created_at': 'Mon Nov 23 03:33:22 +0000 2015', 'id': 668633411083464705, 'id_str': '668633411083464705', 'full_text': 'This is Churlie. He likes bagels. 10/10 https://t.co/k8P6FZlzAG', 'truncated': False, 'display_text_range': [0, 63], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668633404238229504, 'id_str': '668633404238229504', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CUd2ieCUcAAexyT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd2ieCUcAAexyT.jpg', 'url': 'https://t.co/k8P6FZlzAG', 'display_url': 'pic.twitter.com/k8P6FZlzAG', 'expanded_url': 'https://twitter.com/dog_rates/status/668633411083464705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668633404238229504, 'id_str': '668633404238229504', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CUd2ieCUcAAexyT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd2ieCUcAAexyT.jpg', 'url': 'https://t.co/k8P6FZlzAG', 'display_url': 'pic.twitter.com/k8P6FZlzAG', 'expanded_url': 'https://twitter.com/dog_rates/status/668633411083464705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}, {'id': 668633404246589441, 'id_str': '668633404246589441', 'indices': [40, 63], 'media_url': 'http://pbs.twimg.com/media/CUd2ieEUAAEf0AE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd2ieEUAAEf0AE.jpg', 'url': 'https://t.co/k8P6FZlzAG', 'display_url': 'pic.twitter.com/k8P6FZlzAG', 'expanded_url': 'https://twitter.com/dog_rates/status/668633411083464705/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1384, 'favorite_count': 2469, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2207:668631377374486528
{'created_at': 'Mon Nov 23 03:25:17 +0000 2015', 'id': 668631377374486528, 'id_str': '668631377374486528', 'full_text': 'Meet Zeek. He is a grey Cumulonimbus. Zeek is hungry. Someone should feed Zeek asap. 5/10 absolutely terrifying https://t.co/fvVNScw8VH', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668631373981331456, 'id_str': '668631373981331456', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUd0sSvWsAA85wO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd0sSvWsAA85wO.jpg', 'url': 'https://t.co/fvVNScw8VH', 'display_url': 'pic.twitter.com/fvVNScw8VH', 'expanded_url': 'https://twitter.com/dog_rates/status/668631377374486528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 758, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 758, 'resize': 'fit'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668631373981331456, 'id_str': '668631373981331456', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUd0sSvWsAA85wO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUd0sSvWsAA85wO.jpg', 'url': 'https://t.co/fvVNScw8VH', 'display_url': 'pic.twitter.com/fvVNScw8VH', 'expanded_url': 'https://twitter.com/dog_rates/status/668631377374486528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 758, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 758, 'resize': 'fit'}, 'small': {'w': 516, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 280, 'favorite_count': 618, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2208:668627278264475648
{'created_at': 'Mon Nov 23 03:09:00 +0000 2015', 'id': 668627278264475648, 'id_str': '668627278264475648', 'full_text': "This is Timofy. He's a pilot for Southwest. It's Christmas morning & everyone has gotten kickass gifts but him. 9/10 https://t.co/3FuNbzyPwo", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668627275181633536, 'id_str': '668627275181633536', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUdw9thWsAA4mB9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdw9thWsAA4mB9.jpg', 'url': 'https://t.co/3FuNbzyPwo', 'display_url': 'pic.twitter.com/3FuNbzyPwo', 'expanded_url': 'https://twitter.com/dog_rates/status/668627278264475648/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 554, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 942, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 942, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668627275181633536, 'id_str': '668627275181633536', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUdw9thWsAA4mB9.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdw9thWsAA4mB9.jpg', 'url': 'https://t.co/3FuNbzyPwo', 'display_url': 'pic.twitter.com/3FuNbzyPwo', 'expanded_url': 'https://twitter.com/dog_rates/status/668627278264475648/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 554, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 942, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 942, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 97, 'favorite_count': 281, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2209:668625577880875008
{'created_at': 'Mon Nov 23 03:02:14 +0000 2015', 'id': 668625577880875008, 'id_str': '668625577880875008', 'full_text': "This is Maks. Maks just noticed something wasn't right. 10/10 https://t.co/0zBycaxyvs", 'truncated': False, 'display_text_range': [0, 85], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668625572470366208, 'id_str': '668625572470366208', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/CUdvambWoAA007z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdvambWoAA007z.jpg', 'url': 'https://t.co/0zBycaxyvs', 'display_url': 'pic.twitter.com/0zBycaxyvs', 'expanded_url': 'https://twitter.com/dog_rates/status/668625577880875008/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 959, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 540, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668625572470366208, 'id_str': '668625572470366208', 'indices': [62, 85], 'media_url': 'http://pbs.twimg.com/media/CUdvambWoAA007z.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdvambWoAA007z.jpg', 'url': 'https://t.co/0zBycaxyvs', 'display_url': 'pic.twitter.com/0zBycaxyvs', 'expanded_url': 'https://twitter.com/dog_rates/status/668625577880875008/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 959, 'h': 540, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}, 'medium': {'w': 959, 'h': 540, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 111, 'favorite_count': 330, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2210:668623201287675904
{'created_at': 'Mon Nov 23 02:52:48 +0000 2015', 'id': 668623201287675904, 'id_str': '668623201287675904', 'full_text': 'This is Jomathan. He is not thrilled about the length of the grass. 10/10 https://t.co/TIhVKEIPqj', 'truncated': False, 'display_text_range': [0, 97], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668623188582989824, 'id_str': '668623188582989824', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CUdtP1wUAAAzwKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdtP1wUAAAzwKY.jpg', 'url': 'https://t.co/TIhVKEIPqj', 'display_url': 'pic.twitter.com/TIhVKEIPqj', 'expanded_url': 'https://twitter.com/dog_rates/status/668623201287675904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668623188582989824, 'id_str': '668623188582989824', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CUdtP1wUAAAzwKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdtP1wUAAAzwKY.jpg', 'url': 'https://t.co/TIhVKEIPqj', 'display_url': 'pic.twitter.com/TIhVKEIPqj', 'expanded_url': 'https://twitter.com/dog_rates/status/668623201287675904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}}}, {'id': 668623188566257664, 'id_str': '668623188566257664', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CUdtP1sUsAAWi1E.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdtP1sUsAAWi1E.jpg', 'url': 'https://t.co/TIhVKEIPqj', 'display_url': 'pic.twitter.com/TIhVKEIPqj', 'expanded_url': 'https://twitter.com/dog_rates/status/668623201287675904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 413, 'h': 413, 'resize': 'fit'}, 'large': {'w': 413, 'h': 413, 'resize': 'fit'}, 'medium': {'w': 413, 'h': 413, 'resize': 'fit'}}}, {'id': 668623188964737024, 'id_str': '668623188964737024', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CUdtP3LVAAAtk9Q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdtP3LVAAAtk9Q.jpg', 'url': 'https://t.co/TIhVKEIPqj', 'display_url': 'pic.twitter.com/TIhVKEIPqj', 'expanded_url': 'https://twitter.com/dog_rates/status/668623201287675904/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 177, 'h': 177, 'resize': 'fit'}, 'large': {'w': 177, 'h': 177, 'resize': 'fit'}, 'small': {'w': 177, 'h': 177, 'resize': 'fit'}}}, {'id': 668623188587208706, 'id_str': '668623188587208706', 'indices': [74, 97], 'media_url': 'http://pbs.twimg.com/media/CUdtP1xUYAIeBnE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdtP1xUYAIeBnE.jpg', 'url': 'https://t.co/TIhVKEIPqj', 'display_url': 'pic.twitter.com/TIhVKEIPqj', 'expanded_url': 'https://twitter.com/dog_rates/status/668623201287675904/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 60, 'h': 60, 'resize': 'fit'}, 'small': {'w': 60, 'h': 60, 'resize': 'fit'}, 'thumb': {'w': 60, 'h': 60, 'resize': 'crop'}, 'large': {'w': 60, 'h': 60, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 654, 'favorite_count': 1247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2211:668620235289837568
{'created_at': 'Mon Nov 23 02:41:01 +0000 2015', 'id': 668620235289837568, 'id_str': '668620235289837568', 'full_text': 'Say hello to Kallie. There was a tornado in the area & the news guy said everyone should wear a helmet. 10/10 adorbz https://t.co/AGyogHtmXx', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668620231833702400, 'id_str': '668620231833702400', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUdqjvAWUAANfoU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdqjvAWUAANfoU.jpg', 'url': 'https://t.co/AGyogHtmXx', 'display_url': 'pic.twitter.com/AGyogHtmXx', 'expanded_url': 'https://twitter.com/dog_rates/status/668620235289837568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 485, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 731, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 731, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668620231833702400, 'id_str': '668620231833702400', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUdqjvAWUAANfoU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdqjvAWUAANfoU.jpg', 'url': 'https://t.co/AGyogHtmXx', 'display_url': 'pic.twitter.com/AGyogHtmXx', 'expanded_url': 'https://twitter.com/dog_rates/status/668620235289837568/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 485, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 731, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 731, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 35, 'favorite_count': 181, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2212:668614819948453888
{'created_at': 'Mon Nov 23 02:19:29 +0000 2015', 'id': 668614819948453888, 'id_str': '668614819948453888', 'full_text': 'Here is a horned dog. Much grace. Can jump over moons (dam!). Paws not soft. Bad at barking. 7/10 can still pet tho https://t.co/2Su7gmsnZm', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668614813715664896, 'id_str': '668614813715664896', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUdloW8WEAAxB_Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdloW8WEAAxB_Y.jpg', 'url': 'https://t.co/2Su7gmsnZm', 'display_url': 'pic.twitter.com/2Su7gmsnZm', 'expanded_url': 'https://twitter.com/dog_rates/status/668614819948453888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 496, 'h': 407, 'resize': 'fit'}, 'medium': {'w': 496, 'h': 407, 'resize': 'fit'}, 'large': {'w': 496, 'h': 407, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668614813715664896, 'id_str': '668614813715664896', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUdloW8WEAAxB_Y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUdloW8WEAAxB_Y.jpg', 'url': 'https://t.co/2Su7gmsnZm', 'display_url': 'pic.twitter.com/2Su7gmsnZm', 'expanded_url': 'https://twitter.com/dog_rates/status/668614819948453888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 496, 'h': 407, 'resize': 'fit'}, 'medium': {'w': 496, 'h': 407, 'resize': 'fit'}, 'large': {'w': 496, 'h': 407, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 272, 'favorite_count': 545, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2213:668587383441514497
{'created_at': 'Mon Nov 23 00:30:28 +0000 2015', 'id': 668587383441514497, 'id_str': '668587383441514497', 'full_text': 'Never forget this vine. You will not stop watching for at least 15 minutes. This is the second coveted.. 13/10 https://t.co/roqIxCvEB3', 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [{'url': 'https://t.co/roqIxCvEB3', 'expanded_url': 'https://vine.co/v/ea0OwvPTx9l', 'display_url': 'vine.co/v/ea0OwvPTx9l', 'indices': [111, 134]}]}, 'source': '<a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 922, 'favorite_count': 1478, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2214:668567822092664832
{'created_at': 'Sun Nov 22 23:12:44 +0000 2015', 'id': 668567822092664832, 'id_str': '668567822092664832', 'full_text': 'This is Marvin. He can tie a bow tie better than me. 11/10 https://t.co/81kzPgqjQ3', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668567813263630345, 'id_str': '668567813263630345', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CUc64knWoAkZt70.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUc64knWoAkZt70.jpg', 'url': 'https://t.co/81kzPgqjQ3', 'display_url': 'pic.twitter.com/81kzPgqjQ3', 'expanded_url': 'https://twitter.com/dog_rates/status/668567822092664832/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668567813263630345, 'id_str': '668567813263630345', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CUc64knWoAkZt70.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUc64knWoAkZt70.jpg', 'url': 'https://t.co/81kzPgqjQ3', 'display_url': 'pic.twitter.com/81kzPgqjQ3', 'expanded_url': 'https://twitter.com/dog_rates/status/668567822092664832/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 46, 'favorite_count': 206, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2215:668544745690562560
{'created_at': 'Sun Nov 22 21:41:02 +0000 2015', 'id': 668544745690562560, 'id_str': '668544745690562560', 'full_text': 'It is an honor to rate this pup. He is a Snorklhuahua from Amarillo. A true renaissance dog. Also part Rudolph 10/10 https://t.co/ALNyYuGui7', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668544740393136128, 'id_str': '668544740393136128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUcl5jeWsAA6ufS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcl5jeWsAA6ufS.jpg', 'url': 'https://t.co/ALNyYuGui7', 'display_url': 'pic.twitter.com/ALNyYuGui7', 'expanded_url': 'https://twitter.com/dog_rates/status/668544745690562560/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 400, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 400, 'resize': 'fit'}, 'large': {'w': 400, 'h': 400, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668544740393136128, 'id_str': '668544740393136128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUcl5jeWsAA6ufS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcl5jeWsAA6ufS.jpg', 'url': 'https://t.co/ALNyYuGui7', 'display_url': 'pic.twitter.com/ALNyYuGui7', 'expanded_url': 'https://twitter.com/dog_rates/status/668544745690562560/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 400, 'h': 400, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 400, 'h': 400, 'resize': 'fit'}, 'large': {'w': 400, 'h': 400, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 197, 'favorite_count': 453, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2216:668542336805281792
{'created_at': 'Sun Nov 22 21:31:28 +0000 2015', 'id': 668542336805281792, 'id_str': '668542336805281792', 'full_text': "There's a lot going on here but in my honest opinion every dog pictured is pretty fabulous. 10/10 for all. Good dogs https://t.co/VvYVbsi6c3", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668542328894803968, 'id_str': '668542328894803968', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUcjtL8WUAAAJoz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcjtL8WUAAAJoz.jpg', 'url': 'https://t.co/VvYVbsi6c3', 'display_url': 'pic.twitter.com/VvYVbsi6c3', 'expanded_url': 'https://twitter.com/dog_rates/status/668542336805281792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 591, 'resize': 'fit'}, 'small': {'w': 639, 'h': 591, 'resize': 'fit'}, 'large': {'w': 639, 'h': 591, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668542328894803968, 'id_str': '668542328894803968', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUcjtL8WUAAAJoz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcjtL8WUAAAJoz.jpg', 'url': 'https://t.co/VvYVbsi6c3', 'display_url': 'pic.twitter.com/VvYVbsi6c3', 'expanded_url': 'https://twitter.com/dog_rates/status/668542336805281792/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 639, 'h': 591, 'resize': 'fit'}, 'small': {'w': 639, 'h': 591, 'resize': 'fit'}, 'large': {'w': 639, 'h': 591, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 182, 'favorite_count': 403, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2217:668537837512433665
{'created_at': 'Sun Nov 22 21:13:35 +0000 2015', 'id': 668537837512433665, 'id_str': '668537837512433665', 'full_text': "This is Spark. He's nervous. Other dog hasn't moved in a while. Won't come when called. Doesn't fetch well 8/10&1/10 https://t.co/stEodX9Aba", 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668537830625423360, 'id_str': '668537830625423360', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUcfnWlWsAAzlwE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcfnWlWsAAzlwE.jpg', 'url': 'https://t.co/stEodX9Aba', 'display_url': 'pic.twitter.com/stEodX9Aba', 'expanded_url': 'https://twitter.com/dog_rates/status/668537837512433665/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 660, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 728, 'resize': 'fit'}, 'large': {'w': 750, 'h': 728, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668537830625423360, 'id_str': '668537830625423360', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUcfnWlWsAAzlwE.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcfnWlWsAAzlwE.jpg', 'url': 'https://t.co/stEodX9Aba', 'display_url': 'pic.twitter.com/stEodX9Aba', 'expanded_url': 'https://twitter.com/dog_rates/status/668537837512433665/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 660, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 728, 'resize': 'fit'}, 'large': {'w': 750, 'h': 728, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9286046, 'friends_count': 21, 'listed_count': 7437, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146720, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 61, 'favorite_count': 227, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2218:668528771708952576
{'created_at': 'Sun Nov 22 20:37:34 +0000 2015', 'id': 668528771708952576, 'id_str': '668528771708952576', 'full_text': 'This is Gòrdón. He enjoys his razberrita by pool. Not a care in the world. 12/10 this dog has a better life than me https://t.co/zpdBQCcYgW', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668528764805074944, 'id_str': '668528764805074944', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUcXXpxWUAAUJ__.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcXXpxWUAAUJ__.jpg', 'url': 'https://t.co/zpdBQCcYgW', 'display_url': 'pic.twitter.com/zpdBQCcYgW', 'expanded_url': 'https://twitter.com/dog_rates/status/668528771708952576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 723, 'resize': 'fit'}, 'small': {'w': 680, 'h': 656, 'resize': 'fit'}, 'large': {'w': 750, 'h': 723, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668528764805074944, 'id_str': '668528764805074944', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUcXXpxWUAAUJ__.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcXXpxWUAAUJ__.jpg', 'url': 'https://t.co/zpdBQCcYgW', 'display_url': 'pic.twitter.com/zpdBQCcYgW', 'expanded_url': 'https://twitter.com/dog_rates/status/668528771708952576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 750, 'h': 723, 'resize': 'fit'}, 'small': {'w': 680, 'h': 656, 'resize': 'fit'}, 'large': {'w': 750, 'h': 723, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 189, 'favorite_count': 404, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2219:668507509523615744
{'created_at': 'Sun Nov 22 19:13:05 +0000 2015', 'id': 668507509523615744, 'id_str': '668507509523615744', 'full_text': 'This is a Birmingham Quagmire named Chuk. Loves to relax and watch the game while sippin on that iced mocha. 10/10 https://t.co/HvNg9JWxFt', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668507502464626688, 'id_str': '668507502464626688', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUcECBYWcAAzFRg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcECBYWcAAzFRg.jpg', 'url': 'https://t.co/HvNg9JWxFt', 'display_url': 'pic.twitter.com/HvNg9JWxFt', 'expanded_url': 'https://twitter.com/dog_rates/status/668507509523615744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 621, 'resize': 'fit'}, 'small': {'w': 640, 'h': 621, 'resize': 'fit'}, 'large': {'w': 640, 'h': 621, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668507502464626688, 'id_str': '668507502464626688', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUcECBYWcAAzFRg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUcECBYWcAAzFRg.jpg', 'url': 'https://t.co/HvNg9JWxFt', 'display_url': 'pic.twitter.com/HvNg9JWxFt', 'expanded_url': 'https://twitter.com/dog_rates/status/668507509523615744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 621, 'resize': 'fit'}, 'small': {'w': 640, 'h': 621, 'resize': 'fit'}, 'large': {'w': 640, 'h': 621, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 87, 'favorite_count': 279, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2220:668496999348633600
{'created_at': 'Sun Nov 22 18:31:19 +0000 2015', 'id': 668496999348633600, 'id_str': '668496999348633600', 'full_text': 'This is Jo. Jo is a Swedish Queso. Tongue bigger than face. Tiny lil legs. Still no seatbelt. Simply careless. 8/10 https://t.co/Edy7B5vOp2', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668496995305287680, 'id_str': '668496995305287680', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUb6ebKWcAAJkd0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUb6ebKWcAAJkd0.jpg', 'url': 'https://t.co/Edy7B5vOp2', 'display_url': 'pic.twitter.com/Edy7B5vOp2', 'expanded_url': 'https://twitter.com/dog_rates/status/668496999348633600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 452, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 452, 'h': 638, 'resize': 'fit'}, 'large': {'w': 452, 'h': 638, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668496995305287680, 'id_str': '668496995305287680', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUb6ebKWcAAJkd0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUb6ebKWcAAJkd0.jpg', 'url': 'https://t.co/Edy7B5vOp2', 'display_url': 'pic.twitter.com/Edy7B5vOp2', 'expanded_url': 'https://twitter.com/dog_rates/status/668496999348633600/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 452, 'h': 638, 'resize': 'fit'}, 'medium': {'w': 452, 'h': 638, 'resize': 'fit'}, 'large': {'w': 452, 'h': 638, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 114, 'favorite_count': 359, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2221:668484198282485761
{'created_at': 'Sun Nov 22 17:40:27 +0000 2015', 'id': 668484198282485761, 'id_str': '668484198282485761', 'full_text': 'Good teamwork between these dogs. One is on lookout while other eats. Long necks. Nice big house. 9/10s good pups https://t.co/uXgmECGYEB', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668484190623674369, 'id_str': '668484190623674369', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUbu1GAWsAEH3E-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUbu1GAWsAEH3E-.jpg', 'url': 'https://t.co/uXgmECGYEB', 'display_url': 'pic.twitter.com/uXgmECGYEB', 'expanded_url': 'https://twitter.com/dog_rates/status/668484198282485761/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 587, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 742, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 742, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668484190623674369, 'id_str': '668484190623674369', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUbu1GAWsAEH3E-.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUbu1GAWsAEH3E-.jpg', 'url': 'https://t.co/uXgmECGYEB', 'display_url': 'pic.twitter.com/uXgmECGYEB', 'expanded_url': 'https://twitter.com/dog_rates/status/668484198282485761/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 587, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 742, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 742, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 207, 'favorite_count': 372, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2222:668480044826800133
{'created_at': 'Sun Nov 22 17:23:57 +0000 2015', 'id': 668480044826800133, 'id_str': '668480044826800133', 'full_text': 'Say hello to DayZ. She is definitely stuck on that stair. Just looking for someone to help her. 11/10 I would help https://t.co/be3zMW0Qj5', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668480037449003009, 'id_str': '668480037449003009', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUbrDWOWcAEyMdM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUbrDWOWcAEyMdM.jpg', 'url': 'https://t.co/be3zMW0Qj5', 'display_url': 'pic.twitter.com/be3zMW0Qj5', 'expanded_url': 'https://twitter.com/dog_rates/status/668480044826800133/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668480037449003009, 'id_str': '668480037449003009', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUbrDWOWcAEyMdM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUbrDWOWcAEyMdM.jpg', 'url': 'https://t.co/be3zMW0Qj5', 'display_url': 'pic.twitter.com/be3zMW0Qj5', 'expanded_url': 'https://twitter.com/dog_rates/status/668480044826800133/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 127, 'favorite_count': 397, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2223:668466899341221888
{'created_at': 'Sun Nov 22 16:31:42 +0000 2015', 'id': 668466899341221888, 'id_str': '668466899341221888', 'full_text': "Here is a mother dog caring for her pups. Snazzy red mohawk. Doesn't wag tail. Pups look confused. Overall 4/10 https://t.co/YOHe6lf09m", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668466896245792768, 'id_str': '668466896245792768', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUbfGbbWoAApZth.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUbfGbbWoAApZth.jpg', 'url': 'https://t.co/YOHe6lf09m', 'display_url': 'pic.twitter.com/YOHe6lf09m', 'expanded_url': 'https://twitter.com/dog_rates/status/668466899341221888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 420, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 420, 'resize': 'fit'}, 'small': {'w': 577, 'h': 420, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668466896245792768, 'id_str': '668466896245792768', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUbfGbbWoAApZth.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUbfGbbWoAApZth.jpg', 'url': 'https://t.co/YOHe6lf09m', 'display_url': 'pic.twitter.com/YOHe6lf09m', 'expanded_url': 'https://twitter.com/dog_rates/status/668466899341221888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 420, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 420, 'resize': 'fit'}, 'small': {'w': 577, 'h': 420, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 442, 'favorite_count': 769, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2224:668297328638447616
{'created_at': 'Sun Nov 22 05:17:54 +0000 2015', 'id': 668297328638447616, 'id_str': '668297328638447616', 'full_text': '2 rare dogs. They waddle (v inefficient). Sometimes slide on bellies. Right one wants to be aircraft Marshall. 9/10s https://t.co/P8bivfp5sU', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668297325815717888, 'id_str': '668297325815717888', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUZE4IWW4AAZmDf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUZE4IWW4AAZmDf.jpg', 'url': 'https://t.co/P8bivfp5sU', 'display_url': 'pic.twitter.com/P8bivfp5sU', 'expanded_url': 'https://twitter.com/dog_rates/status/668297328638447616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 634, 'h': 420, 'resize': 'fit'}, 'large': {'w': 634, 'h': 420, 'resize': 'fit'}, 'small': {'w': 634, 'h': 420, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668297325815717888, 'id_str': '668297325815717888', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUZE4IWW4AAZmDf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUZE4IWW4AAZmDf.jpg', 'url': 'https://t.co/P8bivfp5sU', 'display_url': 'pic.twitter.com/P8bivfp5sU', 'expanded_url': 'https://twitter.com/dog_rates/status/668297328638447616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 634, 'h': 420, 'resize': 'fit'}, 'large': {'w': 634, 'h': 420, 'resize': 'fit'}, 'small': {'w': 634, 'h': 420, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 255, 'favorite_count': 556, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2225:668291999406125056
{'created_at': 'Sun Nov 22 04:56:43 +0000 2015', 'id': 668291999406125056, 'id_str': '668291999406125056', 'full_text': "I can't do better than he did. 10/10 https://t.co/fM0KXns7Or", 'truncated': False, 'display_text_range': [0, 60], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668291994352017409, 'id_str': '668291994352017409', 'indices': [37, 60], 'media_url': 'http://pbs.twimg.com/media/CUZABzGW4AE5F0k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUZABzGW4AE5F0k.jpg', 'url': 'https://t.co/fM0KXns7Or', 'display_url': 'pic.twitter.com/fM0KXns7Or', 'expanded_url': 'https://twitter.com/dog_rates/status/668291999406125056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668291994352017409, 'id_str': '668291994352017409', 'indices': [37, 60], 'media_url': 'http://pbs.twimg.com/media/CUZABzGW4AE5F0k.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUZABzGW4AE5F0k.jpg', 'url': 'https://t.co/fM0KXns7Or', 'display_url': 'pic.twitter.com/fM0KXns7Or', 'expanded_url': 'https://twitter.com/dog_rates/status/668291999406125056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 28, 'favorite_count': 213, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2226:668286279830867968
{'created_at': 'Sun Nov 22 04:33:59 +0000 2015', 'id': 668286279830867968, 'id_str': '668286279830867968', 'full_text': "Meet Rusty. Rusty's dreaming of a world where Twitter never got rid of favorites. Looks like a happy world. 11/10 https://t.co/C8U6cxI1Jc", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668286272272769024, 'id_str': '668286272272769024', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUY60usWoAAdBxx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUY60usWoAAdBxx.jpg', 'url': 'https://t.co/C8U6cxI1Jc', 'display_url': 'pic.twitter.com/C8U6cxI1Jc', 'expanded_url': 'https://twitter.com/dog_rates/status/668286279830867968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668286272272769024, 'id_str': '668286272272769024', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUY60usWoAAdBxx.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUY60usWoAAdBxx.jpg', 'url': 'https://t.co/C8U6cxI1Jc', 'display_url': 'pic.twitter.com/C8U6cxI1Jc', 'expanded_url': 'https://twitter.com/dog_rates/status/668286279830867968/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 118, 'favorite_count': 436, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2227:668274247790391296
{'created_at': 'Sun Nov 22 03:46:11 +0000 2015', 'id': 668274247790391296, 'id_str': '668274247790391296', 'full_text': 'Meet Sophie. Her son just got in the car to leave for college. Very touching. Perfect dramatic sunlight. 10/10 yaass https://t.co/3j9kZRcpVB', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668274241842860032, 'id_str': '668274241842860032', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUYv4d2WUAAziXs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYv4d2WUAAziXs.jpg', 'url': 'https://t.co/3j9kZRcpVB', 'display_url': 'pic.twitter.com/3j9kZRcpVB', 'expanded_url': 'https://twitter.com/dog_rates/status/668274247790391296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668274241842860032, 'id_str': '668274241842860032', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUYv4d2WUAAziXs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYv4d2WUAAziXs.jpg', 'url': 'https://t.co/3j9kZRcpVB', 'display_url': 'pic.twitter.com/3j9kZRcpVB', 'expanded_url': 'https://twitter.com/dog_rates/status/668274247790391296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 198, 'favorite_count': 721, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2228:668268907921326080
{'created_at': 'Sun Nov 22 03:24:58 +0000 2015', 'id': 668268907921326080, 'id_str': '668268907921326080', 'full_text': 'Here we have an Azerbaijani Buttermilk named Guss. He sees a demon baby Hitler behind his owner. 10/10 stays alert https://t.co/aeZykWwiJN', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668268894449078272, 'id_str': '668268894449078272', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUYrBNQUkAA-zx4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYrBNQUkAA-zx4.jpg', 'url': 'https://t.co/aeZykWwiJN', 'display_url': 'pic.twitter.com/aeZykWwiJN', 'expanded_url': 'https://twitter.com/dog_rates/status/668268907921326080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668268894449078272, 'id_str': '668268894449078272', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUYrBNQUkAA-zx4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYrBNQUkAA-zx4.jpg', 'url': 'https://t.co/aeZykWwiJN', 'display_url': 'pic.twitter.com/aeZykWwiJN', 'expanded_url': 'https://twitter.com/dog_rates/status/668268907921326080/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 206, 'favorite_count': 485, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2229:668256321989451776
{'created_at': 'Sun Nov 22 02:34:57 +0000 2015', 'id': 668256321989451776, 'id_str': '668256321989451776', 'full_text': 'This is Jareld. Jareld rules these waters. Ladies and Gentleman... 13/10. This dog is utterly fucking spectacular. https://t.co/L6qAEV5PAd', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668256315861504000, 'id_str': '668256315861504000', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUYflCXWEAAzQVu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYflCXWEAAzQVu.jpg', 'url': 'https://t.co/L6qAEV5PAd', 'display_url': 'pic.twitter.com/L6qAEV5PAd', 'expanded_url': 'https://twitter.com/dog_rates/status/668256321989451776/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 563, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 736, 'h': 609, 'resize': 'fit'}, 'large': {'w': 736, 'h': 609, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668256315861504000, 'id_str': '668256315861504000', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUYflCXWEAAzQVu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYflCXWEAAzQVu.jpg', 'url': 'https://t.co/L6qAEV5PAd', 'display_url': 'pic.twitter.com/L6qAEV5PAd', 'expanded_url': 'https://twitter.com/dog_rates/status/668256321989451776/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 680, 'h': 563, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 736, 'h': 609, 'resize': 'fit'}, 'large': {'w': 736, 'h': 609, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 518, 'favorite_count': 1153, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2230:668248472370458624
{'created_at': 'Sun Nov 22 02:03:45 +0000 2015', 'id': 668248472370458624, 'id_str': '668248472370458624', 'full_text': 'Say hello to Bisquick. He is a Brown Douglass Fir terrier. Very inbred. Looks terrified. 8/10 still cute tho https://t.co/1XYRh8N00K', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668248467379257344, 'id_str': '668248467379257344', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUYYcMfXAAAixe7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYYcMfXAAAixe7.jpg', 'url': 'https://t.co/1XYRh8N00K', 'display_url': 'pic.twitter.com/1XYRh8N00K', 'expanded_url': 'https://twitter.com/dog_rates/status/668248472370458624/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668248467379257344, 'id_str': '668248467379257344', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUYYcMfXAAAixe7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYYcMfXAAAixe7.jpg', 'url': 'https://t.co/1XYRh8N00K', 'display_url': 'pic.twitter.com/1XYRh8N00K', 'expanded_url': 'https://twitter.com/dog_rates/status/668248472370458624/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 408, 'favorite_count': 842, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2231:668237644992782336
{'created_at': 'Sun Nov 22 01:20:44 +0000 2015', 'id': 668237644992782336, 'id_str': '668237644992782336', 'full_text': "This is Torque. He served his nickel. Better not owe Torque money. Torque will find u. 10/10 cause I'm scared of him https://t.co/TnSRDqYO5i", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668237637640183808, 'id_str': '668237637640183808', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUYOl0kW4AAVe_p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYOl0kW4AAVe_p.jpg', 'url': 'https://t.co/TnSRDqYO5i', 'display_url': 'pic.twitter.com/TnSRDqYO5i', 'expanded_url': 'https://twitter.com/dog_rates/status/668237644992782336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 720, 'resize': 'fit'}, 'large': {'w': 540, 'h': 720, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668237637640183808, 'id_str': '668237637640183808', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUYOl0kW4AAVe_p.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYOl0kW4AAVe_p.jpg', 'url': 'https://t.co/TnSRDqYO5i', 'display_url': 'pic.twitter.com/TnSRDqYO5i', 'expanded_url': 'https://twitter.com/dog_rates/status/668237644992782336/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 720, 'resize': 'fit'}, 'large': {'w': 540, 'h': 720, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 2426, 'favorite_count': 5452, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2232:668226093875376128
{'created_at': 'Sun Nov 22 00:34:50 +0000 2015', 'id': 668226093875376128, 'id_str': '668226093875376128', 'full_text': 'Sneaky dog here. Tuba player has no clue. 10/10 super sneaky https://t.co/jWVwSppaa2', 'truncated': False, 'display_text_range': [0, 84], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668226088657682437, 'id_str': '668226088657682437', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CUYEFlQXAAUkPGm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYEFlQXAAUkPGm.jpg', 'url': 'https://t.co/jWVwSppaa2', 'display_url': 'pic.twitter.com/jWVwSppaa2', 'expanded_url': 'https://twitter.com/dog_rates/status/668226093875376128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 316, 'h': 680, 'resize': 'fit'}, 'large': {'w': 476, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 476, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668226088657682437, 'id_str': '668226088657682437', 'indices': [61, 84], 'media_url': 'http://pbs.twimg.com/media/CUYEFlQXAAUkPGm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUYEFlQXAAUkPGm.jpg', 'url': 'https://t.co/jWVwSppaa2', 'display_url': 'pic.twitter.com/jWVwSppaa2', 'expanded_url': 'https://twitter.com/dog_rates/status/668226093875376128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 316, 'h': 680, 'resize': 'fit'}, 'large': {'w': 476, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 476, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 85, 'favorite_count': 247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2233:668221241640230912
{'created_at': 'Sun Nov 22 00:15:33 +0000 2015', 'id': 668221241640230912, 'id_str': '668221241640230912', 'full_text': 'These two dogs are Bo & Smittens. Smittens is trying out a new deodorant and wanted Bo to smell it. 10/10 true pals https://t.co/4pw1QQ6udh', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668221234145046534, 'id_str': '668221234145046534', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUX_rAyWsAYZOQ5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUX_rAyWsAYZOQ5.jpg', 'url': 'https://t.co/4pw1QQ6udh', 'display_url': 'pic.twitter.com/4pw1QQ6udh', 'expanded_url': 'https://twitter.com/dog_rates/status/668221241640230912/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668221234145046534, 'id_str': '668221234145046534', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUX_rAyWsAYZOQ5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUX_rAyWsAYZOQ5.jpg', 'url': 'https://t.co/4pw1QQ6udh', 'display_url': 'pic.twitter.com/4pw1QQ6udh', 'expanded_url': 'https://twitter.com/dog_rates/status/668221241640230912/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 169, 'favorite_count': 452, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2234:668204964695683073
{'created_at': 'Sat Nov 21 23:10:52 +0000 2015', 'id': 668204964695683073, 'id_str': '668204964695683073', 'full_text': "This is Ron. Ron's currently experiencing a brain freeze. Damn it Ron. 8/10 https://t.co/4ilfcR5SlK", 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668204958722990080, 'id_str': '668204958722990080', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CUXw3qHWoAAk8HJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXw3qHWoAAk8HJ.jpg', 'url': 'https://t.co/4ilfcR5SlK', 'display_url': 'pic.twitter.com/4ilfcR5SlK', 'expanded_url': 'https://twitter.com/dog_rates/status/668204964695683073/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 572, 'resize': 'fit'}, 'large': {'w': 575, 'h': 572, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 572, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668204958722990080, 'id_str': '668204958722990080', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CUXw3qHWoAAk8HJ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXw3qHWoAAk8HJ.jpg', 'url': 'https://t.co/4ilfcR5SlK', 'display_url': 'pic.twitter.com/4ilfcR5SlK', 'expanded_url': 'https://twitter.com/dog_rates/status/668204964695683073/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 575, 'h': 572, 'resize': 'fit'}, 'large': {'w': 575, 'h': 572, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 572, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 173, 'favorite_count': 489, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2235:668190681446379520
{'created_at': 'Sat Nov 21 22:14:07 +0000 2015', 'id': 668190681446379520, 'id_str': '668190681446379520', 'full_text': "This is Skittles. I would kidnap Skittles. Pink dog in back hasn't moved in days. 12/10 https://t.co/2wm0POA9N2", 'truncated': False, 'display_text_range': [0, 111], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668190675914129409, 'id_str': '668190675914129409', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CUXj4SgXAAETlu6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXj4SgXAAETlu6.jpg', 'url': 'https://t.co/2wm0POA9N2', 'display_url': 'pic.twitter.com/2wm0POA9N2', 'expanded_url': 'https://twitter.com/dog_rates/status/668190681446379520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668190675914129409, 'id_str': '668190675914129409', 'indices': [88, 111], 'media_url': 'http://pbs.twimg.com/media/CUXj4SgXAAETlu6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXj4SgXAAETlu6.jpg', 'url': 'https://t.co/2wm0POA9N2', 'display_url': 'pic.twitter.com/2wm0POA9N2', 'expanded_url': 'https://twitter.com/dog_rates/status/668190681446379520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 171, 'favorite_count': 577, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2236:668171859951755264
{'created_at': 'Sat Nov 21 20:59:20 +0000 2015', 'id': 668171859951755264, 'id_str': '668171859951755264', 'full_text': 'This is a Trans Siberian Kellogg named Alfonso. Huge ass eyeballs. Actually Dobby from Harry Potter. 7/10 https://t.co/XpseHBlAAb', 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668171855484870656, 'id_str': '668171855484870656', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CUXSwy8W4AA6uet.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXSwy8W4AA6uet.jpg', 'url': 'https://t.co/XpseHBlAAb', 'display_url': 'pic.twitter.com/XpseHBlAAb', 'expanded_url': 'https://twitter.com/dog_rates/status/668171859951755264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668171855484870656, 'id_str': '668171855484870656', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CUXSwy8W4AA6uet.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXSwy8W4AA6uet.jpg', 'url': 'https://t.co/XpseHBlAAb', 'display_url': 'pic.twitter.com/XpseHBlAAb', 'expanded_url': 'https://twitter.com/dog_rates/status/668171859951755264/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 162, 'favorite_count': 425, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2237:668154635664932864
{'created_at': 'Sat Nov 21 19:50:53 +0000 2015', 'id': 668154635664932864, 'id_str': '668154635664932864', 'full_text': 'Fun dogs here. Top one clearly an athlete. Bottom one very stable. Not very soft tho. 9/10s would still cuddle both https://t.co/79sHR36NsI', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668154632372383744, 'id_str': '668154632372383744', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUXDGR2WcAAUQKz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXDGR2WcAAUQKz.jpg', 'url': 'https://t.co/79sHR36NsI', 'display_url': 'pic.twitter.com/79sHR36NsI', 'expanded_url': 'https://twitter.com/dog_rates/status/668154635664932864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 306, 'h': 460, 'resize': 'fit'}, 'small': {'w': 306, 'h': 460, 'resize': 'fit'}, 'medium': {'w': 306, 'h': 460, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668154632372383744, 'id_str': '668154632372383744', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUXDGR2WcAAUQKz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUXDGR2WcAAUQKz.jpg', 'url': 'https://t.co/79sHR36NsI', 'display_url': 'pic.twitter.com/79sHR36NsI', 'expanded_url': 'https://twitter.com/dog_rates/status/668154635664932864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 306, 'h': 460, 'resize': 'fit'}, 'small': {'w': 306, 'h': 460, 'resize': 'fit'}, 'medium': {'w': 306, 'h': 460, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 273, 'favorite_count': 440, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2238:668142349051129856
{'created_at': 'Sat Nov 21 19:02:04 +0000 2015', 'id': 668142349051129856, 'id_str': '668142349051129856', 'full_text': "This lil pup is Oliver. Hops around. Has wings but doesn't fly (lame). Annoying chirp. Won't catch tennis balls 2/10 https://t.co/DnhUw0aBM2", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668142344458383360, 'id_str': '668142344458383360', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUW37BzWsAAlJlN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUW37BzWsAAlJlN.jpg', 'url': 'https://t.co/DnhUw0aBM2', 'display_url': 'pic.twitter.com/DnhUw0aBM2', 'expanded_url': 'https://twitter.com/dog_rates/status/668142349051129856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668142344458383360, 'id_str': '668142344458383360', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUW37BzWsAAlJlN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUW37BzWsAAlJlN.jpg', 'url': 'https://t.co/DnhUw0aBM2', 'display_url': 'pic.twitter.com/DnhUw0aBM2', 'expanded_url': 'https://twitter.com/dog_rates/status/668142349051129856/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 239, 'favorite_count': 510, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2239:668113020489474048
{'created_at': 'Sat Nov 21 17:05:31 +0000 2015', 'id': 668113020489474048, 'id_str': '668113020489474048', 'full_text': "This is Alfie. He's that one hypocritical gym teacher who made you run laps. Great posture. Cool bench. 6/10 https://t.co/GCJzm3YsfX", 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 668113012746776577, 'id_str': '668113012746776577', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUWdPsqWcAERQVv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUWdPsqWcAERQVv.jpg', 'url': 'https://t.co/GCJzm3YsfX', 'display_url': 'pic.twitter.com/GCJzm3YsfX', 'expanded_url': 'https://twitter.com/dog_rates/status/668113020489474048/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 616, 'resize': 'fit'}, 'large': {'w': 600, 'h': 616, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 616, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 668113012746776577, 'id_str': '668113012746776577', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUWdPsqWcAERQVv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUWdPsqWcAERQVv.jpg', 'url': 'https://t.co/GCJzm3YsfX', 'display_url': 'pic.twitter.com/GCJzm3YsfX', 'expanded_url': 'https://twitter.com/dog_rates/status/668113020489474048/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 600, 'h': 616, 'resize': 'fit'}, 'large': {'w': 600, 'h': 616, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 600, 'h': 616, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 208, 'favorite_count': 585, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2240:667937095915278337
{'created_at': 'Sat Nov 21 05:26:27 +0000 2015', 'id': 667937095915278337, 'id_str': '667937095915278337', 'full_text': 'This dog resembles a baked potato. Bed looks uncomfortable. No tail. Comes with butter tho. 3/10 petting still fun https://t.co/x89NSCEZCq', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667937091314171904, 'id_str': '667937091314171904', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUT9PuQWwAABQv7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUT9PuQWwAABQv7.jpg', 'url': 'https://t.co/x89NSCEZCq', 'display_url': 'pic.twitter.com/x89NSCEZCq', 'expanded_url': 'https://twitter.com/dog_rates/status/667937095915278337/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667937091314171904, 'id_str': '667937091314171904', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUT9PuQWwAABQv7.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUT9PuQWwAABQv7.jpg', 'url': 'https://t.co/x89NSCEZCq', 'display_url': 'pic.twitter.com/x89NSCEZCq', 'expanded_url': 'https://twitter.com/dog_rates/status/667937095915278337/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 590, 'h': 443, 'resize': 'fit'}, 'large': {'w': 590, 'h': 443, 'resize': 'fit'}, 'small': {'w': 590, 'h': 443, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 693, 'favorite_count': 1116, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2241:667924896115245057
{'created_at': 'Sat Nov 21 04:37:59 +0000 2015', 'id': 667924896115245057, 'id_str': '667924896115245057', 'full_text': 'This is Jiminy. He has always wanted to be a cheerleader. Can jump high enough to get on other dog. Go Jiminy. 9/10 https://t.co/fW6kIPFGD2', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667924892227104768, 'id_str': '667924892227104768', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUTyJpHWcAATl0O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTyJpHWcAATl0O.jpg', 'url': 'https://t.co/fW6kIPFGD2', 'display_url': 'pic.twitter.com/fW6kIPFGD2', 'expanded_url': 'https://twitter.com/dog_rates/status/667924896115245057/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667924892227104768, 'id_str': '667924892227104768', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUTyJpHWcAATl0O.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTyJpHWcAATl0O.jpg', 'url': 'https://t.co/fW6kIPFGD2', 'display_url': 'pic.twitter.com/fW6kIPFGD2', 'expanded_url': 'https://twitter.com/dog_rates/status/667924896115245057/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 480, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 480, 'resize': 'fit'}, 'large': {'w': 640, 'h': 480, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 95, 'favorite_count': 264, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2242:667915453470232577
{'created_at': 'Sat Nov 21 04:00:28 +0000 2015', 'id': 667915453470232577, 'id_str': '667915453470232577', 'full_text': 'Meet Otis. He is a Peruvian Quartzite. Pic sponsored by Planters. Ears on point. Killer sunglasses. 10/10 ily Otis https://t.co/tIaaBIMlJN', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667915448932003840, 'id_str': '667915448932003840', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUTpj-GWcAATc6A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTpj-GWcAATc6A.jpg', 'url': 'https://t.co/tIaaBIMlJN', 'display_url': 'pic.twitter.com/tIaaBIMlJN', 'expanded_url': 'https://twitter.com/dog_rates/status/667915453470232577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 342, 'h': 583, 'resize': 'fit'}, 'medium': {'w': 342, 'h': 583, 'resize': 'fit'}, 'small': {'w': 342, 'h': 583, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667915448932003840, 'id_str': '667915448932003840', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUTpj-GWcAATc6A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTpj-GWcAATc6A.jpg', 'url': 'https://t.co/tIaaBIMlJN', 'display_url': 'pic.twitter.com/tIaaBIMlJN', 'expanded_url': 'https://twitter.com/dog_rates/status/667915453470232577/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 342, 'h': 583, 'resize': 'fit'}, 'medium': {'w': 342, 'h': 583, 'resize': 'fit'}, 'small': {'w': 342, 'h': 583, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 46, 'favorite_count': 184, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2243:667911425562669056
{'created_at': 'Sat Nov 21 03:44:27 +0000 2015', 'id': 667911425562669056, 'id_str': '667911425562669056', 'full_text': 'Wow. Armored dog here. Ready for battle. Face looks dangerous. Not very loyal. Lil dog on back havin a blast. 5/10 https://t.co/SyMoWrp368', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667911422597287936, 'id_str': '667911422597287936', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUTl5m1WUAAabZG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTl5m1WUAAabZG.jpg', 'url': 'https://t.co/SyMoWrp368', 'display_url': 'pic.twitter.com/SyMoWrp368', 'expanded_url': 'https://twitter.com/dog_rates/status/667911425562669056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 630, 'h': 350, 'resize': 'fit'}, 'medium': {'w': 630, 'h': 350, 'resize': 'fit'}, 'large': {'w': 630, 'h': 350, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667911422597287936, 'id_str': '667911422597287936', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUTl5m1WUAAabZG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTl5m1WUAAabZG.jpg', 'url': 'https://t.co/SyMoWrp368', 'display_url': 'pic.twitter.com/SyMoWrp368', 'expanded_url': 'https://twitter.com/dog_rates/status/667911425562669056/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 630, 'h': 350, 'resize': 'fit'}, 'medium': {'w': 630, 'h': 350, 'resize': 'fit'}, 'large': {'w': 630, 'h': 350, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 246, 'favorite_count': 431, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2244:667902449697558528
{'created_at': 'Sat Nov 21 03:08:47 +0000 2015', 'id': 667902449697558528, 'id_str': '667902449697558528', 'full_text': 'This is Cleopatricia. She is a northern Paperback Maple. Set up hammock somehow. 9/10 would chill in hammock with https://t.co/sJeHdGUt0W', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667902444320530432, 'id_str': '667902444320530432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUTdvAJXIAAMS4q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTdvAJXIAAMS4q.jpg', 'url': 'https://t.co/sJeHdGUt0W', 'display_url': 'pic.twitter.com/sJeHdGUt0W', 'expanded_url': 'https://twitter.com/dog_rates/status/667902449697558528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 493, 'h': 496, 'resize': 'fit'}, 'small': {'w': 493, 'h': 496, 'resize': 'fit'}, 'medium': {'w': 493, 'h': 496, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667902444320530432, 'id_str': '667902444320530432', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUTdvAJXIAAMS4q.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTdvAJXIAAMS4q.jpg', 'url': 'https://t.co/sJeHdGUt0W', 'display_url': 'pic.twitter.com/sJeHdGUt0W', 'expanded_url': 'https://twitter.com/dog_rates/status/667902449697558528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 493, 'h': 496, 'resize': 'fit'}, 'small': {'w': 493, 'h': 496, 'resize': 'fit'}, 'medium': {'w': 493, 'h': 496, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 334, 'favorite_count': 759, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2245:667886921285246976
{'created_at': 'Sat Nov 21 02:07:05 +0000 2015', 'id': 667886921285246976, 'id_str': '667886921285246976', 'full_text': "This is Erik. He's fucken massive. But also kind. Let's people hug him for free. Looks soft. 11/10 I would hug Erik https://t.co/MT7Q4aDQS1", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667886917715943426, 'id_str': '667886917715943426', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUTPnPCW4AI7R0y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTPnPCW4AI7R0y.jpg', 'url': 'https://t.co/MT7Q4aDQS1', 'display_url': 'pic.twitter.com/MT7Q4aDQS1', 'expanded_url': 'https://twitter.com/dog_rates/status/667886921285246976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667886917715943426, 'id_str': '667886917715943426', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUTPnPCW4AI7R0y.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTPnPCW4AI7R0y.jpg', 'url': 'https://t.co/MT7Q4aDQS1', 'display_url': 'pic.twitter.com/MT7Q4aDQS1', 'expanded_url': 'https://twitter.com/dog_rates/status/667886921285246976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 600, 'h': 800, 'resize': 'fit'}, 'medium': {'w': 600, 'h': 800, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 908, 'favorite_count': 1648, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2246:667885044254572545
{'created_at': 'Sat Nov 21 01:59:37 +0000 2015', 'id': 667885044254572545, 'id_str': '667885044254572545', 'full_text': 'Meet Stu. Stu has stacks on stacks and an eye made of pure gold. 10/10 pay for my tuition pls https://t.co/7rkYZQdKEd', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667885029767446528, 'id_str': '667885029767446528', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CUTN5V4XAAAIa4R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTN5V4XAAAIa4R.jpg', 'url': 'https://t.co/7rkYZQdKEd', 'display_url': 'pic.twitter.com/7rkYZQdKEd', 'expanded_url': 'https://twitter.com/dog_rates/status/667885044254572545/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667885029767446528, 'id_str': '667885029767446528', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CUTN5V4XAAAIa4R.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTN5V4XAAAIa4R.jpg', 'url': 'https://t.co/7rkYZQdKEd', 'display_url': 'pic.twitter.com/7rkYZQdKEd', 'expanded_url': 'https://twitter.com/dog_rates/status/667885044254572545/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 400, 'favorite_count': 728, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2247:667878741721415682
{'created_at': 'Sat Nov 21 01:34:35 +0000 2015', 'id': 667878741721415682, 'id_str': '667878741721415682', 'full_text': "This is Tedrick. He lives on the edge. Needs someone to hit the gas tho. Other than that he's a baller. 10&2/10 https://t.co/LvP1TTYSCN", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667878737548046337, 'id_str': '667878737548046337', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUTILFiWcAE8Rle.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTILFiWcAE8Rle.jpg', 'url': 'https://t.co/LvP1TTYSCN', 'display_url': 'pic.twitter.com/LvP1TTYSCN', 'expanded_url': 'https://twitter.com/dog_rates/status/667878741721415682/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667878737548046337, 'id_str': '667878737548046337', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUTILFiWcAE8Rle.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTILFiWcAE8Rle.jpg', 'url': 'https://t.co/LvP1TTYSCN', 'display_url': 'pic.twitter.com/LvP1TTYSCN', 'expanded_url': 'https://twitter.com/dog_rates/status/667878741721415682/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 101, 'favorite_count': 349, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2248:667873844930215936
{'created_at': 'Sat Nov 21 01:15:07 +0000 2015', 'id': 667873844930215936, 'id_str': '667873844930215936', 'full_text': 'Neat dog. Lots of spikes. Always in push-up position. Laid a shit ton of eggs earlier. Super stellar pup. 10/10 https://t.co/ODqrL3zXYE', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667873836067659776, 'id_str': '667873836067659776', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUTDtyGXIAARxus.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTDtyGXIAARxus.jpg', 'url': 'https://t.co/ODqrL3zXYE', 'display_url': 'pic.twitter.com/ODqrL3zXYE', 'expanded_url': 'https://twitter.com/dog_rates/status/667873844930215936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667873836067659776, 'id_str': '667873836067659776', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUTDtyGXIAARxus.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUTDtyGXIAARxus.jpg', 'url': 'https://t.co/ODqrL3zXYE', 'display_url': 'pic.twitter.com/ODqrL3zXYE', 'expanded_url': 'https://twitter.com/dog_rates/status/667873844930215936/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 340, 'favorite_count': 553, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2249:667866724293877760
{'created_at': 'Sat Nov 21 00:46:50 +0000 2015', 'id': 667866724293877760, 'id_str': '667866724293877760', 'full_text': "This is Shaggy. He knows exactly how to solve the puzzle but can't talk. All he wants to do is help. 10/10 great guy https://t.co/SBmWbfAg6X", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667866720170852352, 'id_str': '667866720170852352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'url': 'https://t.co/SBmWbfAg6X', 'display_url': 'pic.twitter.com/SBmWbfAg6X', 'expanded_url': 'https://twitter.com/dog_rates/status/667866724293877760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 751, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 751, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667866720170852352, 'id_str': '667866720170852352', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUS9PlUWwAANeAD.jpg', 'url': 'https://t.co/SBmWbfAg6X', 'display_url': 'pic.twitter.com/SBmWbfAg6X', 'expanded_url': 'https://twitter.com/dog_rates/status/667866724293877760/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 751, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 751, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 901, 'favorite_count': 2717, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2250:667861340749471744
{'created_at': 'Sat Nov 21 00:25:26 +0000 2015', 'id': 667861340749471744, 'id_str': '667861340749471744', 'full_text': 'This is a Shotokon Macadamia mix named Cheryl. Sophisticated af. Looks like a disappointed librarian. Shh (lol) 9/10 https://t.co/J4GnJ5Swba', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667861335531630593, 'id_str': '667861335531630593', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUS4WJ-UsAEJj10.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUS4WJ-UsAEJj10.jpg', 'url': 'https://t.co/J4GnJ5Swba', 'display_url': 'pic.twitter.com/J4GnJ5Swba', 'expanded_url': 'https://twitter.com/dog_rates/status/667861340749471744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 236, 'h': 354, 'resize': 'fit'}, 'small': {'w': 236, 'h': 354, 'resize': 'fit'}, 'large': {'w': 236, 'h': 354, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667861335531630593, 'id_str': '667861335531630593', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUS4WJ-UsAEJj10.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUS4WJ-UsAEJj10.jpg', 'url': 'https://t.co/J4GnJ5Swba', 'display_url': 'pic.twitter.com/J4GnJ5Swba', 'expanded_url': 'https://twitter.com/dog_rates/status/667861340749471744/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 236, 'h': 354, 'resize': 'fit'}, 'small': {'w': 236, 'h': 354, 'resize': 'fit'}, 'large': {'w': 236, 'h': 354, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 69, 'favorite_count': 221, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2251:667832474953625600
{'created_at': 'Fri Nov 20 22:30:44 +0000 2015', 'id': 667832474953625600, 'id_str': '667832474953625600', 'full_text': "THE EYES 12/10\n\nI'm sorry. These are supposed to be funny but your dogs are too adorable https://t.co/z1xPTgVLc7", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667832472072282112, 'id_str': '667832472072282112', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CUSeGFNW4AAyyHC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUSeGFNW4AAyyHC.jpg', 'url': 'https://t.co/z1xPTgVLc7', 'display_url': 'pic.twitter.com/z1xPTgVLc7', 'expanded_url': 'https://twitter.com/dog_rates/status/667832474953625600/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667832472072282112, 'id_str': '667832472072282112', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CUSeGFNW4AAyyHC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUSeGFNW4AAyyHC.jpg', 'url': 'https://t.co/z1xPTgVLc7', 'display_url': 'pic.twitter.com/z1xPTgVLc7', 'expanded_url': 'https://twitter.com/dog_rates/status/667832474953625600/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 960, 'h': 960, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 960, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 55, 'favorite_count': 255, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2252:667806454573760512
{'created_at': 'Fri Nov 20 20:47:20 +0000 2015', 'id': 667806454573760512, 'id_str': '667806454573760512', 'full_text': 'This is Filup. He is overcome with joy after finally meeting his father. 10/10 https://t.co/TBmDJXJB75', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667806449473486848, 'id_str': '667806449473486848', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CUSGbXeVAAAgztZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUSGbXeVAAAgztZ.jpg', 'url': 'https://t.co/TBmDJXJB75', 'display_url': 'pic.twitter.com/TBmDJXJB75', 'expanded_url': 'https://twitter.com/dog_rates/status/667806454573760512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 424, 'h': 487, 'resize': 'fit'}, 'medium': {'w': 424, 'h': 487, 'resize': 'fit'}, 'small': {'w': 424, 'h': 487, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667806449473486848, 'id_str': '667806449473486848', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CUSGbXeVAAAgztZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUSGbXeVAAAgztZ.jpg', 'url': 'https://t.co/TBmDJXJB75', 'display_url': 'pic.twitter.com/TBmDJXJB75', 'expanded_url': 'https://twitter.com/dog_rates/status/667806454573760512/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 424, 'h': 487, 'resize': 'fit'}, 'medium': {'w': 424, 'h': 487, 'resize': 'fit'}, 'small': {'w': 424, 'h': 487, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 417, 'favorite_count': 931, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2253:667801013445750784
{'created_at': 'Fri Nov 20 20:25:43 +0000 2015', 'id': 667801013445750784, 'id_str': '667801013445750784', 'full_text': 'OMIGOD 12/10 https://t.co/SVMF4Frf1w', 'truncated': False, 'display_text_range': [0, 36], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667801007443677184, 'id_str': '667801007443677184', 'indices': [13, 36], 'media_url': 'http://pbs.twimg.com/media/CUSBemVUEAAn-6V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUSBemVUEAAn-6V.jpg', 'url': 'https://t.co/SVMF4Frf1w', 'display_url': 'pic.twitter.com/SVMF4Frf1w', 'expanded_url': 'https://twitter.com/dog_rates/status/667801013445750784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 630, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 630, 'resize': 'fit'}, 'small': {'w': 577, 'h': 630, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667801007443677184, 'id_str': '667801007443677184', 'indices': [13, 36], 'media_url': 'http://pbs.twimg.com/media/CUSBemVUEAAn-6V.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUSBemVUEAAn-6V.jpg', 'url': 'https://t.co/SVMF4Frf1w', 'display_url': 'pic.twitter.com/SVMF4Frf1w', 'expanded_url': 'https://twitter.com/dog_rates/status/667801013445750784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 630, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 630, 'resize': 'fit'}, 'small': {'w': 577, 'h': 630, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 82, 'favorite_count': 283, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2254:667793409583771648
{'created_at': 'Fri Nov 20 19:55:30 +0000 2015', 'id': 667793409583771648, 'id_str': '667793409583771648', 'full_text': 'Dogs only please. Small cows and other non canines will not be tolerated. Sick tattoos tho 8/10 https://t.co/s1z7mX4c9O', 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667793397835542529, 'id_str': '667793397835542529', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CUR6jqVWsAEgGot.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUR6jqVWsAEgGot.jpg', 'url': 'https://t.co/s1z7mX4c9O', 'display_url': 'pic.twitter.com/s1z7mX4c9O', 'expanded_url': 'https://twitter.com/dog_rates/status/667793409583771648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 631, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 631, 'resize': 'fit'}, 'large': {'w': 640, 'h': 631, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667793397835542529, 'id_str': '667793397835542529', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CUR6jqVWsAEgGot.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUR6jqVWsAEgGot.jpg', 'url': 'https://t.co/s1z7mX4c9O', 'display_url': 'pic.twitter.com/s1z7mX4c9O', 'expanded_url': 'https://twitter.com/dog_rates/status/667793409583771648/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 640, 'h': 631, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 631, 'resize': 'fit'}, 'large': {'w': 640, 'h': 631, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 286, 'favorite_count': 609, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2255:667782464991965184
{'created_at': 'Fri Nov 20 19:12:01 +0000 2015', 'id': 667782464991965184, 'id_str': '667782464991965184', 'full_text': "Super rare dog. Endangered (?). Thinks it's funny. Mocks everything I say. Colorful af. Has wings (dope). 9/10 https://t.co/BY8nQAMz0x", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667782457777754112, 'id_str': '667782457777754112', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CURwm3cUkAARcO6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CURwm3cUkAARcO6.jpg', 'url': 'https://t.co/BY8nQAMz0x', 'display_url': 'pic.twitter.com/BY8nQAMz0x', 'expanded_url': 'https://twitter.com/dog_rates/status/667782464991965184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667782457777754112, 'id_str': '667782457777754112', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CURwm3cUkAARcO6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CURwm3cUkAARcO6.jpg', 'url': 'https://t.co/BY8nQAMz0x', 'display_url': 'pic.twitter.com/BY8nQAMz0x', 'expanded_url': 'https://twitter.com/dog_rates/status/667782464991965184/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 211, 'favorite_count': 363, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2256:667773195014021121
{'created_at': 'Fri Nov 20 18:35:10 +0000 2015', 'id': 667773195014021121, 'id_str': '667773195014021121', 'full_text': 'This is a rare Hungarian Pinot named Jessiga. She is either mid-stroke or got stuck in the washing machine. 8/10 https://t.co/ZU0i0KJyqD', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667773194548350976, 'id_str': '667773194548350976', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CURoLrOVEAAaWdR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CURoLrOVEAAaWdR.jpg', 'url': 'https://t.co/ZU0i0KJyqD', 'display_url': 'pic.twitter.com/ZU0i0KJyqD', 'expanded_url': 'https://twitter.com/dog_rates/status/667773195014021121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 387, 'h': 541, 'resize': 'fit'}, 'medium': {'w': 387, 'h': 541, 'resize': 'fit'}, 'small': {'w': 387, 'h': 541, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667773194548350976, 'id_str': '667773194548350976', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CURoLrOVEAAaWdR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CURoLrOVEAAaWdR.jpg', 'url': 'https://t.co/ZU0i0KJyqD', 'display_url': 'pic.twitter.com/ZU0i0KJyqD', 'expanded_url': 'https://twitter.com/dog_rates/status/667773195014021121/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 387, 'h': 541, 'resize': 'fit'}, 'medium': {'w': 387, 'h': 541, 'resize': 'fit'}, 'small': {'w': 387, 'h': 541, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 44, 'favorite_count': 204, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2257:667766675769573376
{'created_at': 'Fri Nov 20 18:09:16 +0000 2015', 'id': 667766675769573376, 'id_str': '667766675769573376', 'full_text': 'This is Calvin. He is a Luxembourgian Mayo. Having issues with truck. Has it under control tho. 9/10 responsible af https://t.co/3Bbba7y8Xe', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667766675161219072, 'id_str': '667766675161219072', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CURiQMnUAAAPT2M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CURiQMnUAAAPT2M.jpg', 'url': 'https://t.co/3Bbba7y8Xe', 'display_url': 'pic.twitter.com/3Bbba7y8Xe', 'expanded_url': 'https://twitter.com/dog_rates/status/667766675769573376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667766675161219072, 'id_str': '667766675161219072', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CURiQMnUAAAPT2M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CURiQMnUAAAPT2M.jpg', 'url': 'https://t.co/3Bbba7y8Xe', 'display_url': 'pic.twitter.com/3Bbba7y8Xe', 'expanded_url': 'https://twitter.com/dog_rates/status/667766675769573376/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 185, 'favorite_count': 373, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2258:667728196545200128
{'created_at': 'Fri Nov 20 15:36:22 +0000 2015', 'id': 667728196545200128, 'id_str': '667728196545200128', 'full_text': 'Meet Olive. He comes to spot by tree to reminisce of simpler times and truly admire his place in the universe. 11/10 https://t.co/LwrCwlWwPB', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667728195987177472, 'id_str': '667728195987177472', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUQ_QahUAAAVQjn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUQ_QahUAAAVQjn.jpg', 'url': 'https://t.co/LwrCwlWwPB', 'display_url': 'pic.twitter.com/LwrCwlWwPB', 'expanded_url': 'https://twitter.com/dog_rates/status/667728196545200128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 798, 'h': 847, 'resize': 'fit'}, 'small': {'w': 641, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 798, 'h': 847, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667728195987177472, 'id_str': '667728195987177472', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUQ_QahUAAAVQjn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUQ_QahUAAAVQjn.jpg', 'url': 'https://t.co/LwrCwlWwPB', 'display_url': 'pic.twitter.com/LwrCwlWwPB', 'expanded_url': 'https://twitter.com/dog_rates/status/667728196545200128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 798, 'h': 847, 'resize': 'fit'}, 'small': {'w': 641, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 798, 'h': 847, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 127, 'favorite_count': 325, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2259:667724302356258817
{'created_at': 'Fri Nov 20 15:20:54 +0000 2015', 'id': 667724302356258817, 'id_str': '667724302356258817', 'full_text': 'What a dog to start the day with. Very calm. Likes to chill by pond. Corkscrews sticking out of head. Obedient. 7/10 https://t.co/0nIxPTDWAZ', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667724301886480384, 'id_str': '667724301886480384', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUQ7tv3W4AA3KlI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUQ7tv3W4AA3KlI.jpg', 'url': 'https://t.co/0nIxPTDWAZ', 'display_url': 'pic.twitter.com/0nIxPTDWAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/667724302356258817/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667724301886480384, 'id_str': '667724301886480384', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUQ7tv3W4AA3KlI.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUQ7tv3W4AA3KlI.jpg', 'url': 'https://t.co/0nIxPTDWAZ', 'display_url': 'pic.twitter.com/0nIxPTDWAZ', 'expanded_url': 'https://twitter.com/dog_rates/status/667724302356258817/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 269, 'favorite_count': 424, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2260:667550904950915073
{'created_at': 'Fri Nov 20 03:51:52 +0000 2015', 'id': 667550904950915073, 'id_str': '667550904950915073', 'full_text': 'RT @dogratingrating: Exceptional talent. Original humor. Cutting edge, Nova Scotian comedian. 12/10 https://t.co/uarnTjBeVA', 'truncated': False, 'display_text_range': [0, 123], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dogratingrating', 'name': 'We Rate Dog Ratings', 'id': 4296831739, 'id_str': '4296831739', 'indices': [3, 19]}], 'urls': [], 'media': [{'id': 667548685090197504, 'id_str': '667548685090197504', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'url': 'https://t.co/uarnTjBeVA', 'display_url': 'pic.twitter.com/uarnTjBeVA', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548695664070656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 667548695664070656, 'source_status_id_str': '667548695664070656', 'source_user_id': 4296831739, 'source_user_id_str': '4296831739'}]}, 'extended_entities': {'media': [{'id': 667548685090197504, 'id_str': '667548685090197504', 'indices': [100, 123], 'media_url': 'http://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'url': 'https://t.co/uarnTjBeVA', 'display_url': 'pic.twitter.com/uarnTjBeVA', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548695664070656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 667548695664070656, 'source_status_id_str': '667548695664070656', 'source_user_id': 4296831739, 'source_user_id_str': '4296831739'}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Nov 20 03:43:06 +0000 2015', 'id': 667548695664070656, 'id_str': '667548695664070656', 'full_text': 'Exceptional talent. Original humor. Cutting edge, Nova Scotian comedian. 12/10 https://t.co/uarnTjBeVA', 'truncated': False, 'display_text_range': [0, 102], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667548685090197504, 'id_str': '667548685090197504', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'url': 'https://t.co/uarnTjBeVA', 'display_url': 'pic.twitter.com/uarnTjBeVA', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548695664070656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667548685090197504, 'id_str': '667548685090197504', 'indices': [79, 102], 'media_url': 'http://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOb_gUUkAACXdS.jpg', 'url': 'https://t.co/uarnTjBeVA', 'display_url': 'pic.twitter.com/uarnTjBeVA', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548695664070656/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4296831739, 'id_str': '4296831739', 'name': 'We Rate Dog Ratings', 'screen_name': 'dogratingrating', 'location': '', 'description': 'The account no one asked for or needed. I like to argue about dogs on the Internet.', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 185, 'friends_count': 1, 'listed_count': 1, 'created_at': 'Fri Nov 20 03:38:52 +0000 2015', 'favourites_count': 13, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 10, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/667548137100197888/sdEC3QMT_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/667548137100197888/sdEC3QMT_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4296831739/1448046308', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 29, 'favorite_count': 149, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}, 'is_quote_status': False, 'retweet_count': 29, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2261:667550882905632768
{'created_at': 'Fri Nov 20 03:51:47 +0000 2015', 'id': 667550882905632768, 'id_str': '667550882905632768', 'full_text': 'RT @dogratingrating: Unoriginal idea. Blatant plagiarism. Curious grammar. -5/10 https://t.co/r7XzeQZWzb', 'truncated': False, 'display_text_range': [0, 104], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [{'screen_name': 'dogratingrating', 'name': 'We Rate Dog Ratings', 'id': 4296831739, 'id_str': '4296831739', 'indices': [3, 19]}], 'urls': [], 'media': [{'id': 667548406944960512, 'id_str': '667548406944960512', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'url': 'https://t.co/r7XzeQZWzb', 'display_url': 'pic.twitter.com/r7XzeQZWzb', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548415174144001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 667548415174144001, 'source_status_id_str': '667548415174144001', 'source_user_id': 4296831739, 'source_user_id_str': '4296831739'}]}, 'extended_entities': {'media': [{'id': 667548406944960512, 'id_str': '667548406944960512', 'indices': [81, 104], 'media_url': 'http://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'url': 'https://t.co/r7XzeQZWzb', 'display_url': 'pic.twitter.com/r7XzeQZWzb', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548415174144001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}, 'source_status_id': 667548415174144001, 'source_status_id_str': '667548415174144001', 'source_user_id': 4296831739, 'source_user_id_str': '4296831739'}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'retweeted_status': {'created_at': 'Fri Nov 20 03:41:59 +0000 2015', 'id': 667548415174144001, 'id_str': '667548415174144001', 'full_text': 'Unoriginal idea. Blatant plagiarism. Curious grammar. -5/10 https://t.co/r7XzeQZWzb', 'truncated': False, 'display_text_range': [0, 83], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667548406944960512, 'id_str': '667548406944960512', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'url': 'https://t.co/r7XzeQZWzb', 'display_url': 'pic.twitter.com/r7XzeQZWzb', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548415174144001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667548406944960512, 'id_str': '667548406944960512', 'indices': [60, 83], 'media_url': 'http://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUObvUJVEAAnYPF.jpg', 'url': 'https://t.co/r7XzeQZWzb', 'display_url': 'pic.twitter.com/r7XzeQZWzb', 'expanded_url': 'https://twitter.com/dogratingrating/status/667548415174144001/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4296831739, 'id_str': '4296831739', 'name': 'We Rate Dog Ratings', 'screen_name': 'dogratingrating', 'location': '', 'description': 'The account no one asked for or needed. I like to argue about dogs on the Internet.', 'url': None, 'entities': {'description': {'urls': []}}, 'protected': False, 'followers_count': 185, 'friends_count': 1, 'listed_count': 1, 'created_at': 'Fri Nov 20 03:38:52 +0000 2015', 'favourites_count': 13, 'utc_offset': None, 'time_zone': None, 'geo_enabled': False, 'verified': False, 'statuses_count': 10, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': 'C0DEED', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/667548137100197888/sdEC3QMT_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/667548137100197888/sdEC3QMT_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4296831739/1448046308', 'profile_link_color': '1DA1F2', 'profile_sidebar_border_color': 'C0DEED', 'profile_sidebar_fill_color': 'DDEEF6', 'profile_text_color': '333333', 'profile_use_background_image': True, 'has_extended_profile': False, 'default_profile': True, 'default_profile_image': False, 'following': False, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 26, 'favorite_count': 149, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'ro'}, 'is_quote_status': False, 'retweet_count': 26, 'favorite_count': 0, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'ro'}
2262:667549055577362432
{'created_at': 'Fri Nov 20 03:44:31 +0000 2015', 'id': 667549055577362432, 'id_str': '667549055577362432', 'full_text': 'Never seen dog like this. Breathes heavy. Tilts head in a pattern. No bark. Shitty at fetch. Not even cordless. 1/10 https://t.co/i9iSGNn3fx', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667549055111835649, 'id_str': '667549055111835649', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUOcVCwWsAERUKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOcVCwWsAERUKY.jpg', 'url': 'https://t.co/i9iSGNn3fx', 'display_url': 'pic.twitter.com/i9iSGNn3fx', 'expanded_url': 'https://twitter.com/dog_rates/status/667549055577362432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667549055111835649, 'id_str': '667549055111835649', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUOcVCwWsAERUKY.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOcVCwWsAERUKY.jpg', 'url': 'https://t.co/i9iSGNn3fx', 'display_url': 'pic.twitter.com/i9iSGNn3fx', 'expanded_url': 'https://twitter.com/dog_rates/status/667549055577362432/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1958, 'favorite_count': 5109, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2263:667546741521195010
{'created_at': 'Fri Nov 20 03:35:20 +0000 2015', 'id': 667546741521195010, 'id_str': '667546741521195010', 'full_text': 'Here is George. George took a selfie of his new man bun and that is downright epic. (Also looks like Rand Paul) 9/10 https://t.co/afRtVsoIIb', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667546741093330944, 'id_str': '667546741093330944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUOaOWXWcAA0_Jy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOaOWXWcAA0_Jy.jpg', 'url': 'https://t.co/afRtVsoIIb', 'display_url': 'pic.twitter.com/afRtVsoIIb', 'expanded_url': 'https://twitter.com/dog_rates/status/667546741521195010/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667546741093330944, 'id_str': '667546741093330944', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUOaOWXWcAA0_Jy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOaOWXWcAA0_Jy.jpg', 'url': 'https://t.co/afRtVsoIIb', 'display_url': 'pic.twitter.com/afRtVsoIIb', 'expanded_url': 'https://twitter.com/dog_rates/status/667546741521195010/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 107, 'favorite_count': 303, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2264:667544320556335104
{'created_at': 'Fri Nov 20 03:25:43 +0000 2015', 'id': 667544320556335104, 'id_str': '667544320556335104', 'full_text': 'This is Kial. Kial is either wearing a cape, which would be rad, or flashing us, which would be rude. 10/10 or 4/10 https://t.co/8zcwIoiuqR', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667544320090710016, 'id_str': '667544320090710016', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUOYBbbWIAAXQGU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOYBbbWIAAXQGU.jpg', 'url': 'https://t.co/8zcwIoiuqR', 'display_url': 'pic.twitter.com/8zcwIoiuqR', 'expanded_url': 'https://twitter.com/dog_rates/status/667544320556335104/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 580, 'h': 772, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 580, 'h': 772, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667544320090710016, 'id_str': '667544320090710016', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUOYBbbWIAAXQGU.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOYBbbWIAAXQGU.jpg', 'url': 'https://t.co/8zcwIoiuqR', 'display_url': 'pic.twitter.com/8zcwIoiuqR', 'expanded_url': 'https://twitter.com/dog_rates/status/667544320556335104/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 580, 'h': 772, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 580, 'h': 772, 'resize': 'fit'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 459, 'favorite_count': 761, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2265:667538891197542400
{'created_at': 'Fri Nov 20 03:04:08 +0000 2015', 'id': 667538891197542400, 'id_str': '667538891197542400', 'full_text': 'This is a southwest Coriander named Klint. Hat looks expensive. Still on house arrest :(\n9/10 https://t.co/IQTOMqDUIe', 'truncated': False, 'display_text_range': [0, 117], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667538890660700160, 'id_str': '667538890660700160', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CUOTFZOW4AABsfW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOTFZOW4AABsfW.jpg', 'url': 'https://t.co/IQTOMqDUIe', 'display_url': 'pic.twitter.com/IQTOMqDUIe', 'expanded_url': 'https://twitter.com/dog_rates/status/667538891197542400/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667538890660700160, 'id_str': '667538890660700160', 'indices': [94, 117], 'media_url': 'http://pbs.twimg.com/media/CUOTFZOW4AABsfW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOTFZOW4AABsfW.jpg', 'url': 'https://t.co/IQTOMqDUIe', 'display_url': 'pic.twitter.com/IQTOMqDUIe', 'expanded_url': 'https://twitter.com/dog_rates/status/667538891197542400/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 58, 'favorite_count': 176, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2266:667534815156183040
{'created_at': 'Fri Nov 20 02:47:56 +0000 2015', 'id': 667534815156183040, 'id_str': '667534815156183040', 'full_text': 'This is Frank (pronounced "Fronq"). Too many boxing gloves, not enough passion. Frank is a lover not a fighter. 8/10 https://t.co/CpPxD28IpV', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667534814648496128, 'id_str': '667534814648496128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUOPYI5UcAAj_nO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOPYI5UcAAj_nO.jpg', 'url': 'https://t.co/CpPxD28IpV', 'display_url': 'pic.twitter.com/CpPxD28IpV', 'expanded_url': 'https://twitter.com/dog_rates/status/667534815156183040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 448, 'h': 438, 'resize': 'fit'}, 'large': {'w': 448, 'h': 438, 'resize': 'fit'}, 'medium': {'w': 448, 'h': 438, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667534814648496128, 'id_str': '667534814648496128', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUOPYI5UcAAj_nO.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOPYI5UcAAj_nO.jpg', 'url': 'https://t.co/CpPxD28IpV', 'display_url': 'pic.twitter.com/CpPxD28IpV', 'expanded_url': 'https://twitter.com/dog_rates/status/667534815156183040/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 448, 'h': 438, 'resize': 'fit'}, 'large': {'w': 448, 'h': 438, 'resize': 'fit'}, 'medium': {'w': 448, 'h': 438, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 446, 'favorite_count': 719, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2267:667530908589760512
{'created_at': 'Fri Nov 20 02:32:25 +0000 2015', 'id': 667530908589760512, 'id_str': '667530908589760512', 'full_text': "Meet Naphaniel. He doesn't necessarily enjoy his day job, but he's damn good at it. 10/10 https://t.co/xoRWyQTcmy", 'truncated': False, 'display_text_range': [0, 113], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667530907624968192, 'id_str': '667530907624968192', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CUOL0uGUkAAx7yh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOL0uGUkAAx7yh.jpg', 'url': 'https://t.co/xoRWyQTcmy', 'display_url': 'pic.twitter.com/xoRWyQTcmy', 'expanded_url': 'https://twitter.com/dog_rates/status/667530908589760512/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 625, 'h': 469, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 625, 'h': 469, 'resize': 'fit'}, 'medium': {'w': 625, 'h': 469, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667530907624968192, 'id_str': '667530907624968192', 'indices': [90, 113], 'media_url': 'http://pbs.twimg.com/media/CUOL0uGUkAAx7yh.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOL0uGUkAAx7yh.jpg', 'url': 'https://t.co/xoRWyQTcmy', 'display_url': 'pic.twitter.com/xoRWyQTcmy', 'expanded_url': 'https://twitter.com/dog_rates/status/667530908589760512/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 625, 'h': 469, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 625, 'h': 469, 'resize': 'fit'}, 'medium': {'w': 625, 'h': 469, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 206, 'favorite_count': 412, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2268:667524857454854144
{'created_at': 'Fri Nov 20 02:08:22 +0000 2015', 'id': 667524857454854144, 'id_str': '667524857454854144', 'full_text': 'Another topnotch dog. His name is Big Jumpy Rat. Massive ass feet. Superior tail. Jumps high af. 12/10 great pup https://t.co/seESNzgsdm', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667524856297218048, 'id_str': '667524856297218048', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CUOGUfJW4AA_eni.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOGUfJW4AA_eni.jpg', 'url': 'https://t.co/seESNzgsdm', 'display_url': 'pic.twitter.com/seESNzgsdm', 'expanded_url': 'https://twitter.com/dog_rates/status/667524857454854144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667524856297218048, 'id_str': '667524856297218048', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CUOGUfJW4AA_eni.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUOGUfJW4AA_eni.jpg', 'url': 'https://t.co/seESNzgsdm', 'display_url': 'pic.twitter.com/seESNzgsdm', 'expanded_url': 'https://twitter.com/dog_rates/status/667524857454854144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 968, 'favorite_count': 1507, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2269:667517642048163840
{'created_at': 'Fri Nov 20 01:39:42 +0000 2015', 'id': 667517642048163840, 'id_str': '667517642048163840', 'full_text': 'This is Dook & Milo. Dook is struggling to find who he really is and Milo is terrified of what that might be. 8/10s https://t.co/fh5KflzBR0', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667517641523761152, 'id_str': '667517641523761152', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUN_wiBUkAAakT0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN_wiBUkAAakT0.jpg', 'url': 'https://t.co/fh5KflzBR0', 'display_url': 'pic.twitter.com/fh5KflzBR0', 'expanded_url': 'https://twitter.com/dog_rates/status/667517642048163840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667517641523761152, 'id_str': '667517641523761152', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUN_wiBUkAAakT0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN_wiBUkAAakT0.jpg', 'url': 'https://t.co/fh5KflzBR0', 'display_url': 'pic.twitter.com/fh5KflzBR0', 'expanded_url': 'https://twitter.com/dog_rates/status/667517642048163840/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 166, 'favorite_count': 332, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2270:667509364010450944
{'created_at': 'Fri Nov 20 01:06:48 +0000 2015', 'id': 667509364010450944, 'id_str': '667509364010450944', 'full_text': 'This a Norwegian Pewterschmidt named Tickles. Ears for days. 12/10 I care deeply for Tickles https://t.co/0aDF62KVP7', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667509363477577728, 'id_str': '667509363477577728', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'url': 'https://t.co/0aDF62KVP7', 'display_url': 'pic.twitter.com/0aDF62KVP7', 'expanded_url': 'https://twitter.com/dog_rates/status/667509364010450944/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 471, 'h': 655, 'resize': 'fit'}, 'small': {'w': 471, 'h': 655, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 471, 'h': 655, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667509363477577728, 'id_str': '667509363477577728', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUN4Or5UAAAa5K4.jpg', 'url': 'https://t.co/0aDF62KVP7', 'display_url': 'pic.twitter.com/0aDF62KVP7', 'expanded_url': 'https://twitter.com/dog_rates/status/667509364010450944/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 471, 'h': 655, 'resize': 'fit'}, 'small': {'w': 471, 'h': 655, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 471, 'h': 655, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1867, 'favorite_count': 6065, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2271:667502640335572993
{'created_at': 'Fri Nov 20 00:40:05 +0000 2015', 'id': 667502640335572993, 'id_str': '667502640335572993', 'full_text': 'Say hello to Hall and Oates. Oates is winking and Hall is contemplating the artistic entropy of the universe. 11/10s https://t.co/n5Wtb5Hvsl', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667502639517556736, 'id_str': '667502639517556736', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUNyHTMUYAAQVch.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNyHTMUYAAQVch.jpg', 'url': 'https://t.co/n5Wtb5Hvsl', 'display_url': 'pic.twitter.com/n5Wtb5Hvsl', 'expanded_url': 'https://twitter.com/dog_rates/status/667502640335572993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667502639517556736, 'id_str': '667502639517556736', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUNyHTMUYAAQVch.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNyHTMUYAAQVch.jpg', 'url': 'https://t.co/n5Wtb5Hvsl', 'display_url': 'pic.twitter.com/n5Wtb5Hvsl', 'expanded_url': 'https://twitter.com/dog_rates/status/667502640335572993/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 194, 'favorite_count': 484, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2272:667495797102141441
{'created_at': 'Fri Nov 20 00:12:54 +0000 2015', 'id': 667495797102141441, 'id_str': '667495797102141441', 'full_text': 'This is Philippe from Soviet Russia. Commanding leader. Misplaced other boot. Hung flag himself. 9/10 charismatic af https://t.co/5NhPV8E45i', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667495796489633792, 'id_str': '667495796489633792', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUNr4-7UwAAg2lq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNr4-7UwAAg2lq.jpg', 'url': 'https://t.co/5NhPV8E45i', 'display_url': 'pic.twitter.com/5NhPV8E45i', 'expanded_url': 'https://twitter.com/dog_rates/status/667495797102141441/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 955, 'resize': 'fit'}, 'small': {'w': 680, 'h': 676, 'resize': 'fit'}, 'large': {'w': 960, 'h': 955, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667495796489633792, 'id_str': '667495796489633792', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUNr4-7UwAAg2lq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNr4-7UwAAg2lq.jpg', 'url': 'https://t.co/5NhPV8E45i', 'display_url': 'pic.twitter.com/5NhPV8E45i', 'expanded_url': 'https://twitter.com/dog_rates/status/667495797102141441/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 955, 'resize': 'fit'}, 'small': {'w': 680, 'h': 676, 'resize': 'fit'}, 'large': {'w': 960, 'h': 955, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 231, 'favorite_count': 457, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2273:667491009379606528
{'created_at': 'Thu Nov 19 23:53:52 +0000 2015', 'id': 667491009379606528, 'id_str': '667491009379606528', 'full_text': 'Two dogs in this one. Both are rare Jujitsu Pythagoreans. One slightly whiter than other. Long legs. 7/10 and 8/10 https://t.co/ITxxcc4v9y', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667491008582541313, 'id_str': '667491008582541313', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUNniSlUYAEj1Jl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNniSlUYAEj1Jl.jpg', 'url': 'https://t.co/ITxxcc4v9y', 'display_url': 'pic.twitter.com/ITxxcc4v9y', 'expanded_url': 'https://twitter.com/dog_rates/status/667491009379606528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'large': {'w': 960, 'h': 716, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 716, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667491008582541313, 'id_str': '667491008582541313', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUNniSlUYAEj1Jl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNniSlUYAEj1Jl.jpg', 'url': 'https://t.co/ITxxcc4v9y', 'display_url': 'pic.twitter.com/ITxxcc4v9y', 'expanded_url': 'https://twitter.com/dog_rates/status/667491009379606528/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 507, 'resize': 'fit'}, 'large': {'w': 960, 'h': 716, 'resize': 'fit'}, 'medium': {'w': 960, 'h': 716, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 190, 'favorite_count': 459, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2274:667470559035432960
{'created_at': 'Thu Nov 19 22:32:36 +0000 2015', 'id': 667470559035432960, 'id_str': '667470559035432960', 'full_text': 'This is a northern Wahoo named Kohl. He runs this town. Chases tumbleweeds. Draws gun wicked fast. 11/10 legendary https://t.co/J4vn2rOYFk', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667470558578216961, 'id_str': '667470558578216961', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUNU78YWEAECmpB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNU78YWEAECmpB.jpg', 'url': 'https://t.co/J4vn2rOYFk', 'display_url': 'pic.twitter.com/J4vn2rOYFk', 'expanded_url': 'https://twitter.com/dog_rates/status/667470559035432960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667470558578216961, 'id_str': '667470558578216961', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUNU78YWEAECmpB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNU78YWEAECmpB.jpg', 'url': 'https://t.co/J4vn2rOYFk', 'display_url': 'pic.twitter.com/J4vn2rOYFk', 'expanded_url': 'https://twitter.com/dog_rates/status/667470559035432960/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 85, 'favorite_count': 225, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2275:667455448082227200
{'created_at': 'Thu Nov 19 21:32:34 +0000 2015', 'id': 667455448082227200, 'id_str': '667455448082227200', 'full_text': "This is Reese and Twips. Reese protects Twips. Both think they're too good for seat belts. Simply reckless. 7/10s https://t.co/uLzRi1drVK", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667455447520047104, 'id_str': '667455447520047104', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUNHMXTU8AAS3HH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNHMXTU8AAS3HH.jpg', 'url': 'https://t.co/uLzRi1drVK', 'display_url': 'pic.twitter.com/uLzRi1drVK', 'expanded_url': 'https://twitter.com/dog_rates/status/667455448082227200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667455447520047104, 'id_str': '667455447520047104', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUNHMXTU8AAS3HH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNHMXTU8AAS3HH.jpg', 'url': 'https://t.co/uLzRi1drVK', 'display_url': 'pic.twitter.com/uLzRi1drVK', 'expanded_url': 'https://twitter.com/dog_rates/status/667455448082227200/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 720, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 720, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 53, 'favorite_count': 171, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2276:667453023279554560
{'created_at': 'Thu Nov 19 21:22:56 +0000 2015', 'id': 667453023279554560, 'id_str': '667453023279554560', 'full_text': 'Meet Cupcake. I would do unspeakable things for Cupcake. 11/10 https://t.co/6uLCWR9Efa', 'truncated': False, 'display_text_range': [0, 86], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667453022738366464, 'id_str': '667453022738366464', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CUNE_OSUwAAdHhX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNE_OSUwAAdHhX.jpg', 'url': 'https://t.co/6uLCWR9Efa', 'display_url': 'pic.twitter.com/6uLCWR9Efa', 'expanded_url': 'https://twitter.com/dog_rates/status/667453023279554560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667453022738366464, 'id_str': '667453022738366464', 'indices': [63, 86], 'media_url': 'http://pbs.twimg.com/media/CUNE_OSUwAAdHhX.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUNE_OSUwAAdHhX.jpg', 'url': 'https://t.co/6uLCWR9Efa', 'display_url': 'pic.twitter.com/6uLCWR9Efa', 'expanded_url': 'https://twitter.com/dog_rates/status/667453023279554560/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 74, 'favorite_count': 279, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2277:667443425659232256
{'created_at': 'Thu Nov 19 20:44:47 +0000 2015', 'id': 667443425659232256, 'id_str': '667443425659232256', 'full_text': 'Exotic dog here. Long neck. Weird paws. Obsessed with bread. Waddles. Flies sometimes (wow!). Very happy dog. 6/10 https://t.co/rqO4I3nf2N', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667443422270251008, 'id_str': '667443422270251008', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUM8QZwW4AAVsBl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUM8QZwW4AAVsBl.jpg', 'url': 'https://t.co/rqO4I3nf2N', 'display_url': 'pic.twitter.com/rqO4I3nf2N', 'expanded_url': 'https://twitter.com/dog_rates/status/667443425659232256/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667443422270251008, 'id_str': '667443422270251008', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUM8QZwW4AAVsBl.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUM8QZwW4AAVsBl.jpg', 'url': 'https://t.co/rqO4I3nf2N', 'display_url': 'pic.twitter.com/rqO4I3nf2N', 'expanded_url': 'https://twitter.com/dog_rates/status/667443425659232256/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 682, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 682, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 489, 'favorite_count': 682, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2278:667437278097252352
{'created_at': 'Thu Nov 19 20:20:22 +0000 2015', 'id': 667437278097252352, 'id_str': '667437278097252352', 'full_text': 'Never seen this breed before. Very pointy pup. Hurts when you cuddle. Still cute tho. 10/10 https://t.co/97HuBrVuOx', 'truncated': False, 'display_text_range': [0, 115], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667437270979485701, 'id_str': '667437270979485701', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CUM2qWaWoAUZ06L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUM2qWaWoAUZ06L.jpg', 'url': 'https://t.co/97HuBrVuOx', 'display_url': 'pic.twitter.com/97HuBrVuOx', 'expanded_url': 'https://twitter.com/dog_rates/status/667437278097252352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667437270979485701, 'id_str': '667437270979485701', 'indices': [92, 115], 'media_url': 'http://pbs.twimg.com/media/CUM2qWaWoAUZ06L.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUM2qWaWoAUZ06L.jpg', 'url': 'https://t.co/97HuBrVuOx', 'display_url': 'pic.twitter.com/97HuBrVuOx', 'expanded_url': 'https://twitter.com/dog_rates/status/667437278097252352/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 198, 'favorite_count': 396, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2279:667435689202614272
{'created_at': 'Thu Nov 19 20:14:03 +0000 2015', 'id': 667435689202614272, 'id_str': '667435689202614272', 'full_text': 'Ermergerd 12/10 https://t.co/PQni2sjPsm', 'truncated': False, 'display_text_range': [0, 39], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667435686304342017, 'id_str': '667435686304342017', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CUM1OHCW4AEgGSi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUM1OHCW4AEgGSi.jpg', 'url': 'https://t.co/PQni2sjPsm', 'display_url': 'pic.twitter.com/PQni2sjPsm', 'expanded_url': 'https://twitter.com/dog_rates/status/667435689202614272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667435686304342017, 'id_str': '667435686304342017', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CUM1OHCW4AEgGSi.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUM1OHCW4AEgGSi.jpg', 'url': 'https://t.co/PQni2sjPsm', 'display_url': 'pic.twitter.com/PQni2sjPsm', 'expanded_url': 'https://twitter.com/dog_rates/status/667435689202614272/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 76, 'favorite_count': 266, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'nl'}
2280:667405339315146752
{'created_at': 'Thu Nov 19 18:13:27 +0000 2015', 'id': 667405339315146752, 'id_str': '667405339315146752', 'full_text': 'This is Biden. Biden just tripped... 7/10 https://t.co/3Fm9PwLju1', 'truncated': False, 'display_text_range': [0, 65], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667405337926832129, 'id_str': '667405337926832129', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CUMZnmhUEAEbtis.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUMZnmhUEAEbtis.jpg', 'url': 'https://t.co/3Fm9PwLju1', 'display_url': 'pic.twitter.com/3Fm9PwLju1', 'expanded_url': 'https://twitter.com/dog_rates/status/667405339315146752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667405337926832129, 'id_str': '667405337926832129', 'indices': [42, 65], 'media_url': 'http://pbs.twimg.com/media/CUMZnmhUEAEbtis.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUMZnmhUEAEbtis.jpg', 'url': 'https://t.co/3Fm9PwLju1', 'display_url': 'pic.twitter.com/3Fm9PwLju1', 'expanded_url': 'https://twitter.com/dog_rates/status/667405339315146752/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 197, 'favorite_count': 411, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2281:667393430834667520
{'created_at': 'Thu Nov 19 17:26:08 +0000 2015', 'id': 667393430834667520, 'id_str': '667393430834667520', 'full_text': 'This is Fwed. He is a Canadian Asian Taylormade. Was having a blast until pink spiky football attacked. 8/10 https://t.co/A37eGLz5WS', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667393429954043904, 'id_str': '667393429954043904', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUMOyd3XIAAl13H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUMOyd3XIAAl13H.jpg', 'url': 'https://t.co/A37eGLz5WS', 'display_url': 'pic.twitter.com/A37eGLz5WS', 'expanded_url': 'https://twitter.com/dog_rates/status/667393430834667520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667393429954043904, 'id_str': '667393429954043904', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUMOyd3XIAAl13H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUMOyd3XIAAl13H.jpg', 'url': 'https://t.co/A37eGLz5WS', 'display_url': 'pic.twitter.com/A37eGLz5WS', 'expanded_url': 'https://twitter.com/dog_rates/status/667393430834667520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 453, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 960, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 960, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 50, 'favorite_count': 168, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2282:667369227918143488
{'created_at': 'Thu Nov 19 15:49:57 +0000 2015', 'id': 667369227918143488, 'id_str': '667369227918143488', 'full_text': 'Here we have a neat pup. Very white. Cool shades. Upcoming cruise? Great dog 10/10 https://t.co/LEaviT37v1', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667369220322136065, 'id_str': '667369220322136065', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CUL4xR9UkAEdlJ6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUL4xR9UkAEdlJ6.jpg', 'url': 'https://t.co/LEaviT37v1', 'display_url': 'pic.twitter.com/LEaviT37v1', 'expanded_url': 'https://twitter.com/dog_rates/status/667369227918143488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667369220322136065, 'id_str': '667369220322136065', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CUL4xR9UkAEdlJ6.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUL4xR9UkAEdlJ6.jpg', 'url': 'https://t.co/LEaviT37v1', 'display_url': 'pic.twitter.com/LEaviT37v1', 'expanded_url': 'https://twitter.com/dog_rates/status/667369227918143488/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 145, 'favorite_count': 328, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2283:667211855547486208
{'created_at': 'Thu Nov 19 05:24:37 +0000 2015', 'id': 667211855547486208, 'id_str': '667211855547486208', 'full_text': 'This is Genevieve. She is a golden retriever cocktail mix. Comfortable close to wall. Shows no emotions. 9/10 https://t.co/azEoGqVonH', 'truncated': False, 'display_text_range': [0, 133], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667211850623393792, 'id_str': '667211850623393792', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUJppKJWoAA75NP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJppKJWoAA75NP.jpg', 'url': 'https://t.co/azEoGqVonH', 'display_url': 'pic.twitter.com/azEoGqVonH', 'expanded_url': 'https://twitter.com/dog_rates/status/667211855547486208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667211850623393792, 'id_str': '667211850623393792', 'indices': [110, 133], 'media_url': 'http://pbs.twimg.com/media/CUJppKJWoAA75NP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJppKJWoAA75NP.jpg', 'url': 'https://t.co/azEoGqVonH', 'display_url': 'pic.twitter.com/azEoGqVonH', 'expanded_url': 'https://twitter.com/dog_rates/status/667211855547486208/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 210, 'favorite_count': 425, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2284:667200525029539841
{'created_at': 'Thu Nov 19 04:39:35 +0000 2015', 'id': 667200525029539841, 'id_str': '667200525029539841', 'full_text': "This is Joshwa. He is a fuckboy supreme. He clearly relies on owner but doesn't respect them. Dreamy eyes tho 11/10 https://t.co/60xYFRATPZ", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667200512471801856, 'id_str': '667200512471801856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUJfVMPXIAAgbue.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJfVMPXIAAgbue.jpg', 'url': 'https://t.co/60xYFRATPZ', 'display_url': 'pic.twitter.com/60xYFRATPZ', 'expanded_url': 'https://twitter.com/dog_rates/status/667200525029539841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667200512471801856, 'id_str': '667200512471801856', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUJfVMPXIAAgbue.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJfVMPXIAAgbue.jpg', 'url': 'https://t.co/60xYFRATPZ', 'display_url': 'pic.twitter.com/60xYFRATPZ', 'expanded_url': 'https://twitter.com/dog_rates/status/667200525029539841/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 228, 'favorite_count': 544, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2285:667192066997374976
{'created_at': 'Thu Nov 19 04:05:59 +0000 2015', 'id': 667192066997374976, 'id_str': '667192066997374976', 'full_text': '*takes several long deep breaths* omg omg oMG OMG OMG OMGSJYBSNDUYWJO 12/10 https://t.co/QCugm5ydl6', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667192061259620352, 'id_str': '667192061259620352', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CUJXpRBXIAAN0yz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJXpRBXIAAN0yz.jpg', 'url': 'https://t.co/QCugm5ydl6', 'display_url': 'pic.twitter.com/QCugm5ydl6', 'expanded_url': 'https://twitter.com/dog_rates/status/667192066997374976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 757, 'h': 1007, 'resize': 'fit'}, 'large': {'w': 757, 'h': 1007, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667192061259620352, 'id_str': '667192061259620352', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CUJXpRBXIAAN0yz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJXpRBXIAAN0yz.jpg', 'url': 'https://t.co/QCugm5ydl6', 'display_url': 'pic.twitter.com/QCugm5ydl6', 'expanded_url': 'https://twitter.com/dog_rates/status/667192066997374976/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 511, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 757, 'h': 1007, 'resize': 'fit'}, 'large': {'w': 757, 'h': 1007, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 86, 'favorite_count': 331, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'et'}
2286:667188689915760640
{'created_at': 'Thu Nov 19 03:52:34 +0000 2015', 'id': 667188689915760640, 'id_str': '667188689915760640', 'full_text': 'Quite an advanced dog here. Impressively dressed for canine. Has weapon. About to take out trash. 10/10 good dog https://t.co/8uCMwS9CbV', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667188686895861760, 'id_str': '667188686895861760', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CUJUk2iWUAAVtOv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJUk2iWUAAVtOv.jpg', 'url': 'https://t.co/8uCMwS9CbV', 'display_url': 'pic.twitter.com/8uCMwS9CbV', 'expanded_url': 'https://twitter.com/dog_rates/status/667188689915760640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 449, 'h': 629, 'resize': 'fit'}, 'large': {'w': 449, 'h': 629, 'resize': 'fit'}, 'small': {'w': 449, 'h': 629, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667188686895861760, 'id_str': '667188686895861760', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CUJUk2iWUAAVtOv.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJUk2iWUAAVtOv.jpg', 'url': 'https://t.co/8uCMwS9CbV', 'display_url': 'pic.twitter.com/8uCMwS9CbV', 'expanded_url': 'https://twitter.com/dog_rates/status/667188689915760640/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 449, 'h': 629, 'resize': 'fit'}, 'large': {'w': 449, 'h': 629, 'resize': 'fit'}, 'small': {'w': 449, 'h': 629, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 331, 'favorite_count': 642, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2287:667182792070062081
{'created_at': 'Thu Nov 19 03:29:07 +0000 2015', 'id': 667182792070062081, 'id_str': '667182792070062081', 'full_text': "This is Timison. He just told an awful joke but is still hanging on to the hope that you'll laugh with him. 10/10 https://t.co/s2yYuHabWl", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667182789016596480, 'id_str': '667182789016596480', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'url': 'https://t.co/s2yYuHabWl', 'display_url': 'pic.twitter.com/s2yYuHabWl', 'expanded_url': 'https://twitter.com/dog_rates/status/667182792070062081/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 640, 'resize': 'fit'}, 'large': {'w': 578, 'h': 640, 'resize': 'fit'}, 'small': {'w': 578, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667182789016596480, 'id_str': '667182789016596480', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJPNjOWsAAZRqP.jpg', 'url': 'https://t.co/s2yYuHabWl', 'display_url': 'pic.twitter.com/s2yYuHabWl', 'expanded_url': 'https://twitter.com/dog_rates/status/667182792070062081/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 640, 'resize': 'fit'}, 'large': {'w': 578, 'h': 640, 'resize': 'fit'}, 'small': {'w': 578, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5276, 'favorite_count': 12547, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2288:667177989038297088
{'created_at': 'Thu Nov 19 03:10:02 +0000 2015', 'id': 667177989038297088, 'id_str': '667177989038297088', 'full_text': "This is a Dasani Kingfisher from Maine. His name is Daryl. Daryl doesn't like being swallowed by a panda. 8/10 https://t.co/jpaeu6LNmW", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667177985389236225, 'id_str': '667177985389236225', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUJK18UWEAEg7AR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJK18UWEAEg7AR.jpg', 'url': 'https://t.co/jpaeu6LNmW', 'display_url': 'pic.twitter.com/jpaeu6LNmW', 'expanded_url': 'https://twitter.com/dog_rates/status/667177989038297088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667177985389236225, 'id_str': '667177985389236225', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CUJK18UWEAEg7AR.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJK18UWEAEg7AR.jpg', 'url': 'https://t.co/jpaeu6LNmW', 'display_url': 'pic.twitter.com/jpaeu6LNmW', 'expanded_url': 'https://twitter.com/dog_rates/status/667177989038297088/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 48, 'favorite_count': 166, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2289:667176164155375616
{'created_at': 'Thu Nov 19 03:02:47 +0000 2015', 'id': 667176164155375616, 'id_str': '667176164155375616', 'full_text': 'These are strange dogs. All have toupees. Long neck for dogs. In a shed of sorts? Work in groups? 4/10 still petable https://t.co/PZxSarAfSN', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667176160305000449, 'id_str': '667176160305000449', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUJJLtWWsAE-go5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJJLtWWsAE-go5.jpg', 'url': 'https://t.co/PZxSarAfSN', 'display_url': 'pic.twitter.com/PZxSarAfSN', 'expanded_url': 'https://twitter.com/dog_rates/status/667176164155375616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667176160305000449, 'id_str': '667176160305000449', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUJJLtWWsAE-go5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJJLtWWsAE-go5.jpg', 'url': 'https://t.co/PZxSarAfSN', 'display_url': 'pic.twitter.com/PZxSarAfSN', 'expanded_url': 'https://twitter.com/dog_rates/status/667176164155375616/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 388, 'favorite_count': 527, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2290:667174963120574464
{'created_at': 'Thu Nov 19 02:58:01 +0000 2015', 'id': 667174963120574464, 'id_str': '667174963120574464', 'full_text': "This is Clarence. His face says he doesn't want to be a donkey, but his tail is super pumped about it. 9/10 https://t.co/fGDWgukcBs", 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667174956317454336, 'id_str': '667174956317454336', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUJIFoJWsAAL3Dc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJIFoJWsAAL3Dc.jpg', 'url': 'https://t.co/fGDWgukcBs', 'display_url': 'pic.twitter.com/fGDWgukcBs', 'expanded_url': 'https://twitter.com/dog_rates/status/667174963120574464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667174956317454336, 'id_str': '667174956317454336', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUJIFoJWsAAL3Dc.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJIFoJWsAAL3Dc.jpg', 'url': 'https://t.co/fGDWgukcBs', 'display_url': 'pic.twitter.com/fGDWgukcBs', 'expanded_url': 'https://twitter.com/dog_rates/status/667174963120574464/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 70, 'favorite_count': 218, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2291:667171260800061440
{'created_at': 'Thu Nov 19 02:43:18 +0000 2015', 'id': 667171260800061440, 'id_str': '667171260800061440', 'full_text': "Say hello to Kenneth. He likes Reese's Puffs. 10/10 https://t.co/6RHNRsByOY", 'truncated': False, 'display_text_range': [0, 75], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667171256467398656, 'id_str': '667171256467398656', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CUJEuRIXIAAPDLt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJEuRIXIAAPDLt.jpg', 'url': 'https://t.co/6RHNRsByOY', 'display_url': 'pic.twitter.com/6RHNRsByOY', 'expanded_url': 'https://twitter.com/dog_rates/status/667171260800061440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667171256467398656, 'id_str': '667171256467398656', 'indices': [52, 75], 'media_url': 'http://pbs.twimg.com/media/CUJEuRIXIAAPDLt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUJEuRIXIAAPDLt.jpg', 'url': 'https://t.co/6RHNRsByOY', 'display_url': 'pic.twitter.com/6RHNRsByOY', 'expanded_url': 'https://twitter.com/dog_rates/status/667171260800061440/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 72, 'favorite_count': 186, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2292:667165590075940865
{'created_at': 'Thu Nov 19 02:20:46 +0000 2015', 'id': 667165590075940865, 'id_str': '667165590075940865', 'full_text': 'This is Churlie. AKA Fetty Woof. Lost eye saving a school bus full of toddlers from a tsunami. Great guy. 10/10 https://t.co/li2XYBVuAY', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667165584396824576, 'id_str': '667165584396824576', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUI_kHBWsAAAef5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUI_kHBWsAAAef5.jpg', 'url': 'https://t.co/li2XYBVuAY', 'display_url': 'pic.twitter.com/li2XYBVuAY', 'expanded_url': 'https://twitter.com/dog_rates/status/667165590075940865/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667165584396824576, 'id_str': '667165584396824576', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUI_kHBWsAAAef5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUI_kHBWsAAAef5.jpg', 'url': 'https://t.co/li2XYBVuAY', 'display_url': 'pic.twitter.com/li2XYBVuAY', 'expanded_url': 'https://twitter.com/dog_rates/status/667165590075940865/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 972, 'favorite_count': 2380, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2293:667160273090932737
{'created_at': 'Thu Nov 19 01:59:39 +0000 2015', 'id': 667160273090932737, 'id_str': '667160273090932737', 'full_text': 'This is Bradlay. He is a Ronaldinho Matsuyama mix. Can also mountain bike (wow). Loves that blue light lime. 11/10 https://t.co/DKhgkMx4N1', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667160269211230208, 'id_str': '667160269211230208', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUI6uuaW4AAvCIs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUI6uuaW4AAvCIs.jpg', 'url': 'https://t.co/DKhgkMx4N1', 'display_url': 'pic.twitter.com/DKhgkMx4N1', 'expanded_url': 'https://twitter.com/dog_rates/status/667160273090932737/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667160269211230208, 'id_str': '667160269211230208', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUI6uuaW4AAvCIs.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUI6uuaW4AAvCIs.jpg', 'url': 'https://t.co/DKhgkMx4N1', 'display_url': 'pic.twitter.com/DKhgkMx4N1', 'expanded_url': 'https://twitter.com/dog_rates/status/667160273090932737/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 50, 'favorite_count': 219, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2294:667152164079423490
{'created_at': 'Thu Nov 19 01:27:25 +0000 2015', 'id': 667152164079423490, 'id_str': '667152164079423490', 'full_text': 'This is Pipsy. He is a fluffball. Enjoys traveling the sea & getting tangled in leash. 12/10 I would kill for Pipsy https://t.co/h9R0EwKd9X', 'truncated': False, 'display_text_range': [0, 143], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667152157783670784, 'id_str': '667152157783670784', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'url': 'https://t.co/h9R0EwKd9X', 'display_url': 'pic.twitter.com/h9R0EwKd9X', 'expanded_url': 'https://twitter.com/dog_rates/status/667152164079423490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 741, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 741, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667152157783670784, 'id_str': '667152157783670784', 'indices': [120, 143], 'media_url': 'http://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg', 'url': 'https://t.co/h9R0EwKd9X', 'display_url': 'pic.twitter.com/h9R0EwKd9X', 'expanded_url': 'https://twitter.com/dog_rates/status/667152164079423490/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 492, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 741, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 741, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 14617, 'favorite_count': 42296, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2295:667138269671505920
{'created_at': 'Thu Nov 19 00:32:12 +0000 2015', 'id': 667138269671505920, 'id_str': '667138269671505920', 'full_text': 'Extremely intelligent dog here. Has learned to walk like human. Even has his own dog. Very impressive 10/10 https://t.co/0DvHAMdA4V', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667138263048585216, 'id_str': '667138263048585216', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'url': 'https://t.co/0DvHAMdA4V', 'display_url': 'pic.twitter.com/0DvHAMdA4V', 'expanded_url': 'https://twitter.com/dog_rates/status/667138269671505920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 862, 'resize': 'fit'}, 'small': {'w': 680, 'h': 572, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 862, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667138263048585216, 'id_str': '667138263048585216', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUImtzEVAAAZNJo.jpg', 'url': 'https://t.co/0DvHAMdA4V', 'display_url': 'pic.twitter.com/0DvHAMdA4V', 'expanded_url': 'https://twitter.com/dog_rates/status/667138269671505920/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 862, 'resize': 'fit'}, 'small': {'w': 680, 'h': 572, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 862, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 1874, 'favorite_count': 4013, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2296:667119796878725120
{'created_at': 'Wed Nov 18 23:18:48 +0000 2015', 'id': 667119796878725120, 'id_str': '667119796878725120', 'full_text': 'This is Gabe. He is a southern Baklava. Gabe has always wanted to fit in with the other bananas. 10/10 fabulous https://t.co/3LZrJzg3BJ', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667119782572007424, 'id_str': '667119782572007424', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUIV6F7XIAA1tAM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUIV6F7XIAA1tAM.jpg', 'url': 'https://t.co/3LZrJzg3BJ', 'display_url': 'pic.twitter.com/3LZrJzg3BJ', 'expanded_url': 'https://twitter.com/dog_rates/status/667119796878725120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 503, 'resize': 'fit'}, 'large': {'w': 920, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 920, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667119782572007424, 'id_str': '667119782572007424', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUIV6F7XIAA1tAM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUIV6F7XIAA1tAM.jpg', 'url': 'https://t.co/3LZrJzg3BJ', 'display_url': 'pic.twitter.com/3LZrJzg3BJ', 'expanded_url': 'https://twitter.com/dog_rates/status/667119796878725120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 503, 'resize': 'fit'}, 'large': {'w': 920, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 920, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 106, 'favorite_count': 286, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2297:667090893657276420
{'created_at': 'Wed Nov 18 21:23:57 +0000 2015', 'id': 667090893657276420, 'id_str': '667090893657276420', 'full_text': 'This is Clybe. He is an Anemone Valdez. One ear works. Can look in 2 different directions at once. Tongue slip. 7/10 https://t.co/Ks0jZtdIrr', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667090887587966977, 'id_str': '667090887587966977', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUH7oLuUsAELWib.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUH7oLuUsAELWib.jpg', 'url': 'https://t.co/Ks0jZtdIrr', 'display_url': 'pic.twitter.com/Ks0jZtdIrr', 'expanded_url': 'https://twitter.com/dog_rates/status/667090893657276420/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667090887587966977, 'id_str': '667090887587966977', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUH7oLuUsAELWib.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUH7oLuUsAELWib.jpg', 'url': 'https://t.co/Ks0jZtdIrr', 'display_url': 'pic.twitter.com/Ks0jZtdIrr', 'expanded_url': 'https://twitter.com/dog_rates/status/667090893657276420/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 106, 'favorite_count': 287, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2298:667073648344346624
{'created_at': 'Wed Nov 18 20:15:26 +0000 2015', 'id': 667073648344346624, 'id_str': '667073648344346624', 'full_text': 'Here is Dave. He is actually just a skinny legged seal. Happy birthday Dave. 10/10 https://t.co/DPSamreuRq', 'truncated': False, 'display_text_range': [0, 106], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667073641872494593, 'id_str': '667073641872494593', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CUHr8WbWEAEBPgf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHr8WbWEAEBPgf.jpg', 'url': 'https://t.co/DPSamreuRq', 'display_url': 'pic.twitter.com/DPSamreuRq', 'expanded_url': 'https://twitter.com/dog_rates/status/667073648344346624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 573, 'h': 767, 'resize': 'fit'}, 'medium': {'w': 573, 'h': 767, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667073641872494593, 'id_str': '667073641872494593', 'indices': [83, 106], 'media_url': 'http://pbs.twimg.com/media/CUHr8WbWEAEBPgf.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHr8WbWEAEBPgf.jpg', 'url': 'https://t.co/DPSamreuRq', 'display_url': 'pic.twitter.com/DPSamreuRq', 'expanded_url': 'https://twitter.com/dog_rates/status/667073648344346624/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'large': {'w': 573, 'h': 767, 'resize': 'fit'}, 'medium': {'w': 573, 'h': 767, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 104, 'favorite_count': 351, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2299:667070482143944705
{'created_at': 'Wed Nov 18 20:02:51 +0000 2015', 'id': 667070482143944705, 'id_str': '667070482143944705', 'full_text': 'After much debate this dog is being upgraded to 10/10. I repeat 10/10', 'truncated': False, 'display_text_range': [0, 69], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': []}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': 667065535570550784, 'in_reply_to_status_id_str': '667065535570550784', 'in_reply_to_user_id': 4196983835, 'in_reply_to_user_id_str': '4196983835', 'in_reply_to_screen_name': 'dog_rates', 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 13, 'favorite_count': 72, 'favorited': False, 'retweeted': False, 'lang': 'en'}
2300:667065535570550784
{'created_at': 'Wed Nov 18 19:43:11 +0000 2015', 'id': 667065535570550784, 'id_str': '667065535570550784', 'full_text': 'Here we have a Hufflepuff. Loves vest. Eyes wide af. Flaccid tail. Matches carpet. Always a little blurry. 8/10 https://t.co/7JdgVqDnvR', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667065529543368704, 'id_str': '667065529543368704', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUHkkJpXIAA2w3n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHkkJpXIAA2w3n.jpg', 'url': 'https://t.co/7JdgVqDnvR', 'display_url': 'pic.twitter.com/7JdgVqDnvR', 'expanded_url': 'https://twitter.com/dog_rates/status/667065535570550784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 616, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'large': {'w': 616, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667065529543368704, 'id_str': '667065529543368704', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUHkkJpXIAA2w3n.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHkkJpXIAA2w3n.jpg', 'url': 'https://t.co/7JdgVqDnvR', 'display_url': 'pic.twitter.com/7JdgVqDnvR', 'expanded_url': 'https://twitter.com/dog_rates/status/667065535570550784/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 616, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 409, 'h': 680, 'resize': 'fit'}, 'large': {'w': 616, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 40, 'favorite_count': 143, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2301:667062181243039745
{'created_at': 'Wed Nov 18 19:29:52 +0000 2015', 'id': 667062181243039745, 'id_str': '667062181243039745', 'full_text': 'This is Keet. He is a Floridian Amukamara. Absolutely epic propeller hat. Pristine tongue. Nice plaid. 10/10 https://t.co/tz1lpuvXLA', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667062172346744832, 'id_str': '667062172346744832', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUHhgvHUAAA4aB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHhgvHUAAA4aB0.jpg', 'url': 'https://t.co/tz1lpuvXLA', 'display_url': 'pic.twitter.com/tz1lpuvXLA', 'expanded_url': 'https://twitter.com/dog_rates/status/667062181243039745/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667062172346744832, 'id_str': '667062172346744832', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CUHhgvHUAAA4aB0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHhgvHUAAA4aB0.jpg', 'url': 'https://t.co/tz1lpuvXLA', 'display_url': 'pic.twitter.com/tz1lpuvXLA', 'expanded_url': 'https://twitter.com/dog_rates/status/667062181243039745/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 45, 'favorite_count': 192, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2302:667044094246576128
{'created_at': 'Wed Nov 18 18:17:59 +0000 2015', 'id': 667044094246576128, 'id_str': '667044094246576128', 'full_text': '12/10 gimme now https://t.co/QZAnwgnOMB', 'truncated': False, 'display_text_range': [0, 39], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667044086843637761, 'id_str': '667044086843637761', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CUHREBXXAAE6A9b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHREBXXAAE6A9b.jpg', 'url': 'https://t.co/QZAnwgnOMB', 'display_url': 'pic.twitter.com/QZAnwgnOMB', 'expanded_url': 'https://twitter.com/dog_rates/status/667044094246576128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667044086843637761, 'id_str': '667044086843637761', 'indices': [16, 39], 'media_url': 'http://pbs.twimg.com/media/CUHREBXXAAE6A9b.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUHREBXXAAE6A9b.jpg', 'url': 'https://t.co/QZAnwgnOMB', 'display_url': 'pic.twitter.com/QZAnwgnOMB', 'expanded_url': 'https://twitter.com/dog_rates/status/667044094246576128/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 43, 'favorite_count': 163, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2303:667012601033924608
{'created_at': 'Wed Nov 18 16:12:51 +0000 2015', 'id': 667012601033924608, 'id_str': '667012601033924608', 'full_text': 'This is Klevin. He laughs a lot. Very cool dog. 9/10 https://t.co/bATAbPNv0m', 'truncated': False, 'display_text_range': [0, 76], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 667012596533358592, 'id_str': '667012596533358592', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CUG0bC0U8AAw2su.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUG0bC0U8AAw2su.jpg', 'url': 'https://t.co/bATAbPNv0m', 'display_url': 'pic.twitter.com/bATAbPNv0m', 'expanded_url': 'https://twitter.com/dog_rates/status/667012601033924608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 400, 'h': 285, 'resize': 'fit'}, 'small': {'w': 400, 'h': 285, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 285, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 667012596533358592, 'id_str': '667012596533358592', 'indices': [53, 76], 'media_url': 'http://pbs.twimg.com/media/CUG0bC0U8AAw2su.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUG0bC0U8AAw2su.jpg', 'url': 'https://t.co/bATAbPNv0m', 'display_url': 'pic.twitter.com/bATAbPNv0m', 'expanded_url': 'https://twitter.com/dog_rates/status/667012601033924608/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 400, 'h': 285, 'resize': 'fit'}, 'small': {'w': 400, 'h': 285, 'resize': 'fit'}, 'medium': {'w': 400, 'h': 285, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 187, 'favorite_count': 394, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2304:666996132027977728
{'created_at': 'Wed Nov 18 15:07:24 +0000 2015', 'id': 666996132027977728, 'id_str': '666996132027977728', 'full_text': 'This is Carll. He wants to be a donkey. But also a soccer star. Dreams big. 10/10 https://t.co/SVpNbhaIMk', 'truncated': False, 'display_text_range': [0, 105], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666996118815817730, 'id_str': '666996118815817730', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CUGlb6iUwAITEbW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUGlb6iUwAITEbW.jpg', 'url': 'https://t.co/SVpNbhaIMk', 'display_url': 'pic.twitter.com/SVpNbhaIMk', 'expanded_url': 'https://twitter.com/dog_rates/status/666996132027977728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 979, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 979, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666996118815817730, 'id_str': '666996118815817730', 'indices': [82, 105], 'media_url': 'http://pbs.twimg.com/media/CUGlb6iUwAITEbW.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUGlb6iUwAITEbW.jpg', 'url': 'https://t.co/SVpNbhaIMk', 'display_url': 'pic.twitter.com/SVpNbhaIMk', 'expanded_url': 'https://twitter.com/dog_rates/status/666996132027977728/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 750, 'h': 979, 'resize': 'fit'}, 'medium': {'w': 750, 'h': 979, 'resize': 'fit'}, 'small': {'w': 521, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 79, 'favorite_count': 214, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2305:666983947667116034
{'created_at': 'Wed Nov 18 14:18:59 +0000 2015', 'id': 666983947667116034, 'id_str': '666983947667116034', 'full_text': 'This is a curly Ticonderoga named Pepe. No feet. Loves to jet ski. 11/10 would hug until forever https://t.co/cyDfaK8NBc', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666983940700430342, 'id_str': '666983940700430342', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CUGaXDhW4AY9JUH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUGaXDhW4AY9JUH.jpg', 'url': 'https://t.co/cyDfaK8NBc', 'display_url': 'pic.twitter.com/cyDfaK8NBc', 'expanded_url': 'https://twitter.com/dog_rates/status/666983947667116034/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666983940700430342, 'id_str': '666983940700430342', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CUGaXDhW4AY9JUH.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUGaXDhW4AY9JUH.jpg', 'url': 'https://t.co/cyDfaK8NBc', 'display_url': 'pic.twitter.com/cyDfaK8NBc', 'expanded_url': 'https://twitter.com/dog_rates/status/666983947667116034/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 576, 'resize': 'fit'}, 'small': {'w': 680, 'h': 383, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 847, 'favorite_count': 2250, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2306:666837028449972224
{'created_at': 'Wed Nov 18 04:35:11 +0000 2015', 'id': 666837028449972224, 'id_str': '666837028449972224', 'full_text': "My goodness. Very rare dog here. Large. Tail dangerous. Kinda fat. Only eats leaves. Doesn't come when called 3/10 https://t.co/xYGdBrMS9h", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666837024717058048, 'id_str': '666837024717058048', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUEUva1WsAA2jPb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUEUva1WsAA2jPb.jpg', 'url': 'https://t.co/xYGdBrMS9h', 'display_url': 'pic.twitter.com/xYGdBrMS9h', 'expanded_url': 'https://twitter.com/dog_rates/status/666837028449972224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 460, 'h': 287, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 460, 'h': 287, 'resize': 'fit'}, 'medium': {'w': 460, 'h': 287, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666837024717058048, 'id_str': '666837024717058048', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUEUva1WsAA2jPb.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUEUva1WsAA2jPb.jpg', 'url': 'https://t.co/xYGdBrMS9h', 'display_url': 'pic.twitter.com/xYGdBrMS9h', 'expanded_url': 'https://twitter.com/dog_rates/status/666837028449972224/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 460, 'h': 287, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 460, 'h': 287, 'resize': 'fit'}, 'medium': {'w': 460, 'h': 287, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 473, 'favorite_count': 703, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2307:666835007768551424
{'created_at': 'Wed Nov 18 04:27:09 +0000 2015', 'id': 666835007768551424, 'id_str': '666835007768551424', 'full_text': 'These are Peruvian Feldspars. Their names are Cupit and Prencer. Both resemble Rand Paul. Sick outfits 10/10 & 10/10 https://t.co/ZnEMHBsAs1', 'truncated': False, 'display_text_range': [0, 144], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666835004639617025, 'id_str': '666835004639617025', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUES51dXIAEahyG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUES51dXIAEahyG.jpg', 'url': 'https://t.co/ZnEMHBsAs1', 'display_url': 'pic.twitter.com/ZnEMHBsAs1', 'expanded_url': 'https://twitter.com/dog_rates/status/666835007768551424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666835004639617025, 'id_str': '666835004639617025', 'indices': [121, 144], 'media_url': 'http://pbs.twimg.com/media/CUES51dXIAEahyG.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUES51dXIAEahyG.jpg', 'url': 'https://t.co/ZnEMHBsAs1', 'display_url': 'pic.twitter.com/ZnEMHBsAs1', 'expanded_url': 'https://twitter.com/dog_rates/status/666835007768551424/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 66, 'favorite_count': 185, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2308:666826780179869698
{'created_at': 'Wed Nov 18 03:54:28 +0000 2015', 'id': 666826780179869698, 'id_str': '666826780179869698', 'full_text': '12/10 simply brilliant pup https://t.co/V6ZzG45zzG', 'truncated': False, 'display_text_range': [0, 50], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666826775146565632, 'id_str': '666826775146565632', 'indices': [27, 50], 'media_url': 'http://pbs.twimg.com/media/CUELa0NUkAAscGC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUELa0NUkAAscGC.jpg', 'url': 'https://t.co/V6ZzG45zzG', 'display_url': 'pic.twitter.com/V6ZzG45zzG', 'expanded_url': 'https://twitter.com/dog_rates/status/666826780179869698/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 525, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 525, 'resize': 'fit'}, 'small': {'w': 500, 'h': 525, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666826775146565632, 'id_str': '666826775146565632', 'indices': [27, 50], 'media_url': 'http://pbs.twimg.com/media/CUELa0NUkAAscGC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUELa0NUkAAscGC.jpg', 'url': 'https://t.co/V6ZzG45zzG', 'display_url': 'pic.twitter.com/V6ZzG45zzG', 'expanded_url': 'https://twitter.com/dog_rates/status/666826780179869698/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 500, 'h': 525, 'resize': 'fit'}, 'medium': {'w': 500, 'h': 525, 'resize': 'fit'}, 'small': {'w': 500, 'h': 525, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 79, 'favorite_count': 220, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2309:666817836334096384
{'created_at': 'Wed Nov 18 03:18:55 +0000 2015', 'id': 666817836334096384, 'id_str': '666817836334096384', 'full_text': 'This is Jeph. He is a German Boston Shuttlecock. Enjoys couch. Lost body during French Revolution. True hero 9/10 https://t.co/8whlkYw3mO', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666817830839521280, 'id_str': '666817830839521280', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUEDSMEWEAAuXVZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUEDSMEWEAAuXVZ.jpg', 'url': 'https://t.co/8whlkYw3mO', 'display_url': 'pic.twitter.com/8whlkYw3mO', 'expanded_url': 'https://twitter.com/dog_rates/status/666817836334096384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666817830839521280, 'id_str': '666817830839521280', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CUEDSMEWEAAuXVZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUEDSMEWEAAuXVZ.jpg', 'url': 'https://t.co/8whlkYw3mO', 'display_url': 'pic.twitter.com/8whlkYw3mO', 'expanded_url': 'https://twitter.com/dog_rates/status/666817836334096384/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 212, 'favorite_count': 444, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2310:666804364988780544
{'created_at': 'Wed Nov 18 02:25:23 +0000 2015', 'id': 666804364988780544, 'id_str': '666804364988780544', 'full_text': 'This is Jockson. He is a Pinnacle Sagittarius. Fancy bandana. Enjoys lightly sucking on hot dog in nature. 8/10 https://t.co/RdKbAOEpDK', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666804340162732032, 'id_str': '666804340162732032', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUD3A7YWoAA82N0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUD3A7YWoAA82N0.jpg', 'url': 'https://t.co/RdKbAOEpDK', 'display_url': 'pic.twitter.com/RdKbAOEpDK', 'expanded_url': 'https://twitter.com/dog_rates/status/666804364988780544/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666804340162732032, 'id_str': '666804340162732032', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CUD3A7YWoAA82N0.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUD3A7YWoAA82N0.jpg', 'url': 'https://t.co/RdKbAOEpDK', 'display_url': 'pic.twitter.com/RdKbAOEpDK', 'expanded_url': 'https://twitter.com/dog_rates/status/666804364988780544/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 79, 'favorite_count': 206, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2311:666786068205871104
{'created_at': 'Wed Nov 18 01:12:41 +0000 2015', 'id': 666786068205871104, 'id_str': '666786068205871104', 'full_text': "Unfamiliar with this breed. Ears pointy af. Won't let go of seashell. Won't eat kibble. Not very fast. Bad dog 2/10 https://t.co/EIn5kElY1S", 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666786064321900544, 'id_str': '666786064321900544', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUDmZIkWcAAIPPe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUDmZIkWcAAIPPe.jpg', 'url': 'https://t.co/EIn5kElY1S', 'display_url': 'pic.twitter.com/EIn5kElY1S', 'expanded_url': 'https://twitter.com/dog_rates/status/666786068205871104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 620, 'h': 387, 'resize': 'fit'}, 'large': {'w': 620, 'h': 387, 'resize': 'fit'}, 'medium': {'w': 620, 'h': 387, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666786064321900544, 'id_str': '666786064321900544', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUDmZIkWcAAIPPe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUDmZIkWcAAIPPe.jpg', 'url': 'https://t.co/EIn5kElY1S', 'display_url': 'pic.twitter.com/EIn5kElY1S', 'expanded_url': 'https://twitter.com/dog_rates/status/666786068205871104/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 620, 'h': 387, 'resize': 'fit'}, 'large': {'w': 620, 'h': 387, 'resize': 'fit'}, 'medium': {'w': 620, 'h': 387, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 410, 'favorite_count': 658, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2312:666781792255496192
{'created_at': 'Wed Nov 18 00:55:42 +0000 2015', 'id': 666781792255496192, 'id_str': '666781792255496192', 'full_text': 'This is a purebred Bacardi named Octaviath. Can shoot spaghetti out of mouth. 10/10 https://t.co/uEvsGLOFHa', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666781788895911936, 'id_str': '666781788895911936', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CUDigRXXIAATI_H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUDigRXXIAATI_H.jpg', 'url': 'https://t.co/uEvsGLOFHa', 'display_url': 'pic.twitter.com/uEvsGLOFHa', 'expanded_url': 'https://twitter.com/dog_rates/status/666781792255496192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666781788895911936, 'id_str': '666781788895911936', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CUDigRXXIAATI_H.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUDigRXXIAATI_H.jpg', 'url': 'https://t.co/uEvsGLOFHa', 'display_url': 'pic.twitter.com/uEvsGLOFHa', 'expanded_url': 'https://twitter.com/dog_rates/status/666781792255496192/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 168, 'favorite_count': 326, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2313:666776908487630848
{'created_at': 'Wed Nov 18 00:36:17 +0000 2015', 'id': 666776908487630848, 'id_str': '666776908487630848', 'full_text': 'This is Josep. He is a Rye Manganese mix. Can drive w eyes closed. Very irresponsible. Menace on the roadways. 5/10 https://t.co/XNGeDwrtYH', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666776898802835456, 'id_str': '666776898802835456', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUDeDoWUYAAD-EM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUDeDoWUYAAD-EM.jpg', 'url': 'https://t.co/XNGeDwrtYH', 'display_url': 'pic.twitter.com/XNGeDwrtYH', 'expanded_url': 'https://twitter.com/dog_rates/status/666776908487630848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 774, 'h': 872, 'resize': 'fit'}, 'medium': {'w': 774, 'h': 872, 'resize': 'fit'}, 'small': {'w': 604, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666776898802835456, 'id_str': '666776898802835456', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUDeDoWUYAAD-EM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUDeDoWUYAAD-EM.jpg', 'url': 'https://t.co/XNGeDwrtYH', 'display_url': 'pic.twitter.com/XNGeDwrtYH', 'expanded_url': 'https://twitter.com/dog_rates/status/666776908487630848/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 774, 'h': 872, 'resize': 'fit'}, 'medium': {'w': 774, 'h': 872, 'resize': 'fit'}, 'small': {'w': 604, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 150, 'favorite_count': 305, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2314:666739327293083650
{'created_at': 'Tue Nov 17 22:06:57 +0000 2015', 'id': 666739327293083650, 'id_str': '666739327293083650', 'full_text': 'This is Lugan. He is a Bohemian Rhapsody. Very confused dog. Thinks his name is Rocky. Not amused by the snows 10/10 https://t.co/tI3uFLDHBI', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666739322658398210, 'id_str': '666739322658398210', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUC74aTWoAInZey.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUC74aTWoAInZey.jpg', 'url': 'https://t.co/tI3uFLDHBI', 'display_url': 'pic.twitter.com/tI3uFLDHBI', 'expanded_url': 'https://twitter.com/dog_rates/status/666739327293083650/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 662, 'h': 740, 'resize': 'fit'}, 'large': {'w': 662, 'h': 740, 'resize': 'fit'}, 'small': {'w': 608, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666739322658398210, 'id_str': '666739322658398210', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUC74aTWoAInZey.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUC74aTWoAInZey.jpg', 'url': 'https://t.co/tI3uFLDHBI', 'display_url': 'pic.twitter.com/tI3uFLDHBI', 'expanded_url': 'https://twitter.com/dog_rates/status/666739327293083650/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 662, 'h': 740, 'resize': 'fit'}, 'large': {'w': 662, 'h': 740, 'resize': 'fit'}, 'small': {'w': 608, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 60, 'favorite_count': 209, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2315:666701168228331520
{'created_at': 'Tue Nov 17 19:35:19 +0000 2015', 'id': 666701168228331520, 'id_str': '666701168228331520', 'full_text': 'This is a golden Buckminsterfullerene named Johm. Drives trucks. Lumberjack (?). Enjoys wall. 8/10 would hug softly https://t.co/uQbZJM2DQB', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666701161143992320, 'id_str': '666701161143992320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUCZLHlUAAAeAig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUCZLHlUAAAeAig.jpg', 'url': 'https://t.co/uQbZJM2DQB', 'display_url': 'pic.twitter.com/uQbZJM2DQB', 'expanded_url': 'https://twitter.com/dog_rates/status/666701168228331520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666701161143992320, 'id_str': '666701161143992320', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CUCZLHlUAAAeAig.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUCZLHlUAAAeAig.jpg', 'url': 'https://t.co/uQbZJM2DQB', 'display_url': 'pic.twitter.com/uQbZJM2DQB', 'expanded_url': 'https://twitter.com/dog_rates/status/666701168228331520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 182, 'favorite_count': 371, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2316:666691418707132416
{'created_at': 'Tue Nov 17 18:56:35 +0000 2015', 'id': 666691418707132416, 'id_str': '666691418707132416', 'full_text': 'This is Christoper. He is a spotted Penne. Can easily navigate stairs. 8/10 https://t.co/bg4TqvvkuF', 'truncated': False, 'display_text_range': [0, 99], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666691411966824448, 'id_str': '666691411966824448', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CUCQTpEWEAA7EDz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUCQTpEWEAA7EDz.jpg', 'url': 'https://t.co/bg4TqvvkuF', 'display_url': 'pic.twitter.com/bg4TqvvkuF', 'expanded_url': 'https://twitter.com/dog_rates/status/666691418707132416/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 767, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 767, 'h': 1023, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666691411966824448, 'id_str': '666691411966824448', 'indices': [76, 99], 'media_url': 'http://pbs.twimg.com/media/CUCQTpEWEAA7EDz.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUCQTpEWEAA7EDz.jpg', 'url': 'https://t.co/bg4TqvvkuF', 'display_url': 'pic.twitter.com/bg4TqvvkuF', 'expanded_url': 'https://twitter.com/dog_rates/status/666691418707132416/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 767, 'h': 1023, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 767, 'h': 1023, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 42, 'favorite_count': 161, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2317:666649482315059201
{'created_at': 'Tue Nov 17 16:09:56 +0000 2015', 'id': 666649482315059201, 'id_str': '666649482315059201', 'full_text': "Cool dog. Enjoys couch. Low monotone bark. Very nice kicks. Pisses milk (must be rare). Can't go down stairs. 4/10 https://t.co/vXMKrJC81s", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666649475398680576, 'id_str': '666649475398680576', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUBqKnLWwAA5OQB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUBqKnLWwAA5OQB.jpg', 'url': 'https://t.co/vXMKrJC81s', 'display_url': 'pic.twitter.com/vXMKrJC81s', 'expanded_url': 'https://twitter.com/dog_rates/status/666649482315059201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666649475398680576, 'id_str': '666649475398680576', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CUBqKnLWwAA5OQB.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUBqKnLWwAA5OQB.jpg', 'url': 'https://t.co/vXMKrJC81s', 'display_url': 'pic.twitter.com/vXMKrJC81s', 'expanded_url': 'https://twitter.com/dog_rates/status/666649482315059201/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 524, 'favorite_count': 993, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2318:666644823164719104
{'created_at': 'Tue Nov 17 15:51:26 +0000 2015', 'id': 666644823164719104, 'id_str': '666644823164719104', 'full_text': 'This is Jimothy. He is a Botwanian Gouda. Can write (impressive). Very erect tail. Still looking for hoco date. 9/10 https://t.co/LEkZjZxESQ', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666644794307837952, 'id_str': '666644794307837952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUBl6IwVAAA9_zT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUBl6IwVAAA9_zT.jpg', 'url': 'https://t.co/LEkZjZxESQ', 'display_url': 'pic.twitter.com/LEkZjZxESQ', 'expanded_url': 'https://twitter.com/dog_rates/status/666644823164719104/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 768, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666644794307837952, 'id_str': '666644794307837952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CUBl6IwVAAA9_zT.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CUBl6IwVAAA9_zT.jpg', 'url': 'https://t.co/LEkZjZxESQ', 'display_url': 'pic.twitter.com/LEkZjZxESQ', 'expanded_url': 'https://twitter.com/dog_rates/status/666644823164719104/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 508, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 574, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 574, 'h': 768, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 69, 'favorite_count': 208, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2319:666454714377183233
{'created_at': 'Tue Nov 17 03:16:00 +0000 2015', 'id': 666454714377183233, 'id_str': '666454714377183233', 'full_text': "I'll name the dogs from now on. This is Kreggory. He does parkour. 10/10 https://t.co/uPqPeXAcua", 'truncated': False, 'display_text_range': [0, 96], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666454708777799680, 'id_str': '666454708777799680', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CT-5Bs-WUAA2JeC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-5Bs-WUAA2JeC.jpg', 'url': 'https://t.co/uPqPeXAcua', 'display_url': 'pic.twitter.com/uPqPeXAcua', 'expanded_url': 'https://twitter.com/dog_rates/status/666454714377183233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666454708777799680, 'id_str': '666454708777799680', 'indices': [73, 96], 'media_url': 'http://pbs.twimg.com/media/CT-5Bs-WUAA2JeC.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-5Bs-WUAA2JeC.jpg', 'url': 'https://t.co/uPqPeXAcua', 'display_url': 'pic.twitter.com/uPqPeXAcua', 'expanded_url': 'https://twitter.com/dog_rates/status/666454714377183233/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 578, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 384, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 179, 'favorite_count': 448, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2320:666447344410484738
{'created_at': 'Tue Nov 17 02:46:43 +0000 2015', 'id': 666447344410484738, 'id_str': '666447344410484738', 'full_text': "This is Scout. She is a black Downton Abbey. Isn't afraid to get dirty. 9/10 nothing bad to say https://t.co/kH60oka1HW", 'truncated': False, 'display_text_range': [0, 119], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666447341910671361, 'id_str': '666447341910671361', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CT-yU5QWwAEjLX5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-yU5QWwAEjLX5.jpg', 'url': 'https://t.co/kH60oka1HW', 'display_url': 'pic.twitter.com/kH60oka1HW', 'expanded_url': 'https://twitter.com/dog_rates/status/666447344410484738/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 424, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 424, 'resize': 'fit'}, 'large': {'w': 640, 'h': 424, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666447341910671361, 'id_str': '666447341910671361', 'indices': [96, 119], 'media_url': 'http://pbs.twimg.com/media/CT-yU5QWwAEjLX5.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-yU5QWwAEjLX5.jpg', 'url': 'https://t.co/kH60oka1HW', 'display_url': 'pic.twitter.com/kH60oka1HW', 'expanded_url': 'https://twitter.com/dog_rates/status/666447344410484738/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 424, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 424, 'resize': 'fit'}, 'large': {'w': 640, 'h': 424, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 19, 'favorite_count': 90, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2321:666437273139982337
{'created_at': 'Tue Nov 17 02:06:42 +0000 2015', 'id': 666437273139982337, 'id_str': '666437273139982337', 'full_text': 'Here we see a lone northeastern Cumberbatch. Half ladybug. Only builds with bricks. Very confident with body. 7/10 https://t.co/7LtjBS0GPK', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666437269411209216, 'id_str': '666437269411209216', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT-pKmRWIAAxUWj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-pKmRWIAAxUWj.jpg', 'url': 'https://t.co/7LtjBS0GPK', 'display_url': 'pic.twitter.com/7LtjBS0GPK', 'expanded_url': 'https://twitter.com/dog_rates/status/666437273139982337/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666437269411209216, 'id_str': '666437269411209216', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT-pKmRWIAAxUWj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-pKmRWIAAxUWj.jpg', 'url': 'https://t.co/7LtjBS0GPK', 'display_url': 'pic.twitter.com/7LtjBS0GPK', 'expanded_url': 'https://twitter.com/dog_rates/status/666437273139982337/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 40, 'favorite_count': 106, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2322:666435652385423360
{'created_at': 'Tue Nov 17 02:00:15 +0000 2015', 'id': 666435652385423360, 'id_str': '666435652385423360', 'full_text': '"Can you behave? You\'re ruining my wedding day"\nDOG: idgaf this flashlight tastes good as hell\n\n10/10 https://t.co/GlFZPzqcEU', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666435649399033857, 'id_str': '666435649399033857', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CT-nsTQWEAEkyDn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-nsTQWEAEkyDn.jpg', 'url': 'https://t.co/GlFZPzqcEU', 'display_url': 'pic.twitter.com/GlFZPzqcEU', 'expanded_url': 'https://twitter.com/dog_rates/status/666435652385423360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 873, 'resize': 'fit'}, 'large': {'w': 640, 'h': 873, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666435649399033857, 'id_str': '666435649399033857', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CT-nsTQWEAEkyDn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-nsTQWEAEkyDn.jpg', 'url': 'https://t.co/GlFZPzqcEU', 'display_url': 'pic.twitter.com/GlFZPzqcEU', 'expanded_url': 'https://twitter.com/dog_rates/status/666435652385423360/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 499, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 640, 'h': 873, 'resize': 'fit'}, 'large': {'w': 640, 'h': 873, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 42, 'favorite_count': 138, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2323:666430724426358785
{'created_at': 'Tue Nov 17 01:40:41 +0000 2015', 'id': 666430724426358785, 'id_str': '666430724426358785', 'full_text': 'Oh boy what a pup! Sunglasses take this one to the next level. Weirdly folds front legs. Pretty big. 6/10 https://t.co/yECbFrSArM', 'truncated': False, 'display_text_range': [0, 129], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666430720227860480, 'id_str': '666430720227860480', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CT-jNYqW4AAPi2M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-jNYqW4AAPi2M.jpg', 'url': 'https://t.co/yECbFrSArM', 'display_url': 'pic.twitter.com/yECbFrSArM', 'expanded_url': 'https://twitter.com/dog_rates/status/666430724426358785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666430720227860480, 'id_str': '666430720227860480', 'indices': [106, 129], 'media_url': 'http://pbs.twimg.com/media/CT-jNYqW4AAPi2M.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-jNYqW4AAPi2M.jpg', 'url': 'https://t.co/yECbFrSArM', 'display_url': 'pic.twitter.com/yECbFrSArM', 'expanded_url': 'https://twitter.com/dog_rates/status/666430724426358785/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 576, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'large': {'w': 576, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 160, 'favorite_count': 278, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2324:666428276349472768
{'created_at': 'Tue Nov 17 01:30:57 +0000 2015', 'id': 666428276349472768, 'id_str': '666428276349472768', 'full_text': 'Here we have an Austrian Pulitzer. Collectors edition. Levitates (?). 7/10 would garden with https://t.co/NMQq6HIglK', 'truncated': False, 'display_text_range': [0, 116], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666428270859042817, 'id_str': '666428270859042817', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CT-g-0DUwAEQdSn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-g-0DUwAEQdSn.jpg', 'url': 'https://t.co/NMQq6HIglK', 'display_url': 'pic.twitter.com/NMQq6HIglK', 'expanded_url': 'https://twitter.com/dog_rates/status/666428276349472768/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 521, 'h': 684, 'resize': 'fit'}, 'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 521, 'h': 684, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666428270859042817, 'id_str': '666428270859042817', 'indices': [93, 116], 'media_url': 'http://pbs.twimg.com/media/CT-g-0DUwAEQdSn.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-g-0DUwAEQdSn.jpg', 'url': 'https://t.co/NMQq6HIglK', 'display_url': 'pic.twitter.com/NMQq6HIglK', 'expanded_url': 'https://twitter.com/dog_rates/status/666428276349472768/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 521, 'h': 684, 'resize': 'fit'}, 'small': {'w': 518, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 521, 'h': 684, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 67, 'favorite_count': 139, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2325:666421158376562688
{'created_at': 'Tue Nov 17 01:02:40 +0000 2015', 'id': 666421158376562688, 'id_str': '666421158376562688', 'full_text': '*internally screaming* 12/10 https://t.co/YMcrXC2Y6R', 'truncated': False, 'display_text_range': [0, 52], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666421153020444674, 'id_str': '666421153020444674', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/media/CT-aggCXAAIMfT3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-aggCXAAIMfT3.jpg', 'url': 'https://t.co/YMcrXC2Y6R', 'display_url': 'pic.twitter.com/YMcrXC2Y6R', 'expanded_url': 'https://twitter.com/dog_rates/status/666421158376562688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666421153020444674, 'id_str': '666421153020444674', 'indices': [29, 52], 'media_url': 'http://pbs.twimg.com/media/CT-aggCXAAIMfT3.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-aggCXAAIMfT3.jpg', 'url': 'https://t.co/YMcrXC2Y6R', 'display_url': 'pic.twitter.com/YMcrXC2Y6R', 'expanded_url': 'https://twitter.com/dog_rates/status/666421158376562688/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 91, 'favorite_count': 272, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2326:666418789513326592
{'created_at': 'Tue Nov 17 00:53:15 +0000 2015', 'id': 666418789513326592, 'id_str': '666418789513326592', 'full_text': 'This is Walter. He is an Alaskan Terrapin. Loves outdated bandanas. One ear still working. Cool house plant. 10/10 https://t.co/qXpcwENTvn', 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666418781095260160, 'id_str': '666418781095260160', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT-YWb7U8AA7QnN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-YWb7U8AA7QnN.jpg', 'url': 'https://t.co/qXpcwENTvn', 'display_url': 'pic.twitter.com/qXpcwENTvn', 'expanded_url': 'https://twitter.com/dog_rates/status/666418789513326592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666418781095260160, 'id_str': '666418781095260160', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT-YWb7U8AA7QnN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-YWb7U8AA7QnN.jpg', 'url': 'https://t.co/qXpcwENTvn', 'display_url': 'pic.twitter.com/qXpcwENTvn', 'expanded_url': 'https://twitter.com/dog_rates/status/666418789513326592/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 39, 'favorite_count': 107, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2327:666411507551481857
{'created_at': 'Tue Nov 17 00:24:19 +0000 2015', 'id': 666411507551481857, 'id_str': '666411507551481857', 'full_text': "This is quite the dog. Gets really excited when not in water. Not very soft tho. Bad at fetch. Can't do tricks. 2/10 https://t.co/aMCTNWO94t", 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666411498068123649, 'id_str': '666411498068123649', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT-RugiWIAELEaq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-RugiWIAELEaq.jpg', 'url': 'https://t.co/aMCTNWO94t', 'display_url': 'pic.twitter.com/aMCTNWO94t', 'expanded_url': 'https://twitter.com/dog_rates/status/666411507551481857/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666411498068123649, 'id_str': '666411498068123649', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT-RugiWIAELEaq.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-RugiWIAELEaq.jpg', 'url': 'https://t.co/aMCTNWO94t', 'display_url': 'pic.twitter.com/aMCTNWO94t', 'expanded_url': 'https://twitter.com/dog_rates/status/666411507551481857/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 262, 'favorite_count': 371, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2328:666407126856765440
{'created_at': 'Tue Nov 17 00:06:54 +0000 2015', 'id': 666407126856765440, 'id_str': '666407126856765440', 'full_text': 'This is a southern Vesuvius bumblegruff. Can drive a truck (wow). Made friends with 5 other nifty dogs (neat). 7/10 https://t.co/LopTBkKa8h', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666407121513275392, 'id_str': '666407121513275392', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CT-NvwmW4AAugGZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-NvwmW4AAugGZ.jpg', 'url': 'https://t.co/LopTBkKa8h', 'display_url': 'pic.twitter.com/LopTBkKa8h', 'expanded_url': 'https://twitter.com/dog_rates/status/666407126856765440/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666407121513275392, 'id_str': '666407121513275392', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CT-NvwmW4AAugGZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-NvwmW4AAugGZ.jpg', 'url': 'https://t.co/LopTBkKa8h', 'display_url': 'pic.twitter.com/LopTBkKa8h', 'expanded_url': 'https://twitter.com/dog_rates/status/666407126856765440/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 640, 'h': 640, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 640, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 30, 'favorite_count': 93, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2329:666396247373291520
{'created_at': 'Mon Nov 16 23:23:41 +0000 2015', 'id': 666396247373291520, 'id_str': '666396247373291520', 'full_text': 'Oh goodness. A super rare northeast Qdoba kangaroo mix. Massive feet. No pouch (disappointing). Seems alert. 9/10 https://t.co/Dc7b0E8qFE', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666396240351993856, 'id_str': '666396240351993856', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT-D2ZHWIAA3gK1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-D2ZHWIAA3gK1.jpg', 'url': 'https://t.co/Dc7b0E8qFE', 'display_url': 'pic.twitter.com/Dc7b0E8qFE', 'expanded_url': 'https://twitter.com/dog_rates/status/666396247373291520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666396240351993856, 'id_str': '666396240351993856', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT-D2ZHWIAA3gK1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT-D2ZHWIAA3gK1.jpg', 'url': 'https://t.co/Dc7b0E8qFE', 'display_url': 'pic.twitter.com/Dc7b0E8qFE', 'expanded_url': 'https://twitter.com/dog_rates/status/666396247373291520/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 507, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 764, 'h': 1024, 'resize': 'fit'}, 'large': {'w': 764, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 69, 'favorite_count': 147, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2330:666373753744588802
{'created_at': 'Mon Nov 16 21:54:18 +0000 2015', 'id': 666373753744588802, 'id_str': '666373753744588802', 'full_text': 'Those are sunglasses and a jean jacket. 11/10 dog cool af https://t.co/uHXrPkUEyl', 'truncated': False, 'display_text_range': [0, 81], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666373746337402880, 'id_str': '666373746337402880', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CT9vZEYWUAAlZ05.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9vZEYWUAAlZ05.jpg', 'url': 'https://t.co/uHXrPkUEyl', 'display_url': 'pic.twitter.com/uHXrPkUEyl', 'expanded_url': 'https://twitter.com/dog_rates/status/666373753744588802/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666373746337402880, 'id_str': '666373746337402880', 'indices': [58, 81], 'media_url': 'http://pbs.twimg.com/media/CT9vZEYWUAAlZ05.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9vZEYWUAAlZ05.jpg', 'url': 'https://t.co/uHXrPkUEyl', 'display_url': 'pic.twitter.com/uHXrPkUEyl', 'expanded_url': 'https://twitter.com/dog_rates/status/666373753744588802/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 73, 'favorite_count': 163, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2331:666362758909284353
{'created_at': 'Mon Nov 16 21:10:36 +0000 2015', 'id': 666362758909284353, 'id_str': '666362758909284353', 'full_text': 'Unique dog here. Very small. Lives in container of Frosted Flakes (?). Short legs. Must be rare 6/10 would still pet https://t.co/XMD9CwjEnM', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666362717482020864, 'id_str': '666362717482020864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT9lXGsUcAAyUFt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9lXGsUcAAyUFt.jpg', 'url': 'https://t.co/XMD9CwjEnM', 'display_url': 'pic.twitter.com/XMD9CwjEnM', 'expanded_url': 'https://twitter.com/dog_rates/status/666362758909284353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666362717482020864, 'id_str': '666362717482020864', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT9lXGsUcAAyUFt.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9lXGsUcAAyUFt.jpg', 'url': 'https://t.co/XMD9CwjEnM', 'display_url': 'pic.twitter.com/XMD9CwjEnM', 'expanded_url': 'https://twitter.com/dog_rates/status/666362758909284353/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 469, 'favorite_count': 648, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2332:666353288456101888
{'created_at': 'Mon Nov 16 20:32:58 +0000 2015', 'id': 666353288456101888, 'id_str': '666353288456101888', 'full_text': 'Here we have a mixed Asiago from the Galápagos Islands. Only one ear working. Big fan of marijuana carpet. 8/10 https://t.co/tltQ5w9aUO', 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666353280906170368, 'id_str': '666353280906170368', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CT9cx0tUEAAhNN_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9cx0tUEAAhNN_.jpg', 'url': 'https://t.co/tltQ5w9aUO', 'display_url': 'pic.twitter.com/tltQ5w9aUO', 'expanded_url': 'https://twitter.com/dog_rates/status/666353288456101888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666353280906170368, 'id_str': '666353280906170368', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CT9cx0tUEAAhNN_.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9cx0tUEAAhNN_.jpg', 'url': 'https://t.co/tltQ5w9aUO', 'display_url': 'pic.twitter.com/tltQ5w9aUO', 'expanded_url': 'https://twitter.com/dog_rates/status/666353288456101888/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 58, 'favorite_count': 179, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2333:666345417576210432
{'created_at': 'Mon Nov 16 20:01:42 +0000 2015', 'id': 666345417576210432, 'id_str': '666345417576210432', 'full_text': "Look at this jokester thinking seat belt laws don't apply to him. Great tongue tho 10/10 https://t.co/VFKG1vxGjB", 'truncated': False, 'display_text_range': [0, 112], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666345414279471104, 'id_str': '666345414279471104', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CT9Vn7PWoAA_ZCM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9Vn7PWoAA_ZCM.jpg', 'url': 'https://t.co/VFKG1vxGjB', 'display_url': 'pic.twitter.com/VFKG1vxGjB', 'expanded_url': 'https://twitter.com/dog_rates/status/666345417576210432/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666345414279471104, 'id_str': '666345414279471104', 'indices': [89, 112], 'media_url': 'http://pbs.twimg.com/media/CT9Vn7PWoAA_ZCM.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9Vn7PWoAA_ZCM.jpg', 'url': 'https://t.co/VFKG1vxGjB', 'display_url': 'pic.twitter.com/VFKG1vxGjB', 'expanded_url': 'https://twitter.com/dog_rates/status/666345417576210432/photo/1', 'type': 'photo', 'sizes': {'small': {'w': 382, 'h': 680, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 575, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 575, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 124, 'favorite_count': 244, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2334:666337882303524864
{'created_at': 'Mon Nov 16 19:31:45 +0000 2015', 'id': 666337882303524864, 'id_str': '666337882303524864', 'full_text': 'This is an extremely rare horned Parthenon. Not amused. Wears shoes. Overall very nice. 9/10 would pet aggressively https://t.co/QpRjllzWAL', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666337857791987715, 'id_str': '666337857791987715', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CT9OwFIWEAMuRje.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9OwFIWEAMuRje.jpg', 'url': 'https://t.co/QpRjllzWAL', 'display_url': 'pic.twitter.com/QpRjllzWAL', 'expanded_url': 'https://twitter.com/dog_rates/status/666337882303524864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666337857791987715, 'id_str': '666337857791987715', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CT9OwFIWEAMuRje.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT9OwFIWEAMuRje.jpg', 'url': 'https://t.co/QpRjllzWAL', 'display_url': 'pic.twitter.com/QpRjllzWAL', 'expanded_url': 'https://twitter.com/dog_rates/status/666337882303524864/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 79, 'favorite_count': 168, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2335:666293911632134144
{'created_at': 'Mon Nov 16 16:37:02 +0000 2015', 'id': 666293911632134144, 'id_str': '666293911632134144', 'full_text': "This is a funny dog. Weird toes. Won't come down. Loves branch. Refuses to eat his food. Hard to cuddle with. 3/10 https://t.co/IIXis0zta0", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666293909010702337, 'id_str': '666293909010702337', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT8mx7KW4AEQu8N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8mx7KW4AEQu8N.jpg', 'url': 'https://t.co/IIXis0zta0', 'display_url': 'pic.twitter.com/IIXis0zta0', 'expanded_url': 'https://twitter.com/dog_rates/status/666293911632134144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 460, 'h': 276, 'resize': 'fit'}, 'large': {'w': 460, 'h': 276, 'resize': 'fit'}, 'small': {'w': 460, 'h': 276, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666293909010702337, 'id_str': '666293909010702337', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT8mx7KW4AEQu8N.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8mx7KW4AEQu8N.jpg', 'url': 'https://t.co/IIXis0zta0', 'display_url': 'pic.twitter.com/IIXis0zta0', 'expanded_url': 'https://twitter.com/dog_rates/status/666293911632134144/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 460, 'h': 276, 'resize': 'fit'}, 'large': {'w': 460, 'h': 276, 'resize': 'fit'}, 'small': {'w': 460, 'h': 276, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 290, 'favorite_count': 426, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2336:666287406224695296
{'created_at': 'Mon Nov 16 16:11:11 +0000 2015', 'id': 666287406224695296, 'id_str': '666287406224695296', 'full_text': 'This is an Albanian 3 1/2 legged Episcopalian. Loves well-polished hardwood flooring. Penis on the collar. 9/10 https://t.co/d9NcXFKwLv', 'truncated': False, 'display_text_range': [0, 136], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666287399580733440, 'id_str': '666287399580733440', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CT8g3BpUEAAuFjg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8g3BpUEAAuFjg.jpg', 'url': 'https://t.co/d9NcXFKwLv', 'display_url': 'pic.twitter.com/d9NcXFKwLv', 'expanded_url': 'https://twitter.com/dog_rates/status/666287406224695296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 762, 'resize': 'fit'}, 'large': {'w': 575, 'h': 762, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666287399580733440, 'id_str': '666287399580733440', 'indices': [113, 136], 'media_url': 'http://pbs.twimg.com/media/CT8g3BpUEAAuFjg.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8g3BpUEAAuFjg.jpg', 'url': 'https://t.co/d9NcXFKwLv', 'display_url': 'pic.twitter.com/d9NcXFKwLv', 'expanded_url': 'https://twitter.com/dog_rates/status/666287406224695296/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 575, 'h': 762, 'resize': 'fit'}, 'large': {'w': 575, 'h': 762, 'resize': 'fit'}, 'small': {'w': 513, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 57, 'favorite_count': 123, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2337:666273097616637952
{'created_at': 'Mon Nov 16 15:14:19 +0000 2015', 'id': 666273097616637952, 'id_str': '666273097616637952', 'full_text': 'Can take selfies 11/10 https://t.co/ws2AMaNwPW', 'truncated': False, 'display_text_range': [0, 46], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666273081518768128, 'id_str': '666273081518768128', 'indices': [23, 46], 'media_url': 'http://pbs.twimg.com/media/CT8T1mtUwAA3aqm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8T1mtUwAA3aqm.jpg', 'url': 'https://t.co/ws2AMaNwPW', 'display_url': 'pic.twitter.com/ws2AMaNwPW', 'expanded_url': 'https://twitter.com/dog_rates/status/666273097616637952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666273081518768128, 'id_str': '666273081518768128', 'indices': [23, 46], 'media_url': 'http://pbs.twimg.com/media/CT8T1mtUwAA3aqm.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8T1mtUwAA3aqm.jpg', 'url': 'https://t.co/ws2AMaNwPW', 'display_url': 'pic.twitter.com/ws2AMaNwPW', 'expanded_url': 'https://twitter.com/dog_rates/status/666273097616637952/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 68, 'favorite_count': 152, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2338:666268910803644416
{'created_at': 'Mon Nov 16 14:57:41 +0000 2015', 'id': 666268910803644416, 'id_str': '666268910803644416', 'full_text': 'Very concerned about fellow dog trapped in computer. 10/10 https://t.co/0yxApIikpk', 'truncated': False, 'display_text_range': [0, 82], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666268904428277760, 'id_str': '666268904428277760', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CT8QCd1WEAADXws.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8QCd1WEAADXws.jpg', 'url': 'https://t.co/0yxApIikpk', 'display_url': 'pic.twitter.com/0yxApIikpk', 'expanded_url': 'https://twitter.com/dog_rates/status/666268910803644416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 833, 'h': 907, 'resize': 'fit'}, 'medium': {'w': 833, 'h': 907, 'resize': 'fit'}, 'small': {'w': 625, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666268904428277760, 'id_str': '666268904428277760', 'indices': [59, 82], 'media_url': 'http://pbs.twimg.com/media/CT8QCd1WEAADXws.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT8QCd1WEAADXws.jpg', 'url': 'https://t.co/0yxApIikpk', 'display_url': 'pic.twitter.com/0yxApIikpk', 'expanded_url': 'https://twitter.com/dog_rates/status/666268910803644416/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 833, 'h': 907, 'resize': 'fit'}, 'medium': {'w': 833, 'h': 907, 'resize': 'fit'}, 'small': {'w': 625, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 38, 'favorite_count': 100, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2339:666104133288665088
{'created_at': 'Mon Nov 16 04:02:55 +0000 2015', 'id': 666104133288665088, 'id_str': '666104133288665088', 'full_text': "Not familiar with this breed. No tail (weird). Only 2 legs. Doesn't bark. Surprisingly quick. Shits eggs. 1/10 https://t.co/Asgdc6kuLX", 'truncated': False, 'display_text_range': [0, 134], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666104129232740352, 'id_str': '666104129232740352', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'url': 'https://t.co/Asgdc6kuLX', 'display_url': 'pic.twitter.com/Asgdc6kuLX', 'expanded_url': 'https://twitter.com/dog_rates/status/666104133288665088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 430, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 430, 'resize': 'fit'}, 'small': {'w': 640, 'h': 430, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666104129232740352, 'id_str': '666104129232740352', 'indices': [111, 134], 'media_url': 'http://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT56LSZWoAAlJj2.jpg', 'url': 'https://t.co/Asgdc6kuLX', 'display_url': 'pic.twitter.com/Asgdc6kuLX', 'expanded_url': 'https://twitter.com/dog_rates/status/666104133288665088/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 640, 'h': 430, 'resize': 'fit'}, 'medium': {'w': 640, 'h': 430, 'resize': 'fit'}, 'small': {'w': 640, 'h': 430, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 5488, 'favorite_count': 12899, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2340:666102155909144576
{'created_at': 'Mon Nov 16 03:55:04 +0000 2015', 'id': 666102155909144576, 'id_str': '666102155909144576', 'full_text': 'Oh my. Here you are seeing an Adobe Setter giving birth to twins!!! The world is an amazing place. 11/10 https://t.co/11LvqN4WLq', 'truncated': False, 'display_text_range': [0, 128], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666102150364286977, 'id_str': '666102150364286977', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CT54YGiWUAEZnoK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT54YGiWUAEZnoK.jpg', 'url': 'https://t.co/11LvqN4WLq', 'display_url': 'pic.twitter.com/11LvqN4WLq', 'expanded_url': 'https://twitter.com/dog_rates/status/666102155909144576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 577, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 577, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666102150364286977, 'id_str': '666102150364286977', 'indices': [105, 128], 'media_url': 'http://pbs.twimg.com/media/CT54YGiWUAEZnoK.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT54YGiWUAEZnoK.jpg', 'url': 'https://t.co/11LvqN4WLq', 'display_url': 'pic.twitter.com/11LvqN4WLq', 'expanded_url': 'https://twitter.com/dog_rates/status/666102155909144576/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 384, 'resize': 'fit'}, 'medium': {'w': 1023, 'h': 577, 'resize': 'fit'}, 'large': {'w': 1023, 'h': 577, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 11, 'favorite_count': 66, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2341:666099513787052032
{'created_at': 'Mon Nov 16 03:44:34 +0000 2015', 'id': 666099513787052032, 'id_str': '666099513787052032', 'full_text': 'Can stand on stump for what seems like a while. Built that birdhouse? Impressive. Made friends with a squirrel. 8/10 https://t.co/Ri4nMTLq5C', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666099505364733952, 'id_str': '666099505364733952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT51-JJUEAA6hV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT51-JJUEAA6hV8.jpg', 'url': 'https://t.co/Ri4nMTLq5C', 'display_url': 'pic.twitter.com/Ri4nMTLq5C', 'expanded_url': 'https://twitter.com/dog_rates/status/666099513787052032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666099505364733952, 'id_str': '666099505364733952', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT51-JJUEAA6hV8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT51-JJUEAA6hV8.jpg', 'url': 'https://t.co/Ri4nMTLq5C', 'display_url': 'pic.twitter.com/Ri4nMTLq5C', 'expanded_url': 'https://twitter.com/dog_rates/status/666099513787052032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 768, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 53, 'favorite_count': 134, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2342:666094000022159362
{'created_at': 'Mon Nov 16 03:22:39 +0000 2015', 'id': 666094000022159362, 'id_str': '666094000022159362', 'full_text': 'This appears to be a Mongolian Presbyterian mix. Very tired. Tongue slip confirmed. 9/10 would lie down with https://t.co/mnioXo3IfP', 'truncated': False, 'display_text_range': [0, 132], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666093996847063040, 'id_str': '666093996847063040', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CT5w9gUW4AAsBNN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5w9gUW4AAsBNN.jpg', 'url': 'https://t.co/mnioXo3IfP', 'display_url': 'pic.twitter.com/mnioXo3IfP', 'expanded_url': 'https://twitter.com/dog_rates/status/666094000022159362/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666093996847063040, 'id_str': '666093996847063040', 'indices': [109, 132], 'media_url': 'http://pbs.twimg.com/media/CT5w9gUW4AAsBNN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5w9gUW4AAsBNN.jpg', 'url': 'https://t.co/mnioXo3IfP', 'display_url': 'pic.twitter.com/mnioXo3IfP', 'expanded_url': 'https://twitter.com/dog_rates/status/666094000022159362/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 63, 'favorite_count': 143, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2343:666082916733198337
{'created_at': 'Mon Nov 16 02:38:37 +0000 2015', 'id': 666082916733198337, 'id_str': '666082916733198337', 'full_text': 'Here we have a well-established sunblockerspaniel. Lost his other flip-flop. 6/10 not very waterproof https://t.co/3RU6x0vHB7', 'truncated': False, 'display_text_range': [0, 125], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666082912819875840, 'id_str': '666082912819875840', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CT5m4VGWEAAtKc8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5m4VGWEAAtKc8.jpg', 'url': 'https://t.co/3RU6x0vHB7', 'display_url': 'pic.twitter.com/3RU6x0vHB7', 'expanded_url': 'https://twitter.com/dog_rates/status/666082916733198337/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'small': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666082912819875840, 'id_str': '666082912819875840', 'indices': [102, 125], 'media_url': 'http://pbs.twimg.com/media/CT5m4VGWEAAtKc8.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5m4VGWEAAtKc8.jpg', 'url': 'https://t.co/3RU6x0vHB7', 'display_url': 'pic.twitter.com/3RU6x0vHB7', 'expanded_url': 'https://twitter.com/dog_rates/status/666082916733198337/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 480, 'h': 640, 'resize': 'fit'}, 'small': {'w': 480, 'h': 640, 'resize': 'fit'}, 'large': {'w': 480, 'h': 640, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 37, 'favorite_count': 93, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2344:666073100786774016
{'created_at': 'Mon Nov 16 01:59:36 +0000 2015', 'id': 666073100786774016, 'id_str': '666073100786774016', 'full_text': "Let's hope this flight isn't Malaysian (lol). What a dog! Almost completely camouflaged. 10/10 I trust this pilot https://t.co/Yk6GHE9tOY", 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666073098362486784, 'id_str': '666073098362486784', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT5d9DZXAAALcwe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5d9DZXAAALcwe.jpg', 'url': 'https://t.co/Yk6GHE9tOY', 'display_url': 'pic.twitter.com/Yk6GHE9tOY', 'expanded_url': 'https://twitter.com/dog_rates/status/666073100786774016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 600, 'resize': 'fit'}, 'large': {'w': 800, 'h': 600, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666073098362486784, 'id_str': '666073098362486784', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT5d9DZXAAALcwe.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5d9DZXAAALcwe.jpg', 'url': 'https://t.co/Yk6GHE9tOY', 'display_url': 'pic.twitter.com/Yk6GHE9tOY', 'expanded_url': 'https://twitter.com/dog_rates/status/666073100786774016/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}, 'medium': {'w': 800, 'h': 600, 'resize': 'fit'}, 'large': {'w': 800, 'h': 600, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 132, 'favorite_count': 274, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2345:666071193221509120
{'created_at': 'Mon Nov 16 01:52:02 +0000 2015', 'id': 666071193221509120, 'id_str': '666071193221509120', 'full_text': 'Here we have a northern speckled Rhododendron. Much sass. Gives 0 fucks. Good tongue. 9/10 would caress sensually https://t.co/ZoL8kq2XFx', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666071190449033216, 'id_str': '666071190449033216', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT5cN_3WEAAlOoZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5cN_3WEAAlOoZ.jpg', 'url': 'https://t.co/ZoL8kq2XFx', 'display_url': 'pic.twitter.com/ZoL8kq2XFx', 'expanded_url': 'https://twitter.com/dog_rates/status/666071193221509120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666071190449033216, 'id_str': '666071190449033216', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT5cN_3WEAAlOoZ.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5cN_3WEAAlOoZ.jpg', 'url': 'https://t.co/ZoL8kq2XFx', 'display_url': 'pic.twitter.com/ZoL8kq2XFx', 'expanded_url': 'https://twitter.com/dog_rates/status/666071193221509120/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 577, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 383, 'h': 680, 'resize': 'fit'}, 'medium': {'w': 577, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 51, 'favorite_count': 127, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2346:666063827256086533
{'created_at': 'Mon Nov 16 01:22:45 +0000 2015', 'id': 666063827256086533, 'id_str': '666063827256086533', 'full_text': 'This is the happiest dog you will ever see. Very committed owner. Nice couch. 10/10 https://t.co/RhUEAloehK', 'truncated': False, 'display_text_range': [0, 107], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666063820255862784, 'id_str': '666063820255862784', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CT5Vg_wXIAAXfnj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Vg_wXIAAXfnj.jpg', 'url': 'https://t.co/RhUEAloehK', 'display_url': 'pic.twitter.com/RhUEAloehK', 'expanded_url': 'https://twitter.com/dog_rates/status/666063827256086533/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 853, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 853, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666063820255862784, 'id_str': '666063820255862784', 'indices': [84, 107], 'media_url': 'http://pbs.twimg.com/media/CT5Vg_wXIAAXfnj.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Vg_wXIAAXfnj.jpg', 'url': 'https://t.co/RhUEAloehK', 'display_url': 'pic.twitter.com/RhUEAloehK', 'expanded_url': 'https://twitter.com/dog_rates/status/666063827256086533/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 640, 'h': 853, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 640, 'h': 853, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 180, 'favorite_count': 399, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2347:666058600524156928
{'created_at': 'Mon Nov 16 01:01:59 +0000 2015', 'id': 666058600524156928, 'id_str': '666058600524156928', 'full_text': "Here is the Rand Paul of retrievers folks! He's probably good at poker. Can drink beer (lol rad). 8/10 good dog https://t.co/pYAJkAe76p", 'truncated': False, 'display_text_range': [0, 135], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666058597072306176, 'id_str': '666058597072306176', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CT5Qw94XAAA_2dP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Qw94XAAA_2dP.jpg', 'url': 'https://t.co/pYAJkAe76p', 'display_url': 'pic.twitter.com/pYAJkAe76p', 'expanded_url': 'https://twitter.com/dog_rates/status/666058600524156928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 612, 'h': 612, 'resize': 'fit'}, 'medium': {'w': 612, 'h': 612, 'resize': 'fit'}, 'large': {'w': 612, 'h': 612, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666058597072306176, 'id_str': '666058597072306176', 'indices': [112, 135], 'media_url': 'http://pbs.twimg.com/media/CT5Qw94XAAA_2dP.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Qw94XAAA_2dP.jpg', 'url': 'https://t.co/pYAJkAe76p', 'display_url': 'pic.twitter.com/pYAJkAe76p', 'expanded_url': 'https://twitter.com/dog_rates/status/666058600524156928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 612, 'h': 612, 'resize': 'fit'}, 'medium': {'w': 612, 'h': 612, 'resize': 'fit'}, 'large': {'w': 612, 'h': 612, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 47, 'favorite_count': 99, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2348:666057090499244032
{'created_at': 'Mon Nov 16 00:55:59 +0000 2015', 'id': 666057090499244032, 'id_str': '666057090499244032', 'full_text': 'My oh my. This is a rare blond Canadian terrier on wheels. Only $8.98. Rather docile. 9/10 very rare https://t.co/yWBqbrzy8O', 'truncated': False, 'display_text_range': [0, 124], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666057085227016192, 'id_str': '666057085227016192', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CT5PY90WoAAQGLo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5PY90WoAAQGLo.jpg', 'url': 'https://t.co/yWBqbrzy8O', 'display_url': 'pic.twitter.com/yWBqbrzy8O', 'expanded_url': 'https://twitter.com/dog_rates/status/666057090499244032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 405, 'resize': 'fit'}, 'small': {'w': 540, 'h': 405, 'resize': 'fit'}, 'large': {'w': 540, 'h': 405, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666057085227016192, 'id_str': '666057085227016192', 'indices': [101, 124], 'media_url': 'http://pbs.twimg.com/media/CT5PY90WoAAQGLo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5PY90WoAAQGLo.jpg', 'url': 'https://t.co/yWBqbrzy8O', 'display_url': 'pic.twitter.com/yWBqbrzy8O', 'expanded_url': 'https://twitter.com/dog_rates/status/666057090499244032/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 540, 'h': 405, 'resize': 'fit'}, 'small': {'w': 540, 'h': 405, 'resize': 'fit'}, 'large': {'w': 540, 'h': 405, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 112, 'favorite_count': 247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2349:666055525042405380
{'created_at': 'Mon Nov 16 00:49:46 +0000 2015', 'id': 666055525042405380, 'id_str': '666055525042405380', 'full_text': 'Here is a Siberian heavily armored polar bear mix. Strong owner. 10/10 I would do unspeakable things to pet this dog https://t.co/rdivxLiqEt', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666055517517848576, 'id_str': '666055517517848576', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT5N9tpXIAAifs1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5N9tpXIAAifs1.jpg', 'url': 'https://t.co/rdivxLiqEt', 'display_url': 'pic.twitter.com/rdivxLiqEt', 'expanded_url': 'https://twitter.com/dog_rates/status/666055525042405380/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 746, 'h': 882, 'resize': 'fit'}, 'small': {'w': 575, 'h': 680, 'resize': 'fit'}, 'large': {'w': 746, 'h': 882, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666055517517848576, 'id_str': '666055517517848576', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT5N9tpXIAAifs1.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5N9tpXIAAifs1.jpg', 'url': 'https://t.co/rdivxLiqEt', 'display_url': 'pic.twitter.com/rdivxLiqEt', 'expanded_url': 'https://twitter.com/dog_rates/status/666055525042405380/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 746, 'h': 882, 'resize': 'fit'}, 'small': {'w': 575, 'h': 680, 'resize': 'fit'}, 'large': {'w': 746, 'h': 882, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285573, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 196, 'favorite_count': 367, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2350:666051853826850816
{'created_at': 'Mon Nov 16 00:35:11 +0000 2015', 'id': 666051853826850816, 'id_str': '666051853826850816', 'full_text': "This is an odd dog. Hard on the outside but loving on the inside. Petting still fun. Doesn't play catch well. 2/10 https://t.co/v5A4vzSDdc", 'truncated': False, 'display_text_range': [0, 138], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666051848592334848, 'id_str': '666051848592334848', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT5KoJ1WoAAJash.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5KoJ1WoAAJash.jpg', 'url': 'https://t.co/v5A4vzSDdc', 'display_url': 'pic.twitter.com/v5A4vzSDdc', 'expanded_url': 'https://twitter.com/dog_rates/status/666051853826850816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 866, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 575, 'h': 680, 'resize': 'fit'}, 'large': {'w': 866, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666051848592334848, 'id_str': '666051848592334848', 'indices': [115, 138], 'media_url': 'http://pbs.twimg.com/media/CT5KoJ1WoAAJash.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5KoJ1WoAAJash.jpg', 'url': 'https://t.co/v5A4vzSDdc', 'display_url': 'pic.twitter.com/v5A4vzSDdc', 'expanded_url': 'https://twitter.com/dog_rates/status/666051853826850816/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 866, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 575, 'h': 680, 'resize': 'fit'}, 'large': {'w': 866, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 704, 'favorite_count': 1027, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2351:666050758794694657
{'created_at': 'Mon Nov 16 00:30:50 +0000 2015', 'id': 666050758794694657, 'id_str': '666050758794694657', 'full_text': 'This is a truly beautiful English Wilson Staff retriever. Has a nice phone. Privileged. 10/10 would trade lives with https://t.co/fvIbQfHjIe', 'truncated': False, 'display_text_range': [0, 140], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666050754986266625, 'id_str': '666050754986266625', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT5Jof1WUAEuVxN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Jof1WUAEuVxN.jpg', 'url': 'https://t.co/fvIbQfHjIe', 'display_url': 'pic.twitter.com/fvIbQfHjIe', 'expanded_url': 'https://twitter.com/dog_rates/status/666050758794694657/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666050754986266625, 'id_str': '666050754986266625', 'indices': [117, 140], 'media_url': 'http://pbs.twimg.com/media/CT5Jof1WUAEuVxN.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Jof1WUAEuVxN.jpg', 'url': 'https://t.co/fvIbQfHjIe', 'display_url': 'pic.twitter.com/fvIbQfHjIe', 'expanded_url': 'https://twitter.com/dog_rates/status/666050758794694657/photo/1', 'type': 'photo', 'sizes': {'large': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 680, 'h': 680, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 50, 'favorite_count': 115, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2352:666049248165822465
{'created_at': 'Mon Nov 16 00:24:50 +0000 2015', 'id': 666049248165822465, 'id_str': '666049248165822465', 'full_text': 'Here we have a 1949 1st generation vulpix. Enjoys sweat tea and Fox News. Cannot be phased. 5/10 https://t.co/4B7cOc1EDq', 'truncated': False, 'display_text_range': [0, 120], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666049244999131136, 'id_str': '666049244999131136', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg', 'url': 'https://t.co/4B7cOc1EDq', 'display_url': 'pic.twitter.com/4B7cOc1EDq', 'expanded_url': 'https://twitter.com/dog_rates/status/666049248165822465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666049244999131136, 'id_str': '666049244999131136', 'indices': [97, 120], 'media_url': 'http://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg', 'url': 'https://t.co/4B7cOc1EDq', 'display_url': 'pic.twitter.com/4B7cOc1EDq', 'expanded_url': 'https://twitter.com/dog_rates/status/666049248165822465/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 37, 'favorite_count': 89, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2353:666044226329800704
{'created_at': 'Mon Nov 16 00:04:52 +0000 2015', 'id': 666044226329800704, 'id_str': '666044226329800704', 'full_text': 'This is a purebred Piers Morgan. Loves to Netflix and chill. Always looks like he forgot to unplug the iron. 6/10 https://t.co/DWnyCjf2mx', 'truncated': False, 'display_text_range': [0, 137], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666044217047650304, 'id_str': '666044217047650304', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg', 'url': 'https://t.co/DWnyCjf2mx', 'display_url': 'pic.twitter.com/DWnyCjf2mx', 'expanded_url': 'https://twitter.com/dog_rates/status/666044226329800704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666044217047650304, 'id_str': '666044217047650304', 'indices': [114, 137], 'media_url': 'http://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg', 'url': 'https://t.co/DWnyCjf2mx', 'display_url': 'pic.twitter.com/DWnyCjf2mx', 'expanded_url': 'https://twitter.com/dog_rates/status/666044226329800704/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 115, 'favorite_count': 247, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2354:666033412701032449
{'created_at': 'Sun Nov 15 23:21:54 +0000 2015', 'id': 666033412701032449, 'id_str': '666033412701032449', 'full_text': 'Here is a very happy pup. Big fan of well-maintained decks. Just look at that tongue. 9/10 would cuddle af https://t.co/y671yMhoiR', 'truncated': False, 'display_text_range': [0, 130], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666033409081393153, 'id_str': '666033409081393153', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg', 'url': 'https://t.co/y671yMhoiR', 'display_url': 'pic.twitter.com/y671yMhoiR', 'expanded_url': 'https://twitter.com/dog_rates/status/666033412701032449/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666033409081393153, 'id_str': '666033409081393153', 'indices': [107, 130], 'media_url': 'http://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg', 'url': 'https://t.co/y671yMhoiR', 'display_url': 'pic.twitter.com/y671yMhoiR', 'expanded_url': 'https://twitter.com/dog_rates/status/666033412701032449/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 1024, 'h': 682, 'resize': 'fit'}, 'small': {'w': 680, 'h': 453, 'resize': 'fit'}, 'large': {'w': 1024, 'h': 682, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 36, 'favorite_count': 100, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2355:666029285002620928
{'created_at': 'Sun Nov 15 23:05:30 +0000 2015', 'id': 666029285002620928, 'id_str': '666029285002620928', 'full_text': 'This is a western brown Mitsubishi terrier. Upset about leaf. Actually 2 dogs here. 7/10 would walk the shit out of https://t.co/r7mOb2m0UI', 'truncated': False, 'display_text_range': [0, 139], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666029276303482880, 'id_str': '666029276303482880', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg', 'url': 'https://t.co/r7mOb2m0UI', 'display_url': 'pic.twitter.com/r7mOb2m0UI', 'expanded_url': 'https://twitter.com/dog_rates/status/666029285002620928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666029276303482880, 'id_str': '666029276303482880', 'indices': [116, 139], 'media_url': 'http://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg', 'url': 'https://t.co/r7mOb2m0UI', 'display_url': 'pic.twitter.com/r7mOb2m0UI', 'expanded_url': 'https://twitter.com/dog_rates/status/666029285002620928/photo/1', 'type': 'photo', 'sizes': {'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'medium': {'w': 768, 'h': 1024, 'resize': 'fit'}, 'small': {'w': 510, 'h': 680, 'resize': 'fit'}, 'large': {'w': 768, 'h': 1024, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 39, 'favorite_count': 112, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2356:666020888022790149
{'created_at': 'Sun Nov 15 22:32:08 +0000 2015', 'id': 666020888022790149, 'id_str': '666020888022790149', 'full_text': 'Here we have a Japanese Irish Setter. Lost eye in Vietnam (?). Big fan of relaxing on stair. 8/10 would pet https://t.co/BLDqew2Ijj', 'truncated': False, 'display_text_range': [0, 131], 'entities': {'hashtags': [], 'symbols': [], 'user_mentions': [], 'urls': [], 'media': [{'id': 666020881337073664, 'id_str': '666020881337073664', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg', 'url': 'https://t.co/BLDqew2Ijj', 'display_url': 'pic.twitter.com/BLDqew2Ijj', 'expanded_url': 'https://twitter.com/dog_rates/status/666020888022790149/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'extended_entities': {'media': [{'id': 666020881337073664, 'id_str': '666020881337073664', 'indices': [108, 131], 'media_url': 'http://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg', 'media_url_https': 'https://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg', 'url': 'https://t.co/BLDqew2Ijj', 'display_url': 'pic.twitter.com/BLDqew2Ijj', 'expanded_url': 'https://twitter.com/dog_rates/status/666020888022790149/photo/1', 'type': 'photo', 'sizes': {'medium': {'w': 960, 'h': 720, 'resize': 'fit'}, 'thumb': {'w': 150, 'h': 150, 'resize': 'crop'}, 'large': {'w': 960, 'h': 720, 'resize': 'fit'}, 'small': {'w': 680, 'h': 510, 'resize': 'fit'}}}]}, 'source': '<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>', 'in_reply_to_status_id': None, 'in_reply_to_status_id_str': None, 'in_reply_to_user_id': None, 'in_reply_to_user_id_str': None, 'in_reply_to_screen_name': None, 'user': {'id': 4196983835, 'id_str': '4196983835', 'name': 'WeRateDogs®', 'screen_name': 'dog_rates', 'location': 'all our links ➜', 'description': 'Your Only Source For Professional Dog Ratings Instagram and Facebook ➜ WeRateDogs partnerships@weratedogs.com | nonprofit: @15outof10 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀', 'url': 'https://t.co/YPc2XqmwyC', 'entities': {'url': {'urls': [{'url': 'https://t.co/YPc2XqmwyC', 'expanded_url': 'http://links.weratedogs.com', 'display_url': 'links.weratedogs.com', 'indices': [0, 23]}]}, 'description': {'urls': []}}, 'protected': False, 'followers_count': 9285572, 'friends_count': 21, 'listed_count': 7434, 'created_at': 'Sun Nov 15 21:41:29 +0000 2015', 'favourites_count': 146716, 'utc_offset': None, 'time_zone': None, 'geo_enabled': True, 'verified': True, 'statuses_count': 15679, 'lang': None, 'contributors_enabled': False, 'is_translator': False, 'is_translation_enabled': False, 'profile_background_color': '000000', 'profile_background_image_url': 'http://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_image_url_https': 'https://abs.twimg.com/images/themes/theme1/bg.png', 'profile_background_tile': False, 'profile_image_url': 'http://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_image_url_https': 'https://pbs.twimg.com/profile_images/1532010275708223491/-SBRbLoH_normal.jpg', 'profile_banner_url': 'https://pbs.twimg.com/profile_banners/4196983835/1617810473', 'profile_link_color': 'F5ABB5', 'profile_sidebar_border_color': '000000', 'profile_sidebar_fill_color': '000000', 'profile_text_color': '000000', 'profile_use_background_image': False, 'has_extended_profile': False, 'default_profile': False, 'default_profile_image': False, 'following': True, 'follow_request_sent': False, 'notifications': False, 'translator_type': 'none', 'withheld_in_countries': []}, 'geo': None, 'coordinates': None, 'place': None, 'contributors': None, 'is_quote_status': False, 'retweet_count': 423, 'favorite_count': 2293, 'favorited': False, 'retweeted': False, 'possibly_sensitive': False, 'possibly_sensitive_appealable': False, 'lang': 'en'}
2216.7194691
{888202515573088257: NotFound('404 Not Found\n144 - No status found with that ID.'), 873697596434513921: NotFound('404 Not Found\n144 - No status found with that ID.'), 872668790621863937: NotFound('404 Not Found\n144 - No status found with that ID.'), 872261713294495745: NotFound('404 Not Found\n144 - No status found with that ID.'), 869988702071779329: NotFound('404 Not Found\n144 - No status found with that ID.'), 866816280283807744: NotFound('404 Not Found\n144 - No status found with that ID.'), 861769973181624320: NotFound('404 Not Found\n144 - No status found with that ID.'), 856602993587888130: NotFound('404 Not Found\n144 - No status found with that ID.'), 856330835276025856: NotFound('404 Not Found\n144 - No status found with that ID.'), 851953902622658560: NotFound('404 Not Found\n144 - No status found with that ID.'), 851861385021730816: NotFound('404 Not Found\n144 - No status found with that ID.'), 845459076796616705: NotFound('404 Not Found\n144 - No status found with that ID.'), 844704788403113984: NotFound('404 Not Found\n144 - No status found with that ID.'), 842892208864923648: NotFound('404 Not Found\n144 - No status found with that ID.'), 837366284874571778: NotFound('404 Not Found\n144 - No status found with that ID.'), 837012587749474308: NotFound('404 Not Found\n144 - No status found with that ID.'), 829374341691346946: NotFound('404 Not Found\n144 - No status found with that ID.'), 827228250799742977: NotFound('404 Not Found\n144 - No status found with that ID.'), 812747805718642688: NotFound('404 Not Found\n144 - No status found with that ID.'), 802247111496568832: NotFound('404 Not Found\n144 - No status found with that ID.'), 779123168116150273: NotFound('404 Not Found\n144 - No status found with that ID.'), 775096608509886464: NotFound('404 Not Found\n144 - No status found with that ID.'), 771004394259247104: Forbidden('403 Forbidden\n179 - Sorry, you are not authorized to see this status.'), 770743923962707968: NotFound('404 Not Found\n144 - No status found with that ID.'), 766864461642756096: NotFound('404 Not Found\n144 - No status found with that ID.'), 759923798737051648: NotFound('404 Not Found\n144 - No status found with that ID.'), 759566828574212096: NotFound('404 Not Found\n144 - No status found with that ID.'), 754011816964026368: NotFound('404 Not Found\n144 - No status found with that ID.'), 680055455951884288: NotFound('404 Not Found\n144 - No status found with that ID.')}
tweets_list = []
with open ('tweet_json.txt', 'r') as file:
for line in file:
twits = json.loads(line)
tweets_list.append(twits)
twits = pd.DataFrame(tweets_list, columns=["id","retweet_count","favorite_count"])
twits
| id | retweet_count | favorite_count | |
|---|---|---|---|
| 0 | 892420643555336193 | 7009 | 33810 |
| 1 | 892177421306343426 | 5301 | 29330 |
| 2 | 891815181378084864 | 3481 | 22049 |
| 3 | 891689557279858688 | 7225 | 36937 |
| 4 | 891327558926688256 | 7760 | 35311 |
| ... | ... | ... | ... |
| 2322 | 666049248165822465 | 37 | 89 |
| 2323 | 666044226329800704 | 115 | 247 |
| 2324 | 666033412701032449 | 36 | 100 |
| 2325 | 666029285002620928 | 39 | 112 |
| 2326 | 666020888022790149 | 423 | 2293 |
2327 rows × 3 columns
The three gathered data sets will be assessed visually and programmatically for quality and tidiness issues.
ASSESSING THESE THREE FILES VISUALLY AND PROGRAMMATICALLY
twitter.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 2356 entries, 0 to 2355 Data columns (total 17 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 tweet_id 2356 non-null int64 1 in_reply_to_status_id 78 non-null float64 2 in_reply_to_user_id 78 non-null float64 3 timestamp 2356 non-null object 4 source 2356 non-null object 5 text 2356 non-null object 6 retweeted_status_id 181 non-null float64 7 retweeted_status_user_id 181 non-null float64 8 retweeted_status_timestamp 181 non-null object 9 expanded_urls 2297 non-null object 10 rating_numerator 2356 non-null int64 11 rating_denominator 2356 non-null int64 12 name 2356 non-null object 13 doggo 2356 non-null object 14 floofer 2356 non-null object 15 pupper 2356 non-null object 16 puppo 2356 non-null object dtypes: float64(4), int64(3), object(10) memory usage: 313.0+ KB
twit_predictions.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 2075 entries, 0 to 2074 Data columns (total 12 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 tweet_id 2075 non-null int64 1 jpg_url 2075 non-null object 2 img_num 2075 non-null int64 3 p1 2075 non-null object 4 p1_conf 2075 non-null float64 5 p1_dog 2075 non-null bool 6 p2 2075 non-null object 7 p2_conf 2075 non-null float64 8 p2_dog 2075 non-null bool 9 p3 2075 non-null object 10 p3_conf 2075 non-null float64 11 p3_dog 2075 non-null bool dtypes: bool(3), float64(3), int64(2), object(4) memory usage: 152.1+ KB
twits.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 2327 entries, 0 to 2326 Data columns (total 3 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 id 2327 non-null int64 1 retweet_count 2327 non-null int64 2 favorite_count 2327 non-null int64 dtypes: int64(3) memory usage: 54.7 KB
twitter.describe()
| tweet_id | in_reply_to_status_id | in_reply_to_user_id | retweeted_status_id | retweeted_status_user_id | rating_numerator | rating_denominator | |
|---|---|---|---|---|---|---|---|
| count | 2.356000e+03 | 7.800000e+01 | 7.800000e+01 | 1.810000e+02 | 1.810000e+02 | 2356.000000 | 2356.000000 |
| mean | 7.427716e+17 | 7.455079e+17 | 2.014171e+16 | 7.720400e+17 | 1.241698e+16 | 13.126486 | 10.455433 |
| std | 6.856705e+16 | 7.582492e+16 | 1.252797e+17 | 6.236928e+16 | 9.599254e+16 | 45.876648 | 6.745237 |
| min | 6.660209e+17 | 6.658147e+17 | 1.185634e+07 | 6.661041e+17 | 7.832140e+05 | 0.000000 | 0.000000 |
| 25% | 6.783989e+17 | 6.757419e+17 | 3.086374e+08 | 7.186315e+17 | 4.196984e+09 | 10.000000 | 10.000000 |
| 50% | 7.196279e+17 | 7.038708e+17 | 4.196984e+09 | 7.804657e+17 | 4.196984e+09 | 11.000000 | 10.000000 |
| 75% | 7.993373e+17 | 8.257804e+17 | 4.196984e+09 | 8.203146e+17 | 4.196984e+09 | 12.000000 | 10.000000 |
| max | 8.924206e+17 | 8.862664e+17 | 8.405479e+17 | 8.874740e+17 | 7.874618e+17 | 1776.000000 | 170.000000 |
twit_predictions.describe()
| tweet_id | img_num | p1_conf | p2_conf | p3_conf | |
|---|---|---|---|---|---|
| count | 2.075000e+03 | 2075.000000 | 2075.000000 | 2.075000e+03 | 2.075000e+03 |
| mean | 7.384514e+17 | 1.203855 | 0.594548 | 1.345886e-01 | 6.032417e-02 |
| std | 6.785203e+16 | 0.561875 | 0.271174 | 1.006657e-01 | 5.090593e-02 |
| min | 6.660209e+17 | 1.000000 | 0.044333 | 1.011300e-08 | 1.740170e-10 |
| 25% | 6.764835e+17 | 1.000000 | 0.364412 | 5.388625e-02 | 1.622240e-02 |
| 50% | 7.119988e+17 | 1.000000 | 0.588230 | 1.181810e-01 | 4.944380e-02 |
| 75% | 7.932034e+17 | 1.000000 | 0.843855 | 1.955655e-01 | 9.180755e-02 |
| max | 8.924206e+17 | 4.000000 | 1.000000 | 4.880140e-01 | 2.734190e-01 |
twits.describe()
| id | retweet_count | favorite_count | |
|---|---|---|---|
| count | 2.327000e+03 | 2327.000000 | 2327.000000 |
| mean | 7.417930e+17 | 2471.020627 | 7054.164160 |
| std | 6.820795e+16 | 4184.824463 | 10962.045513 |
| min | 6.660209e+17 | 1.000000 | 0.000000 |
| 25% | 6.781394e+17 | 494.500000 | 1225.500000 |
| 50% | 7.178418e+17 | 1148.000000 | 3051.000000 |
| 75% | 7.986547e+17 | 2860.500000 | 8604.500000 |
| max | 8.924206e+17 | 70732.000000 | 144883.000000 |
twitter.name.unique()
array(['Phineas', 'Tilly', 'Archie', 'Darla', 'Franklin', 'None', 'Jax',
'Zoey', 'Cassie', 'Koda', 'Bruno', 'Ted', 'Stuart', 'Oliver',
'Jim', 'Zeke', 'Ralphus', 'Canela', 'Gerald', 'Jeffrey', 'such',
'Maya', 'Mingus', 'Derek', 'Roscoe', 'Waffles', 'Jimbo', 'Maisey',
'Lilly', 'Earl', 'Lola', 'Kevin', 'Yogi', 'Noah', 'Bella',
'Grizzwald', 'Rusty', 'Gus', 'Stanley', 'Alfy', 'Koko', 'Rey',
'Gary', 'a', 'Elliot', 'Louis', 'Jesse', 'Romeo', 'Bailey',
'Duddles', 'Jack', 'Emmy', 'Steven', 'Beau', 'Snoopy', 'Shadow',
'Terrance', 'Aja', 'Penny', 'Dante', 'Nelly', 'Ginger', 'Benedict',
'Venti', 'Goose', 'Nugget', 'Cash', 'Coco', 'Jed', 'Sebastian',
'Walter', 'Sierra', 'Monkey', 'Harry', 'Kody', 'Lassie', 'Rover',
'Napolean', 'Dawn', 'Boomer', 'Cody', 'Rumble', 'Clifford',
'quite', 'Dewey', 'Scout', 'Gizmo', 'Cooper', 'Harold', 'Shikha',
'Jamesy', 'Lili', 'Sammy', 'Meatball', 'Paisley', 'Albus',
'Neptune', 'Quinn', 'Belle', 'Zooey', 'Dave', 'Jersey', 'Hobbes',
'Burt', 'Lorenzo', 'Carl', 'Jordy', 'Milky', 'Trooper', 'Winston',
'Sophie', 'Wyatt', 'Rosie', 'Thor', 'Oscar', 'Luna', 'Callie',
'Cermet', 'George', 'Marlee', 'Arya', 'Einstein', 'Alice',
'Rumpole', 'Benny', 'Aspen', 'Jarod', 'Wiggles', 'General',
'Sailor', 'Astrid', 'Iggy', 'Snoop', 'Kyle', 'Leo', 'Riley',
'Gidget', 'Noosh', 'Odin', 'Jerry', 'Charlie', 'Georgie', 'Rontu',
'Cannon', 'Furzey', 'Daisy', 'Tuck', 'Barney', 'Vixen', 'Jarvis',
'Mimosa', 'Pickles', 'Bungalo', 'Brady', 'Margo', 'Sadie', 'Hank',
'Tycho', 'Stephan', 'Indie', 'Winnie', 'Bentley', 'Ken', 'Max',
'Maddie', 'Pipsy', 'Monty', 'Sojourner', 'Odie', 'Arlo', 'Sunny',
'Vincent', 'Lucy', 'Clark', 'Mookie', 'Meera', 'Buddy', 'Ava',
'Rory', 'Eli', 'Ash', 'Tucker', 'Tobi', 'Chester', 'Wilson',
'Sunshine', 'Lipton', 'Gabby', 'Bronte', 'Poppy', 'Rhino',
'Willow', 'not', 'Orion', 'Eevee', 'Smiley', 'Logan', 'Moreton',
'Klein', 'Miguel', 'Emanuel', 'Kuyu', 'Dutch', 'Pete', 'Scooter',
'Reggie', 'Kyro', 'Samson', 'Loki', 'Mia', 'Malcolm', 'Dexter',
'Alfie', 'Fiona', 'one', 'Mutt', 'Bear', 'Doobert', 'Beebop',
'Alexander', 'Sailer', 'Brutus', 'Kona', 'Boots', 'Ralphie',
'Phil', 'Cupid', 'Pawnd', 'Pilot', 'Ike', 'Mo', 'Toby', 'Sweet',
'Pablo', 'Nala', 'Balto', 'Crawford', 'Gabe', 'Mattie', 'Jimison',
'Hercules', 'Duchess', 'Harlso', 'Sampson', 'Sundance', 'Luca',
'Flash', 'Finn', 'Peaches', 'Howie', 'Jazzy', 'Anna', 'Bo',
'Seamus', 'Wafer', 'Chelsea', 'Tom', 'Moose', 'Florence', 'Autumn',
'Dido', 'Eugene', 'Herschel', 'Strudel', 'Tebow', 'Chloe', 'Betty',
'Timber', 'Binky', 'Dudley', 'Comet', 'Larry', 'Levi', 'Akumi',
'Titan', 'Olivia', 'Alf', 'Oshie', 'Bruce', 'Chubbs', 'Sky',
'Atlas', 'Eleanor', 'Layla', 'Rocky', 'Baron', 'Tyr', 'Bauer',
'Swagger', 'Brandi', 'Mary', 'Moe', 'Halo', 'Augie', 'Craig',
'Sam', 'Hunter', 'Pavlov', 'Maximus', 'Wallace', 'Ito', 'Milo',
'Ollie', 'Cali', 'Lennon', 'incredibly', 'Major', 'Duke',
'Reginald', 'Sansa', 'Shooter', 'Django', 'Diogi', 'Sonny',
'Philbert', 'Marley', 'Severus', 'Ronnie', 'Anakin', 'Bones',
'Mauve', 'Chef', 'Doc', 'Sobe', 'Longfellow', 'Mister', 'Iroh',
'Baloo', 'Stubert', 'Paull', 'Timison', 'Davey', 'Pancake',
'Tyrone', 'Snicku', 'Ruby', 'Brody', 'Rizzy', 'Mack', 'Butter',
'Nimbus', 'Laika', 'Dobby', 'Juno', 'Maude', 'Lily', 'Newt',
'Benji', 'Nida', 'Robin', 'Monster', 'BeBe', 'Remus', 'Mabel',
'Misty', 'Happy', 'Mosby', 'Maggie', 'Leela', 'Ralphy', 'Brownie',
'Meyer', 'Stella', 'mad', 'Frank', 'Tonks', 'Lincoln', 'Oakley',
'Dale', 'Rizzo', 'Arnie', 'Pinot', 'Dallas', 'Hero', 'Frankie',
'Stormy', 'Mairi', 'Loomis', 'Godi', 'Kenny', 'Deacon', 'Timmy',
'Harper', 'Chipson', 'Combo', 'Dash', 'Bell', 'Hurley', 'Jay',
'Mya', 'Strider', 'an', 'Wesley', 'Solomon', 'Huck', 'very', 'O',
'Blue', 'Finley', 'Sprinkles', 'Heinrich', 'Shakespeare', 'Fizz',
'Chip', 'Grey', 'Roosevelt', 'Gromit', 'Willem', 'Dakota', 'Dixie',
'Al', 'Jackson', 'just', 'Carbon', 'DonDon', 'Kirby', 'Lou',
'Nollie', 'Chevy', 'Tito', 'Louie', 'Rupert', 'Rufus', 'Brudge',
'Shadoe', 'Colby', 'Angel', 'Brat', 'Tove', 'my', 'Aubie', 'Kota',
'Eve', 'Glenn', 'Shelby', 'Sephie', 'Bonaparte', 'Albert',
'Wishes', 'Rose', 'Theo', 'Rocco', 'Fido', 'Emma', 'Spencer',
'Lilli', 'Boston', 'Brandonald', 'Corey', 'Leonard', 'Chompsky',
'Beckham', 'Devón', 'Gert', 'Watson', 'Rubio', 'Keith', 'Dex',
'Carly', 'Ace', 'Tayzie', 'Grizzie', 'Fred', 'Gilbert', 'Zoe',
'Stewie', 'Calvin', 'Lilah', 'Spanky', 'Jameson', 'Piper',
'Atticus', 'Blu', 'Dietrich', 'Divine', 'Tripp', 'his', 'Cora',
'Huxley', 'Keurig', 'Bookstore', 'Linus', 'Abby', 'Shaggy',
'Shiloh', 'Gustav', 'Arlen', 'Percy', 'Lenox', 'Sugar', 'Harvey',
'Blanket', 'actually', 'Geno', 'Stark', 'Beya', 'Kilo', 'Kayla',
'Maxaroni', 'Doug', 'Edmund', 'Aqua', 'Theodore', 'Chase',
'getting', 'Rorie', 'Simba', 'Charles', 'Bayley', 'Axel',
'Storkson', 'Remy', 'Chadrick', 'Kellogg', 'Buckley', 'Livvie',
'Terry', 'Hermione', 'Ralpher', 'Aldrick', 'this', 'unacceptable',
'Rooney', 'Crystal', 'Ziva', 'Stefan', 'Pupcasso', 'Puff',
'Flurpson', 'Coleman', 'Enchilada', 'Raymond', 'all', 'Rueben',
'Cilantro', 'Karll', 'Sprout', 'Blitz', 'Bloop', 'Lillie',
'Ashleigh', 'Kreggory', 'Sarge', 'Luther', 'Ivar', 'Jangle',
'Schnitzel', 'Panda', 'Berkeley', 'Ralphé', 'Charleson', 'Clyde',
'Harnold', 'Sid', 'Pippa', 'Otis', 'Carper', 'Bowie',
'Alexanderson', 'Suki', 'Barclay', 'Skittle', 'Ebby', 'Flávio',
'Smokey', 'Link', 'Jennifur', 'Ozzy', 'Bluebert', 'Stephanus',
'Bubbles', 'old', 'Zeus', 'Bertson', 'Nico', 'Michelangelope',
'Siba', 'Calbert', 'Curtis', 'Travis', 'Thumas', 'Kanu', 'Lance',
'Opie', 'Kane', 'Olive', 'Chuckles', 'Staniel', 'Sora', 'Beemo',
'Gunner', 'infuriating', 'Lacy', 'Tater', 'Olaf', 'Cecil', 'Vince',
'Karma', 'Billy', 'Walker', 'Rodney', 'Klevin', 'Malikai',
'Bobble', 'River', 'Jebberson', 'Remington', 'Farfle', 'Jiminus',
'Clarkus', 'Finnegus', 'Cupcake', 'Kathmandu', 'Ellie', 'Katie',
'Kara', 'Adele', 'Zara', 'Ambrose', 'Jimothy', 'Bode', 'Terrenth',
'Reese', 'Chesterson', 'Lucia', 'Bisquick', 'Ralphson', 'Socks',
'Rambo', 'Rudy', 'Fiji', 'Rilo', 'Bilbo', 'Coopson', 'Yoda',
'Millie', 'Chet', 'Crouton', 'Daniel', 'Kaia', 'Murphy', 'Dotsy',
'Eazy', 'Coops', 'Fillup', 'Miley', 'Charl', 'Reagan', 'Yukon',
'CeCe', 'Cuddles', 'Claude', 'Jessiga', 'Carter', 'Ole', 'Pherb',
'Blipson', 'Reptar', 'Trevith', 'Berb', 'Bob', 'Colin', 'Brian',
'Oliviér', 'Grady', 'Kobe', 'Freddery', 'Bodie', 'Dunkin', 'Wally',
'Tupawc', 'Amber', 'Edgar', 'Teddy', 'Kingsley', 'Brockly',
'Richie', 'Molly', 'Vinscent', 'Cedrick', 'Hazel', 'Lolo', 'Eriq',
'Phred', 'the', 'Oddie', 'Maxwell', 'Geoff', 'Covach', 'Durg',
'Fynn', 'Ricky', 'Herald', 'Lucky', 'Ferg', 'Trip', 'Clarence',
'Hamrick', 'Brad', 'Pubert', 'Frönq', 'Derby', 'Lizzie', 'Ember',
'Blakely', 'Opal', 'Marq', 'Kramer', 'Barry', 'Gordon', 'Baxter',
'Mona', 'Horace', 'Crimson', 'Birf', 'Hammond', 'Lorelei', 'Marty',
'Brooks', 'Petrick', 'Hubertson', 'Gerbald', 'Oreo', 'Bruiser',
'Perry', 'Bobby', 'Jeph', 'Obi', 'Tino', 'Kulet', 'Sweets', 'Lupe',
'Tiger', 'Jiminy', 'Griffin', 'Banjo', 'Brandy', 'Lulu', 'Darrel',
'Taco', 'Joey', 'Patrick', 'Kreg', 'Todo', 'Tess', 'Ulysses',
'Toffee', 'Apollo', 'Asher', 'Glacier', 'Chuck', 'Champ', 'Ozzie',
'Griswold', 'Cheesy', 'Moofasa', 'Hector', 'Goliath', 'Kawhi',
'by', 'Emmie', 'Penelope', 'Willie', 'Rinna', 'Mike', 'William',
'Dwight', 'Evy', 'officially', 'Rascal', 'Linda', 'Tug', 'Tango',
'Grizz', 'Jerome', 'Crumpet', 'Jessifer', 'Izzy', 'Ralph', 'Sandy',
'Humphrey', 'Tassy', 'Juckson', 'Chuq', 'Tyrus', 'Karl',
'Godzilla', 'Vinnie', 'Kenneth', 'Herm', 'Bert', 'Striker',
'Donny', 'Pepper', 'Bernie', 'Buddah', 'Lenny', 'Arnold', 'Zuzu',
'Mollie', 'Laela', 'Tedders', 'Superpup', 'Rufio', 'Jeb', 'Rodman',
'Jonah', 'Chesney', 'life', 'Henry', 'Bobbay', 'Mitch', 'Kaiya',
'Acro', 'Aiden', 'Obie', 'Dot', 'Shnuggles', 'Kendall', 'Jeffri',
'Steve', 'Mac', 'Fletcher', 'Kenzie', 'Pumpkin', 'Schnozz',
'Gustaf', 'Cheryl', 'Ed', 'Leonidas', 'Norman', 'Caryl', 'Scott',
'Taz', 'Darby', 'Jackie', 'light', 'Jazz', 'Franq', 'Pippin',
'Rolf', 'Snickers', 'Ridley', 'Cal', 'Bradley', 'Bubba', 'Tuco',
'Patch', 'Mojo', 'Batdog', 'Dylan', 'space', 'Mark', 'JD',
'Alejandro', 'Scruffers', 'Pip', 'Julius', 'Tanner', 'Sparky',
'Anthony', 'Holly', 'Jett', 'Amy', 'Sage', 'Andy', 'Mason',
'Trigger', 'Antony', 'Creg', 'Traviss', 'Gin', 'Jeffrie', 'Danny',
'Ester', 'Pluto', 'Bloo', 'Edd', 'Willy', 'Herb', 'Damon',
'Peanut', 'Nigel', 'Butters', 'Sandra', 'Fabio', 'Randall', 'Liam',
'Tommy', 'Ben', 'Raphael', 'Julio', 'Andru', 'Kloey', 'Shawwn',
'Skye', 'Kollin', 'Ronduh', 'Billl', 'Saydee', 'Dug', 'Tessa',
'Sully', 'Kirk', 'Ralf', 'Clarq', 'Jaspers', 'Samsom', 'Harrison',
'Chaz', 'Jeremy', 'Jaycob', 'Lambeau', 'Ruffles', 'Amélie', 'Bobb',
'Banditt', 'Kevon', 'Winifred', 'Hanz', 'Churlie', 'Zeek',
'Timofy', 'Maks', 'Jomathan', 'Kallie', 'Marvin', 'Spark',
'Gòrdón', 'Jo', 'DayZ', 'Jareld', 'Torque', 'Ron', 'Skittles',
'Cleopatricia', 'Erik', 'Stu', 'Tedrick', 'Filup', 'Kial',
'Naphaniel', 'Dook', 'Hall', 'Philippe', 'Biden', 'Fwed',
'Genevieve', 'Joshwa', 'Bradlay', 'Clybe', 'Keet', 'Carll',
'Jockson', 'Josep', 'Lugan', 'Christoper'], dtype=object)
twitter.source.value_counts()
<a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a> 2221 <a href="http://vine.co" rel="nofollow">Vine - Make a Scene</a> 91 <a href="http://twitter.com" rel="nofollow">Twitter Web Client</a> 33 <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a> 11 Name: source, dtype: int64
twitter.rating_numerator.unique()
array([ 13, 12, 14, 5, 17, 11, 10, 420, 666, 6, 15,
182, 960, 0, 75, 7, 84, 9, 24, 8, 1, 27,
3, 4, 165, 1776, 204, 50, 99, 80, 45, 60, 44,
143, 121, 20, 26, 2, 144, 88], dtype=int64)
twitter[twitter["rating_numerator"]==0]["text"].value_counts()
PUPDATE: can't see any. Even if I could, I couldn't reach them to pet. 0/10 much disappointment https://t.co/c7WXaB2nqX 1 When you're so blinded by your systematic plagiarism that you forget what day it is. 0/10 https://t.co/YbEJPkg4Ag 1 Name: text, dtype: int64
twitter[twitter["rating_numerator"]==5]["text"].value_counts()
Who keeps sending in pictures without dogs in them? This needs to stop. 5/10 for the mediocre road https://t.co/ELqelxWMrC 1 Exotic handheld dog here. Appears unathletic. Feet look deadly. Can be thrown a great distance. 5/10 might pet idk https://t.co/Avq4awulqk 1 Please stop sending it pictures that don't even have a doggo or pupper in them. Churlish af. 5/10 neat couch tho https://t.co/u2c9c7qSg8 1 This is Steven. He got locked outside. Damn it Steven. 5/10 nice grill tho https://t.co/zf7Sxxjfp3 1 This is Randall. He's from Chernobyl. Built playground himself. Has been stuck up there quite a while. 5/10 good dog https://t.co/pzrvc7wKGd 1 Meet Zeek. He is a grey Cumulonimbus. Zeek is hungry. Someone should feed Zeek asap. 5/10 absolutely terrifying https://t.co/fvVNScw8VH 1 This is Bella. She hopes her smile made you smile. If not, she is also offering you her favorite monkey. 13.5/10 https://t.co/qjrljjt948 1 Here we have a basking dino pupper. Looks powerful. Occasionally shits eggs. Doesn't want the holidays to end. 5/10 https://t.co/DnNweb5eTO 1 RT @dogratingrating: Unoriginal idea. Blatant plagiarism. Curious grammar. -5/10 https://t.co/r7XzeQZWzb 1 This is Dave. He's a tropical pup. Short lil legs (dachshund mix?) Excels underwater, but refuses to eat kibble 5/10 https://t.co/ZJnCxlIf62 1 I've been told there's a slight possibility he's checking his mirror. We'll bump to 9.5/10. Still a menace 1 Awesome dog here. Not sure where it is tho. Spectacular camouflage. Enjoys leaves. Not very soft. 5/10 still petable https://t.co/rOTOteKx4q 1 Unique dog here. Wrinkly as hell. Weird segmented neck. Finger on fire. Doesn't seem to notice. 5/10 might still pet https://t.co/Hy9La4xNX3 1 This is Bubbles. He kinda resembles a fish. Always makes eye contact with u no matter what. Sneaky tongue slip. 5/10 https://t.co/Nrhvc5tLFT 1 This is Jerry. He's a neat dog. No legs (tragic). Has more horns than a dog usually does. Bark is unique af. 5/10 https://t.co/85q7xlplsJ 1 For those who claim this is a goat, u are wrong. It is not the Greatest Of All Time. The rating of 5/10 should have made that clear. Thank u 1 Rare submerged pup here. Holds breath for a long time. Frowning because that spoon ignores him. 5/10 would still pet https://t.co/EJzzNHE8bE 1 Exotic underwater dog here. Very shy. Wont return tennis balls I toss him. Never been petted. 5/10 I bet he's soft https://t.co/WH7Nzc5IBA 1 Two gorgeous dogs here. Little waddling dog is a rebel. Refuses to look at camera. Must be a preteen. 5/10 & 8/10 https://t.co/YPfw7oahbD 1 This dude slaps your girl's ass what do you do?\n5/10 https://t.co/6dioUL6gcP 1 This is a brave dog. Excellent free climber. Trying to get closer to God. Not very loyal though. Doesn't bark. 5/10 https://t.co/ODnILTr4QM 1 This is Josep. He is a Rye Manganese mix. Can drive w eyes closed. Very irresponsible. Menace on the roadways. 5/10 https://t.co/XNGeDwrtYH 1 Two gorgeous pups here. Both have cute fake horns(adorable). Barn in the back looks on fire. 5/10 would pet rly well https://t.co/w5oYFXi0uh 1 Here we have a 1949 1st generation vulpix. Enjoys sweat tea and Fox News. Cannot be phased. 5/10 https://t.co/4B7cOc1EDq 1 This is Juckson. He's totally on his way to a nascar race. 5/10 for Juckson https://t.co/IoLRvF0Kak 1 Rare shielded battle dog here. Very happy about abundance of lettuce. Painfully slow fetcher. Still petable. 5/10 https://t.co/C3tlKVq7eO 1 This is Jiminy. He's not the brightest dog. Needs to lay off the kibble. 5/10 still petable https://t.co/omln4LOy1x 1 This is Anthony. He just finished up his masters at Harvard. Unprofessional tattoos. Always looks perturbed. 5/10 https://t.co/iHLo9rGay1 1 Please only send in dogs. This t-rex is very scary. 5/10 ...might still pet (vid by @helizabethmicha) https://t.co/Vn6w5w8TO2 1 This is Brad. He's a chubby lil pup. Doesn't really need the food he's trying to reach. 5/10 you've had enough Brad https://t.co/vPXKSaNsbE 1 Wow. Armored dog here. Ready for battle. Face looks dangerous. Not very loyal. Lil dog on back havin a blast. 5/10 https://t.co/SyMoWrp368 1 Extraordinary dog here. Looks large. Just a head. No body. Rather intrusive. 5/10 would still pet https://t.co/ufHWUFA9Pu 1 Meet Penelope. She's a bacon frise. Total babe (lol get it like the movie). Doesn't bark tho. 5/10 very average dog https://t.co/SDcQYg0HSZ 1 Army of water dogs here. None of them know where they're going. Have no real purpose. Aggressive barks. 5/10 for all https://t.co/A88x73TwMN 1 This is Earl. Earl is lost. Someone help Earl. He has no tags. Just trying to get home. 5/10 hang in there Earl https://t.co/1ZbfqAVDg6 1 When bae says they can't go out but you see them with someone else that same night. 5/10 & 10/10 for heartbroken pup https://t.co/aenk0KpoWM 1 Vibrant dog here. Fabulous tail. Only 2 legs tho. Has wings but can barely fly (lame). Rather elusive. 5/10 okay pup https://t.co/cixC0M3P1e 1 Name: text, dtype: int64
twitter.rating_denominator.unique()
array([ 10, 0, 15, 70, 7, 11, 150, 170, 20, 50, 90, 80, 40,
130, 110, 16, 120, 2], dtype=int64)
twitter[twitter["rating_denominator"]==170]["text"].value_counts()
Say hello to this unbelievably well behaved squad of doggos. 204/170 would try to pet all at once https://t.co/yGQI3He3xv 1 Name: text, dtype: int64
twit_predictions.p3.value_counts()
Labrador_retriever 79
Chihuahua 58
golden_retriever 48
Eskimo_dog 38
kelpie 35
..
beach_wagon 1
partridge 1
golfcart 1
rifle 1
pajama 1
Name: p3, Length: 408, dtype: int64
twits.favorite_count.value_counts()
0 160
2263 4
3021 3
1754 3
279 3
...
3403 1
1354 1
7497 1
2453 1
1755 1
Name: favorite_count, Length: 1958, dtype: int64
twitter.duplicated()
0 False
1 False
2 False
3 False
4 False
...
2351 False
2352 False
2353 False
2354 False
2355 False
Length: 2356, dtype: bool
twitter.isnull().any()
tweet_id False in_reply_to_status_id True in_reply_to_user_id True timestamp False source False text False retweeted_status_id True retweeted_status_user_id True retweeted_status_timestamp True expanded_urls True rating_numerator False rating_denominator False name False doggo False floofer False pupper False puppo False dtype: bool
twit_predictions.duplicated()
0 False
1 False
2 False
3 False
4 False
...
2070 False
2071 False
2072 False
2073 False
2074 False
Length: 2075, dtype: bool
twits.id.duplicated()
0 False
1 False
2 False
3 False
4 False
...
2322 False
2323 False
2324 False
2325 False
2326 False
Name: id, Length: 2327, dtype: bool
twitter.tweet_id.duplicated()
0 False
1 False
2 False
3 False
4 False
...
2351 False
2352 False
2353 False
2354 False
2355 False
Name: tweet_id, Length: 2356, dtype: bool
twitter.pupper.value_counts()
None 2099 pupper 257 Name: pupper, dtype: int64
After Assessing the three datasets, the following Quality and Tidiness issues were discovered:
The identified quality and tidiness issues above will be cleaned.
#making a copy of the datasets
twitter_clean = twitter.copy()
twit_predictions_clean = twit_predictions.copy()
twits_clean = twits.copy()
The missing records in the aforementioned columns are too many, they are ids and simply can't be filled with mean or min values, besides, these columns are not relevant for my EDA since they are based on retweets and I need original ratings so I will drop them icluding the source and expanded url columns. More than 95% of the source is an iphone and the expanded urls are just that...expanded urls, will drop all of them.
Presence of the retweeted status id and in-reply-to-staus-id columns indicates that there are retweets. I will first check their rows to see if they have values. These values if present will be dropped first before the columns to ensure only originals remain.
#identifying retweets in retweeted status id and in reply to status id columns
retweets = twitter_clean.retweeted_status_id[twitter_clean.retweeted_status_id.notnull()]
retweets
19 8.874740e+17
32 8.860537e+17
36 8.305833e+17
68 8.780576e+17
73 8.782815e+17
...
1023 6.678667e+17
1043 6.671383e+17
1242 7.119983e+17
2259 6.675487e+17
2260 6.675484e+17
Name: retweeted_status_id, Length: 181, dtype: float64
in_replies = twitter_clean.in_reply_to_status_id[twitter_clean.in_reply_to_status_id.notnull()]
in_replies
30 8.862664e+17
55 8.816070e+17
64 8.795538e+17
113 8.707262e+17
148 8.634256e+17
...
2038 6.715449e+17
2149 6.693544e+17
2169 6.678065e+17
2189 6.689207e+17
2298 6.670655e+17
Name: in_reply_to_status_id, Length: 78, dtype: float64
#Getting the index (row numbers) of these retweets
retweets = twitter_clean[pd.notnull(twitter_clean["retweeted_status_id"])].index
retweets
Int64Index([ 19, 32, 36, 68, 73, 74, 78, 91, 95, 97,
...
926, 937, 943, 949, 1012, 1023, 1043, 1242, 2259, 2260],
dtype='int64', length=181)
in_replies = twitter_clean[pd.notnull(twitter_clean["in_reply_to_status_id"])].index
in_replies
Int64Index([ 30, 55, 64, 113, 148, 149, 179, 184, 186, 188, 189,
218, 228, 234, 251, 274, 290, 291, 313, 342, 346, 387,
409, 427, 498, 513, 565, 570, 576, 611, 701, 843, 857,
967, 1005, 1016, 1018, 1080, 1127, 1295, 1330, 1339, 1345, 1356,
1446, 1452, 1464, 1474, 1479, 1497, 1501, 1523, 1598, 1605, 1618,
1630, 1634, 1663, 1689, 1774, 1819, 1842, 1844, 1852, 1866, 1882,
1885, 1892, 1895, 1905, 1914, 1940, 2036, 2038, 2149, 2169, 2189,
2298],
dtype='int64')
#removing these rows
twitter_clean.drop(index=retweets, inplace=True)
twitter_clean.drop(index=in_replies, inplace=True)
twitter_clean.info()
<class 'pandas.core.frame.DataFrame'> Int64Index: 2097 entries, 0 to 2355 Data columns (total 17 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 tweet_id 2097 non-null int64 1 in_reply_to_status_id 0 non-null float64 2 in_reply_to_user_id 0 non-null float64 3 timestamp 2097 non-null object 4 source 2097 non-null object 5 text 2097 non-null object 6 retweeted_status_id 0 non-null float64 7 retweeted_status_user_id 0 non-null float64 8 retweeted_status_timestamp 0 non-null object 9 expanded_urls 2094 non-null object 10 rating_numerator 2097 non-null int64 11 rating_denominator 2097 non-null int64 12 name 2097 non-null object 13 doggo 2097 non-null object 14 floofer 2097 non-null object 15 pupper 2097 non-null object 16 puppo 2097 non-null object dtypes: float64(4), int64(3), object(10) memory usage: 294.9+ KB
#Dropping these columns along with the source and expanded url columns
twitter_clean.drop(["in_reply_to_status_id","in_reply_to_user_id","retweeted_status_id","retweeted_status_user_id","retweeted_status_timestamp","source","expanded_urls"], axis=1, inplace=True)
twitter_clean.head()
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | doggo | floofer | pupper | puppo | |
|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 892420643555336193 | 2017-08-01 16:23:56 +0000 | This is Phineas. He's a mystical boy. Only eve... | 13 | 10 | Phineas | None | None | None | None |
| 1 | 892177421306343426 | 2017-08-01 00:17:27 +0000 | This is Tilly. She's just checking pup on you.... | 13 | 10 | Tilly | None | None | None | None |
| 2 | 891815181378084864 | 2017-07-31 00:18:03 +0000 | This is Archie. He is a rare Norwegian Pouncin... | 12 | 10 | Archie | None | None | None | None |
| 3 | 891689557279858688 | 2017-07-30 15:58:51 +0000 | This is Darla. She commenced a snooze mid meal... | 13 | 10 | Darla | None | None | None | None |
| 4 | 891327558926688256 | 2017-07-29 16:00:24 +0000 | This is Franklin. He would like you to stop ca... | 12 | 10 | Franklin | None | None | None | None |
import datetime as dt
twitter_clean["timestamp"] = pd.to_datetime(twitter_clean["timestamp"])
twitter_clean.timestamp.dtype
datetime64[ns, UTC]
#Identifying all invalid dog names
df[df.name.str.islower()].name.value_counts()
#printing out all lower case dog names
mask = archive_clean.name.str.contains('^[a-z]', regex = True)
archive_clean[mask].name.value_counts().sort_index()
#Identifying absurd and none names for dogs in the twitter clean table and renaming them to dog
rename_list = ['a','an','O','my','this','unacceptable','all','old','infuriating','the','by','None','quite','just']
for item in rename_list:
twitter_clean.name.replace(item,'dog',inplace=True)
for item in rename_list:
assert item not in twitter_clean.name.values
#identifying rating_numerators with decimal values
twitter_clean[twitter_clean.text.str.contains(r"(\d+\.\d*\/\d+)")][['text', 'rating_numerator']].value_counts()
C:\Users\HP\anaconda3\lib\site-packages\pandas\core\strings\accessor.py:101: UserWarning: This pattern has match groups. To actually get the groups, use str.extract. return func(self, *args, **kwargs)
text rating_numerator Here we have uncovered an entire battalion of holiday puppers. Average of 11.26/10 https://t.co/eNm2S6p9BD 26 1 This is Bella. She hopes her smile made you smile. If not, she is also offering you her favorite monkey. 13.5/10 https://t.co/qjrljjt948 5 1 This is Logan, the Chow who lived. He solemnly swears he's up to lots of good. H*ckin magical af 9.75/10 https://t.co/yBO5wuqaPS 75 1 This is Sophie. She's a Jubilant Bush Pupper. Super h*ckin rare. Appears at random just to smile at the locals. 11.27/10 would smile back https://t.co/QFaUiIHxHq 27 1 dtype: int64
#correctly extracting these ratings from the text and converting datatype to float
twitter_clean["rating_numerator"] = twitter_clean["text"].str.extract('(\d+\.*\d*\/\d+)', expand=False).str.split('/').str[0].astype(float)
#since we are at it, lets extract correct rating denominator from the text as well to avoid any errors too
twitter_clean["rating_denominator"] = twitter_clean["text"].str.extract('(\d+\.*\d*\/\d+)',expand=False).str.split('/').str[1]
#checking to make sure the real values are extracted
twitter_clean.rating_numerator.unique()
array([1.300e+01, 1.200e+01, 1.400e+01, 1.350e+01, 1.100e+01, 6.000e+00,
1.000e+01, 0.000e+00, 8.400e+01, 2.400e+01, 9.750e+00, 5.000e+00,
1.127e+01, 3.000e+00, 7.000e+00, 8.000e+00, 9.000e+00, 4.000e+00,
1.650e+02, 1.776e+03, 2.040e+02, 5.000e+01, 9.900e+01, 8.000e+01,
4.500e+01, 6.000e+01, 4.400e+01, 1.210e+02, 1.126e+01, 2.000e+00,
1.440e+02, 8.800e+01, 1.000e+00, 4.200e+02])
#checking that rating numerator is of the right datatype
twitter_clean.rating_numerator.dtype
dtype('float64')
#checking rating denominator
twitter_clean.rating_denominator.unique()
array(['10', '70', '7', '150', '11', '170', '20', '50', '90', '80', '40',
'110', '120', '2'], dtype=object)
Looking at the rating numerators and denominators, some values are more 10, in some cases, where denominator > 10, multiple dogs are present in the image and the rating reflects that. The fact that these ratings are greater than 10 does not need to be cleaned. This unique rating system is a big part of the popularity of WeRateDogs besides, these values (numerator and denominator) matches the ratings found in the text.
These odd values can really skew data and affect analysis. Lets look at the ratings numerators and denominators that have large values.
twitter_clean[twitter_clean["rating_numerator"]>=20]["rating_denominator"].value_counts()
50 3 10 2 80 2 7 1 150 1 120 1 90 1 40 1 110 1 170 1 70 1 Name: rating_denominator, dtype: int64
twitter_clean[twitter_clean["rating_numerator"]>=20]["text"].value_counts()
IT'S PUPPERGEDDON. Total of 144/120 ...I think https://t.co/ZanVtAtvIq 1 Say hello to this unbelievably well behaved squad of doggos. 204/170 would try to pet all at once https://t.co/yGQI3He3xv 1 Someone help the girl is being mugged. Several are distracting her while two steal her shoes. Clever puppers 121/110 https://t.co/1zfnTJLt55 1 Why does this never happen at my front door... 165/150 https://t.co/HmwrdfEfUE 1 After so many requests... here you go.\n\nGood dogg. 420/10 https://t.co/yfAAo1gdeY 1 Here we have an entire platoon of puppers. Total score: 88/80 would pet all at once https://t.co/y93p6FLvVw 1 Here is a whole flock of puppers. 60/50 I'll take the lot https://t.co/9dpcw6MdWa 1 From left to right:\nCletus, Jerome, Alejandro, Burp, & Titson\nNone know where camera is. 45/50 would hug all at once https://t.co/sedre1ivTK 1 This is Bluebert. He just saw that both #FinalFur match ups are split 50/50. Amazed af. 11/10 https://t.co/Kky1DPG4iq 1 The floofs have been released I repeat the floofs have been released. 84/70 https://t.co/NIYC820tmd 1 This is Atticus. He's quite simply America af. 1776/10 https://t.co/GRXwMxLBkh 1 Meet Sam. She smiles 24/7 & secretly aspires to be a reindeer. \nKeep Sam smiling by clicking and sharing this link:\nhttps://t.co/98tB8y7y7t https://t.co/LouL5vdvxx 1 Happy Wednesday here's a bucket of pups. 44/40 would pet all at once https://t.co/HppvrYuamZ 1 Here's a brigade of puppers. All look very prepared for whatever happens next. 80/80 https://t.co/0eb7R1Om12 1 Happy Saturday here's 9 puppers on a bench. 99/90 good work everybody https://t.co/mpvaVxKmc1 1 Name: text, dtype: int64
After going through each of these jpg_urls and their texts, It is evident that these seemingly odd ratings are based off the number of dogs posted on the @WeRateDogs twitter account. For example, rating 204/170 had 17 dogs in the picture posted which means each dog gets an individual rating of 17, 80/80 had 8 dogs in the picture thus each dog has a rating of 10. I will replace these group ratings with the individual ones to achieve a uniform dataset.
One picture though is of Snoop Dogg (420/10), one isn't a rating (24/7) and a rating was tremendously high (1776/10). I will drop these to get a workable data.
#replacing the group ratings with individual rating
rating_dict = {204.0:12.0,80.0:8.0,45.0:9.0,165.0:16.5,121.0:11.0,99.0:11.0,144.0:12.0,60.0:12.0,84.0:14,50.0:11.0,88.0:8.0,44.0:11.0}
twitter_clean.rating_numerator.replace(rating_dict, inplace=True)
#dropping snoop dogg and the rest
val_list = [420.0,24.0,1776]
twitter_clean = twitter_clean[twitter_clean.rating_numerator.isin(val_list) == False]
twitter_clean.rating_numerator.unique()
array([13. , 12. , 14. , 13.5 , 11. , 6. , 10. , 0. , 9.75,
5. , 11.27, 3. , 7. , 8. , 9. , 4. , 16.5 , 11.26,
2. , 1. ])
def drop_False_values(data):
""" Returns a column with False values removed."""
twit_predictions_clean.drop(twit_predictions_clean[twit_predictions_clean['p1_dog'] == False].index, inplace=True)
drop_False_values('p1_dog')
twit_predictions_clean.sample(5)
| tweet_id | jpg_url | img_num | p1 | p1_conf | p1_dog | p2 | p2_conf | p2_dog | p3 | p3_conf | p3_dog | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 39 | 666649482315059201 | https://pbs.twimg.com/media/CUBqKnLWwAA5OQB.jpg | 1 | Border_collie | 0.447803 | True | English_springer | 0.170497 | True | collie | 0.139206 | True |
| 1966 | 867774946302451713 | https://pbs.twimg.com/media/DAr0tDZXUAEMvdu.jpg | 2 | Border_collie | 0.661953 | True | Cardigan | 0.175718 | True | collie | 0.087142 | True |
| 1948 | 862831371563274240 | https://pbs.twimg.com/media/C_lkieeVwAAm0L4.jpg | 2 | Australian_terrier | 0.207281 | True | Irish_terrier | 0.156296 | True | German_shepherd | 0.123536 | True |
| 1547 | 792773781206999040 | https://pbs.twimg.com/media/CwB_i-zXEAEiP29.jpg | 1 | Yorkshire_terrier | 0.912804 | True | silky_terrier | 0.067822 | True | Australian_terrier | 0.004451 | True |
| 589 | 679132435750195208 | https://pbs.twimg.com/media/CWzDWOkXAAAP0k7.jpg | 1 | Scottish_deerhound | 0.194610 | True | Irish_wolfhound | 0.162855 | True | giant_schnauzer | 0.159837 | True |
Replicate for p2_dog and p3_dog columns
def drop_False_values(data):
""" Returns a column with False values removed."""
twit_predictions_clean.drop(twit_predictions_clean[twit_predictions_clean['p2_dog'] == False].index, inplace=True)
drop_False_values('p2_dog')
def drop_False_values(data):
""" Returns a column with False values removed."""
twit_predictions_clean.drop(twit_predictions_clean[twit_predictions_clean['p3_dog'] == False].index, inplace=True)
drop_False_values('p3_dog')
twit_predictions_clean.sample(5)
| tweet_id | jpg_url | img_num | p1 | p1_conf | p1_dog | p2 | p2_conf | p2_dog | p3 | p3_conf | p3_dog | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1596 | 798933969379225600 | https://pbs.twimg.com/media/CxZiLcLXUAApMVy.jpg | 1 | Siberian_husky | 0.703224 | True | Eskimo_dog | 0.229351 | True | malamute | 0.044351 | True |
| 389 | 673359818736984064 | https://pbs.twimg.com/media/CVhBLohWEAAXtYl.jpg | 1 | English_setter | 0.696568 | True | Brittany_spaniel | 0.104046 | True | Ibizan_hound | 0.034832 | True |
| 2027 | 882268110199369728 | https://pbs.twimg.com/media/DD5yKdPW0AArzX8.jpg | 1 | golden_retriever | 0.762211 | True | Labrador_retriever | 0.098985 | True | cocker_spaniel | 0.017199 | True |
| 431 | 674271431610523648 | https://pbs.twimg.com/media/CVt-SeMWwAAs9HH.jpg | 1 | German_shepherd | 0.991454 | True | malinois | 0.004150 | True | bloodhound | 0.003019 | True |
| 2020 | 880872448815771648 | https://pbs.twimg.com/media/DDl8zzJW0AAisCJ.jpg | 1 | Pembroke | 0.791416 | True | Norwich_terrier | 0.061393 | True | Chihuahua | 0.033726 | True |
twit_predictions_clean["p1"] = twit_predictions_clean.loc[:, "p1"].str.lower()
twit_predictions_clean["p2"] = twit_predictions_clean.loc[:, "p2"].str.lower()
twit_predictions_clean["p3"] = twit_predictions_clean.loc[:, "p3"].str.lower()
twit_predictions_clean.sample(10)
| tweet_id | jpg_url | img_num | p1 | p1_conf | p1_dog | p2 | p2_conf | p2_dog | p3 | p3_conf | p3_dog | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1820 | 834458053273591808 | https://pbs.twimg.com/media/C5SXK89XUAQg7GX.jpg | 1 | rhodesian_ridgeback | 0.468619 | True | whippet | 0.177531 | True | redbone | 0.106552 | True |
| 1219 | 743895849529389061 | https://pbs.twimg.com/media/ClLZU8LWQAAsOxV.jpg | 1 | dalmatian | 0.562315 | True | great_dane | 0.416478 | True | german_short-haired_pointer | 0.008552 | True |
| 61 | 667152164079423490 | https://pbs.twimg.com/media/CUIzWk_UwAAfUNq.jpg | 1 | toy_poodle | 0.535411 | True | pomeranian | 0.087544 | True | miniature_poodle | 0.062050 | True |
| 1693 | 816014286006976512 | https://pbs.twimg.com/media/CiibOMzUYAA9Mxz.jpg | 1 | english_setter | 0.677408 | True | border_collie | 0.052724 | True | cocker_spaniel | 0.048572 | True |
| 1453 | 776819012571455488 | https://pbs.twimg.com/media/CW88XN4WsAAlo8r.jpg | 3 | chihuahua | 0.346545 | True | dalmatian | 0.166246 | True | toy_terrier | 0.117502 | True |
| 2038 | 884876753390489601 | https://pbs.twimg.com/media/DEe2tZXXkAAwyX3.jpg | 1 | chow | 0.822103 | True | norwich_terrier | 0.106075 | True | norfolk_terrier | 0.037348 | True |
| 671 | 683111407806746624 | https://pbs.twimg.com/media/CXrmMSpUwAAdeRj.jpg | 1 | cocker_spaniel | 0.901392 | True | soft-coated_wheaten_terrier | 0.028605 | True | miniature_schnauzer | 0.017805 | True |
| 1965 | 867421006826221569 | https://pbs.twimg.com/media/DAmyy8FXYAIH8Ty.jpg | 1 | eskimo_dog | 0.616457 | True | siberian_husky | 0.381330 | True | malamute | 0.001670 | True |
| 2040 | 885167619883638784 | https://pbs.twimg.com/media/DEi_N9qXYAAgEEw.jpg | 4 | malamute | 0.812482 | True | siberian_husky | 0.071712 | True | eskimo_dog | 0.055770 | True |
| 176 | 669203728096960512 | https://pbs.twimg.com/media/CUl9PGBVEAUV3Wz.jpg | 1 | pug | 0.910452 | True | french_bulldog | 0.055090 | True | chihuahua | 0.014897 | True |
twitter_clean.loc[(twitter_clean[['doggo', 'floofer', 'pupper', 'puppo']] != 'None').sum(axis=1) > 1]
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | doggo | floofer | pupper | puppo | |
|---|---|---|---|---|---|---|---|---|---|---|
| 191 | 855851453814013952 | 2017-04-22 18:31:02+00:00 | Here's a puppo participating in the #ScienceMa... | 13.0 | 10 | dog | doggo | None | None | puppo |
| 200 | 854010172552949760 | 2017-04-17 16:34:26+00:00 | At first I thought this was a shy doggo, but i... | 11.0 | 10 | dog | doggo | floofer | None | None |
| 460 | 817777686764523521 | 2017-01-07 16:59:28+00:00 | This is Dido. She's playing the lead role in "... | 13.0 | 10 | Dido | doggo | None | pupper | None |
| 531 | 808106460588765185 | 2016-12-12 00:29:28+00:00 | Here we have Burke (pupper) and Dexter (doggo)... | 12.0 | 10 | dog | doggo | None | pupper | None |
| 575 | 801115127852503040 | 2016-11-22 17:28:25+00:00 | This is Bones. He's being haunted by another d... | 12.0 | 10 | Bones | doggo | None | pupper | None |
| 705 | 785639753186217984 | 2016-10-11 00:34:48+00:00 | This is Pinot. He's a sophisticated doggo. You... | 10.0 | 10 | Pinot | doggo | None | pupper | None |
| 733 | 781308096455073793 | 2016-09-29 01:42:20+00:00 | Pupper butt 1, Doggo 0. Both 12/10 https://t.c... | 12.0 | 10 | dog | doggo | None | pupper | None |
| 889 | 759793422261743616 | 2016-07-31 16:50:42+00:00 | Meet Maggie & Lila. Maggie is the doggo, L... | 12.0 | 10 | Maggie | doggo | None | pupper | None |
| 956 | 751583847268179968 | 2016-07-09 01:08:47+00:00 | Please stop sending it pictures that don't eve... | 5.0 | 10 | dog | doggo | None | pupper | None |
| 1063 | 741067306818797568 | 2016-06-10 00:39:48+00:00 | This is just downright precious af. 12/10 for ... | 12.0 | 10 | dog | doggo | None | pupper | None |
| 1113 | 733109485275860992 | 2016-05-19 01:38:16+00:00 | Like father (doggo), like son (pupper). Both 1... | 12.0 | 10 | dog | doggo | None | pupper | None |
Some dogs are classified as both doggo and pupper. This will be considered while merging the doggo, puppo, pupper and floofer columns into a single column
# merging different dog types into a column dog_stage
twitter_clean['dog_stage'] = twitter_clean[['puppo', 'pupper', 'floofer', 'doggo']].apply(
lambda x: ','.join(x.astype(str)),axis=1)
twitter_clean['dog_stage'] = twitter_clean['dog_stage'].str.replace(r'(None,)', repl='')
twitter_clean.drop(['puppo','pupper','floofer','doggo'], axis=1, inplace=True)
<ipython-input-66-4c390b98e7bf>:4: FutureWarning: The default value of regex will change from True to False in a future version. twitter_clean['dog_stage'] = twitter_clean['dog_stage'].str.replace(r'(None,)', repl='')
twitter_clean.sample(5)
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | dog_stage | |
|---|---|---|---|---|---|---|---|
| 2237 | 668142349051129856 | 2015-11-21 19:02:04+00:00 | This lil pup is Oliver. Hops around. Has wings... | 2.0 | 10 | dog | None |
| 1155 | 724983749226668032 | 2016-04-26 15:29:30+00:00 | This is Fred-Rick. He dabbles in parkour. The ... | 12.0 | 10 | Fred | None |
| 2302 | 667012601033924608 | 2015-11-18 16:12:51+00:00 | This is Klevin. He laughs a lot. Very cool dog... | 9.0 | 10 | Klevin | None |
| 413 | 822872901745569793 | 2017-01-21 18:26:02+00:00 | Here's a super supportive puppo participating ... | 13.0 | 10 | dog | puppo,None |
| 1858 | 675501075957489664 | 2015-12-12 02:23:01+00:00 | I shall call him squishy and he shall be mine,... | 13.0 | 10 | dog | None |
#lets look at the dog stage types available
twitter_clean.dog_stage.unique()
array(['None', 'doggo', 'puppo,None', 'pupper,None', 'floofer,None',
'puppo,doggo', 'floofer,doggo', 'pupper,doggo'], dtype=object)
#creating sub dataframes from the twit_predictions_clean table
df_prediction_1 = twit_predictions_clean[['tweet_id','jpg_url','img_num','p1','p1_conf']]
df_prediction_1.rename(columns={'p1':'dog_breed','p1_conf':'p_conf'}, inplace=True)
df_prediction_2 = twit_predictions_clean[['tweet_id','jpg_url','img_num','p2','p2_conf']]
df_prediction_2.rename(columns={'p2':'dog_breed','p2_conf':'p_conf'}, inplace=True)
df_prediction_3 = twit_predictions_clean[['tweet_id','jpg_url','img_num','p3','p3_conf']]
df_prediction_3.rename(columns={'p3':'dog_breed','p3_conf':'p_conf'}, inplace=True)
C:\Users\HP\anaconda3\lib\site-packages\pandas\core\frame.py:4441: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy return super().rename(
prediction_list = [df_prediction_1,df_prediction_2,df_prediction_3]
predictions = pd.concat(prediction_list, axis=0)
predictions.head()
| tweet_id | jpg_url | img_num | dog_breed | p_conf | |
|---|---|---|---|---|---|
| 0 | 666020888022790149 | https://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg | 1 | welsh_springer_spaniel | 0.465074 |
| 1 | 666029285002620928 | https://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg | 1 | redbone | 0.506826 |
| 2 | 666033412701032449 | https://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg | 1 | german_shepherd | 0.596461 |
| 3 | 666044226329800704 | https://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg | 1 | rhodesian_ridgeback | 0.408143 |
| 4 | 666049248165822465 | https://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg | 1 | miniature_pinscher | 0.560311 |
#sorting the predictions so that dog_breeds with higher confidence level will be first
predictions.sort_values(by=["p_conf","tweet_id"], ascending=False)
| tweet_id | jpg_url | img_num | dog_breed | p_conf | |
|---|---|---|---|---|---|
| 865 | 697463031882764288 | https://pbs.twimg.com/media/Ca3i7CzXIAMLhg8.jpg | 1 | labrador_retriever | 0.999885 |
| 475 | 675149409102012420 | https://pbs.twimg.com/media/CV6czeEWEAEdChp.jpg | 1 | chow | 0.999876 |
| 1014 | 709566166965075968 | https://pbs.twimg.com/media/Cdjiqi6XIAIUOg-.jpg | 1 | chow | 0.999837 |
| 1687 | 814986499976527872 | https://pbs.twimg.com/media/C09p5dJWIAE5qKL.jpg | 1 | dalmatian | 0.999828 |
| 1455 | 777621514455814149 | https://pbs.twimg.com/media/Csqqoo5WEAAMTVW.jpg | 1 | chow | 0.999823 |
| ... | ... | ... | ... | ... | ... |
| 1455 | 777621514455814149 | https://pbs.twimg.com/media/Csqqoo5WEAAMTVW.jpg | 1 | pomeranian | 0.000028 |
| 172 | 669000397445533696 | https://pbs.twimg.com/media/CUjETvDVAAI8LIy.jpg | 1 | basenji | 0.000023 |
| 879 | 698549713696649216 | https://pbs.twimg.com/media/CbG_QRJXEAALVWy.jpg | 1 | boxer | 0.000023 |
| 1014 | 709566166965075968 | https://pbs.twimg.com/media/Cdjiqi6XIAIUOg-.jpg | 1 | australian_terrier | 0.000011 |
| 865 | 697463031882764288 | https://pbs.twimg.com/media/Ca3i7CzXIAMLhg8.jpg | 1 | pug | 0.000008 |
3729 rows × 5 columns
predictions.drop_duplicates(subset=["tweet_id"], inplace=True)
predictions.tweet_id.duplicated().sum()
0
predictions.sample(5)
| tweet_id | jpg_url | img_num | dog_breed | p_conf | |
|---|---|---|---|---|---|
| 1903 | 851953902622658560 | https://pbs.twimg.com/media/C4KHj-nWQAA3poV.jpg | 1 | staffordshire_bullterrier | 0.757547 |
| 349 | 672482722825261057 | https://pbs.twimg.com/media/CVUjd14W4AE8tvO.jpg | 1 | west_highland_white_terrier | 0.586173 |
| 1017 | 709918798883774466 | https://pbs.twimg.com/media/CdojYQmW8AApv4h.jpg | 2 | pembroke | 0.956222 |
| 1599 | 799422933579902976 | https://pbs.twimg.com/media/Cxge6AdUQAAvXLB.jpg | 1 | miniature_pinscher | 0.583630 |
| 5 | 666050758794694657 | https://pbs.twimg.com/media/CT5Jof1WUAEuVxN.jpg | 1 | bernese_mountain_dog | 0.651137 |
predictions.info()
<class 'pandas.core.frame.DataFrame'> Int64Index: 1243 entries, 0 to 2073 Data columns (total 5 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 tweet_id 1243 non-null int64 1 jpg_url 1243 non-null object 2 img_num 1243 non-null int64 3 dog_breed 1243 non-null object 4 p_conf 1243 non-null float64 dtypes: float64(1), int64(2), object(2) memory usage: 58.3+ KB
renaming id in twits_clean table to tweet_id for uniformity
#rename id in twits_clean table to tweet_id before the merge
twits_clean.rename(columns={'id': 'tweet_id'}, inplace=True)
Merging all three datasets
df_clean = twitter_clean.merge(predictions, on='tweet_id', how='left').merge(twits_clean, on='tweet_id', how='left')
df_clean
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | dog_stage | jpg_url | img_num | dog_breed | p_conf | retweet_count | favorite_count | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 892420643555336193 | 2017-08-01 16:23:56+00:00 | This is Phineas. He's a mystical boy. Only eve... | 13.0 | 10 | Phineas | None | NaN | NaN | NaN | NaN | 7009.0 | 33810.0 |
| 1 | 892177421306343426 | 2017-08-01 00:17:27+00:00 | This is Tilly. She's just checking pup on you.... | 13.0 | 10 | Tilly | None | https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg | 1.0 | chihuahua | 0.323581 | 5301.0 | 29330.0 |
| 2 | 891815181378084864 | 2017-07-31 00:18:03+00:00 | This is Archie. He is a rare Norwegian Pouncin... | 12.0 | 10 | Archie | None | https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg | 1.0 | chihuahua | 0.716012 | 3481.0 | 22049.0 |
| 3 | 891689557279858688 | 2017-07-30 15:58:51+00:00 | This is Darla. She commenced a snooze mid meal... | 13.0 | 10 | Darla | None | NaN | NaN | NaN | NaN | 7225.0 | 36937.0 |
| 4 | 891327558926688256 | 2017-07-29 16:00:24+00:00 | This is Franklin. He would like you to stop ca... | 12.0 | 10 | Franklin | None | https://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg | 2.0 | basset | 0.555712 | 7760.0 | 35311.0 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 2089 | 666049248165822465 | 2015-11-16 00:24:50+00:00 | Here we have a 1949 1st generation vulpix. Enj... | 5.0 | 10 | dog | None | https://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg | 1.0 | miniature_pinscher | 0.560311 | 37.0 | 89.0 |
| 2090 | 666044226329800704 | 2015-11-16 00:04:52+00:00 | This is a purebred Piers Morgan. Loves to Netf... | 6.0 | 10 | dog | None | https://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg | 1.0 | rhodesian_ridgeback | 0.408143 | 115.0 | 247.0 |
| 2091 | 666033412701032449 | 2015-11-15 23:21:54+00:00 | Here is a very happy pup. Big fan of well-main... | 9.0 | 10 | dog | None | https://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg | 1.0 | german_shepherd | 0.596461 | 36.0 | 100.0 |
| 2092 | 666029285002620928 | 2015-11-15 23:05:30+00:00 | This is a western brown Mitsubishi terrier. Up... | 7.0 | 10 | dog | None | https://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg | 1.0 | redbone | 0.506826 | 39.0 | 112.0 |
| 2093 | 666020888022790149 | 2015-11-15 22:32:08+00:00 | Here we have a Japanese Irish Setter. Lost eye... | 8.0 | 10 | dog | None | https://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg | 1.0 | welsh_springer_spaniel | 0.465074 | 423.0 | 2293.0 |
2094 rows × 13 columns
df_clean.to_csv("twitter_archive_master.csv", index=False)
@WeRateDogs is a twitter account that analyzes people's dogs with a unique and peculiar rating system. @dogrates data collected from different sources and merged into a "twitter_archive_master.csv" dataset will be analyzed for insights into their rating system. The ratings are the dependent variable while the favorite count (likes), retweets and others are the independent variables. The following questions are used to get insights into their rating system
df = pd.read_csv("twitter_archive_master.csv")
df
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | dog_stage | jpg_url | img_num | dog_breed | p_conf | retweet_count | favorite_count | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 892420643555336193 | 2017-08-01 16:23:56+00:00 | This is Phineas. He's a mystical boy. Only eve... | 13.0 | 10 | Phineas | None | NaN | NaN | NaN | NaN | 7009.0 | 33810.0 |
| 1 | 892177421306343426 | 2017-08-01 00:17:27+00:00 | This is Tilly. She's just checking pup on you.... | 13.0 | 10 | Tilly | None | https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg | 1.0 | chihuahua | 0.323581 | 5301.0 | 29330.0 |
| 2 | 891815181378084864 | 2017-07-31 00:18:03+00:00 | This is Archie. He is a rare Norwegian Pouncin... | 12.0 | 10 | Archie | None | https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg | 1.0 | chihuahua | 0.716012 | 3481.0 | 22049.0 |
| 3 | 891689557279858688 | 2017-07-30 15:58:51+00:00 | This is Darla. She commenced a snooze mid meal... | 13.0 | 10 | Darla | None | NaN | NaN | NaN | NaN | 7225.0 | 36937.0 |
| 4 | 891327558926688256 | 2017-07-29 16:00:24+00:00 | This is Franklin. He would like you to stop ca... | 12.0 | 10 | Franklin | None | https://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg | 2.0 | basset | 0.555712 | 7760.0 | 35311.0 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 2089 | 666049248165822465 | 2015-11-16 00:24:50+00:00 | Here we have a 1949 1st generation vulpix. Enj... | 5.0 | 10 | dog | None | https://pbs.twimg.com/media/CT5IQmsXIAAKY4A.jpg | 1.0 | miniature_pinscher | 0.560311 | 37.0 | 89.0 |
| 2090 | 666044226329800704 | 2015-11-16 00:04:52+00:00 | This is a purebred Piers Morgan. Loves to Netf... | 6.0 | 10 | dog | None | https://pbs.twimg.com/media/CT5Dr8HUEAA-lEu.jpg | 1.0 | rhodesian_ridgeback | 0.408143 | 115.0 | 247.0 |
| 2091 | 666033412701032449 | 2015-11-15 23:21:54+00:00 | Here is a very happy pup. Big fan of well-main... | 9.0 | 10 | dog | None | https://pbs.twimg.com/media/CT4521TWwAEvMyu.jpg | 1.0 | german_shepherd | 0.596461 | 36.0 | 100.0 |
| 2092 | 666029285002620928 | 2015-11-15 23:05:30+00:00 | This is a western brown Mitsubishi terrier. Up... | 7.0 | 10 | dog | None | https://pbs.twimg.com/media/CT42GRgUYAA5iDo.jpg | 1.0 | redbone | 0.506826 | 39.0 | 112.0 |
| 2093 | 666020888022790149 | 2015-11-15 22:32:08+00:00 | Here we have a Japanese Irish Setter. Lost eye... | 8.0 | 10 | dog | None | https://pbs.twimg.com/media/CT4udn0WwAA0aMy.jpg | 1.0 | welsh_springer_spaniel | 0.465074 | 423.0 | 2293.0 |
2094 rows × 13 columns
df.shape
(2094, 13)
df.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 2094 entries, 0 to 2093 Data columns (total 13 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 tweet_id 2094 non-null int64 1 timestamp 2094 non-null object 2 text 2094 non-null object 3 rating_numerator 2094 non-null float64 4 rating_denominator 2094 non-null int64 5 name 2094 non-null object 6 dog_stage 2094 non-null object 7 jpg_url 1193 non-null object 8 img_num 1193 non-null float64 9 dog_breed 1193 non-null object 10 p_conf 1193 non-null float64 11 retweet_count 2086 non-null float64 12 favorite_count 2086 non-null float64 dtypes: float64(5), int64(2), object(6) memory usage: 212.8+ KB
df.tweet_id.duplicated().sum()
0
df.describe()
| tweet_id | rating_numerator | rating_denominator | img_num | p_conf | retweet_count | favorite_count | |
|---|---|---|---|---|---|---|---|
| count | 2.094000e+03 | 2094.000000 | 2094.000000 | 1193.000000 | 1193.000000 | 2086.000000 | 2086.000000 |
| mean | 7.365488e+17 | 10.604241 | 10.450812 | 1.224644 | 0.628127 | 2302.583413 | 7775.627996 |
| std | 6.711414e+16 | 2.166089 | 6.649380 | 0.582026 | 0.253428 | 4040.642567 | 11333.921742 |
| min | 6.660209e+17 | 0.000000 | 2.000000 | 1.000000 | 0.044333 | 11.000000 | 66.000000 |
| 25% | 6.768202e+17 | 10.000000 | 10.000000 | 1.000000 | 0.417107 | 511.000000 | 1714.250000 |
| 50% | 7.097095e+17 | 11.000000 | 10.000000 | 1.000000 | 0.633037 | 1112.000000 | 3530.500000 |
| 75% | 7.876377e+17 | 12.000000 | 10.000000 | 1.000000 | 0.855959 | 2620.000000 | 9678.500000 |
| max | 8.924206e+17 | 16.500000 | 170.000000 | 4.000000 | 0.999885 | 70732.000000 | 144883.000000 |
To start off, I will look at the distribution of the ratings
df.rating_numerator.hist()
<AxesSubplot:>
Most of the ratings are between 10 and 13
#which dog breed had the highest number of ratings?
top_ten = df.groupby(["dog_breed"])["rating_numerator"].count().nlargest(10).reset_index()
top_ten_breed = top_ten["dog_breed"]
top_ten_breed
0 golden_retriever 1 pembroke 2 labrador_retriever 3 chihuahua 4 pug 5 pomeranian 6 chow 7 malamute 8 toy_poodle 9 samoyed Name: dog_breed, dtype: object
#visualizing
top_ten.plot(kind="bar", title="Ratings of Dog Breeds",alpha=0.7);
plt.xlabel("Dog Breed",fontsize=18)
plt.ylabel("Dog Rating",fontsize=18)
Text(0, 0.5, 'Dog Rating')
#getting the picture of the top ten dog breeds with the highest number of rating
dog_list = ["golden_retriever","pembroke","labrador_retriever","chihuahua","pug","pomeranian","chow","malamute","toy_poodle",
"samoyed"]
df[df["dog_breed"].isin(dog_list)][["jpg_url","rating_numerator","name"]]
| jpg_url | rating_numerator | name | |
|---|---|---|---|
| 1 | https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg | 13.0 | Tilly |
| 2 | https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg | 12.0 | Archie |
| 7 | https://pbs.twimg.com/media/DFyBahAVwAAhUTd.jpg | 13.0 | dog |
| 9 | https://pbs.twimg.com/media/DFrEyVuW0AAO3t9.jpg | 14.0 | Cassie |
| 10 | https://pbs.twimg.com/media/DFnwSY4WAAAMliS.jpg | 13.0 | Koda |
| ... | ... | ... | ... |
| 2066 | https://pbs.twimg.com/media/CT-D2ZHWIAA3gK1.jpg | 9.0 | dog |
| 2069 | https://pbs.twimg.com/media/CT9cx0tUEAAhNN_.jpg | 8.0 | dog |
| 2070 | https://pbs.twimg.com/media/CT9Vn7PWoAA_ZCM.jpg | 10.0 | dog |
| 2080 | https://pbs.twimg.com/media/CT5m4VGWEAAtKc8.jpg | 6.0 | dog |
| 2083 | https://pbs.twimg.com/media/CT5Vg_wXIAAXfnj.jpg | 10.0 | dog |
487 rows × 3 columns
dog_list = ["golden_retriever","pembroke","labrador_retriever","chihuahua","pug","pomeranian","chow","malamute","toy_poodle",
"samoyed"]
df[df["dog_breed"].isin(dog_list)]["jpg_url"]
1 https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg
2 https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg
7 https://pbs.twimg.com/media/DFyBahAVwAAhUTd.jpg
9 https://pbs.twimg.com/media/DFrEyVuW0AAO3t9.jpg
10 https://pbs.twimg.com/media/DFnwSY4WAAAMliS.jpg
...
2066 https://pbs.twimg.com/media/CT-D2ZHWIAA3gK1.jpg
2069 https://pbs.twimg.com/media/CT9cx0tUEAAhNN_.jpg
2070 https://pbs.twimg.com/media/CT9Vn7PWoAA_ZCM.jpg
2080 https://pbs.twimg.com/media/CT5m4VGWEAAtKc8.jpg
2083 https://pbs.twimg.com/media/CT5Vg_wXIAAXfnj.jpg
Name: jpg_url, Length: 487, dtype: object
#what is the highest rating?
df["rating_numerator"].max()
16.5
#did the most popular dog have the highest rating?
df[df["rating_numerator"]==16.5]["dog_breed"]
699 labrador_retriever Name: dog_breed, dtype: object
df['dog_stage'].replace('None', np.nan, inplace=True)
df.dog_stage.sample(5)
1438 NaN 653 NaN 1116 NaN 301 NaN 2054 NaN Name: dog_stage, dtype: object
#lets look at the dog stages of the top ten dog breeds with the highest number of ratings?
top_stage = df.groupby(["dog_breed","dog_stage"])["rating_numerator"].count().nlargest(10).reset_index()
top_stage
| dog_breed | dog_stage | rating_numerator | |
|---|---|---|---|
| 0 | golden_retriever | pupper,None | 13 |
| 1 | golden_retriever | doggo | 8 |
| 2 | pembroke | pupper,None | 8 |
| 3 | labrador_retriever | pupper,None | 7 |
| 4 | pug | pupper,None | 7 |
| 5 | pomeranian | pupper,None | 6 |
| 6 | labrador_retriever | doggo | 4 |
| 7 | lakeland_terrier | pupper,None | 4 |
| 8 | border_collie | pupper,None | 3 |
| 9 | eskimo_dog | puppo,None | 3 |
#bin_edges = [min, 25th percentile, median, 75th percentile, max] of rating_numerator
bin_edges = [0, 10, 11, 12, 16.5]
bin_names = ["Very_Low","Low","Moderately_High","High"]
df["rating_level"] = pd.cut(df["rating_numerator"],bin_edges,labels=bin_names)
df.head()
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | dog_stage | jpg_url | img_num | dog_breed | p_conf | retweet_count | favorite_count | rating_level | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 892420643555336193 | 2017-08-01 16:23:56+00:00 | This is Phineas. He's a mystical boy. Only eve... | 13.0 | 10 | Phineas | NaN | NaN | NaN | NaN | NaN | 7009.0 | 33810.0 | High |
| 1 | 892177421306343426 | 2017-08-01 00:17:27+00:00 | This is Tilly. She's just checking pup on you.... | 13.0 | 10 | Tilly | NaN | https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg | 1.0 | chihuahua | 0.323581 | 5301.0 | 29330.0 | High |
| 2 | 891815181378084864 | 2017-07-31 00:18:03+00:00 | This is Archie. He is a rare Norwegian Pouncin... | 12.0 | 10 | Archie | NaN | https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg | 1.0 | chihuahua | 0.716012 | 3481.0 | 22049.0 | Moderately_High |
| 3 | 891689557279858688 | 2017-07-30 15:58:51+00:00 | This is Darla. She commenced a snooze mid meal... | 13.0 | 10 | Darla | NaN | NaN | NaN | NaN | NaN | 7225.0 | 36937.0 | High |
| 4 | 891327558926688256 | 2017-07-29 16:00:24+00:00 | This is Franklin. He would like you to stop ca... | 12.0 | 10 | Franklin | NaN | https://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg | 2.0 | basset | 0.555712 | 7760.0 | 35311.0 | Moderately_High |
#lets see if retweet count influence rating
df.groupby("rating_level")["retweet_count"].mean().plot(kind="bar",title="Ratings by Retweet Count",alpha=.7);
plt.xlabel("Rating Level",fontsize=18)
plt.ylabel("Retweet Count",fontsize=18)
Text(0, 0.5, 'Retweet Count')
#favorite count and rating level
df.groupby("rating_level")["favorite_count"].mean().plot(kind="bar",title="Ratings by Favorite Count",alpha=.7);
plt.xlabel("Rating Level",fontsize=18)
plt.ylabel("Favorite Count",fontsize=18)
Text(0, 0.5, 'Favorite Count')
From the bar charts above, on average dogs with high ratings does have high number of retweets and likes (favorite count)
#correlation between ratings, favorite count and retweet count
df.plot(x="rating_numerator",y="favorite_count", kind="scatter")
plt.show()
df.plot(x="rating_numerator",y="retweet_count", kind="line")
plt.show()
From the two graphs above, after a high rating of about 14, higher ratings do not have significantly more likes and retweets. Infact, ratings>14 seem to have similar likes and retweet counts with zero ratings.
df.plot(x="retweet_count",y="favorite_count", kind="scatter")
plt.show()
print(df['favorite_count'].corr(df['retweet_count']))
0.9259135113109074
Since I cannot get a clear relationship between ratings, retweets and favorite counts, I will look at the period of retweets and favorite counts and see if time is an influencing factor on @WeRateDogs dog ratings
import datetime as dt
df.timestamp = pd.to_datetime(df.timestamp)
df["month"] = df["timestamp"].dt.month
df["year"] = df["timestamp"].dt.year
df.head()
| tweet_id | timestamp | text | rating_numerator | rating_denominator | name | dog_stage | jpg_url | img_num | dog_breed | p_conf | retweet_count | favorite_count | rating_level | month | year | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 892420643555336193 | 2017-08-01 16:23:56+00:00 | This is Phineas. He's a mystical boy. Only eve... | 13.0 | 10 | Phineas | NaN | NaN | NaN | NaN | NaN | 7009.0 | 33810.0 | High | 8 | 2017 |
| 1 | 892177421306343426 | 2017-08-01 00:17:27+00:00 | This is Tilly. She's just checking pup on you.... | 13.0 | 10 | Tilly | NaN | https://pbs.twimg.com/media/DGGmoV4XsAAUL6n.jpg | 1.0 | chihuahua | 0.323581 | 5301.0 | 29330.0 | High | 8 | 2017 |
| 2 | 891815181378084864 | 2017-07-31 00:18:03+00:00 | This is Archie. He is a rare Norwegian Pouncin... | 12.0 | 10 | Archie | NaN | https://pbs.twimg.com/media/DGBdLU1WsAANxJ9.jpg | 1.0 | chihuahua | 0.716012 | 3481.0 | 22049.0 | Moderately_High | 7 | 2017 |
| 3 | 891689557279858688 | 2017-07-30 15:58:51+00:00 | This is Darla. She commenced a snooze mid meal... | 13.0 | 10 | Darla | NaN | NaN | NaN | NaN | NaN | 7225.0 | 36937.0 | High | 7 | 2017 |
| 4 | 891327558926688256 | 2017-07-29 16:00:24+00:00 | This is Franklin. He would like you to stop ca... | 12.0 | 10 | Franklin | NaN | https://pbs.twimg.com/media/DF6hr6BUMAAzZgT.jpg | 2.0 | basset | 0.555712 | 7760.0 | 35311.0 | Moderately_High | 7 | 2017 |
Now which month and year had the highest number of retweets and favorite count?
df.groupby(["month","year"])[["favorite_count","retweet_count"]].agg([max,'count',sum])
| favorite_count | retweet_count | ||||||
|---|---|---|---|---|---|---|---|
| max | count | sum | max | count | sum | ||
| month | year | ||||||
| 1 | 2016 | 33840.0 | 183 | 656678.0 | 19725.0 | 183 | 246251.0 |
| 2017 | 124114.0 | 69 | 1140997.0 | 39923.0 | 69 | 345235.0 | |
| 2 | 2016 | 33091.0 | 121 | 433561.0 | 13111.0 | 121 | 153310.0 |
| 2017 | 62518.0 | 67 | 1029340.0 | 15437.0 | 67 | 226285.0 | |
| 3 | 2016 | 30334.0 | 132 | 523768.0 | 16666.0 | 132 | 187510.0 |
| 2017 | 41243.0 | 50 | 866194.0 | 10403.0 | 50 | 193858.0 | |
| 4 | 2016 | 17387.0 | 60 | 241975.0 | 7251.0 | 60 | 78816.0 |
| 2017 | 41916.0 | 42 | 846243.0 | 16141.0 | 42 | 197997.0 | |
| 5 | 2016 | 49400.0 | 59 | 324628.0 | 15542.0 | 59 | 108898.0 |
| 2017 | 108906.0 | 43 | 1118183.0 | 30210.0 | 43 | 273104.0 | |
| 6 | 2016 | 144883.0 | 90 | 807430.0 | 70732.0 | 90 | 320992.0 |
| 2017 | 92867.0 | 47 | 1174152.0 | 37455.0 | 47 | 249599.0 | |
| 7 | 2016 | 41230.0 | 94 | 608658.0 | 19203.0 | 94 | 216970.0 |
| 2017 | 67172.0 | 51 | 1449526.0 | 16918.0 | 51 | 294890.0 | |
| 8 | 2016 | 46318.0 | 60 | 517646.0 | 26766.0 | 60 | 171895.0 |
| 2017 | 33810.0 | 2 | 63140.0 | 7009.0 | 2 | 12310.0 | |
| 9 | 2016 | 28116.0 | 68 | 637336.0 | 14740.0 | 68 | 196012.0 |
| 10 | 2016 | 42779.0 | 72 | 854993.0 | 20782.0 | 72 | 271525.0 |
| 11 | 2015 | 42296.0 | 295 | 300919.0 | 14617.0 | 295 | 123785.0 |
| 2016 | 46829.0 | 54 | 669109.0 | 21987.0 | 54 | 208861.0 | |
| 12 | 2015 | 73530.0 | 371 | 1136340.0 | 28598.0 | 371 | 460618.0 |
| 2016 | 111698.0 | 56 | 819144.0 | 51682.0 | 56 | 264468.0 | |
@WeRateDogs twitter account had the highest number of dog postings on december 2015 with 371 people posting their dogs but saw the highest favorite_count and retweet_count activity on the August 2017 with 1,449.849 likes and on December 2015 with 460,727 retweets, but, the highest likes and retweets received for a dog posting was on June 2016 with 144,904 likes and 70,751 retweets. Lets look at the dog breeds and their ratings during these periods
df[(df["month"]==6)&(df["year"]==2016)]["rating_numerator"].max()
14.0
df[(df["month"]==12)&(df["year"]==2015)]["rating_numerator"].max()
13.0
df[(df["month"]==8)&(df["year"]==2017)]["rating_numerator"].max()
13.0
From the evaluations above, dog ratings aren't influenced by number of postings or how busy the @dogrates twitter account was.